/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: servreg.cxx,v $ * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_extensions.hxx" #include #include #include "ole2uno.hxx" #include "servprov.hxx" #include #include using namespace rtl; using namespace ole_adapter; using namespace cppu; namespace ole_adapter { rtl_StandardModuleCount globalModuleCount= MODULE_COUNT_INIT; Reference SAL_CALL ConverterProvider_CreateInstance2( const Reference & xSMgr) throw(Exception) { Reference xService = *new OleConverter_Impl2( xSMgr); return xService; } Reference SAL_CALL ConverterProvider_CreateInstanceVar1( const Reference & xSMgr) throw(Exception) { Reference xService = *new OleConverter_Impl2( xSMgr, UNO_OBJECT_WRAPPER_REMOTE_OPT, IUNKNOWN_WRAPPER_IMPL); return xService; } Reference SAL_CALL OleClient_CreateInstance( const Reference & xSMgr) throw(Exception) { Reference xService = *new OleClient_Impl( xSMgr); return xService; } Reference SAL_CALL OleServer_CreateInstance( const Reference & xSMgr) throw (Exception) { Reference xService = *new OleServer_Impl(xSMgr); return xService; } } // end namespace extern "C" void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; OUString aImplName( OUString::createFromAscii( pImplName ) ); Reference< XSingleServiceFactory > xFactory; Sequence seqServiceNames; if (pServiceManager && aImplName.equals( reinterpret_cast(L"com.sun.star.comp.ole.OleConverter2") )) { xFactory= createSingleFactory( reinterpret_cast< XMultiServiceFactory*>(pServiceManager), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.ole.OleConverter2")), ConverterProvider_CreateInstance2, seqServiceNames, &globalModuleCount.modCnt ); } else if (pServiceManager && aImplName.equals( reinterpret_cast(L"com.sun.star.comp.ole.OleConverterVar1") )) { xFactory= createSingleFactory( reinterpret_cast(pServiceManager), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.ole.OleConverterVar1")), ConverterProvider_CreateInstanceVar1, seqServiceNames, &globalModuleCount.modCnt ); } else if(pServiceManager && aImplName.equals(reinterpret_cast(L"com.sun.star.comp.ole.OleClient"))) { xFactory= createSingleFactory( reinterpret_cast< XMultiServiceFactory*>(pServiceManager), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.ole.OleClient")), OleClient_CreateInstance, seqServiceNames, &globalModuleCount.modCnt); } else if(pServiceManager && aImplName.equals(reinterpret_cast(L"com.sun.star.comp.ole.OleServer"))) { xFactory= createOneInstanceFactory( reinterpret_cast< XMultiServiceFactory*>(pServiceManager), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.ole.OleServer")), OleServer_CreateInstance, seqServiceNames, &globalModuleCount.modCnt); } if (xFactory.is()) { xFactory->acquire(); pRet = xFactory.get(); } return pRet; } extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey ) { if (pRegistryKey) { try { //deprecated Reference xNewKey = reinterpret_cast( pRegistryKey)->createKey(reinterpret_cast(L"/com.sun.star.comp.ole.OleConverter2/UNO/SERVICES")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.OleBridgeSupplier2")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.oleautomation.BridgeSupplier")); //deprecated xNewKey = reinterpret_cast( pRegistryKey)->createKey(reinterpret_cast(L"/com.sun.star.comp.ole.OleConverterVar1/UNO/SERVICES")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.OleBridgeSupplierVar1")); //deprecated xNewKey = reinterpret_cast( pRegistryKey)->createKey(reinterpret_cast(L"/com.sun.star.comp.ole.OleClient/UNO/SERVICES")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.OleObjectFactory")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.oleautomation.Factory")); //deprecated xNewKey = reinterpret_cast( pRegistryKey)->createKey(reinterpret_cast(L"/com.sun.star.comp.ole.OleServer/UNO/SERVICES")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.OleApplicationRegistration")); xNewKey->createKey(reinterpret_cast(L"com.sun.star.bridge.oleautomation.ApplicationRegistration")); return sal_True; } catch (InvalidRegistryException &) { OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; } extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } extern "C" sal_Bool component_canUnload( TimeValue* libUnused) { return globalModuleCount.canUnload( &globalModuleCount, libUnused); } 0'>libreoffice-4-0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/fy
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-10 14:26:22 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-10 14:27:25 +0200
commitdf57c0c6513ed1118cc9a199c9d0f19625766e20 (patch)
tree45bf554c597a5d508a5909cb2f33c88cdc7f3e6e /source/fy
parenta5f80090f50b6d1e06f579d12a22eb1ad805c99c (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I3b188be653b6e7bbd18d9c8e6d5cd1c33e0c6890
Diffstat (limited to 'source/fy')
-rw-r--r--source/fy/chart2/messages.po166
-rw-r--r--source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/fy/cui/messages.po445
-rw-r--r--source/fy/dbaccess/messages.po100
-rw-r--r--source/fy/desktop/messages.po6
-rw-r--r--source/fy/editeng/messages.po70
-rw-r--r--source/fy/filter/source/config/fragments/filters.po62
-rw-r--r--source/fy/filter/source/config/fragments/internalgraphicfilters.po64
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po408
-rw-r--r--source/fy/sc/messages.po970
-rw-r--r--source/fy/scaddins/messages.po14
-rw-r--r--source/fy/scp2/source/calc.po13
-rw-r--r--source/fy/scp2/source/draw.po11
-rw-r--r--source/fy/scp2/source/impress.po11
-rw-r--r--source/fy/scp2/source/ooo.po20
-rw-r--r--source/fy/scp2/source/writer.po11
-rw-r--r--source/fy/sd/messages.po328
-rw-r--r--source/fy/sfx2/messages.po172
-rw-r--r--source/fy/starmath/messages.po18
-rw-r--r--source/fy/svx/messages.po1986
-rw-r--r--source/fy/sw/messages.po944
-rw-r--r--source/fy/uui/messages.po98
-rw-r--r--source/fy/vcl/messages.po66
-rw-r--r--source/fy/wizards/source/resources.po11
24 files changed, 3328 insertions, 2674 deletions
diff --git a/source/fy/chart2/messages.po b/source/fy/chart2/messages.po
index 9802c5d568f..11e4474b8e6 100644
--- a/source/fy/chart2/messages.po
+++ b/source/fy/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: 2022-01-31 18:18+0100\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2021-02-24 20:36+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/fy/>\n"
@@ -853,260 +853,266 @@ msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr "Râne kleur"
+#. KSB4c
+#: chart2/inc/strings.hrc:148
+msgctxt "STR_DATA_TABLE"
+msgid "Data Table"
+msgstr ""
+
#. TuRxr
-#: chart2/inc/strings.hrc:149
+#: chart2/inc/strings.hrc:150
msgctxt "STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Fan gegevenstabel"
#. aPEDY
-#: chart2/inc/strings.hrc:150
+#: chart2/inc/strings.hrc:151
msgctxt "STR_REGRESSION_LINEAR"
msgid "Linear"
msgstr "Lineêr"
#. nD8ay
-#: chart2/inc/strings.hrc:151
+#: chart2/inc/strings.hrc:152
msgctxt "STR_REGRESSION_LOG"
msgid "Logarithmic"
msgstr "Logaritmysk"
#. CotSJ
-#: chart2/inc/strings.hrc:152
+#: chart2/inc/strings.hrc:153
msgctxt "STR_REGRESSION_EXP"
msgid "Exponential"
msgstr "Eksponintsjoneel"
#. HqBJV
-#: chart2/inc/strings.hrc:153
+#: chart2/inc/strings.hrc:154
msgctxt "STR_REGRESSION_POWER"
msgid "Power"
msgstr "Macht"
#. dBiUj
-#: chart2/inc/strings.hrc:154
+#: chart2/inc/strings.hrc:155
msgctxt "STR_REGRESSION_POLYNOMIAL"
msgid "Polynomial"
msgstr "Polynoom"
#. FWi4g
-#: chart2/inc/strings.hrc:155
+#: chart2/inc/strings.hrc:156
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr "Bewegende gemiddelde"
#. psj3B
-#: chart2/inc/strings.hrc:156
+#: chart2/inc/strings.hrc:157
msgctxt "STR_REGRESSION_MEAN"
msgid "Mean"
msgstr "Middelde"
#. C8FVd
-#: chart2/inc/strings.hrc:158
+#: chart2/inc/strings.hrc:159
msgctxt "STR_TYPE_COLUMN"
msgid "Column"
msgstr "Kolom"
#. SWPnA
-#: chart2/inc/strings.hrc:159
+#: chart2/inc/strings.hrc:160
msgctxt "STR_TYPE_BAR"
msgid "Bar"
msgstr "Balke"
#. xUnpz
-#: chart2/inc/strings.hrc:160
+#: chart2/inc/strings.hrc:161
msgctxt "STR_TYPE_AREA"
msgid "Area"
msgstr "Gebiet"
#. bqxBm
-#: chart2/inc/strings.hrc:161
+#: chart2/inc/strings.hrc:162
msgctxt "STR_TYPE_PIE"
msgid "Pie"
msgstr "Sirkel"
#. GGwEH
-#: chart2/inc/strings.hrc:162
+#: chart2/inc/strings.hrc:163
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
msgstr "Sirkeldiagram yn parten"
#. gxFtf
-#: chart2/inc/strings.hrc:163
+#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
msgstr "Ringdiagram yn parten"
#. nsoQ2
-#: chart2/inc/strings.hrc:164
+#: chart2/inc/strings.hrc:165
msgctxt "STR_DONUT"
msgid "Donut"
msgstr "Ring"
#. 7HjEG
-#: chart2/inc/strings.hrc:165
+#: chart2/inc/strings.hrc:166
msgctxt "STR_TYPE_LINE"
msgid "Line"
msgstr "Line"
#. Miu8E
-#: chart2/inc/strings.hrc:166
+#: chart2/inc/strings.hrc:167
msgctxt "STR_TYPE_XY"
msgid "XY (Scatter)"
msgstr "XY (ferspriedt)"
#. LBFRX
-#: chart2/inc/strings.hrc:167
+#: chart2/inc/strings.hrc:168
msgctxt "STR_POINTS_AND_LINES"
msgid "Points and Lines"
msgstr "Punten en linen"
#. fjka7
-#: chart2/inc/strings.hrc:168
+#: chart2/inc/strings.hrc:169
msgctxt "STR_POINTS_ONLY"
msgid "Points Only"
msgstr "Allinne punten"
#. Sz53v
-#: chart2/inc/strings.hrc:169
+#: chart2/inc/strings.hrc:170
msgctxt "STR_LINES_ONLY"
msgid "Lines Only"
msgstr "Allinne linen"
#. AAEA2
-#: chart2/inc/strings.hrc:170
+#: chart2/inc/strings.hrc:171
msgctxt "STR_LINES_3D"
msgid "3D Lines"
msgstr "3D-linen"
#. ABjEg
-#: chart2/inc/strings.hrc:171
+#: chart2/inc/strings.hrc:172
msgctxt "STR_TYPE_COMBI_COLUMN_LINE"
msgid "Column and Line"
msgstr "Kolom en line"
#. nVKfC
-#: chart2/inc/strings.hrc:172
+#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_COLUMN"
msgid "Columns and Lines"
msgstr "Kolommen en linen"
#. QkQSa
-#: chart2/inc/strings.hrc:173
+#: chart2/inc/strings.hrc:174
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
msgstr "Steapele kolommen en linen"
#. HGKEx
-#: chart2/inc/strings.hrc:174
+#: chart2/inc/strings.hrc:175
msgctxt "STR_TYPE_NET"
msgid "Net"
msgstr "Net"
#. BKUc4
-#: chart2/inc/strings.hrc:175
+#: chart2/inc/strings.hrc:176
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
msgstr "Koers"
#. oG4gw
-#: chart2/inc/strings.hrc:176
+#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
msgstr "Koersdiagram 1"
#. pSzDo
-#: chart2/inc/strings.hrc:177
+#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
msgstr "Koersdiagram 2"
#. aEFDu
-#: chart2/inc/strings.hrc:178
+#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
msgstr "Koersdiagram 3"
#. jZqox
-#: chart2/inc/strings.hrc:179
+#: chart2/inc/strings.hrc:180
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
msgstr "Koersdiagram 4"
#. DNBgg
-#: chart2/inc/strings.hrc:180
+#: chart2/inc/strings.hrc:181
msgctxt "STR_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. EfGVL
-#: chart2/inc/strings.hrc:181
+#: chart2/inc/strings.hrc:182
msgctxt "STR_STACKED"
msgid "Stacked"
msgstr "Steapele"
#. wqtzw
-#: chart2/inc/strings.hrc:182
+#: chart2/inc/strings.hrc:183
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
msgstr "Steapele persintaazje"
#. 52UGB
-#: chart2/inc/strings.hrc:183
+#: chart2/inc/strings.hrc:184
msgctxt "STR_DEEP"
msgid "Deep"
msgstr "Djipte"
#. dxfuQ
-#: chart2/inc/strings.hrc:184
+#: chart2/inc/strings.hrc:185
msgctxt "STR_FILLED"
msgid "Filled"
msgstr "Folle"
#. rC5nu
-#: chart2/inc/strings.hrc:185
+#: chart2/inc/strings.hrc:186
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
msgstr "Bubbel"
#. N9tXx
-#: chart2/inc/strings.hrc:186
+#: chart2/inc/strings.hrc:187
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
msgstr "Bubbel diagram"
#. AjPsf
-#: chart2/inc/strings.hrc:188
+#: chart2/inc/strings.hrc:189
msgctxt "STR_INVALID_NUMBER"
msgid "Numbers are required. Check your input."
msgstr "Getallen binne fereaske. Kontrolearje de ynfier."
#. ofh4V
-#: chart2/inc/strings.hrc:189
+#: chart2/inc/strings.hrc:190
msgctxt "STR_STEP_GT_ZERO"
msgid "The major interval requires a positive number. Check your input."
msgstr "It haad tuskenskoft fereasket in posityf nûmer. Kontrolearje de ynfier."
#. EBJjR
-#: chart2/inc/strings.hrc:190
+#: chart2/inc/strings.hrc:191
msgctxt "STR_BAD_LOGARITHM"
msgid "The logarithmic scale requires positive numbers. Check your input."
msgstr "De logaritmyske skeal fereasket positive nûmers. Kontrolearje de ynfier."
#. K8BCB
-#: chart2/inc/strings.hrc:191
+#: chart2/inc/strings.hrc:192
msgctxt "STR_MIN_GREATER_MAX"
msgid "The minimum must be lower than the maximum. Check your input."
msgstr "It minimum moat lytser wêze dan it maksimum. Kontrolearje de ynfier."
#. oBR4x
-#: chart2/inc/strings.hrc:192
+#: chart2/inc/strings.hrc:193
msgctxt "STR_INVALID_INTERVALS"
msgid "The major interval needs to be greater than the minor interval. Check your input."
msgstr "It haad tuskenskoft moat grutter wêze dan it hulp tuskenskoft. Kontrolearje de ynfier."
#. ZvDEh
-#: chart2/inc/strings.hrc:193
+#: chart2/inc/strings.hrc:194
msgctxt "STR_INVALID_TIME_UNIT"
msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
msgstr "It haad- en hulp-tuskenskoft moat grutter of lyk wêze oan de resolúsje. Kontrolearje de ynfier."
@@ -1603,6 +1609,48 @@ msgctxt "dlg_DataLabel|extended_tip|dlg_DataLabels"
msgid "Opens the Data Labels dialog, which enables you to set the data labels."
msgstr "Iepenet de Gegevens lebels dialoochskerm wêryn jo de lebels ynstelle kinne."
+#. XbRRD
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:8
+msgctxt "dlg_InsertDataTable|dlg_InsertDataTable"
+msgid "Data Table"
+msgstr ""
+
+#. SBrCL
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:85
+msgctxt "dlg_InsertDataTable|horizontalBorderCB"
+msgid "Show data table"
+msgstr ""
+
+#. y4rFB
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:119
+msgctxt "dlg_InsertDataTable|horizontalBorderCB"
+msgid "Show horizontal border"
+msgstr ""
+
+#. GstZR
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:135
+msgctxt "dlg_InsertDataTable|verticalBorderCB"
+msgid "Show vertical border"
+msgstr ""
+
+#. KAzDB
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:151
+msgctxt "dlg_InsertDataTable|outlineCB"
+msgid "Show outline"
+msgstr ""
+
+#. bm6hN
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:167
+msgctxt "dlg_InsertDataTable|keysCB"
+msgid "Show keys"
+msgstr ""
+
+#. JpXPi
+#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:187
+msgctxt "dlg_InsertDataTable|dataTablePropertiesLabel"
+msgid "Data Table Properties"
+msgstr ""
+
#. 3GUtp
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:28
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
@@ -4063,6 +4111,36 @@ msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr "Gegevensberik foar ôfsûnderlike gegevensrigen oanpasse"
+#. JGgFh
+#: chart2/uiconfig/ui/tp_DataTable.ui:33
+msgctxt "tp_DataTable|horizontalBorderCB"
+msgid "Show horizontal border"
+msgstr ""
+
+#. EzGM5
+#: chart2/uiconfig/ui/tp_DataTable.ui:49
+msgctxt "tp_DataTable|verticalBorderCB"
+msgid "Show vertical border"
+msgstr ""
+
+#. ZTAZY
+#: chart2/uiconfig/ui/tp_DataTable.ui:65
+msgctxt "tp_DataTable|outlineCB"
+msgid "Show outline"
+msgstr ""
+
+#. kPDNa
+#: chart2/uiconfig/ui/tp_DataTable.ui:81
+msgctxt "tp_DataTable|keysCB"
+msgid "Show keys"
+msgstr ""
+
+#. fybMv
+#: chart2/uiconfig/ui/tp_DataTable.ui:101
+msgctxt "tp_axisLabel|textflowL"
+msgid "Data Table Properties"
+msgstr ""
+
#. tGqhN
#: chart2/uiconfig/ui/tp_ErrorBars.ui:53
msgctxt "tp_ErrorBars|RB_NONE"
diff --git a/source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 7d594edaee4..0e29cb89046 100644
--- a/source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/fy/connectivity/registry/flat/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: 2019-07-11 18:38+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2016-01-11 20:33+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1452544395.000000\n"
-#. RQiER
+#. P4Paq
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
".Drivers.Installed.sdbc:flat:*\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Text"
-msgstr "Text"
+msgid "Text/CSV"
+msgstr ""
diff --git a/source/fy/cui/messages.po b/source/fy/cui/messages.po
index 397be765357..207e18e90b2 100644
--- a/source/fy/cui/messages.po
+++ b/source/fy/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: 2022-07-08 12:15+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2022-02-18 11:42+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fy/>\n"
@@ -3226,378 +3226,372 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Jo kinne alle oantekens yn in dokumint op 'e nij opmeitsje troch op de pylk omleech yn in oantekening te klikken en \"Alle oantekeningen opmeitsje\" te selektearjen."
-#. 3masz
-#: cui/inc/tipoftheday.hrc:224
-msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
-msgstr "Wolle jo deselde yndieling foar it werjaan op it skerm as it printsjen? Selektearje Ark ▸ Opsjes ▸ %PRODUCTNAME Calc ▸ Algemien ▸ Printer ôfmjittingen foar tekst yndieling brûke."
-
#. zD57W
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Writer helpt jo by it meitsjen fan reservekopyen: Mei Triem ▸ Kopy bewarje meitsje jo in nij dokumint oan en bliuwe jo wurkje yn it orizjineel."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "As jo in styl oanmeitsje op basis fan in oar, kinne jo in prosintuele wearde of in punt wearde ynfiere (bgl: 110% of -2pt of +5pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Om in taljochting te kopiearjen sûnder de ynhâld fan de doel sel te ferliezen, moatte jo Plakke spesjaal brûke en alles útsette, útsein \"Taljochtingen\" yn it dialoochskerm. Brûk bewurkingen 'Optelle' om in besteande ynhâld net te oerskriuwen."
#. rexFB
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch-convert your Microsoft Office documents to the OpenDocument format by using the Document Converter wizard in menu File ▸ Wizards ▸ Document Converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "As jo in sel op syn plak bewurkje, kinne jo der op klikke en kieze foar fjilden ynfoegje: Datum, Blêd namme, Dokumint titel, ensfh."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Moatte jo in Writer tabel ferpleatse? Tabel ▸ Selektearje ▸ Tabel en ynfoegje ▸ Ramt ▸ Ramt en ferpleats in wêr't jo wolle."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Mei Ark ▸ AutoTekst ▸ AutoTekst ▸ ymportearje kinne jo in Word dokumint of in sjabloan selektearje mei de AutoTekst ynfier dy't jo ymportearje wolle."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Foegje gjin hânmjittige ein yn om twa alinea's fan inoar te skieden. Feroarje ynplak dêrfan Ynspring en ôfstannen ▸ Ofstan ▸ Under alinea, by de eigenskippen fan it styl / de alinea."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Hâld de nullen foar in getal troch de opmaak opsje \"Foarrin nullen\" te brûken of troch de sel as tekst te meitsjen foar it ynfieren fan it getal."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Wolle jo werom gean nei de standert ynstelling neidat jo in list styl tapast ha? Klik op de list mei opsommingstekens of nûmere list wikselje om de arkbalke Yndieling."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Wiskje al jo print gebieten yn ien kear: selektearje alle blêden, en dan Yndieling ▸ Print berikken ▸ Wiskje."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Eftergrûn ôfbyldingen taheakje oan rekkenblêden mei Ynfoegje ▸ Ofbylding of sleep in eftergrûn fanút de galerij en dan Yndieling ▸ Skikke ▸ Nei eftergrûn."
#. khFDu
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Ha jo swierrigens mei it plakken fan tekst fan PDF triemmen of websteeën yn dokuminten? Besykje te plakken as platte tekst (%MOD1+%MOD2+shift+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "Brûk yn Calc TRIMMEAN() om in trochsneed fan in gegevens set werom te jaan mei útsûndering fan de heechste en leechste wearden."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "De 4de opsjonele parameter fan de funksje FERT.SYKJE fan Calc jout oan of de earste kolom mei gegevens sortearre is. As dat sa is, fiere jo UNWIER of nul yn."
#. LThNS
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Arkbalken binne kontekstueel—se iepenje ôfhinklik fan de ynhâld. As jo dat net wolle, set se út yn Byld ▸ Arkbalken."
#. WjXyE
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a master document from the current Writer document by using File ▸ Send ▸ Create Master Document."
msgstr "Jo kinne in haad dokumint meitsje fan it aktive Writer dokumint troch brûk te meitsjen fan Triem ▸ Ferstjoere ▸ Haad dokimint oanmeitsje."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Wolle jo sellen sintraal rjochtsje op in printe side yn Calc? Yndieling ▸ Side, ljepper Side ▸ yndielingsynstellingen ▸ Tabel rjochtings."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Ramten kinne keppele wurde, sadat de tekst fan de iene nei de iene floeie kin, lykas by desktop publishing."
#. AjBA3
#. local help missing
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Jo kinne in diagram oanmeitsje op basis fan in Writer tabel troch yn de tabel te klikken en ynfoegje ▸ Diagram te kiezen."
#. cU6JB
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Wolle jo nei in beskaat side nûmer springe? Klik op de meast linkse ynfier op de tastânbalke of brûk Bewurkje ▸ Gean nei side... of druk op CTRL+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME stipet mear as 150 talen."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Set finkje by Presintaasje ▸ Presintaasje ynstellingen ▸ Presintaasje stees op 'e foargrûn út, as jo in oar programma nedich ha dy't it finster oer jo presintaasje set."
#. sogyj
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Wolle jo de fette wurden yn in Writer dokumint sykje? Bewurkje ▸ Sykje en ferfange ▸ Oare opsjes ▸ Attributen ▸ Teken tsjokte."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Jo kinne alinea's of tabel rigen alfabetysk of numeryk sortearje mei Ark ▸ Sortearje."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Om in alinea foar (nei) in seksje yn te foegjen, druk %MOD2+Enter oan it begjin (ein) fan de seksje."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "%PRODUCTNAME hat in sjabloan sintrum om moai eagjende dokuminten te meitsje - besykje it ris."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Berekken mei Calc werombetellingen fan liningen: Bygl. PMT(2%/12;36;2500) rinte persintaazje de betellings perioade 2%/12, 36 moanne, it liende bedrach 2500."
#. QZAFw
#. local help missing
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do anything!"
msgstr "Kin net fine wat jo wolle mei de VLOOKUP funksje yn Calc? Mei INDEX en MATCH kinne jo alles dwaan!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Wolle jo de ferburgen kolom A sjen litte? Klik op de sel yn kolom B, druk op de linker mûs knop, beweech de mûs nei links, lit los. Meitsje de kolom dan sichtber mei Yndieling ▸ Kolommen ▸ Sjen litte."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Om it nûmer fan in side yn Writer feroarje wolle, gean jo nei de eigenskippen fan de earste alinea en selektearje jo, op de ljepper Tekst ferrin, it karfakje Ynfoegje ûnder rigeleinen oan en fiere jo it nûmer yn."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "%PRODUCTNAME útfiere yn elke sneuper fia rollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Frjemde flater koade yn Calc, FlaterL folge troch in sifer? Dizze side jout mear ynformaasje:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Foegje in alinea ta dy gjin titel is yn de ynhâldsopjefte troch Oersicht en Nûmering yn de alinea ynstellingen te feroarjen nei in oersicht nivo."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Neist de ynhâldsopjefte kin %PRODUCTNAME ek alfabetysk, yllustraasje, tabellen, objekten, bibliografy en troch brûkers sels yndeksen meitsje."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Kinne jo in oanpaste sel syl profyl net feroarje of wiskje? Kontrolearje alle blêden, der mei net ien befeilige wêze."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Moatte jo in searje ynfolje? Selektearje it selberik en Blêd ▸ Sellen folje ▸ Searjes folje en kies tusken lineêr, Ekspotinsjeels, Datum en Autofolje."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Wolle jo witte of in sel ferwiist wurd yn formulen fan oare sellen? Ark ▸ Detektive▸ Ofhinklikens opspoare (Shift_F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "Yn it fjild ferfangen fan AutoKorreksje kinne jo de jokertekens brûke. *"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Wolle jo de boppensteande regel duplisearje? Druk op %MOD1+D of brûk Blêd ▸ Sellen folje ▸ Omleech."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Om yn ferskate rekkenblêden te sykjen, selektearje jo dissen foardat jo úteinsetten mei sykjen."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "It slepen fan sellen fan Calc nei in normale werjefte fan in dia makket in tabel, yn de oersicht werjefte makket elke sel in regel yn it oersicht."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME helpt jo om gjin twa of mear spaasjes yn te fieren yn Writer. Skeakelje Ark▸ AutoKorreksje ▸ Opsjes foar AutoKorreksje ▸ Opsjes ▸ Dûbele spaasjes negearje yn."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Wolle jo dat it rinnerke nei de sel rjochts giet, neidat jo in wearde yn Calc ynfierd ha? Brûk de Tab toets ynplak fan Enter."
#. 5Cvhv
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Sleep in opmakke objekt nei it stilen en opmaak paniel fan de sydbalke. Der wurd in dialooch finster makke, fier de namme fan it nije opmaak profyl yn."
#. EabEN
-#: cui/inc/tipoftheday.hrc:272
+#: cui/inc/tipoftheday.hrc:271
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Nije ferzjes fan %PRODUCTNAME ferskaft nije funksjes, brek reparaasjes en befeiliging fernijingen. Hâld jo software bywurke!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:273
+#: cui/inc/tipoftheday.hrc:272
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Nije XSLT en XML filters ûntwikkelje?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Druk op Shift+F1 om de beskikbere útwreide arktippen yn dialoochskermen te sjen, as \"Utwreide tips\" net ynskeakele is yn Ark ▸ Opsjes ▸ %PRODUCTNAME ▸ Algemien"
#. CqfWV
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
#. q5M6P
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Help foar %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Mear ynformaasje"
#. sCREc
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Dizze aksje no útfiere..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tip dan de dei: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:286
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -3782,10 +3776,10 @@ msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr "Komplekse tekst yndieling"
-#. ix6bE
+#. 539Cz
#: cui/inc/treeopt.hrc:59
msgctxt "SID_LANGUAGE_OPTIONS_RES"
-msgid "LanguageTool Server Settings"
+msgid "LanguageTool Server"
msgstr ""
#. TGnig
@@ -4305,85 +4299,85 @@ msgid "About %PRODUCTNAME"
msgstr "Ynfo oer %PRODUCTNAME"
#. rdEwV
-#: cui/uiconfig/ui/aboutdialog.ui:106
+#: cui/uiconfig/ui/aboutdialog.ui:105
msgctxt "aboutdialog|lbVersion"
msgid "Version:"
msgstr "Ferzje:"
#. W6gkc
-#: cui/uiconfig/ui/aboutdialog.ui:123
+#: cui/uiconfig/ui/aboutdialog.ui:125
msgctxt "aboutdialog|lbBuild"
msgid "Build:"
msgstr "Bou:"
#. J78bj
-#: cui/uiconfig/ui/aboutdialog.ui:139
+#: cui/uiconfig/ui/aboutdialog.ui:144
msgctxt "aboutdialog|lbEnvironment"
msgid "Environment:"
msgstr "Omjouwing:"
#. c2sEB
-#: cui/uiconfig/ui/aboutdialog.ui:209
+#: cui/uiconfig/ui/aboutdialog.ui:223
msgctxt "aboutdialog|lbExtra"
msgid "Misc:"
msgstr "Ferskaat:"
#. FwVyQ
-#: cui/uiconfig/ui/aboutdialog.ui:243
+#: cui/uiconfig/ui/aboutdialog.ui:263
msgctxt "aboutdialog|lbLocale"
msgid "Locale:"
msgstr "Lokaal:"
#. SFbP2
-#: cui/uiconfig/ui/aboutdialog.ui:275
+#: cui/uiconfig/ui/aboutdialog.ui:301
msgctxt "aboutdialog|lbUI"
msgid "User Interface:"
msgstr "Brûkersynterfaasje:"
#. KFo3i
-#: cui/uiconfig/ui/aboutdialog.ui:316
+#: cui/uiconfig/ui/aboutdialog.ui:348
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr "%PRODUCTNAME is in moderne, maklik te brûken, iepen boarne produktiviteitssuite foar tekstferwurking, rekkenblêden, presintaasjes en mear."
#. cFC6E
-#: cui/uiconfig/ui/aboutdialog.ui:350
+#: cui/uiconfig/ui/aboutdialog.ui:389
msgctxt "aboutdialog|credits"
msgid "Credits"
msgstr "Tankberens"
#. VkRAv
-#: cui/uiconfig/ui/aboutdialog.ui:366
+#: cui/uiconfig/ui/aboutdialog.ui:405
msgctxt "aboutdialog|website"
msgid "Website"
msgstr "Webstee"
#. i4Jo2
-#: cui/uiconfig/ui/aboutdialog.ui:382
+#: cui/uiconfig/ui/aboutdialog.ui:421
msgctxt "aboutdialog|releasenotes"
msgid "Release Notes"
msgstr "Utjefte notysjes"
#. 5TUrF
-#: cui/uiconfig/ui/aboutdialog.ui:410
+#: cui/uiconfig/ui/aboutdialog.ui:449
msgctxt "aboutdialog|lbVersionInfo"
msgid "Version Information"
msgstr "Ferzje ynformaasje"
#. jZvGC
-#: cui/uiconfig/ui/aboutdialog.ui:429
+#: cui/uiconfig/ui/aboutdialog.ui:468
msgctxt "aboutdialog|btnCopyVersionTooltip"
msgid "Copy all version information in English"
msgstr "Alle ferzje ynformaasje yn it ingelsk kopiearje"
#. Ujmto
-#: cui/uiconfig/ui/accelconfigpage.ui:80
+#: cui/uiconfig/ui/accelconfigpage.ui:84
msgctxt "accelconfigpage|tooltip|shortcuts"
msgid "To quickly find a shortcut in this list, simply press the key combination."
msgstr "Om fluch in fluchtoets yn de list te sykjen, drukke jo ienfâldich op de toetsekombinaasje."
#. s4GiG
-#: cui/uiconfig/ui/accelconfigpage.ui:117
+#: cui/uiconfig/ui/accelconfigpage.ui:121
msgctxt "accelconfigpage|extended_tip|shortcuts"
msgid ""
"Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the Function list, click a shortcut in this list, and then click Modify.\n"
@@ -4393,145 +4387,145 @@ msgstr ""
"Om fluch in fluchtoets yn dizze list te sykjen, drukke jo ienfâldich op de toetsekombinaasje."
#. MP3WF
-#: cui/uiconfig/ui/accelconfigpage.ui:129
+#: cui/uiconfig/ui/accelconfigpage.ui:133
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr "Fluchtoe_tsen"
#. rEN3b
-#: cui/uiconfig/ui/accelconfigpage.ui:155
+#: cui/uiconfig/ui/accelconfigpage.ui:159
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
#. oakFo
-#: cui/uiconfig/ui/accelconfigpage.ui:164
+#: cui/uiconfig/ui/accelconfigpage.ui:168
msgctxt "accelconfigpage|extended_tip|office"
msgid "Displays shortcut keys that are common to all the office suite applications."
msgstr "Lit de fluchtoetsen sjen dy't by alle kantoarpakket programma's foarkomme."
#. jjhUE
-#: cui/uiconfig/ui/accelconfigpage.ui:176
+#: cui/uiconfig/ui/accelconfigpage.ui:180
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr "$(MODULE)"
#. 6UUdW
-#: cui/uiconfig/ui/accelconfigpage.ui:185
+#: cui/uiconfig/ui/accelconfigpage.ui:189
msgctxt "accelconfigpage|extended_tip|module"
msgid "Displays shortcut keys for the current office suite application."
msgstr "Lit de fluchtoetsen sjen dy't by it aktive kantoarpakket programma foarkomme."
#. R2nhJ
-#: cui/uiconfig/ui/accelconfigpage.ui:212
+#: cui/uiconfig/ui/accelconfigpage.ui:216
msgctxt "accelconfigpage|change"
msgid "_Modify"
msgstr "_Oanpasse"
#. F2oLa
-#: cui/uiconfig/ui/accelconfigpage.ui:219
+#: cui/uiconfig/ui/accelconfigpage.ui:223
msgctxt "accelconfigpage|extended_tip|change"
msgid "Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list."
msgstr "Wiist de toetsenkombinaasje dy't yn de list Fluchtoetsen selektearre is, ta oan de opdracht dy't yn de list Funksje selektearre is."
#. eFsw9
-#: cui/uiconfig/ui/accelconfigpage.ui:238
+#: cui/uiconfig/ui/accelconfigpage.ui:242
msgctxt "accelconfigpage|extended_tip|delete"
msgid "Deletes the selected element or elements without requiring confirmation."
msgstr "Wisket it selektearre elemint of eleminten sûnder dat befêstiging fereaske is."
#. 6MwWq
-#: cui/uiconfig/ui/accelconfigpage.ui:250
+#: cui/uiconfig/ui/accelconfigpage.ui:254
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr "_Lade..."
#. yANEF
-#: cui/uiconfig/ui/accelconfigpage.ui:257
+#: cui/uiconfig/ui/accelconfigpage.ui:261
msgctxt "accelconfigpage|extended_tip|load"
msgid "Replaces the shortcut key configuration with one that was previously saved."
msgstr "Ferfangt de fluchtoets ynstelling troch in earder bewarre ynstelling."
#. Uq7F5
-#: cui/uiconfig/ui/accelconfigpage.ui:270
+#: cui/uiconfig/ui/accelconfigpage.ui:274
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr "_Bewarje..."
#. e9TFA
-#: cui/uiconfig/ui/accelconfigpage.ui:277
+#: cui/uiconfig/ui/accelconfigpage.ui:281
msgctxt "accelconfigpage|extended_tip|save"
msgid "Saves the current shortcut key configuration, so that you can load it later."
msgstr "Bewarret it aktive fluchtoets ynstelling, sadat it letter wer laden kin wurde."
#. oSRQ7
-#: cui/uiconfig/ui/accelconfigpage.ui:295
+#: cui/uiconfig/ui/accelconfigpage.ui:298
msgctxt "accelconfigpage|tooltip|reset"
msgid "Unsaved modifications to shortcut keys are reverted."
msgstr ""
#. stv4J
-#: cui/uiconfig/ui/accelconfigpage.ui:298
+#: cui/uiconfig/ui/accelconfigpage.ui:302
msgctxt "accelconfigpage|extended_tip|reset"
msgid "Revert any changes made to keyboard shortcuts to the assignments that were present when this dialog was opened."
msgstr ""
#. BKAsD
-#: cui/uiconfig/ui/accelconfigpage.ui:349
+#: cui/uiconfig/ui/accelconfigpage.ui:354
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr "Typ om te sykje"
#. nGtvW
-#: cui/uiconfig/ui/accelconfigpage.ui:353
+#: cui/uiconfig/ui/accelconfigpage.ui:357
msgctxt "accelconfigpage|extended_tip|searchEntry"
msgid "Type here to search in the list of functions."
msgstr "Typ hjir om te sykjen yn de list mei funksjes."
#. T5FGo
-#: cui/uiconfig/ui/accelconfigpage.ui:375
+#: cui/uiconfig/ui/accelconfigpage.ui:380
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "_Kategory"
#. xfWzA
-#: cui/uiconfig/ui/accelconfigpage.ui:389
+#: cui/uiconfig/ui/accelconfigpage.ui:394
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "_Funksje"
#. 7PCeb
-#: cui/uiconfig/ui/accelconfigpage.ui:403
+#: cui/uiconfig/ui/accelconfigpage.ui:408
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr "_Toetsen"
#. 8DnFJ
-#: cui/uiconfig/ui/accelconfigpage.ui:447
+#: cui/uiconfig/ui/accelconfigpage.ui:452
msgctxt "accelconfigpage|extended_tip|category"
msgid "Lists the available function categories. To assign shortcuts to Styles, open the \"Styles\" category."
msgstr "Lit de beskikbere funksje kategoryen sjen. Foar it tawizen fan fluchtoetsen oan Stilen, iepenje de \"Stilen\" kategory."
#. wGm8q
-#: cui/uiconfig/ui/accelconfigpage.ui:494
+#: cui/uiconfig/ui/accelconfigpage.ui:499
msgctxt "accelconfigpage|extended_tip|function"
msgid "Select a function that you want to assign a shortcut key to, click a key combination in the Shortcut keys list, and then click Modify. If the selected function already has a shortcut key, it is displayed in the Keys list."
msgstr "Selektearje in funksje dy't jo tawize oan in fluchtoets, klik in toetsenkombinaasje yn de list mei fluchtoetsen, en klik op Oanpasse. As de selektearre funksje al in fluchtoets hat, is it te sjen yn de toetsen list."
#. PzCaG
-#: cui/uiconfig/ui/accelconfigpage.ui:540
+#: cui/uiconfig/ui/accelconfigpage.ui:545
msgctxt "accelconfigpage|extended_tip|keys"
msgid "Displays the shortcut keys that are assigned to the selected function."
msgstr "Lit de fluchtoets sjen dy oan de selektearre funksje tawiisd is."
#. CqdJF
-#: cui/uiconfig/ui/accelconfigpage.ui:564
+#: cui/uiconfig/ui/accelconfigpage.ui:569
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "F_unksjes"
#. kVeWd
-#: cui/uiconfig/ui/accelconfigpage.ui:577
+#: cui/uiconfig/ui/accelconfigpage.ui:582
msgctxt "accelconfigpage|extended_tip|AccelConfigPage"
msgid "Assigns or edits the shortcut keys for the office suite commands, or Basic macros."
msgstr "Sil fluchtoetsen tawize of bewurkje foar de kantoarpakket opdrachten of basis makro's."
@@ -4784,11 +4778,11 @@ msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr "Fuortgong lebel"
-#. PjJ55
+#. sdUSh
#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
-msgid "ProgressLabel"
-msgstr "Fuortgonglebel"
+msgid "Progress label"
+msgstr ""
#. SYKGE
#: cui/uiconfig/ui/additionsdialog.ui:127
@@ -4796,8 +4790,13 @@ msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr "Dit lebel lit de fuortgong sjen fan de bewurkingen lykas it laden fan tafoegingen, net fûn, ensfh."
-#. NrZT8
+#. Gq5Hf
#: cui/uiconfig/ui/additionsdialog.ui:188
+msgctxt "additionsdialog|searchEntry"
+msgid "Search entry"
+msgstr ""
+
+#. NrZT8
#: cui/uiconfig/ui/additionsdialog.ui:189
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
@@ -4821,11 +4820,11 @@ msgctxt "additionsDialog|buttonShowMore"
msgid "Show More Extensions"
msgstr "Mear tafoegingen sjen litte"
-#. 2pPGn
+#. ZFA5D
#: cui/uiconfig/ui/additionsfragment.ui:21
msgctxt "additionsDialog|buttonShowMore"
-msgid "ButtonShowMore"
-msgstr "MearWerjaanKnop"
+msgid "Button \"Show more\""
+msgstr ""
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:22
@@ -6640,145 +6639,145 @@ msgid "Language:"
msgstr "Taal:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:150
+#: cui/uiconfig/ui/charnamepage.ui:151
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:185
+#: cui/uiconfig/ui/charnamepage.ui:187
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:199
+#: cui/uiconfig/ui/charnamepage.ui:201
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Grutte:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:221
+#: cui/uiconfig/ui/charnamepage.ui:224
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:233
+#: cui/uiconfig/ui/charnamepage.ui:236
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funksjes..."
#. 67pMm
-#: cui/uiconfig/ui/charnamepage.ui:277
+#: cui/uiconfig/ui/charnamepage.ui:280
msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
msgid "Select the font that you want to apply."
msgstr ""
#. a6gqN
-#: cui/uiconfig/ui/charnamepage.ui:334
+#: cui/uiconfig/ui/charnamepage.ui:337
msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:380
+#: cui/uiconfig/ui/charnamepage.ui:383
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Grutte:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:394
+#: cui/uiconfig/ui/charnamepage.ui:397
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Taal:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:416
+#: cui/uiconfig/ui/charnamepage.ui:420
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:438
+#: cui/uiconfig/ui/charnamepage.ui:443
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:464
+#: cui/uiconfig/ui/charnamepage.ui:469
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funksjes..."
#. 53eGE
-#: cui/uiconfig/ui/charnamepage.ui:522
+#: cui/uiconfig/ui/charnamepage.ui:527
msgctxt "charnamepage|extended_tip|trCJKFontName"
msgid "Select the font that you want to apply."
msgstr ""
#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:570
+#: cui/uiconfig/ui/charnamepage.ui:576
msgctxt "charnamepage|extended_tip|eastlanglb"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
#. 2A2Jj
-#: cui/uiconfig/ui/charnamepage.ui:610
+#: cui/uiconfig/ui/charnamepage.ui:616
msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:660
+#: cui/uiconfig/ui/charnamepage.ui:666
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Grutte:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:682
+#: cui/uiconfig/ui/charnamepage.ui:689
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:704
+#: cui/uiconfig/ui/charnamepage.ui:712
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:718
+#: cui/uiconfig/ui/charnamepage.ui:726
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Taal:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:730
+#: cui/uiconfig/ui/charnamepage.ui:738
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funksjes..."
#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:763
+#: cui/uiconfig/ui/charnamepage.ui:772
msgctxt "charnamepage|extended_tip|ctllanglb"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
#. 97Vwf
-#: cui/uiconfig/ui/charnamepage.ui:805
+#: cui/uiconfig/ui/charnamepage.ui:814
msgctxt "charnamepage|extended_tip|trCTLFontName"
msgid "Select the font that you want to apply."
msgstr ""
#. U2Qki
-#: cui/uiconfig/ui/charnamepage.ui:864
+#: cui/uiconfig/ui/charnamepage.ui:873
msgctxt "charnamepage|Tab_Complex"
msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:905
+#: cui/uiconfig/ui/charnamepage.ui:914
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Foarbyld"
@@ -9806,11 +9805,11 @@ msgctxt "gradientpage|extended_tip|centerymtr"
msgid "Enter the vertical offset for the gradient, where 0% corresponds to the current vertical location of the endpoint color in the gradient. The endpoint color is the color that is selected in the To Color box."
msgstr "Fier de fertikale ferskowing yn foar it ferrin, wêrby 0% oerienkomt mei de aktive fertikale lokaasje fan de einpuntkleur yn it ferrin. De einpuntkleur is de kleur dy't selektearre is yn it fak Doel kleur."
-#. ZZ7yo
+#. zPwiT
#: cui/uiconfig/ui/gradientpage.ui:393
msgctxt "gradientpage|borderft"
-msgid "_Border:"
-msgstr "_Rânen:"
+msgid "Mid_point:"
+msgstr ""
#. iZbnF
#: cui/uiconfig/ui/gradientpage.ui:427
@@ -11941,43 +11940,43 @@ msgid "Base URL:"
msgstr ""
#. z58D6
-#: cui/uiconfig/ui/langtoolconfigpage.ui:111
+#: cui/uiconfig/ui/langtoolconfigpage.ui:112
msgctxt "langtoolconfigpage|usernamelbl"
msgid "Username:"
msgstr ""
#. B8kMr
-#: cui/uiconfig/ui/langtoolconfigpage.ui:125
+#: cui/uiconfig/ui/langtoolconfigpage.ui:126
msgctxt "langtoolconfigpage|apikeylbl"
msgid "API key:"
msgstr ""
#. LBMkb
-#: cui/uiconfig/ui/langtoolconfigpage.ui:159
+#: cui/uiconfig/ui/langtoolconfigpage.ui:162
msgctxt "langtoolconfigpage|urldesc"
msgid "Please use the base URL, i.e., without “/check”, at the end."
msgstr ""
#. 77oav
-#: cui/uiconfig/ui/langtoolconfigpage.ui:174
+#: cui/uiconfig/ui/langtoolconfigpage.ui:177
msgctxt "langtoolconfigpage|usernamedesc"
msgid "Your LanguageTool account’s username for premium usage."
msgstr ""
#. tGuAh
-#: cui/uiconfig/ui/langtoolconfigpage.ui:189
+#: cui/uiconfig/ui/langtoolconfigpage.ui:192
msgctxt "langtoolconfigpage|apikeydesc"
msgid "Your LanguageTool account’s API key for premium usage."
msgstr ""
#. Dn8bb
-#: cui/uiconfig/ui/langtoolconfigpage.ui:215
+#: cui/uiconfig/ui/langtoolconfigpage.ui:218
msgctxt "langtoolconfigpage|apisettingsheader"
msgid "API Settings"
msgstr ""
#. Ntss5
-#: cui/uiconfig/ui/langtoolconfigpage.ui:234
+#: cui/uiconfig/ui/langtoolconfigpage.ui:237
msgctxt "langtoolconfigpage|langtoolsettings"
msgid "LanguageTool API Options"
msgstr ""
@@ -12645,103 +12644,103 @@ msgid "Contains commands to modify or delete the selected toolbar, and the comma
msgstr "Befettet opdrachten foar it oanpassen of wiskjen fan de selektearre arkbalke, en de opdracht foar it taheakjen fan nije arkbalken."
#. w7EFX
-#: cui/uiconfig/ui/menuassignpage.ui:686
+#: cui/uiconfig/ui/menuassignpage.ui:688
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr "_Ynfoegje"
#. Q69cQ
-#: cui/uiconfig/ui/menuassignpage.ui:710
+#: cui/uiconfig/ui/menuassignpage.ui:712
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr "_Oanpasse"
#. Cwu32
-#: cui/uiconfig/ui/menuassignpage.ui:734
+#: cui/uiconfig/ui/menuassignpage.ui:736
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "_Standert"
#. taFyJ
-#: cui/uiconfig/ui/menuassignpage.ui:745
+#: cui/uiconfig/ui/menuassignpage.ui:747
msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr "Wersteld de selektearre arkbalke, menu of kontekstmenu nei de standert wearden."
#. B32nz
-#: cui/uiconfig/ui/menuassignpage.ui:781
+#: cui/uiconfig/ui/menuassignpage.ui:783
msgctxt "menuassignpage|add"
msgid "Add item"
msgstr "Item taheakje"
#. JrYMp
-#: cui/uiconfig/ui/menuassignpage.ui:789
+#: cui/uiconfig/ui/menuassignpage.ui:791
msgctxt "menuassignpage|extended_tip|add"
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 menu."
msgstr "Klik op de rjochter pylk knop om in funksje te selektearjen op it linker werjefte fak en kopiearje it nei de rjochter fak. Dit sil de funksje oan it selektearre menu taheakje."
#. iree8
-#: cui/uiconfig/ui/menuassignpage.ui:815
+#: cui/uiconfig/ui/menuassignpage.ui:817
msgctxt "menuassignpage|remove"
msgid "Remove item"
msgstr "Item wiskje"
#. AsenA
-#: cui/uiconfig/ui/menuassignpage.ui:823
+#: cui/uiconfig/ui/menuassignpage.ui:825
msgctxt "menuassignpage|extended_tip|remove"
msgid "Click on the left arrow button to remove the selected command from the current menu."
msgstr "Klik op de linker pylk knop om de selektearre opdracht fan it aktive menu te wiskjen."
#. t7BYP
-#: cui/uiconfig/ui/menuassignpage.ui:856
+#: cui/uiconfig/ui/menuassignpage.ui:858
msgctxt "menuassignpage|moveupbtn"
msgid "Move up"
msgstr "Omheech ferpleatse"
#. BH9fq
-#: cui/uiconfig/ui/menuassignpage.ui:861
+#: cui/uiconfig/ui/menuassignpage.ui:863
msgctxt "menuassignpage|extended_tip|up"
msgid "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."
msgstr "Klik op de pylken omheech of omleech om de selektrearre opdracht omheech of omleech te ferpleatsen yn de list mei menu opdrachten."
#. S6K2N
-#: cui/uiconfig/ui/menuassignpage.ui:875
+#: cui/uiconfig/ui/menuassignpage.ui:877
msgctxt "menuassignpage|movedownbtn"
msgid "Move down"
msgstr "Omleech ferpleatse"
#. RCKEK
-#: cui/uiconfig/ui/menuassignpage.ui:880
+#: cui/uiconfig/ui/menuassignpage.ui:882
msgctxt "menuassignpage|extended_tip|down"
msgid "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."
msgstr "Klik op de pylken omheech of omleech om de selektrearre opdracht omheech of omleech te ferpleatsen yn de list mei menu opdrachten."
#. fto8m
-#: cui/uiconfig/ui/menuassignpage.ui:900
+#: cui/uiconfig/ui/menuassignpage.ui:902
msgctxt "menuassignpage|scopelabel"
msgid "S_cope"
msgstr "S_cope"
#. SLinm
-#: cui/uiconfig/ui/menuassignpage.ui:913
+#: cui/uiconfig/ui/menuassignpage.ui:915
msgctxt "menuassignpage|targetlabel"
msgid "_Target"
msgstr "_Doel"
#. cZEBZ
-#: cui/uiconfig/ui/menuassignpage.ui:926
+#: cui/uiconfig/ui/menuassignpage.ui:928
msgctxt "menuassignpage|functionlabel"
msgid "Assi_gned Commands"
msgstr "Taw_iisde opdrachten"
#. AZQ8V
-#: cui/uiconfig/ui/menuassignpage.ui:939
+#: cui/uiconfig/ui/menuassignpage.ui:941
msgctxt "menuassignpage|customizelabel"
msgid "_Customize"
msgstr "_Oanpasse"
#. w3brP
-#: cui/uiconfig/ui/menuassignpage.ui:998
+#: cui/uiconfig/ui/menuassignpage.ui:1000
msgctxt "menuassignpage|extended_tip|MenuAssignPage"
msgid "Lets you customize the office suite menus for all modules."
msgstr "Lit jo de kantoarpakket menu's oanpasse foar alle modulen."
@@ -13698,36 +13697,36 @@ msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
msgid "Description"
msgstr "Beskriuwing"
-#. E4YpG
-#: cui/uiconfig/ui/objecttitledescdialog.ui:92
-msgctxt "objecttitledescdialog|object_title_label"
-msgid "_Text Alternative:"
-msgstr ""
-
#. Ge74Q
-#: cui/uiconfig/ui/objecttitledescdialog.ui:94
+#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
msgstr ""
+#. E4YpG
+#: cui/uiconfig/ui/objecttitledescdialog.ui:93
+msgctxt "objecttitledescdialog|object_title_label"
+msgid "_Text Alternative:"
+msgstr ""
+
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
msgctxt "objecttitledescdialog|extended_tip|object_title_entry"
msgid "Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text."
msgstr "Fier in tekst foar de titel yn. De koarte namme is as in alternatief lebel sichtber yn de HTML opmaak. Helpprogramma's kinne de tekst lêze."
-#. kDbQ9
-#: cui/uiconfig/ui/objecttitledescdialog.ui:127
-msgctxt "objecttitledescdialog|desc_label"
-msgid "_Description:"
-msgstr "_Beskriuwing:"
-
#. EFUyD
-#: cui/uiconfig/ui/objecttitledescdialog.ui:129
+#: cui/uiconfig/ui/objecttitledescdialog.ui:127
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
msgstr ""
+#. kDbQ9
+#: cui/uiconfig/ui/objecttitledescdialog.ui:128
+msgctxt "objecttitledescdialog|desc_label"
+msgid "_Description:"
+msgstr "_Beskriuwing:"
+
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
msgctxt "objecttitledescdialog|extended_tip|desc_entry"
@@ -13735,7 +13734,7 @@ msgid "Enter a description text. The long description text can be entered to des
msgstr "Fier in tekst foar de beskriuwing yn. De lange tekst foar de beskriuwing kin ynfierd wurde om in kompleks objekt of groep objekten te beskriuwen foar brûkers mei software om fanôf it skerm te lêzen. De beskriuwing is as in alternatief lebel sichtber foar helpprogramma's"
#. 8BCe3
-#: cui/uiconfig/ui/objecttitledescdialog.ui:182
+#: cui/uiconfig/ui/objecttitledescdialog.ui:179
msgctxt "objecttitledescdialog|extended_tip|ObjectTitleDescDialog"
msgid "Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document."
msgstr "Sil in titel en in beskriuwing tawize oan it selektearre objekt. Dizzen binne tagonklik foar helpprogramma's en as alternative lebel as jo it dokumint eksportearje."
@@ -14915,49 +14914,49 @@ msgid "Sen_d crash reports to The Document Foundation"
msgstr "Stjoe_r ferûngelike rapporten nei The Document Foundation"
#. rS3dG
-#: cui/uiconfig/ui/optgeneralpage.ui:304
+#: cui/uiconfig/ui/optgeneralpage.ui:307
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr "Help %PRODUCTNAME te ferbetterjen"
#. 2MFwd
-#: cui/uiconfig/ui/optgeneralpage.ui:332
+#: cui/uiconfig/ui/optgeneralpage.ui:335
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr "%PRODUCTNAME lade as it systeem úteinset"
#. MKruH
-#: cui/uiconfig/ui/optgeneralpage.ui:346
+#: cui/uiconfig/ui/optgeneralpage.ui:349
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr "Fluchstarter op systeembalke ynskeakelje"
#. 8vGvu
-#: cui/uiconfig/ui/optgeneralpage.ui:364
+#: cui/uiconfig/ui/optgeneralpage.ui:367
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr "%PRODUCTNAME Fluchstarter"
#. FvigS
-#: cui/uiconfig/ui/optgeneralpage.ui:391
+#: cui/uiconfig/ui/optgeneralpage.ui:394
msgctxt "optgeneralpage|fileassoc"
msgid "Windows Default apps"
msgstr "Windows standert apps"
#. 2EWmE
-#: cui/uiconfig/ui/optgeneralpage.ui:405
+#: cui/uiconfig/ui/optgeneralpage.ui:408
msgctxt "optgeneralpage|FileExtCheckCheckbox"
msgid "Perform check for default file associations on start-up"
msgstr "Fier by it úteinsetten in kontrôle út op standert triem keppelingen"
#. fXjVB
-#: cui/uiconfig/ui/optgeneralpage.ui:423
+#: cui/uiconfig/ui/optgeneralpage.ui:426
msgctxt "optgeneralpage|fileassoc"
msgid "%PRODUCTNAME File Associations"
msgstr "%PRODUCTNAME triem assosjaasjes"
#. KyK5F
-#: cui/uiconfig/ui/optgeneralpage.ui:437
+#: cui/uiconfig/ui/optgeneralpage.ui:443
msgctxt "extended_tip | OptGeneralPage"
msgid "Specifies the general settings for the office suite."
msgstr ""
@@ -15857,97 +15856,97 @@ msgid "Last checked: %DATE%, %TIME%"
msgstr "Lêst kontrolearre: %DATE%, %TIME%"
#. rw57A
-#: cui/uiconfig/ui/optonlineupdatepage.ui:169
+#: cui/uiconfig/ui/optonlineupdatepage.ui:172
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr "Lêst kontrolearre: Noch net"
#. DWDdu
-#: cui/uiconfig/ui/optonlineupdatepage.ui:209
+#: cui/uiconfig/ui/optonlineupdatepage.ui:215
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr "_Fernijingen automatysk ynlade"
#. 5TCn4
-#: cui/uiconfig/ui/optonlineupdatepage.ui:218
+#: cui/uiconfig/ui/optonlineupdatepage.ui:224
msgctxt "extended_tip|autodownload"
msgid "Enable the automatic download of updates to the specified folder."
msgstr ""
#. AmVMh
-#: cui/uiconfig/ui/optonlineupdatepage.ui:238
+#: cui/uiconfig/ui/optonlineupdatepage.ui:244
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr "Fero_arje..."
#. mCu2A
-#: cui/uiconfig/ui/optonlineupdatepage.ui:246
+#: cui/uiconfig/ui/optonlineupdatepage.ui:252
msgctxt "extended_tip|changepath"
msgid "Click to select the destination folder for downloaded files."
msgstr ""
#. iCVFj
-#: cui/uiconfig/ui/optonlineupdatepage.ui:264
+#: cui/uiconfig/ui/optonlineupdatepage.ui:270
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr "Ynlaadbestimming:"
#. j2D7W
-#: cui/uiconfig/ui/optonlineupdatepage.ui:268
+#: cui/uiconfig/ui/optonlineupdatepage.ui:274
msgctxt "extended_tip|destpathlabel"
msgid "Click to select the destination folder for downloaded files."
msgstr ""
#. vDRC5
-#: cui/uiconfig/ui/optonlineupdatepage.ui:310
+#: cui/uiconfig/ui/optonlineupdatepage.ui:316
msgctxt "optonlineupdatepage|labeldest"
msgid "Download Destination"
msgstr "Ynlaad bestimming"
#. JqAh4
-#: cui/uiconfig/ui/optonlineupdatepage.ui:341
+#: cui/uiconfig/ui/optonlineupdatepage.ui:347
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr "_OS ferzje en basis hardware ynformaasje stjoere"
#. b95Sc
-#: cui/uiconfig/ui/optonlineupdatepage.ui:345
+#: cui/uiconfig/ui/optonlineupdatepage.ui:351
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr "Dizze ynformaasje makket it ús mooglik om optimalisaasjes te meitsjen foar jo hardware en bestjoeringssysteem."
#. f2Wtr
-#: cui/uiconfig/ui/optonlineupdatepage.ui:366
+#: cui/uiconfig/ui/optonlineupdatepage.ui:372
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr "Brûkersagint:"
#. agWbu
-#: cui/uiconfig/ui/optonlineupdatepage.ui:378
+#: cui/uiconfig/ui/optonlineupdatepage.ui:387
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr "Klik op tapasse om te fernijen"
#. ZC9EF
-#: cui/uiconfig/ui/optonlineupdatepage.ui:412
+#: cui/uiconfig/ui/optonlineupdatepage.ui:427
msgctxt "optonlineupdatepage|labelagent"
msgid "User Agent"
msgstr "Brûker agint"
#. kEnsC
-#: cui/uiconfig/ui/optonlineupdatepage.ui:427
+#: cui/uiconfig/ui/optonlineupdatepage.ui:442
msgctxt "optonlineupdatepage|privacy"
msgid "Privacy Policy"
msgstr ""
#. 3J5As
-#: cui/uiconfig/ui/optonlineupdatepage.ui:445
+#: cui/uiconfig/ui/optonlineupdatepage.ui:460
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr "Opsjes foar fernijen mei't ynternet"
#. MdSsA
-#: cui/uiconfig/ui/optonlineupdatepage.ui:453
+#: cui/uiconfig/ui/optonlineupdatepage.ui:468
msgctxt "extended_tip|OptOnlineUpdatePage"
msgid "Specifies some options for the automatic notification and downloading of online updates to the office suite."
msgstr ""
@@ -17563,110 +17562,110 @@ msgid "If enabled, then all paragraph styles with the option page line-spacing a
msgstr ""
#. 46djR
-#: cui/uiconfig/ui/pageformatpage.ui:570
+#: cui/uiconfig/ui/pageformatpage.ui:571
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
msgstr "Rjochts en links"
#. xetCH
-#: cui/uiconfig/ui/pageformatpage.ui:571
+#: cui/uiconfig/ui/pageformatpage.ui:572
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr "Spegele"
#. 47EHF
-#: cui/uiconfig/ui/pageformatpage.ui:572
+#: cui/uiconfig/ui/pageformatpage.ui:573
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
msgstr "Allinne rjochts"
#. ALSy9
-#: cui/uiconfig/ui/pageformatpage.ui:573
+#: cui/uiconfig/ui/pageformatpage.ui:574
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
msgstr "Allinne links"
#. Fhvzk
-#: cui/uiconfig/ui/pageformatpage.ui:595
+#: cui/uiconfig/ui/pageformatpage.ui:596
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr "Tabel rjochting:"
#. 79BH9
-#: cui/uiconfig/ui/pageformatpage.ui:607
+#: cui/uiconfig/ui/pageformatpage.ui:608
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "Hori_zontaal"
#. krxQZ
-#: cui/uiconfig/ui/pageformatpage.ui:621
+#: cui/uiconfig/ui/pageformatpage.ui:622
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr "_Fertikaal"
#. FPLFK
-#: cui/uiconfig/ui/pageformatpage.ui:635
+#: cui/uiconfig/ui/pageformatpage.ui:636
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr "_Objekt oanpasse oan papier grutte"
#. bqcXW
-#: cui/uiconfig/ui/pageformatpage.ui:651
+#: cui/uiconfig/ui/pageformatpage.ui:653
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
msgstr "Ferbûn _mei yndieling styl:"
#. FnoPF
-#: cui/uiconfig/ui/pageformatpage.ui:675
+#: cui/uiconfig/ui/pageformatpage.ui:677
msgctxt "pageformatpage|labelGutterPosition"
msgid "Gutter position:"
msgstr ""
#. LF4Ex
-#: cui/uiconfig/ui/pageformatpage.ui:690
+#: cui/uiconfig/ui/pageformatpage.ui:692
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Left"
msgstr ""
#. DSBY5
-#: cui/uiconfig/ui/pageformatpage.ui:691
+#: cui/uiconfig/ui/pageformatpage.ui:693
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Top"
msgstr ""
#. AosV5
-#: cui/uiconfig/ui/pageformatpage.ui:701
+#: cui/uiconfig/ui/pageformatpage.ui:703
msgctxt "pageformatpage|checkRtlGutter"
msgid "Gutter on right side of page"
msgstr ""
#. cuazP
-#: cui/uiconfig/ui/pageformatpage.ui:715
+#: cui/uiconfig/ui/pageformatpage.ui:717
msgctxt "pageformatpage|checkBackgroundFullSize"
msgid "Background covers margins"
msgstr ""
#. ApZcb
#. xdds
-#: cui/uiconfig/ui/pageformatpage.ui:719
+#: cui/uiconfig/ui/pageformatpage.ui:721
msgctxt "pageformatpage|checkBackgroundFullSize"
msgid "Any background will cover margins of the page as well"
msgstr ""
#. XtMGD
-#: cui/uiconfig/ui/pageformatpage.ui:724
+#: cui/uiconfig/ui/pageformatpage.ui:726
msgctxt "extended_tip|checkBackgroundFullSize"
msgid "If enabled, then any background will cover the entire page, including margins. If disabled, any background will cover the page only inside the margins."
msgstr ""
#. xdECe
-#: cui/uiconfig/ui/pageformatpage.ui:754
+#: cui/uiconfig/ui/pageformatpage.ui:753
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr "Yndieling ynstellingen"
#. eBMbb
-#: cui/uiconfig/ui/pageformatpage.ui:775
+#: cui/uiconfig/ui/pageformatpage.ui:774
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -21697,7 +21696,7 @@ msgid "UI variants"
msgstr ""
#. H7m7J
-#: cui/uiconfig/ui/toolbarmodedialog.ui:363
+#: cui/uiconfig/ui/toolbarmodedialog.ui:366
msgctxt "ToolbarmodeDialog|rightframe"
msgid "Preview"
msgstr ""
diff --git a/source/fy/dbaccess/messages.po b/source/fy/dbaccess/messages.po
index d4785fa7aed..7e0a4c8408c 100644
--- a/source/fy/dbaccess/messages.po
+++ b/source/fy/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: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/fy/>\n"
@@ -2423,158 +2423,176 @@ msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Details"
-#. Avmtu
+#. CXpeS
#: dbaccess/inc/strings.hrc:423
+msgctxt "STR_ADD_USER"
+msgid "Add User"
+msgstr ""
+
+#. YG5iB
+#: dbaccess/inc/strings.hrc:424
+msgctxt "STR_DELETE_USER"
+msgid "Delete User"
+msgstr ""
+
+#. mDe9f
+#: dbaccess/inc/strings.hrc:425
+msgctxt "STR_CHANGE_PASSWORD"
+msgid "Change Password"
+msgstr ""
+
+#. Avmtu
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Wolle jo dizze brûker wiskje?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "De gegevensbank stipet gjin brûkers behear."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:425
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "De wachtwurden komme net oerien. Fier it wachtwurd nochris yn."
#. iu64w
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:430
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Tink derom dat guon gegevensbanken dit type join net stypje."
#. Khmn9
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Befettet allinne records wêrby de ynhâld fan de keppele fjilden yn beide tabellen lyk is."
#. JUyyK
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:432
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 "Befettet ALLE record fan tabel '%1' en allinne de record fan tabel '%2' wêrby de ynhâld fan de keppele fjilden yn beide tabellen lyk is."
#. EdhCU
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Befettet ALLE records út '%1' en '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:431
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Befettet it kartesiaanske produkt fan ALLE records fan '%1' en fan '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "It doel gegevensbank stipet gjin werjeften."
#. RaJQd
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "It doel gegevensbank stipet gjin primêre kaaien."
#. JBBmY
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:438
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 "gjin gegevens tagong omskriuwing fûn, of gjin dy't yn steat is om alle nedige ynformaasje te ferskaffen"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Op it stuit wurde allinne tabellen en query's stipe."
#. KvUFb
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "De resultaat samling fan de kopyboarne moat blêdwizers stypje."
#. XVb6E
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Net stipe boarne kolomtype ($type$) op kolom posysje $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:442
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Yllegale tal fan inisjalisaasje parameters."
#. z3h9J
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Der is in flater bard by inisjalisaasje."
#. Qpda7
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Net stipe ynstelling yn de kopy boarne beskriuwing: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Om in query te kopiearjen, moat jo ferbining de mooglikheid dêrfoar ferskaffen."
#. QYh2y
-#: dbaccess/inc/strings.hrc:443
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "De opjûne ôfhanneling foar de ynteraksje is ûnjildich."
#. ixrDD
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Dizze relaasje bestiet al. Wolle jo dizze bewurkje of in nijenien meitsje?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Bewurkje..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:450
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Meitsje..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:451
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: relaasje ûntwerp"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:452
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "De gegevensbank stipet gjin relaasjes."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:453
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "As jo dizze tabel wiskje, sille alle byhearrende relaasjes ek wiske wurde. trochgean?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:451
+#: dbaccess/inc/strings.hrc:454
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"
@@ -5195,37 +5213,25 @@ msgid "User Settings"
msgstr "Brûker ynstellingen"
#. Jvnnk
-#: dbaccess/uiconfig/ui/useradminpage.ui:41
+#: dbaccess/uiconfig/ui/useradminpage.ui:46
msgctxt "useradminpage|label3"
msgid "Us_er:"
msgstr "Brûk_er:"
-#. ZQhyG
-#: dbaccess/uiconfig/ui/useradminpage.ui:78
-msgctxt "useradminpage|add"
-msgid "_Add User..."
-msgstr "Brûker _taheakje..."
-
-#. L7EVW
-#: dbaccess/uiconfig/ui/useradminpage.ui:92
-msgctxt "useradminpage|changepass"
-msgid "Change _Password..."
-msgstr "Wachtwurd _feroarje..."
-
-#. vDFqX
-#: dbaccess/uiconfig/ui/useradminpage.ui:106
-msgctxt "useradminpage|delete"
-msgid "_Delete User..."
-msgstr "_Brûker wiskje..."
+#. DF5YC
+#: dbaccess/uiconfig/ui/useradminpage.ui:70
+msgctxt "templatedlg|action_menu|label"
+msgid "_Manage"
+msgstr ""
#. gMJwT
-#: dbaccess/uiconfig/ui/useradminpage.ui:131
+#: dbaccess/uiconfig/ui/useradminpage.ui:102
msgctxt "useradminpage|label1"
msgid "User Selection"
msgstr "Brûker seleksje"
#. ADQpm
-#: dbaccess/uiconfig/ui/useradminpage.ui:171
+#: dbaccess/uiconfig/ui/useradminpage.ui:144
msgctxt "useradminpage|label2"
msgid "Access Rights for Selected User"
msgstr "Tagongsrjochten foar selektearre brûker"
diff --git a/source/fy/desktop/messages.po b/source/fy/desktop/messages.po
index 1a193b29b16..9374d1718c4 100644
--- a/source/fy/desktop/messages.po
+++ b/source/fy/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: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2021-01-28 07:36+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/fy/>\n"
@@ -919,10 +919,10 @@ msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr "Tafoegingen werjaan"
-#. yTB9y
+#. WREKY
#: desktop/uiconfig/ui/extensionmanager.ui:162
msgctxt "extensionmanager|search"
-msgid "Search ..."
+msgid "Search..."
msgstr ""
#. BAVdg
diff --git a/source/fy/editeng/messages.po b/source/fy/editeng/messages.po
index 74df3c54fd5..a1f0894edee 100644
--- a/source/fy/editeng/messages.po
+++ b/source/fy/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: 2022-06-09 11:49+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2021-01-28 07:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fy/>\n"
@@ -1586,146 +1586,152 @@ msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Tekst rjochting links nei rjochts (fertikaal fan ûnderen)"
-#. Z9dAu
+#. vPttd
#: include/editeng/editrids.hrc:279
+msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
+msgid "Text direction right-to-left (vertical all characters rotated)"
+msgstr ""
+
+#. Z9dAu
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Alinea kleeft oan tekstroaster (as aktyf)"
#. nYY6v
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Alinea net kleevje oan tekstroaster"
#. VGGHB
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Net ferburgen"
#. XTbkY
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Ferburgen"
#. QfjFx
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papierlade"
#. ULzBJ
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Fanút printer ynstellingen]"
#. dAvTu
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Wiskje"
#. Ly5iC
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Ferpleatse"
#. mtncS
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ynfoegje"
#. yifiT
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Ferfange"
#. zv9mN
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Attributen tapasse"
#. tys5a
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Attributen werstelle"
#. 6mjB7
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Ynsprong"
#. CGrBx
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Stilen tapasse"
#. M7ADh
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Haadletter brûkme"
#. uqG6M
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Wurd is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:298
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Alinea is %x"
#. t99SR
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:299
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatysk"
#. JWPVD
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Ofbylding as opsommingsteken yn alinea"
#. hDfLN
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Ofbylding as opsommingsteken"
#. wVL8E
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:303
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Alinea: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "It hifkjen trochsette oan it begjin fan it dokumint?"
#. ZDpxj
-#: include/editeng/editrids.hrc:305
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "It hifkjen trochsette oan it ein fan it dokumint?"
#. vi8uB
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1735,43 +1741,43 @@ msgstr ""
"net taheakke wurde oan de wurdlist."
#. 4HCL4
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "De wurdlist is al fol."
#. 5G8FX
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "De wurdlist is allinne-lêzen."
#. SEotA
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Ynsprong"
#. CjGGD
-#: include/editeng/editrids.hrc:311
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Sub punten sjen litte"
#. egnVC
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Ynfâldzje"
#. kKFiE
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Attributen tapasse"
#. YECNh
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ynfoegje"
diff --git a/source/fy/filter/source/config/fragments/filters.po b/source/fy/filter/source/config/fragments/filters.po
index 017c337ffc8..1cefc8da324 100644
--- a/source/fy/filter/source/config/fragments/filters.po
+++ b/source/fy/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: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2020-06-14 21:07+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://weblate.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/fy/>\n"
@@ -216,6 +216,16 @@ msgctxt ""
msgid "EMF - Enhanced Metafile"
msgstr "EMF - Enhanced Metafile"
+#. xqsZy
+#: EMZ___Compressed_MS_Windows_Metafile.xcu
+msgctxt ""
+"EMZ___Compressed_MS_Windows_Metafile.xcu\n"
+"EMZ - Compressed MS Windows Metafile\n"
+"UIName\n"
+"value.text"
+msgid "EMZ - Compressed Enhanced Metafile"
+msgstr ""
+
#. eFNDy
#: EPS___Encapsulated_PostScript.xcu
msgctxt ""
@@ -986,6 +996,16 @@ msgctxt ""
msgid "Rich Text Format (Calc)"
msgstr "Rich Tekst Format (Calc)"
+#. gSCsm
+#: SVGZ___Compressed_Scalable_Vector_Graphics.xcu
+msgctxt ""
+"SVGZ___Compressed_Scalable_Vector_Graphics.xcu\n"
+"SVGZ - Compressed Scalable Vector Graphics\n"
+"UIName\n"
+"value.text"
+msgid "SVGZ - Compressed Scalable Vector Graphics"
+msgstr ""
+
#. KbNXG
#: SVG___Scalable_Vector_Graphics.xcu
msgctxt ""
@@ -1306,6 +1326,16 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Windows Metafile"
+#. JFdh9
+#: WMZ___Compressed_MS_Windows_Metafile.xcu
+msgctxt ""
+"WMZ___Compressed_MS_Windows_Metafile.xcu\n"
+"WMZ - Compressed MS Windows Metafile\n"
+"UIName\n"
+"value.text"
+msgid "WMZ - Compressed Windows Metafile"
+msgstr ""
+
#. G6mAM
#: WPS_Lotus_Calc.xcu
msgctxt ""
@@ -1646,6 +1676,16 @@ msgctxt ""
msgid "EMF - Enhanced Metafile"
msgstr "EMF - Enhanced Metafile"
+#. FfGTC
+#: draw_emz_Export.xcu
+msgctxt ""
+"draw_emz_Export.xcu\n"
+"draw_emz_Export\n"
+"UIName\n"
+"value.text"
+msgid "EMZ - Compressed Enhanced Metafile"
+msgstr ""
+
#. Vx93E
#: draw_eps_Export.xcu
msgctxt ""
@@ -1716,6 +1756,16 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Scalable Vector Graphics"
+#. 752Tv
+#: draw_svgz_Export.xcu
+msgctxt ""
+"draw_svgz_Export.xcu\n"
+"draw_svgz_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVGZ - Compressed Scalable Vector Graphics"
+msgstr ""
+
#. GsbKe
#: draw_tif_Export.xcu
msgctxt ""
@@ -1746,6 +1796,16 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Windows Metafile"
+#. BPxLS
+#: draw_wmz_Export.xcu
+msgctxt ""
+"draw_wmz_Export.xcu\n"
+"draw_wmz_Export\n"
+"UIName\n"
+"value.text"
+msgid "WMZ - Compressed Windows Metafile"
+msgstr ""
+
#. 3fXiG
#: impress8.xcu
msgctxt ""
diff --git a/source/fy/filter/source/config/fragments/internalgraphicfilters.po b/source/fy/filter/source/config/fragments/internalgraphicfilters.po
index 7e587ef1048..a4e1ffd4f41 100644
--- a/source/fy/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/fy/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2022-04-25 17:32+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsinternalgraphicfilters/fy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1479565711.000000\n"
#. s5fY3
@@ -66,6 +66,26 @@ msgctxt ""
msgid "EMF - Enhanced Metafile"
msgstr "EMF - Enhanced Metafile"
+#. A9KkM
+#: emz_Export.xcu
+msgctxt ""
+"emz_Export.xcu\n"
+"emz_Export\n"
+"UIName\n"
+"value.text"
+msgid "EMZ - Compressed Enhanced Metafile"
+msgstr ""
+
+#. LEu3Z
+#: emz_Import.xcu
+msgctxt ""
+"emz_Import.xcu\n"
+"emz_Import\n"
+"UIName\n"
+"value.text"
+msgid "EMZ - Compressed Enhanced Metafile"
+msgstr ""
+
#. zAAmY
#: eps_Export.xcu
msgctxt ""
@@ -306,6 +326,26 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Scalable Vector Graphics"
+#. ECGzG
+#: svgz_Export.xcu
+msgctxt ""
+"svgz_Export.xcu\n"
+"svgz_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVGZ - Compressed Scalable Vector Graphics"
+msgstr ""
+
+#. 6eXxZ
+#: svgz_Import.xcu
+msgctxt ""
+"svgz_Import.xcu\n"
+"svgz_Import\n"
+"UIName\n"
+"value.text"
+msgid "SVGZ - Compressed Scalable Vector Graphics"
+msgstr ""
+
#. J66y9
#: svm_Export.xcu
msgctxt ""
@@ -396,6 +436,26 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Windows Meta triem"
+#. aGXZP
+#: wmz_Export.xcu
+msgctxt ""
+"wmz_Export.xcu\n"
+"wmz_Export\n"
+"UIName\n"
+"value.text"
+msgid "WMZ - Compressed Windows Metafile"
+msgstr ""
+
+#. mDjFD
+#: wmz_Import.xcu
+msgctxt ""
+"wmz_Import.xcu\n"
+"wmz_Import\n"
+"UIName\n"
+"value.text"
+msgid "WMZ - Compressed Windows Metafile"
+msgstr ""
+
#. 86GGm
#: xbm_Import.xcu
msgctxt ""
diff --git a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
index 74670bd6c12..6230c712ad7 100644
--- a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fy/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: 2022-06-09 11:50+0200\n"
+"POT-Creation-Date: 2022-10-10 13:36+0200\n"
"PO-Revision-Date: 2022-02-13 04:51+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fy/>\n"
@@ -2106,14 +2106,14 @@ msgctxt ""
msgid "Sparklines"
msgstr ""
-#. aTBPM
+#. A3aEa
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertSparkline\n"
"Label\n"
"value.text"
-msgid "Insert Sparkline..."
+msgid "Sparkline..."
msgstr ""
#. CoZgJ
@@ -5776,6 +5776,16 @@ msgctxt ""
msgid "Y Error ~Bars..."
msgstr "Y flater ~balken..."
+#. b8a7g
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMenuDataTable\n"
+"Label\n"
+"value.text"
+msgid "Data Table..."
+msgstr ""
+
#. EfDfA
#: ChartCommands.xcu
msgctxt ""
@@ -6536,6 +6546,26 @@ msgctxt ""
msgid "Format Single Data Label..."
msgstr "Inkeld gegevenslebels opmeitsje..."
+#. J5NGA
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertDataTable\n"
+"Label\n"
+"value.text"
+msgid "Insert Data Table"
+msgstr ""
+
+#. PFPqW
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteDataTable\n"
+"Label\n"
+"value.text"
+msgid "Delete Data Table"
+msgstr ""
+
#. 3wU84
#: ChartCommands.xcu
msgctxt ""
@@ -22198,26 +22228,6 @@ msgctxt ""
msgid "Delete C~ontents..."
msgstr "Ynhâl~d wiskje..."
-#. TBAWe
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:EmojiControl\n"
-"Label\n"
-"value.text"
-msgid "Emoji"
-msgstr "Emobyldkaike"
-
-#. 6SnVd
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:EmojiControl\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Insert Emoji"
-msgstr "Emobyldkaike ynfoegje"
-
#. tEjpF
#: GenericCommands.xcu
msgctxt ""
@@ -28338,6 +28348,16 @@ msgctxt ""
msgid "~Others"
msgstr "~Oaren"
+#. 3BnCF
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Popups..uno:SidebarDeck.ElementsDeck\n"
+"Label\n"
+"value.text"
+msgid "Open the Elements Deck"
+msgstr ""
+
#. uXvss
#: MathWindowState.xcu
msgctxt ""
@@ -30978,6 +30998,26 @@ msgctxt ""
msgid "Insert Date Content Control"
msgstr ""
+#. tumfQ
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPlainTextContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Plain Text Content Control"
+msgstr ""
+
+#. X4bBh
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertComboBoxContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Combo Box Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -32478,6 +32518,16 @@ msgctxt ""
msgid "Rows ~Above"
msgstr "Rigen ~derboppe"
+#. Hu7hs
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertRowsBefore\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert rows above"
+msgstr ""
+
#. zPPVF
#: WriterCommands.xcu
msgctxt ""
@@ -32498,6 +32548,16 @@ msgctxt ""
msgid "Rows ~Below"
msgstr "Rigen dêrû~nder"
+#. XEjuR
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertRowsAfter\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert rows below"
+msgstr ""
+
#. bxCPN
#: WriterCommands.xcu
msgctxt ""
@@ -32518,15 +32578,25 @@ msgctxt ""
msgid "Insert Columns Before"
msgstr "Kolommen links ynfoegje"
-#. Q4jKn
+#. FSTZ9
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertColumnsBefore\n"
"ContextLabel\n"
"value.text"
-msgid "Columns ~Before"
-msgstr "Kolommen ~links"
+msgid "Columns B~efore"
+msgstr ""
+
+#. G9zT9
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertColumnsBefore\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert columns before"
+msgstr ""
#. oY3As
#: WriterCommands.xcu
@@ -32538,15 +32608,25 @@ msgctxt ""
msgid "Insert Columns After"
msgstr "Kolommen rjochts ynfoegje"
-#. ZAewq
+#. 9TFB2
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertColumnsAfter\n"
"ContextLabel\n"
"value.text"
-msgid "Columns ~After"
-msgstr "Kolommen ~rjochts"
+msgid "Columns A~fter"
+msgstr ""
+
+#. crDFB
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertColumnsAfter\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert columns after"
+msgstr ""
#. B44pP
#: WriterCommands.xcu
@@ -34788,6 +34868,166 @@ msgctxt ""
msgid "Clone Formatting (double click and Ctrl or Cmd to alter behavior)"
msgstr "Kloon opmeitsje (dûbel klik en Ctrl of Cmd beynfloedzje it gedrach)"
+#. VToen
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:Zoom-more\n"
+"Label\n"
+"value.text"
+msgid "Zoom"
+msgstr ""
+
+#. pmDD4
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:AcceptTrackedChanges-more\n"
+"Label\n"
+"value.text"
+msgid "Manage Track Changes"
+msgstr ""
+
+#. 69yiD
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FontDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Character"
+msgstr ""
+
+#. tTiVu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ParagraphDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Paragraph"
+msgstr ""
+
+#. 5F4Qn
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:TableDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Table Properties"
+msgstr ""
+
+#. 2ZGwA
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:TransformDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Position and Size"
+msgstr ""
+
+#. ArKzw
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:GraphicDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Image Properties"
+msgstr ""
+
+#. KEZCp
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FrameDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Frame Properties"
+msgstr ""
+
+#. mZb2Y
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ObjectDialog-more\n"
+"Label\n"
+"value.text"
+msgid "OLE Object Properties"
+msgstr ""
+
+#. zVZJg
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:TextWrap-more\n"
+"Label\n"
+"value.text"
+msgid "Text Wrap"
+msgstr ""
+
+#. jZZZD
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:BorderDialog-more\n"
+"Label\n"
+"value.text"
+msgid "Borders"
+msgstr ""
+
+#. M4kEt
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:BorderDialog-label\n"
+"Label\n"
+"value.text"
+msgid "Borders"
+msgstr ""
+
+#. jH8wk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatArea-more\n"
+"Label\n"
+"value.text"
+msgid "Area"
+msgstr ""
+
+#. fNArh
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatArea-label\n"
+"Label\n"
+"value.text"
+msgid "Area"
+msgstr ""
+
+#. VHFdG
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatLine-more\n"
+"Label\n"
+"value.text"
+msgid "Line"
+msgstr ""
+
+#. sCm9G
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatLine-label\n"
+"Label\n"
+"value.text"
+msgid "Line"
+msgstr ""
+
#. 7PCFf
#: WriterCommands.xcu
msgctxt ""
@@ -38528,6 +38768,116 @@ msgctxt ""
msgid "Standard (Single Mode)"
msgstr "Standert (inkele modus)"
+#. S4dvi
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-annotation\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Comment"
+msgstr ""
+
+#. ZLJUa
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-draw\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Shape"
+msgstr ""
+
+#. CfEPF
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Shape Text"
+msgstr ""
+
+#. 5Jwe7
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-form\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Form Control"
+msgstr ""
+
+#. HyeGA
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-frame\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Frame"
+msgstr ""
+
+#. HJA7z
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-graphic\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Image"
+msgstr ""
+
+#. EGnPq
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-media\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Media"
+msgstr ""
+
+#. MZDAw
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-ole\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - OLE Object"
+msgstr ""
+
+#. BEJMZ
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-printpreview\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Print Preview"
+msgstr ""
+
+#. a4rcu
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-table\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Table"
+msgstr ""
+
+#. LNNfy
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode-text\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode) - Text"
+msgstr ""
+
#. h6gRt
#: WriterWindowState.xcu
msgctxt ""
diff --git a/source/fy/sc/messages.po b/source/fy/sc/messages.po
index c2e6aaa28f9..a84c19c69c0 100644
--- a/source/fy/sc/messages.po
+++ b/source/fy/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: 2022-08-08 14:37+0200\n"
+"POT-Creation-Date: 2022-10-10 13:36+0200\n"
"PO-Revision-Date: 2021-11-19 08:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fy/>\n"
@@ -3086,11 +3086,11 @@ msgctxt "STR_UNDO_FORMULA_TO_VALUE"
msgid "Convert Formula To Value"
msgstr "Formule nei wearde omsette"
-#. dsjqi
+#. BywKj
#: sc/inc/globstr.hrc:515
msgctxt "STR_UNQUOTED_STRING"
-msgid "Strings without quotes are interpreted as column/row labels."
-msgstr "Tekenrigen sûnder oanhelling wurde sjoen as kolom/rige lebels."
+msgid "Strings without quotes are interpreted as defined names or references or column/row labels."
+msgstr ""
#. rHjns
#: sc/inc/globstr.hrc:516
@@ -6867,11 +6867,11 @@ msgctxt "SC_OPCODE_RANDOM"
msgid "Returns a random number between 0 and 1."
msgstr "Jout in willekeurich getal tusken de 0 en 1."
-#. QugqG
+#. Le6a5
#: sc/inc/scfuncs.hrc:1064
msgctxt "SC_OPCODE_IS_EVEN"
-msgid "Returns TRUE if value is an even integer."
-msgstr "Jout WIER as wearde in even hiel getal is."
+msgid "Returns TRUE if the value truncated to integer is even."
+msgstr ""
#. aEG3g
#: sc/inc/scfuncs.hrc:1065
@@ -6885,11 +6885,11 @@ msgctxt "SC_OPCODE_IS_EVEN"
msgid "The value to be tested."
msgstr "De wearde dy't jo teste wolle."
-#. M8AAF
+#. FXDi6
#: sc/inc/scfuncs.hrc:1072
msgctxt "SC_OPCODE_IS_ODD"
-msgid "Returns TRUE if value is an odd integer."
-msgstr "Jout WIER as wearde in ûneven gehiel getal is."
+msgid "Returns TRUE if the value truncated to integer is odd."
+msgstr ""
#. 4scb6
#: sc/inc/scfuncs.hrc:1073
@@ -16675,124 +16675,112 @@ msgctxt "SCSTR_FILTER_CONDITION"
msgid "Filter by Condition"
msgstr ""
-#. 5LENV
-#: sc/inc/strings.hrc:41
-msgctxt "SCSTR_FILTER_TEXT_COLOR"
-msgid "Text Color"
-msgstr ""
-
-#. BtGE4
-#: sc/inc/strings.hrc:42
-msgctxt "SCSTR_FILTER_BACKGROUND_COLOR"
-msgid "Background Color"
-msgstr ""
-
-#. td5Gr
+#. PWtxn
#. This must match the translation of the same strings of standardfilterdialog|cond
-#: sc/inc/strings.hrc:44
+#: sc/inc/strings.hrc:42
msgctxt "STANDARDFILTERDIALOG_COND"
-msgid "Text color"
+msgid "Font color"
msgstr ""
#. sGJCz
-#: sc/inc/strings.hrc:45
+#: sc/inc/strings.hrc:43
msgctxt "STANDARDFILTERDIALOG_COND"
msgid "Background color"
msgstr ""
#. teYGB
-#: sc/inc/strings.hrc:46
+#: sc/inc/strings.hrc:44
msgctxt "SCSTR_FILTER_NO_FILL"
msgid "No Fill"
msgstr ""
#. 8DPvA
-#: sc/inc/strings.hrc:47
+#: sc/inc/strings.hrc:45
msgctxt "SCSTR_FILTER_AUTOMATIC_COLOR"
msgid "Automatic"
msgstr "Automatysk"
#. Wgy7r
-#: sc/inc/strings.hrc:48
+#: sc/inc/strings.hrc:46
msgctxt "SCSTR_NONAME"
msgid "unnamed"
msgstr "namleas"
#. JAf3n
-#: sc/inc/strings.hrc:49
+#: sc/inc/strings.hrc:47
msgctxt "SCSTR_INSERT_RTL"
msgid "Shift cells left"
msgstr "Sellen nei links ferpleatse"
#. CW4Wh
#. "%1 is replaced to column letter, such as 'Column A'"
-#: sc/inc/strings.hrc:51
+#: sc/inc/strings.hrc:49
msgctxt "SCSTR_COLUMN_LETTER"
msgid "Column %1"
msgstr ""
#. CJrpZ
-#: sc/inc/strings.hrc:52
+#: sc/inc/strings.hrc:50
msgctxt "SCSTR_COLUMN"
msgid "Column"
msgstr ""
#. Bjnch
-#: sc/inc/strings.hrc:53
+#: sc/inc/strings.hrc:51
msgctxt "SCSTR_ROW"
msgid "Row"
msgstr ""
#. 7p8BN
-#: sc/inc/strings.hrc:54
+#: sc/inc/strings.hrc:52
msgctxt "SCSTR_TABLE"
msgid "Sheet"
msgstr "Blêd"
#. ArnTD
-#: sc/inc/strings.hrc:55
+#: sc/inc/strings.hrc:53
msgctxt "SCSTR_NAME"
msgid "Name"
msgstr "Namme"
#. BxrBH
-#: sc/inc/strings.hrc:56
+#: sc/inc/strings.hrc:54
msgctxt "SCSTR_APDTABLE"
msgid "Append Sheet"
msgstr "Blêd taheakje"
#. sba4F
-#: sc/inc/strings.hrc:57
+#: sc/inc/strings.hrc:55
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
msgstr "Blêd omneame"
#. EEcgV
-#: sc/inc/strings.hrc:58
+#: sc/inc/strings.hrc:56
msgctxt "SCSTR_SET_TAB_BG_COLOR"
msgid "Tab Color"
msgstr "Ljepper kleur"
#. sTank
-#: sc/inc/strings.hrc:59
+#: sc/inc/strings.hrc:57
msgctxt "SCSTR_NO_TAB_BG_COLOR"
msgid "Default"
msgstr "Standert"
#. yEEuF
-#: sc/inc/strings.hrc:60
+#: sc/inc/strings.hrc:58
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
msgstr "Objekt namme jaan"
#. 3FHKw
-#: sc/inc/strings.hrc:61
+#: sc/inc/strings.hrc:59
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "Ofbylding ynfoegje"
#. bKv77
-#: sc/inc/strings.hrc:62
+#: sc/inc/strings.hrc:60
msgctxt "SCSTR_TOTAL"
msgid "One result found"
msgid_plural "%1 results found"
@@ -16800,1782 +16788,1788 @@ msgstr[0] "Ien resultaat fûn"
msgstr[1] "%1 resultaten fûn"
#. 7GkKi
-#: sc/inc/strings.hrc:63
+#: sc/inc/strings.hrc:61
msgctxt "SCSTR_SKIPPED"
msgid "(only %1 are listed)"
msgstr "(Allinne %1 wurdt fermeld)"
+#. khhRt
+#: sc/inc/strings.hrc:62
+msgctxt "SCSTR_RESULTS_CLAMPED"
+msgid "More than %1 results found (stopped counting)"
+msgstr ""
+
#. YxFpr
#. Attribute
-#: sc/inc/strings.hrc:65
+#: sc/inc/strings.hrc:64
msgctxt "SCSTR_PROTECTDOC"
msgid "Protect Spreadsheet Structure"
msgstr "Rekkenblêd struktuer befeilige"
#. SQCpD
-#: sc/inc/strings.hrc:66
+#: sc/inc/strings.hrc:65
msgctxt "SCSTR_UNPROTECTDOC"
msgid "Unprotect Spreadsheet Structure"
msgstr "Befeiliging rekkenblêd struktuer opheffe"
#. rAV3G
-#: sc/inc/strings.hrc:67
+#: sc/inc/strings.hrc:66
msgctxt "SCSTR_UNPROTECTTAB"
msgid "Unprotect Sheet"
msgstr "Befeiliging blêd opheffe"
#. K7w3B
-#: sc/inc/strings.hrc:68
+#: sc/inc/strings.hrc:67
msgctxt "SCSTR_CHG_PROTECT"
msgid "Protect Records"
msgstr "Records befeiligje"
#. DLDBg
-#: sc/inc/strings.hrc:69
+#: sc/inc/strings.hrc:68
msgctxt "SCSTR_CHG_UNPROTECT"
msgid "Unprotect Records"
msgstr "Records befeiliging opheffe"
#. rFdAS
-#: sc/inc/strings.hrc:70
+#: sc/inc/strings.hrc:69
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "Wachtwurd:"
#. dd2wC
-#: sc/inc/strings.hrc:71
+#: sc/inc/strings.hrc:70
msgctxt "SCSTR_PASSWORDOPT"
msgid "Password (optional):"
msgstr "Wachtwurd (opsjoneel):"
#. dTBug
-#: sc/inc/strings.hrc:72
+#: sc/inc/strings.hrc:71
msgctxt "SCSTR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Ynkorrekt wachtwurd"
#. bkGuJ
-#: sc/inc/strings.hrc:73
+#: sc/inc/strings.hrc:72
msgctxt "SCSTR_END"
msgid "~End"
msgstr "~Ein"
#. XNnTf
-#: sc/inc/strings.hrc:74
+#: sc/inc/strings.hrc:73
msgctxt "SCSTR_UNKNOWN"
msgid "Unknown"
msgstr "Unbekend"
#. NoEfk
-#: sc/inc/strings.hrc:75
+#: sc/inc/strings.hrc:74
msgctxt "SCSTR_VALID_MINIMUM"
msgid "~Minimum"
msgstr "~Minimum"
#. gKahz
-#: sc/inc/strings.hrc:76
+#: sc/inc/strings.hrc:75
msgctxt "SCSTR_VALID_MAXIMUM"
msgid "~Maximum"
msgstr "~Maksimum"
#. nmeHF
-#: sc/inc/strings.hrc:77
+#: sc/inc/strings.hrc:76
msgctxt "SCSTR_VALID_VALUE"
msgid "~Value"
msgstr "~Wearde"
#. g8Cow
-#: sc/inc/strings.hrc:78
+#: sc/inc/strings.hrc:77
msgctxt "SCSTR_VALID_FORMULA"
msgid "~Formula"
msgstr "~Formule"
#. 6YEEk
-#: sc/inc/strings.hrc:79
+#: sc/inc/strings.hrc:78
msgctxt "SCSTR_VALID_RANGE"
msgid "~Source"
msgstr "~Boarne"
#. FA84s
-#: sc/inc/strings.hrc:80
+#: sc/inc/strings.hrc:79
msgctxt "SCSTR_VALID_LIST"
msgid "~Entries"
msgstr "~Items"
#. vhcaA
#. for dialogues:
-#: sc/inc/strings.hrc:82
+#: sc/inc/strings.hrc:81
msgctxt "SCSTR_CHARSET_USER"
msgid "System"
msgstr "Systeem"
#. 2tobg
-#: sc/inc/strings.hrc:83
+#: sc/inc/strings.hrc:82
msgctxt "SCSTR_COLUMN_USER"
msgid "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide"
msgstr "Standert;Tekst;Datum (DMJ);Datum (MDJ);Datum (JMD);FS-Ingelsk;Ferbergje"
#. px75F
-#: sc/inc/strings.hrc:84
+#: sc/inc/strings.hrc:83
msgctxt "SCSTR_FIELDSEP_TAB"
msgid "Tab"
msgstr "Tab"
#. ZGpGp
-#: sc/inc/strings.hrc:85
+#: sc/inc/strings.hrc:84
msgctxt "SCSTR_FIELDSEP_SPACE"
msgid "space"
msgstr "spaasje"
#. C8dAj
-#: sc/inc/strings.hrc:86
+#: sc/inc/strings.hrc:85
msgctxt "SCSTR_UNDO_GRAFFILTER"
msgid "Image Filter"
msgstr "Ofbylding filter"
#. CfBRk
-#: sc/inc/strings.hrc:87
+#: sc/inc/strings.hrc:86
msgctxt "STR_CAPTION_DEFAULT_TEXT"
msgid "Text"
msgstr "Tekst"
#. X6bVC
#. Select tables dialog title
-#: sc/inc/strings.hrc:89
+#: sc/inc/strings.hrc:88
msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Blêden selektearje"
#. GYoSL
-#: sc/inc/strings.hrc:90
+#: sc/inc/strings.hrc:89
msgctxt "STR_DLG_SELECTTABLE_TITLE"
msgid "Go to Sheet"
msgstr ""
#. iHTDF
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:90
msgctxt "STR_DLG_SELECTTABLE_MASK"
msgid "~Type a Sheet Name"
msgstr ""
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:92
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Selektearre blêden"
#. szfzF
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLE_LBNAME"
msgid "~Sheets"
msgstr ""
#. SfEhE
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:94
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Liniaal"
#. 3VwsT
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Dizze liniaal beheard objekten op fêste posysjes."
#. 7Ream
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Foarbyld"
#. uSKyF
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Dit blêd lit sjen hoe gegevens oardere wurde sille yn it dokumint."
#. MwTAm
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumint werjefte"
#. NFaas
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Blêd %1"
#. 2qRJG
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Sel %1"
#. KD4PA
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Linker gebiet"
#. 56AkM
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Printalyk"
#. RA4AS
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Sintraal gebiet"
#. 2hpwq
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Rjochter gebiet"
#. FrXgq
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Koptekst fan side %1"
#. BwF8D
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Fuottekst fan side %1"
#. 9T4c8
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Ynfier rigel"
#. ejFak
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Hjir meitsje of bewurkje jo tekst, getallen en formulen."
#. XX585
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:109
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media ôfspylje"
#. SuAaA
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:110
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Mûsknop yndrukt"
#. 4prfv
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:111
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formulebalke"
#. nAcNZ
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Rekkenblêd"
#. 8UMap
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(allinne-lêzen)"
#. fDxgL
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Foarbyld modus)"
#. ZwiH6
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:115
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Siden:"
#. FYjDY
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Utfier fan lege siden ûnder~drukke"
#. GQNVf
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Alle blêden printsje"
#. xcKcm
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Selektearre blêden printsje"
#. e7kTj
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Selektearre sellen printsje"
#. z4DB6
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Fanôf:"
#. v5EK2
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Alle ~siden"
#. cvNuW
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Si~den:"
#. Pw9Pu
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:124
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 "De folgjende DDE boarne koe net fernijd wurde omdat mooglik de boarne dokumint net iepen wie. Iepenje it boarne dokumint en besykje nochris."
#. kGmko
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "It folgjende eksterne triem koe net laden wurde. Keppele gegevens fan dizze triem binne net fernijd."
#. BvtFc
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Eksterne keppelingen fernije."
#. MACSv
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Berik befettet kolomle~bels"
#. mJyFP
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Berik befettet ~rigelebels"
#. ujjcx
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Unjildige wearde"
#. SoLXN
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:133
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Gjin formule oantsjutte."
#. YFnCS
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Gjin rige en ek gjin kolom oantsjutte."
#. 6YQh2
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:135
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Namme of berik net beskaat."
#. 4aHCG
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Namme of ferkearde selferwizing fêststeld."
#. G8KPr
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:137
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formules foarmje gjin kolom."
#. uSxCb
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formules foarmje gjin rige."
#. PknB5
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:139
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "AutoYndieling taheakje"
#. 7KuSQ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:140
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "AutoYndieling omneame"
#. hqtgD
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:141
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Namme"
#. L9jQU
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:142
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "AutoYndieling wiskje"
#. KCDoJ
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Wolle jo AutoYndieling # wiskje?"
#. GDdL3
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:144
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Slute"
#. DAuNm
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:145
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:146
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:147
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:148
msgctxt "STR_NORTH"
msgid "North"
msgstr "Noard"
#. wHYPw
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:149
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:150
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Súd"
#. CWcdp
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:151
msgctxt "STR_SUM"
msgid "Total"
msgstr "Totaal"
#. MMCxb
-#: sc/inc/strings.hrc:153
+#: sc/inc/strings.hrc:152
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Side anker"
#. fFFQ8
-#: sc/inc/strings.hrc:154
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Sel anker"
#. rTGKc
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Betingst "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:157
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Ynhâld"
#. wLN3J
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Blêden"
#. 3ZhJn
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Berik nammen"
#. jjQeD
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databank berik"
#. kbHfD
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Ofbyldingen"
#. 3imVs
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objekten"
#. T28Cj
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Notysjes"
#. 5UcFo
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Keppele gebieten"
#. HzVgF
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Tekenobjekten"
#. sCafb
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktyf"
#. q6EmB
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ynaktyf"
#. Gr6xn
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "ferburgen"
#. vnwQr
-#: sc/inc/strings.hrc:170
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktyf finster"
#. yo3cD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Senario namme"
#. oWz3B
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Taljochting"
#. tNLKD
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Oprinnend sortearje"
#. S6kbN
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ofrinnend sortearje"
#. BDYHo
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Oanpast sortearje"
#. bpBbA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Namme fak"
#. GeNTF
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Ynfier rigel"
#. E6mnF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funksje assistint"
#. rU6xA
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Akseptearje"
#. NC6DB
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Ofbrekke"
#. 9JUCF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Funksje selektearje"
#. kFqE4
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formule"
#. dPqKq
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Formule balke útfâldzje"
#. ENx2Q
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Formule balke ynfâldzje"
#. nSD8r
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Unbekende brûker"
#. HDiei
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolom ynfoege"
#. brecA
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Rige ynfoege "
#. nBf8B
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Blêd ynfoege "
#. Td8iF
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolom ynfoege"
#. 8Kopo
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Rige wiske"
#. DynWz
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Blêd wiske"
#. 6f9S9
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Berik ferpleatst"
#. UpHkf
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Ynhâld feroaring"
#. cefNw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Ynhâld feroaring"
#. DcsSq
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Feroare nei "
#. naPuN
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orizjineel"
#. cbtSw
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Feroaringen ôfwiisd"
#. rGkvk
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Akseptearre"
#. FRREF
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Ofwiisd"
#. bG7Pb
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Gjin ynfier"
#. i2doZ
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leech>"
#. dAt5Q
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Net befeilige"
#. 3TDDs
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Net befeilige mei in wachtwurd"
#. qBe6G
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Net kompatibel mei Hash"
#. XoAEE
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Kompatibel mei Hash"
#. MHDYB
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:210
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Op 'e nij ynfiere"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Ferpleatsende trochsneed"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponinsjele ôfflakking"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:217
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Fariaasje analyze"
#. 8v4W5
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Fariaasje analyze (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:219
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Inkelde faktor"
#. AFnEZ
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Twa faktor"
#. hBPGD
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groepen"
#. DiUWy
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Tusken groepen"
#. fBh3S
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Binnen groepen"
#. DFcw4
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Fariaasje boarne"
#. KYbb8
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Stap grutte F"
#. MMmsS
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P wearde"
#. UoaCS
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-kritysk"
#. oJD9H
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totaal"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelaasje"
#. WC4SJ
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelaasjes"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kofariaasje"
#. VyxUL
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kofariaasjes"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Beskriuwende statistiken"
#. FGXC5
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:241
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Trochsneed"
#. 2sHVR
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standert flater"
#. KrDBB
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. h2HaP
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Fariaasje"
#. 3uYMC
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standert ôfwiking"
#. JTx7f
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skeante"
#. HkRYo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Berik"
#. LHk8p
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Som"
#. s8K23
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Tal"
#. pU8QG
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Earste kwartiel"
#. PGXzY
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tredde kwartiel"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Samar wat ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Unifoarm"
#. 9ke8L
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Unifoarm hiel getal"
#. GC2LH
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. XjQ2x
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiaal"
#. 6yJKm
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatieve binominaal"
#. zzpmN
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-kwadraat"
#. NGBzX
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrysk"
#. BNZPE
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Trochsneed"
#. VeqrX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standert ôfwiking"
#. ChwWE
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. SzgEb
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p Wearde"
#. AfUsB
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Tal testen"
#. DdfR6
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu Wearde"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Stekproef"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Keppele t-test"
#. A7xTa
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Keppele t-test"
#. dWPSe
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test fan ûnôfhinklikens (Chi-Square)"
#. PvFSb
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regresje"
#. NXrYh
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regresje"
#. AM5WV
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier Analyze"
#. hd6yJ
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier Analyze"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolom %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Rige %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Fariabele 1"
#. pnyaa
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Fariabele 2"
#. LU4CC
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:296
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Ferûndersteld middele _ferskil"
#. sCNt9
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observaasjes"
#. arX5v
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Observearre middele ferskil"
#. dr3Gt
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Oanpaste R^2"
#. ACsNA
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Tal X fariabelen"
#. kEPsb
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P wearde"
#. S3BHc
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Krityske wearde"
#. wgpT3
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Test statistysk"
#. kTwBX
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Underste"
#. GgFPs
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Boppenste"
#. hkXzo
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Ynfier berik is net jildich."
#. rTFFF
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Utfier adres is net jildich."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineêr"
#. kVG6g
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmysk"
#. wmyFW
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Macht"
#. GabFM
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "It berik fan ûnôfhinklike fariabele(n) is net jildich."
#. 8x8DM
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "It berik fan ôfhinklike fariabele(n) is net jildich."
#. E7BD2
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "It betrouberens nivo moat yn it ynterfal (0, 1) lizze."
#. ZdyQs
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Fariabele berik Y mei net mear as 1 kolom befetsje."
#. UpZqC
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Fariabele berik Y mei net mear as 1 rige befetsje."
#. DrsBe
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Uny fariaasje regresje : De observaasje teller yn X en Y moat oerienkomme."
#. KuttF
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Meardere fariaasje regresje : De observaasje teller yn X en Y moat oerienkomme."
#. 6Cghz
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regresje model"
#. bmR5w
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regresje statistiken"
#. RNHCx
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Rest"
#. 4DANj
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Betrouberens nivo"
#. 9LhbX
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koëffisjinten"
#. nyH7s
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistiken"
#. PGno2
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Underskeppe"
#. oa4Cm
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Foarspelde Y"
#. QFEjs
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINEST rûge útfier"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) rjochterkant"
#. CkHJw
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Krityske rjochterkant"
#. J7yMZ
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) linkerkant"
#. R3BNC
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Krityske linkerkant"
#. Bve5D
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P twa twasidich"
#. 4YZrT
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Kritysk, twasidich"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson korrelaasje"
#. C6BU8
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Fariaasje fan de ferskillen"
#. j8NuP
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) iensidich"
#. dub8R
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Kritysk, iensidich"
#. FrDDz
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) twasidich"
#. RQqAd
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Kritysk, twasidich"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bekende fariaasje"
#. cYWDr
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) iensidich"
#. DmEVf
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Kritysk, iensidich"
#. G8PeP
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (z<=z) twasidich"
#. rGBfK
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Kritysk, twasidich"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier Transformaasje"
#. sc3hp
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Omkeerde Fourier transformaasje"
#. AtC94
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Werklik"
#. SoyPr
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Tinkbyldig"
#. ymnyT
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Grutte"
#. NGmmD
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:358
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Mear dan twa kolommen selekteare yn modus groepearje neffens kolommen."
#. wF2RV
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Mear dan twa rigen selektearre yn modus groepjearjen op rijen."
#. DRbrH
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Gjin gegevens yn ynfier berik."
#. gjC2w
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Ufier berik is te langfoar it rekkenblêd"
#. SnGyL
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Gegevens berik foar ynfier"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Fernijen tastean"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Oan sel"
#. itvXY
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Oan sel (grutte feroarje mei sel)"
#. P8vG7
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Oan side"
#. SSc6B
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Gjin brûker gegevens beskikber."
#. FFnfu
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusive tagong)"
#. hitQA
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Gjin neamde berikken beskikber yn it selektearre dokumint"
#. hnAZx
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Hierline (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Hiel tin (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Tin (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Medium (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Dik (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ekstra dik (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dûbel hierline (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Tin/medium (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Medium/hierline (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Medium/medium (%s pt)"
@@ -18583,19 +18577,19 @@ msgstr "Medium/medium (%s pt)"
#. z9YGZ
#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "sortoptionspage|extended_tip|sortuserlb"
msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
msgstr ""
#. T5A7R
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
msgstr ""
#. gbz6Y
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "extended_tip|annot"
msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
msgstr ""
@@ -19315,37 +19309,37 @@ msgstr ""
"Selektearje 'Rekkenblêd befeiligje' yn it menu 'Ark'."
#. bVREg
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:118
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:121
msgctxt "cellprotectionpage|LabelProtection"
msgid "Protection"
msgstr "Befeiliging"
#. A5DFp
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:148
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:151
msgctxt "cellprotectionpage|checkHidePrinting"
msgid "Hide _when printing"
msgstr "Ferbergje ûnder _it printsjen"
#. ZosAc
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:157
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:160
msgctxt "cellprotectionpage|extended_tip|checkHidePrinting"
msgid "Keeps the selected cells from being printed."
msgstr "Foarkomt dat de selektearre sellen printe kinne wurde."
#. QqUqE
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:172
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:175
msgctxt "cellprotectionpage|label4"
msgid "The cells selected will be omitted when printing."
msgstr "De selektearre sellen wurde by it printsjen weilitten."
#. 8RuyP
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:188
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:194
msgctxt "cellprotectionpage|label3"
msgid "Print"
msgstr "Printsje"
#. DPWp6
-#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:202
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:208
msgctxt "cellprotectionpage|extended_tip|CellProtectionPage"
msgid "Defines protection options for selected cells."
msgstr "Beskied befeiliging opsjes foar de selektearre sellen."
@@ -21493,85 +21487,85 @@ msgid "Data Entry Form is a tool to make table data entry easy in spreadsheets."
msgstr "Gegevens ynfier formulier is in ark om it ynfieren fan tabel gegevens yn wurkblêden makliker te meitsjen."
#. 6DQYr
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:25
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:22
msgctxt "dataproviderdlg/okaybtn"
msgid "Okay"
msgstr "Okee"
#. Ah2h8
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:38
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:35
msgctxt "dataproviderdlg/cancelbtn"
msgid "Cancel"
msgstr "Ofbrekke"
#. a7EFA
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:88
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:86
msgctxt "dataproviderdlg|db_name"
msgid "Database Range:"
msgstr "Gegevensbank berik:"
#. pSQ4F
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:113
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:111
msgctxt "dataproviderdlg/provider"
msgid "Data Provider:"
msgstr "Gegevens ferskaffer:"
#. RGiXi
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:138
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:136
msgctxt "dataproviderdlg/url"
msgid "URL:"
msgstr "URL-adres:"
#. GKDQA
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:161
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:159
msgctxt "dataproviderdlg/browse_btn"
msgid "Browse"
msgstr "Blêdzje"
#. GABzG
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:175
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:173
msgctxt "dataproviderdlg/id"
msgid "Id / Xpath:"
msgstr "Id / Xpath:"
#. pwS4k
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:203
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:201
msgctxt "dataproviderdlg/lbSource"
msgid "Source"
msgstr "Boarne"
#. fHfGq
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:237
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:236
msgctxt "dataproviderdlg/transformation_add"
msgid "Add"
msgstr "Taheakje"
#. Smoiv
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:241
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:240
msgctxt "dataproviderdlg/AddTransformation_tooltip"
msgid "Add Transformations"
msgstr "Transformaasjes taheakje"
#. cSgeU
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:297
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:296
msgctxt "dataproviderdlg/transformation"
msgid "Transformations"
msgstr "Transformaasjes"
#. gpeXB
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:353
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:352
msgctxt "dataproviderdlg/apply"
msgid "Apply"
msgstr "Tapasse"
#. bDVwi
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:357
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:356
msgctxt "dataproviderdlg/apply_tooltiptext"
msgid "Apply Changes"
msgstr "Feroaringen tapasse"
#. 6pCFs
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:376
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:375
msgctxt "dataproviderdlg/preview"
msgid "Preview"
msgstr "Foarbyld"
@@ -22909,25 +22903,25 @@ msgid "Remove row"
msgstr ""
#. cd5X5
-#: sc/uiconfig/scalc/ui/filterdropdown.ui:150
+#: sc/uiconfig/scalc/ui/filterdropdown.ui:158
msgctxt "filterdropdown|STR_EDIT_SEARCH_ITEMS"
msgid "Search items..."
msgstr "Items sykje..."
#. zKwWE
-#: sc/uiconfig/scalc/ui/filterdropdown.ui:184
+#: sc/uiconfig/scalc/ui/filterdropdown.ui:192
msgctxt "filterdropdown|STR_BTN_TOGGLE_ALL"
msgid "All"
msgstr "Alles"
#. JsSz6
-#: sc/uiconfig/scalc/ui/filterdropdown.ui:203
+#: sc/uiconfig/scalc/ui/filterdropdown.ui:211
msgctxt "filterdropdown|STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
msgstr "Allinne it aktuele item sjen litte."
#. vBQYB
-#: sc/uiconfig/scalc/ui/filterdropdown.ui:218
+#: sc/uiconfig/scalc/ui/filterdropdown.ui:226
msgctxt "filterdropdown|STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
msgstr "Ferbergje it aktuele item."
@@ -22938,10 +22932,10 @@ msgctxt "filtersubdropdown|background"
msgid "Background Color"
msgstr ""
-#. EZpYM
+#. ca9FH
#: sc/uiconfig/scalc/ui/filtersubdropdown.ui:205
msgctxt "filtersubdropdown|textcolor"
-msgid "Text Color"
+msgid "Font Color"
msgstr ""
#. XYJHx
@@ -23845,55 +23839,55 @@ msgid "Use the buttons to change the font or insert field commands such as date,
msgstr "De knoppen brûke om it lettertype te feroarjen of in fjild lykas datum en tiid yn te foegjen."
#. WBsTf
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:503
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:506
msgctxt "headerfootercontent|label1"
msgid "Note"
msgstr "Notysje"
#. X2HEK
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:525
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:528
msgctxt "headerfootercontent|labelSTR_HF_NONE_IN_BRACKETS"
msgid "(none)"
msgstr "(gjint)"
#. RSazM
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:537
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:540
msgctxt "headerfootercontent|labelSTR_PAGE"
msgid "Page"
msgstr "Side"
#. CMDYZ
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:549
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:552
msgctxt "headerfootercontent|labelSTR_HF_OF_QUESTION"
msgid "of ?"
msgstr "fan ?"
#. jQyGW
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:561
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:564
msgctxt "headerfootercontent|labelSTR_HF_CONFIDENTIAL"
msgid "Confidential"
msgstr "Fertroulik"
#. EeAAh
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:573
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:576
msgctxt "headerfootercontent|labelSTR_HF_CREATED_BY"
msgid "Created by"
msgstr "Oanmakke mei"
#. CASF2
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:585
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:588
msgctxt "headerfootercontent|labelSTR_HF_CUSTOMIZED"
msgid "Customized"
msgstr "Oanpast"
#. wZN6q
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:597
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:600
msgctxt "headerfootercontent|labelSTR_HF_OF"
msgid "of"
msgstr "fan"
#. SDx4X
-#: sc/uiconfig/scalc/ui/headerfootercontent.ui:614
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:617
msgctxt "headerfootercontent|extended_tip|HeaderFooterContent"
msgid "Defines or formats a header or footer for a Page Style."
msgstr "De opmaak fan in kop- of fuottekst foar in side styl fêststelle of beskiede."
@@ -25159,177 +25153,177 @@ msgid "Fiel_d"
msgstr "Fjil_d"
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5882
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5859
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr "_Ynfoegje"
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5964
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr "~Ynfoegje"
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6388
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6413
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6365
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6390
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6818
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr "Objekt rjochting"
#. vruXQ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7062
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7039
msgctxt "CalcNotebookbar|LayoutMenuButton"
msgid "_Layout"
msgstr "_Yndieling"
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7146
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7123
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr "~Yndieling"
#. pnWd5
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8423
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8400
msgctxt "CalcNotebookbar|StatisticsMenuButton"
msgid "_Statistics"
msgstr "_Statistiken"
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8474
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8451
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr "_Gegevens"
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8580
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8557
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr "~Gegevens"
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9383
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9360
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr "_Resinsje"
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9468
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9445
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr "~Resinsje"
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10354
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10331
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr "_Werjefte"
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10439
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10416
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr "~Werjefte"
#. SAv6Z
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11548
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11525
msgctxt "CalcNotebookbar|ImageMenuButton"
msgid "Ima_ge"
msgstr "Ofbyldin_g"
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11669
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11646
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr "Ofbyldin~g"
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12850
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12827
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr "_Tekenje"
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12957
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12934
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr "~Tekenje"
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13415
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13392
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr "Omsette"
#. PRmbH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13705
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13682
msgctxt "CalcNotebookbar|ObjectMenuButton"
msgid "_Object"
msgstr "_Objekt"
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13812
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13789
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr "~Objekt"
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14371
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14348
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr "_Media"
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14476
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14453
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr "~Media"
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14858
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14835
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr "_Printsje"
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14918
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr "~Printsje"
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15749
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15726
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr "Fo_rmulier"
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15833
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15810
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr "Fo~rmulier"
#. DHeyE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15890
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15867
msgctxt "CalcNotebookbar|ExtensionMenuButton"
msgid "E_xtension"
msgstr "Ta_foeging"
#. 4ZDL7
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15964
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
msgctxt "CalcNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr "Ta~foeging"
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17153
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17130
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr "_Ark"
#. 8HTEk
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17237
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17214
msgctxt "CalcNotebookbar|ToolsLabel"
msgid "~Tools"
msgstr "A~rk"
@@ -25348,7 +25342,7 @@ msgstr "~Triem"
#. UWfVg
#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3545
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6152
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6113
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "De rânen fan de selektearre sellen oantsjutte."
@@ -25372,163 +25366,163 @@ msgid "Fiel_d"
msgstr "Fjil_d"
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5637
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5598
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr "_Ynfoegje"
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5692
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5653
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr "~Ynfoegje"
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6312
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6273
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr "_Yndieling"
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6364
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6325
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr "~Yndieling"
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7199
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7160
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr "_Statistiken"
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7264
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7225
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr "_Gegevens"
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7315
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7276
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr "~Gegevens"
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7997
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7958
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr "_Resinsje"
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8049
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8010
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr "~Resinsje"
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8716
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8677
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr "_Werjefte"
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8768
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8729
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr "~Werjefte"
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10082
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10043
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr "Ofb_ylding"
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10134
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10095
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr "Ofbyldin~g"
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11504
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11465
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr "Te_kenje"
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11556
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11517
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr "~Tekenje"
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12507
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12468
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr "Objekt"
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12559
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12520
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr "~Objekt"
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13259
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13220
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr "_Media"
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13312
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13273
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr "~Media"
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13871
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13832
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr "Printsje"
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13923
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13884
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr "~Printsje"
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15237
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15198
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr "Fo_rmulier"
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15289
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15250
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr "Fo~rmulier"
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15368
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15329
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr "Ta_foeging"
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15426
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15387
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr "Ta~foeging"
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16427
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16388
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr "_Ark"
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16479
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16440
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr "A~rk"
@@ -27680,10 +27674,10 @@ msgctxt "pastespecial|label2"
msgid "Operations"
msgstr "Operaasjes"
-#. ypkML
-#: sc/uiconfig/scalc/ui/pastespecial.ui:825
+#. cBodz
+#: sc/uiconfig/scalc/ui/pastespecial.ui:824
msgctxt "pastespecial|extended_tip|PasteSpecial"
-msgid "Inserts the contents of the clipboard into the current file in a format that you can specify."
+msgid "Inserts the contents of the clipboard into the current document in a format that you can specify."
msgstr ""
#. AqzPf
@@ -29288,38 +29282,26 @@ msgctxt "scgeneralpage|enter_paste_mode_cb"
msgid "Press Enter to paste and clear clipboard"
msgstr ""
-#. LFenu
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:378
-msgctxt "scgeneralpage|textfmtcb"
-msgid "Use printer metrics for text formatting"
-msgstr "Printer ôfmjittingen foar tekst opmaak brûke"
-
-#. ECUd7
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:385
-msgctxt "extended_tip|textfmtcb"
-msgid "Specifies that printer metrics are applied for printing and also for formatting the display on the screen."
-msgstr ""
-
#. zW9SZ
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:397
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:378
msgctxt "scgeneralpage|markhdrcb"
msgid "Highlight sele_ction in column/row headers"
msgstr "Markearje sele_ksje yn kolom-/rige kopteksten"
#. payBv
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:405
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:386
msgctxt "extended_tip|markhdrcb"
msgid "Specifies whether to highlight column and row headers in the selected columns or rows."
msgstr ""
#. KGWyE
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:417
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:398
msgctxt "scgeneralpage|sortrefupdatecb"
msgid "Update references when sorting range of cells"
msgstr "Ferwizingen fernije by sortearjen fan it berik fan de sellen"
#. M9G8o
-#: sc/uiconfig/scalc/ui/scgeneralpage.ui:439
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:420
msgctxt "scgeneralpage|label3"
msgid "Input Settings"
msgstr "Ynfier ynstellingen"
@@ -29655,19 +29637,19 @@ msgid "Note: Changes to formatting attributes like fonts, colors, and number for
msgstr "Omtinker: Feroaringen oan opmaak attributen lykas lettertypen, kleuren, en nûmer opmaak sille net bewarre wurde en guon funksjes lykas it bewurkjen fan diagrammen en tekenobjekten binne net mooglik yn dielde modus. Skeakelje dielde modus út om eksklusyf de nedige tagong te krijen foar dizze feroaringen en mooglikheden."
#. dQz77
-#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:187
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:190
msgctxt "sharedocumentdlg|name"
msgid "Name"
msgstr "Namme"
#. EC8AA
-#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:200
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:203
msgctxt "sharedocumentdlg|accessed"
msgid "Accessed"
msgstr "Brûkt troch"
#. hHHJG
-#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:224
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:227
msgctxt "sharedocumentdlg|label1"
msgid "Users Currently Accessing This Spreadsheet"
msgstr "Brûker dy op it stuit tagong ha ta dit rekkenblêd"
@@ -30795,25 +30777,25 @@ msgid "Left to right (sort columns)"
msgstr ""
#. vTci8
-#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
+#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:111
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
msgstr ""
#. 6YQSB
-#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
+#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:121
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
msgstr ""
#. E9DMu
-#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
+#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:137
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
msgstr ""
#. 5oaCb
-#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
+#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:154
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
msgstr ""
@@ -31119,181 +31101,181 @@ msgid "Series:"
msgstr ""
#. wBmc6
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:283
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:285
msgctxt "SparklineDialog|checkButton_Negative"
msgid "Negative points:"
msgstr ""
#. ySwZA
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:319
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:323
msgctxt "SparklineDialog|checkButton_High"
msgid "High points:"
msgstr ""
#. DJKw7
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:355
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:361
msgctxt "SparklineDialog|checkButton_Low"
msgid "Low points:"
msgstr ""
#. q5qaV
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:391
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:399
msgctxt "SparklineDialog|checkButton_Marker"
msgid "Marker:"
msgstr ""
#. 4yLTi
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:427
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:437
msgctxt "SparklineDialog|checkButton_First"
msgid "First point:"
msgstr ""
#. EYEEJ
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:463
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:475
msgctxt "SparklineDialog|checkButton_Last"
msgid "Last point:"
msgstr ""
#. mP9Uy
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:503
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:517
msgctxt "SparklineDialog|label_Colors"
msgid "Colors"
msgstr ""
#. a9F7t
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:537
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:551
msgctxt "SparklineDialog|label_LineWidth"
msgid "Line width:"
msgstr ""
#. ofAyv
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:552
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:566
msgctxt "SparklineDialog|spinButton_LineWidth"
msgid "1,00"
msgstr ""
#. 4ciyB
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:570
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:584
msgctxt "SparklineDialog|label_DisplayEmptyCellsAs"
msgid "Display empty cells as:"
msgstr ""
#. K3oCB
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:585
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:599
msgctxt "SparklineDialog|optionEmpty_Gap"
msgid "Gap"
msgstr ""
#. fzBds
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:586
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:600
msgctxt "SparklineDialog|optionEmpty_Zero"
msgid "Zero"
msgstr ""
#. tGCDf
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:587
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:601
msgctxt "SparklineDialog|optionEmpty_Span"
msgid "Span"
msgstr ""
#. fkB5s
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:597
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:611
msgctxt "SparklineDialog|checkButton_Hidden"
msgid "Display hidden"
msgstr ""
#. gxx8E
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:612
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:626
msgctxt "SparklineDialog|checkButton_RTL"
msgid "Right-to-left"
msgstr ""
#. GJfmJ
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:631
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:645
msgctxt "SparklineDialog|optionType_Line"
msgid "Line"
msgstr ""
#. 2ZDbw
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:632
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:646
msgctxt "SparklineDialog|optionType_Column"
msgid "Column"
msgstr ""
#. UirXW
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:633
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:647
msgctxt "SparklineDialog|optionType_Stacked"
msgid "Stacked"
msgstr ""
#. zmCsJ
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:645
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:659
msgctxt "SparklineDialog|label_Type"
msgid "Type:"
msgstr ""
#. o8rnM
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:661
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:675
msgctxt "SparklineDialog|label_Properties"
msgid "Properties"
msgstr ""
#. uQaJH
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:694
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:708
msgctxt "SparklineDialog|option_MinAxis_Individual"
msgid "Individual"
msgstr ""
#. BCX7t
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:695
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:709
msgctxt "SparklineDialog|option_MinAxis_Group"
msgid "Group"
msgstr ""
#. SubB5
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:696
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:710
msgctxt "SparklineDialog|option_MinAxis_Custom"
msgid "Custom"
msgstr ""
#. T8Arr
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:724
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:738
msgctxt "SparklineDialog|option_MaxAxis_Individual"
msgid "Individual"
msgstr ""
#. DDfCP
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:725
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:739
msgctxt "SparklineDialog|option_MaxAxis_Group"
msgid "Group"
msgstr ""
#. C2Huq
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:726
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:740
msgctxt "SparklineDialog|option_MaxAxis_Custom"
msgid "Custom"
msgstr ""
-#. JFSoc
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:753
+#. kiBE8
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:767
msgctxt "SparklineDialog|label_AxisMaximum"
-msgid "Vertical maximum"
+msgid "Vertical maximum:"
msgstr ""
#. MEvJy
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:768
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:782
msgctxt "SparklineDialog|label_AxisMinimum"
msgid "Vertical minimum:"
msgstr ""
#. EMPn4
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:780
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:794
msgctxt "SparklineDialog|checkBox_DisplayX"
msgid "Display X axis"
msgstr ""
#. uAAF6
-#: sc/uiconfig/scalc/ui/sparklinedialog.ui:800
+#: sc/uiconfig/scalc/ui/sparklinedialog.ui:814
msgctxt "SparklineDialog|label_Axes"
msgid "Axes"
msgstr ""
@@ -31586,13 +31568,13 @@ msgctxt "standardfilterdialog|cond"
msgid "Does not end with"
msgstr ""
-#. XCG8Q
+#. 3PahC
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:433
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:472
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:511
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:550
msgctxt "standardfilterdialog|cond"
-msgid "Text color"
+msgid "Font color"
msgstr ""
#. 5Wa7m
@@ -32978,10 +32960,10 @@ msgctxt "validationcriteriapage|liststore2"
msgid "invalid range"
msgstr "ûnjildich berik"
-#. 89CdB
+#. 8udun
#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:84
msgctxt "validationcriteriapage|extended_tip|data"
-msgid "Select the comparative operator that you want to use."
+msgid "Select the comparison operator that you want to use."
msgstr ""
#. RCFrD
diff --git a/source/fy/scaddins/messages.po b/source/fy/scaddins/messages.po
index 43c5cccf9ec..4fcfa153bf1 100644
--- a/source/fy/scaddins/messages.po
+++ b/source/fy/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: 2021-09-10 23:12+0200\n"
+"POT-Creation-Date: 2022-10-10 13:36+0200\n"
"PO-Revision-Date: 2021-01-28 07:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/fy/>\n"
@@ -240,11 +240,11 @@ msgctxt "ANALYSIS_Networkdays"
msgid "List of date values representing days off (vacation, holidays, etc.)"
msgstr "List mei datum wearden fan frije dagen (fakânsje, nasjonale feestdagen ensfh.)"
-#. VSGPy
+#. Y3Tor
#: scaddins/inc/analysis.hrc:88
msgctxt "ANALYSIS_Iseven"
-msgid "Returns the value 'true' if the number is even"
-msgstr "Jout de wearde 'wier' as it getal even is"
+msgid "Returns the value 'true' if the number truncated to integer is even"
+msgstr ""
#. CrmYv
#: scaddins/inc/analysis.hrc:89
@@ -258,11 +258,11 @@ msgctxt "ANALYSIS_Iseven"
msgid "The number"
msgstr "It getal"
-#. itBzA
+#. CuWEq
#: scaddins/inc/analysis.hrc:95
msgctxt "ANALYSIS_Isodd"
-msgid "Returns the value 'true' if the number is odd"
-msgstr "Jout de wearde 'wier' as it getal ûneven is"
+msgid "Returns the value 'true' if the number truncated to integer is odd"
+msgstr ""
#. EjqfP
#: scaddins/inc/analysis.hrc:96
diff --git a/source/fy/scp2/source/calc.po b/source/fy/scp2/source/calc.po
index e0ad0ad9be9..cb34e74cb5e 100644
--- a/source/fy/scp2/source/calc.po
+++ b/source/fy/scp2/source/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"POT-Creation-Date: 2022-10-10 13:36+0200\n"
"PO-Revision-Date: 2020-12-14 14:44+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://weblate.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/fy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1500626773.000000\n"
#. rTGYE
@@ -213,3 +213,12 @@ msgctxt ""
"LngText.text"
msgid "Lotus Quattro Pro Spreadsheet"
msgstr "Lotus Quattro Pro rekkenblêd"
+
+#. VDqde
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_NUMBERS_SPREADSHEET\n"
+"LngText.text"
+msgid "Apple Numbers"
+msgstr ""
diff --git a/source/fy/scp2/source/draw.po b/source/fy/scp2/source/draw.po