aboutsummaryrefslogtreecommitdiff
path: root/source/gug/nlpsolver
diff options
context:
space:
mode:
Diffstat (limited to 'source/gug/nlpsolver')
-rw-r--r--source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po407
-rw-r--r--source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po31
-rw-r--r--source/gug/nlpsolver/src/locale.po343
3 files changed, 781 insertions, 0 deletions
diff --git a/source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..549ec637251
--- /dev/null
+++ b/source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,407 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: gn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"bm_id0503200917110375_scalc\n"
+"help.text"
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"hd_id0503200917103593\n"
+"help.text"
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103780\n"
+"help.text"
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103723\n"
+"help.text"
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103771\n"
+"help.text"
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103720\n"
+"help.text"
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103732\n"
+"help.text"
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id050320091710378\n"
+"help.text"
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103794\n"
+"help.text"
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103710\n"
+"help.text"
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103740\n"
+"help.text"
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103766\n"
+"help.text"
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103744\n"
+"help.text"
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103792\n"
+"help.text"
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103790\n"
+"help.text"
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103765\n"
+"help.text"
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0504200917103794\n"
+"help.text"
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id050320091710377\n"
+"help.text"
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103762\n"
+"help.text"
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103834\n"
+"help.text"
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103891\n"
+"help.text"
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0503200917103832\n"
+"help.text"
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives information about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"hd_id0603200910392151\n"
+"help.text"
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394232\n"
+"help.text"
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394248\n"
+"help.text"
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394277\n"
+"help.text"
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394280\n"
+"help.text"
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394216\n"
+"help.text"
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id060320091039424\n"
+"help.text"
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id060320091039421\n"
+"help.text"
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394225\n"
+"help.text"
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394222\n"
+"help.text"
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394212\n"
+"help.text"
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394292\n"
+"help.text"
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394284\n"
+"help.text"
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id060320091039425\n"
+"help.text"
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910394272\n"
+"help.text"
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"hd_id0603200910401383\n"
+"help.text"
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id0603200910401382\n"
+"help.text"
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp
+msgctxt ""
+"Options.xhp\n"
+"par_id060320091040136\n"
+"help.text"
+msgid "… defines the amount of information to store in the public library. Each individual stores knowledge there and asks for information."
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"tit\n"
+"help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"bm_id0603200910434044_scalc\n"
+"help.text"
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"hd_id0603200910430882\n"
+"help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"par_id0603200910430845\n"
+"help.text"
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"par_id0603200910430821\n"
+"help.text"
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp
+msgctxt ""
+"Usage.xhp\n"
+"par_id0603200910430873\n"
+"help.text"
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
+
+#: help.tree
+msgctxt ""
+"help.tree\n"
+"08\n"
+"help_section.text"
+msgid "Solver for Nonlinear Problems"
+msgstr ""
+
+#: help.tree
+msgctxt ""
+"help.tree\n"
+"0816\n"
+"node.text"
+msgid "Solver for Nonlinear Problems"
+msgstr ""
diff --git a/source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..2e5a8f5da22
--- /dev/null
+++ b/source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,31 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: gn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"extdesc\n"
+"description.text"
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/source/gug/nlpsolver/src/locale.po b/source/gug/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..9a29f6c8c8d
--- /dev/null
+++ b/source/gug/nlpsolver/src/locale.po
@@ -0,0 +1,343 @@
+#. extracted from nlpsolver/src/locale
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: gn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.AssumeNonNegative\n"
+"property.text"
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.SwarmSize\n"
+"property.text"
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.LibrarySize\n"
+"property.text"
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.LearningCycles\n"
+"property.text"
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.GuessVariableRange\n"
+"property.text"
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.VariableRangeThreshold\n"
+"property.text"
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.UseACRComparator\n"
+"property.text"
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.UseRandomStartingPoint\n"
+"property.text"
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.StagnationLimit\n"
+"property.text"
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.Tolerance\n"
+"property.text"
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.EnhancedSolverStatus\n"
+"property.text"
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.AgentSwitchRate\n"
+"property.text"
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.DEFactor\n"
+"property.text"
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.DECR\n"
+"property.text"
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.PSC1\n"
+"property.text"
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.PSC2\n"
+"property.text"
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.PSWeight\n"
+"property.text"
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties
+msgctxt ""
+"NLPSolverCommon_en_US.properties\n"
+"NLPSolverCommon.Properties.PSCL\n"
+"property.text"
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Dialog.Caption\n"
+"property.text"
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.lblSolution\n"
+"property.text"
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.lblIteration\n"
+"property.text"
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.lblStagnation\n"
+"property.text"
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.lblRuntime\n"
+"property.text"
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.btnStop\n"
+"property.text"
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.btnOK\n"
+"property.text"
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Controls.btnContinue\n"
+"property.text"
+msgid "Continue"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Message.StopIteration\n"
+"property.text"
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Message.StopStagnation\n"
+"property.text"
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Message.StopUser\n"
+"property.text"
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Message.CurrentIteration\n"
+"property.text"
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Nanoseconds\n"
+"property.text"
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Microseconds\n"
+"property.text"
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Milliseconds\n"
+"property.text"
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Second\n"
+"property.text"
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Seconds\n"
+"property.text"
+msgid "Seconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Minute\n"
+"property.text"
+msgid "Minute"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Minutes\n"
+"property.text"
+msgid "Minutes"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Hour\n"
+"property.text"
+msgid "Hour"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Hours\n"
+"property.text"
+msgid "Hours"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Day\n"
+"property.text"
+msgid "Day"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties
+msgctxt ""
+"NLPSolverStatusDialog_en_US.properties\n"
+"NLPSolverStatusDialog.Time.Days\n"
+"property.text"
+msgid "Days"
+msgstr ""
h: 98.9%;'/> -rw-r--r--source/ast/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ast/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ast/sc/messages.po409
-rw-r--r--source/ast/sfx2/messages.po8
-rw-r--r--source/ast/svx/messages.po37
-rw-r--r--source/ast/sw/messages.po36
-rw-r--r--source/ast/uui/messages.po8
-rw-r--r--source/ast/xmlsecurity/messages.po15
-rw-r--r--source/az/cui/messages.po64
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/az/sc/messages.po408
-rw-r--r--source/az/sfx2/messages.po8
-rw-r--r--source/az/svx/messages.po34
-rw-r--r--source/az/sw/messages.po36
-rw-r--r--source/az/uui/messages.po8
-rw-r--r--source/az/xmlsecurity/messages.po10
-rw-r--r--source/be/cui/messages.po68
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/be/sc/messages.po408
-rw-r--r--source/be/sfx2/messages.po8
-rw-r--r--source/be/svx/messages.po36
-rw-r--r--source/be/sw/messages.po36
-rw-r--r--source/be/uui/messages.po8
-rw-r--r--source/be/xmlsecurity/messages.po13
-rw-r--r--source/bg/cui/messages.po74
-rw-r--r--source/bg/extensions/messages.po6
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po61
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po8
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/bg/helpcontent2/source/text/shared.po32
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po243
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po604
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/bg/helpcontent2/source/text/simpress.po14
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po8
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/bg/sc/messages.po408
-rw-r--r--source/bg/sfx2/messages.po10
-rw-r--r--source/bg/svx/messages.po36
-rw-r--r--source/bg/sw/messages.po36
-rw-r--r--source/bg/uui/messages.po8
-rw-r--r--source/bg/xmlsecurity/messages.po15
-rw-r--r--source/bn-IN/cui/messages.po68
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc.po8
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared.po30
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress.po12
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po8
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/bn-IN/sc/messages.po409
-rw-r--r--source/bn-IN/sfx2/messages.po8
-rw-r--r--source/bn-IN/svx/messages.po37
-rw-r--r--source/bn-IN/sw/messages.po36
-rw-r--r--source/bn-IN/uui/messages.po8
-rw-r--r--source/bn-IN/xmlsecurity/messages.po15
-rw-r--r--source/bn/cui/messages.po64
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/bn/helpcontent2/source/text/scalc.po8
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared.po30
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/bn/helpcontent2/source/text/simpress.po12
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po8
-rw-r--r--source/bn/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/bn/sc/messages.po409
-rw-r--r--source/bn/sfx2/messages.po8
-rw-r--r--source/bn/svx/messages.po37
-rw-r--r--source/bn/sw/messages.po36
-rw-r--r--source/bn/uui/messages.po8
-rw-r--r--source/bn/xmlsecurity/messages.po12
-rw-r--r--source/bo/cui/messages.po64
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/bo/helpcontent2/source/text/scalc.po8
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared.po30
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po57
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/bo/helpcontent2/source/text/simpress.po12
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po8
-rw-r--r--source/bo/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/bo/sc/messages.po409
-rw-r--r--source/bo/sfx2/messages.po8
-rw-r--r--source/bo/svx/messages.po37
-rw-r--r--source/bo/sw/messages.po36
-rw-r--r--source/bo/uui/messages.po8
-rw-r--r--source/bo/xmlsecurity/messages.po10
-rw-r--r--source/br/cui/messages.po68
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/br/sc/messages.po408
-rw-r--r--source/br/sfx2/messages.po8
-rw-r--r--source/br/svx/messages.po36
-rw-r--r--source/br/sw/messages.po36
-rw-r--r--source/br/uui/messages.po8
-rw-r--r--source/br/xmlsecurity/messages.po13
-rw-r--r--source/brx/cui/messages.po64
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/brx/sc/messages.po409
-rw-r--r--source/brx/sfx2/messages.po8
-rw-r--r--source/brx/svx/messages.po37
-rw-r--r--source/brx/sw/messages.po36
-rw-r--r--source/brx/uui/messages.po8
-rw-r--r--source/brx/xmlsecurity/messages.po10
-rw-r--r--source/bs/cui/messages.po68
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/bs/helpcontent2/source/text/scalc.po8
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared.po30
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/bs/helpcontent2/source/text/simpress.po12
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po8
-rw-r--r--source/bs/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/bs/sc/messages.po409
-rw-r--r--source/bs/sfx2/messages.po8
-rw-r--r--source/bs/svx/messages.po37
-rw-r--r--source/bs/sw/messages.po36
-rw-r--r--source/bs/uui/messages.po8
-rw-r--r--source/bs/xmlsecurity/messages.po15
-rw-r--r--source/ca-valencia/cui/messages.po70
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared.po30
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po594
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ca-valencia/sc/messages.po408
-rw-r--r--source/ca-valencia/sfx2/messages.po8
-rw-r--r--source/ca-valencia/svx/messages.po36
-rw-r--r--source/ca-valencia/sw/messages.po36
-rw-r--r--source/ca-valencia/uui/messages.po8
-rw-r--r--source/ca-valencia/xmlsecurity/messages.po15
-rw-r--r--source/ca/cui/messages.po70
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared.po30
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ca/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ca/sc/messages.po408
-rw-r--r--source/ca/sfx2/messages.po8
-rw-r--r--source/ca/svx/messages.po36
-rw-r--r--source/ca/sw/messages.po36
-rw-r--r--source/ca/uui/messages.po8
-rw-r--r--source/ca/xmlsecurity/messages.po15
-rw-r--r--source/ckb/cui/messages.po64
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ckb/sc/messages.po408
-rw-r--r--source/ckb/sfx2/messages.po8
-rw-r--r--source/ckb/svx/messages.po34
-rw-r--r--source/ckb/sw/messages.po36
-rw-r--r--source/ckb/uui/messages.po8
-rw-r--r--source/ckb/xmlsecurity/messages.po10
-rw-r--r--source/cs/cui/messages.po74
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po8
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/cs/helpcontent2/source/text/sdatabase.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared.po48
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po604
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/cs/helpcontent2/source/text/shared/menu.po8
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po14
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po28
-rw-r--r--source/cs/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/cs/sc/messages.po412
-rw-r--r--source/cs/sd/messages.po8
-rw-r--r--source/cs/sfx2/messages.po10
-rw-r--r--source/cs/svx/messages.po38
-rw-r--r--source/cs/sw/messages.po38
-rw-r--r--source/cs/uui/messages.po10
-rw-r--r--source/cs/xmlsecurity/messages.po17
-rw-r--r--source/cy/cui/messages.po72
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/cy/sc/messages.po412
-rw-r--r--source/cy/sd/messages.po8
-rw-r--r--source/cy/sfx2/messages.po10
-rw-r--r--source/cy/svx/messages.po40
-rw-r--r--source/cy/sw/messages.po38
-rw-r--r--source/cy/uui/messages.po10
-rw-r--r--source/cy/xmlsecurity/messages.po17
-rw-r--r--source/da/cui/messages.po70
-rw-r--r--source/da/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/da/helpcontent2/source/text/scalc.po8
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/da/helpcontent2/source/text/shared.po32
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po604
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/da/helpcontent2/source/text/simpress.po12
-rw-r--r--source/da/helpcontent2/source/text/swriter.po8
-rw-r--r--source/da/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/da/sc/messages.po408
-rw-r--r--source/da/sfx2/messages.po8
-rw-r--r--source/da/svx/messages.po36
-rw-r--r--source/da/sw/messages.po36
-rw-r--r--source/da/uui/messages.po8
-rw-r--r--source/da/xmlsecurity/messages.po15
-rw-r--r--source/de/cui/messages.po122
-rw-r--r--source/de/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/de/helpcontent2/source/text/scalc.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/de/helpcontent2/source/text/shared.po32
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/de/helpcontent2/source/text/simpress.po14
-rw-r--r--source/de/helpcontent2/source/text/swriter.po8
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po62
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/de/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/de/sc/messages.po414
-rw-r--r--source/de/sd/messages.po8
-rw-r--r--source/de/sfx2/messages.po10
-rw-r--r--source/de/svx/messages.po42
-rw-r--r--source/de/sw/messages.po40
-rw-r--r--source/de/uui/messages.po10
-rw-r--r--source/de/xmlsecurity/messages.po17
-rw-r--r--source/dgo/cui/messages.po67
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/dgo/sc/messages.po409
-rw-r--r--source/dgo/sfx2/messages.po8
-rw-r--r--source/dgo/svx/messages.po37
-rw-r--r--source/dgo/sw/messages.po36
-rw-r--r--source/dgo/uui/messages.po8
-rw-r--r--source/dgo/xmlsecurity/messages.po13
-rw-r--r--source/dsb/cui/messages.po74
-rw-r--r--source/dsb/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/dsb/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/dsb/helpcontent2/source/text/scalc.po8
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/dsb/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/dsb/helpcontent2/source/text/shared.po48
-rw-r--r--source/dsb/helpcontent2/source/text/shared/00.po1019
-rw-r--r--source/dsb/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/dsb/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/dsb/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/dsb/helpcontent2/source/text/simpress.po14
-rw-r--r--source/dsb/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/dsb/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/dsb/helpcontent2/source/text/swriter.po8
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/00.po278
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/dsb/sc/messages.po424
-rw-r--r--source/dsb/sd/messages.po28
-rw-r--r--source/dsb/sfx2/messages.po10
-rw-r--r--source/dsb/svx/messages.po38
-rw-r--r--source/dsb/sw/messages.po52
-rw-r--r--source/dsb/uui/messages.po10
-rw-r--r--source/dsb/xmlsecurity/messages.po17
-rw-r--r--source/dz/cui/messages.po64
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/dz/helpcontent2/source/text/scalc.po8
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared.po30
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po57
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/dz/helpcontent2/source/text/simpress.po12
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po8
-rw-r--r--source/dz/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/dz/sc/messages.po409
-rw-r--r--source/dz/sfx2/messages.po8
-rw-r--r--source/dz/svx/messages.po37
-rw-r--r--source/dz/sw/messages.po36
-rw-r--r--source/dz/uui/messages.po8
-rw-r--r--source/dz/xmlsecurity/messages.po12
-rw-r--r--source/el/cui/messages.po70
-rw-r--r--source/el/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/el/helpcontent2/source/text/scalc.po8
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/el/helpcontent2/source/text/shared.po32
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po712
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po176
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po123
-rw-r--r--source/el/helpcontent2/source/text/shared/menu.po196
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po153
-rw-r--r--source/el/helpcontent2/source/text/simpress.po14
-rw-r--r--source/el/helpcontent2/source/text/simpress/00.po30
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/el/helpcontent2/source/text/swriter.po24
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po424
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/el/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/el/sc/messages.po410
-rw-r--r--source/el/sfx2/messages.po10
-rw-r--r--source/el/svx/messages.po38
-rw-r--r--source/el/sw/messages.po38
-rw-r--r--source/el/uui/messages.po10
-rw-r--r--source/el/xmlsecurity/messages.po17
-rw-r--r--source/en-GB/cui/messages.po70
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/shared.po32
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po211
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po600
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/en-GB/sc/messages.po408
-rw-r--r--source/en-GB/sfx2/messages.po8
-rw-r--r--source/en-GB/svx/messages.po36
-rw-r--r--source/en-GB/sw/messages.po36
-rw-r--r--source/en-GB/uui/messages.po8
-rw-r--r--source/en-GB/xmlsecurity/messages.po15
-rw-r--r--source/en-ZA/cui/messages.po64
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc.po8
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress.po12
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po8
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/en-ZA/sc/messages.po409
-rw-r--r--source/en-ZA/sfx2/messages.po8
-rw-r--r--source/en-ZA/svx/messages.po37
-rw-r--r--source/en-ZA/sw/messages.po36
-rw-r--r--source/en-ZA/uui/messages.po8
-rw-r--r--source/en-ZA/xmlsecurity/messages.po12
-rw-r--r--source/eo/cui/messages.po70
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/eo/helpcontent2/source/text/scalc.po8
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/eo/helpcontent2/source/text/shared.po30
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po45
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/eo/helpcontent2/source/text/simpress.po12
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po8
-rw-r--r--source/eo/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/eo/sc/messages.po408
-rw-r--r--source/eo/sfx2/messages.po8
-rw-r--r--source/eo/svx/messages.po36
-rw-r--r--source/eo/sw/messages.po36
-rw-r--r--source/eo/uui/messages.po8
-rw-r--r--source/eo/xmlsecurity/messages.po15
-rw-r--r--source/es/cui/messages.po70
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/es/helpcontent2/source/text/scalc.po8
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/es/helpcontent2/source/text/shared.po32
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po598
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/es/helpcontent2/source/text/simpress.po12
-rw-r--r--source/es/helpcontent2/source/text/swriter.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/es/sc/messages.po408
-rw-r--r--source/es/sfx2/messages.po8
-rw-r--r--source/es/svx/messages.po36
-rw-r--r--source/es/sw/messages.po36
-rw-r--r--source/es/uui/messages.po8
-rw-r--r--source/es/xmlsecurity/messages.po17
-rw-r--r--source/et/cui/messages.po70
-rw-r--r--source/et/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/et/helpcontent2/source/text/scalc.po8
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/et/helpcontent2/source/text/shared.po30
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po214
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/et/helpcontent2/source/text/simpress.po12
-rw-r--r--source/et/helpcontent2/source/text/swriter.po8
-rw-r--r--source/et/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/et/sc/messages.po408
-rw-r--r--source/et/sfx2/messages.po8
-rw-r--r--source/et/svx/messages.po36
-rw-r--r--source/et/sw/messages.po36
-rw-r--r--source/et/uui/messages.po8
-rw-r--r--source/et/xmlsecurity/messages.po15
-rw-r--r--source/eu/cui/messages.po70
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po8
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared.po32
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po653
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po12
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po8
-rw-r--r--source/eu/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/eu/sc/messages.po408
-rw-r--r--source/eu/sfx2/messages.po8
-rw-r--r--source/eu/svx/messages.po36
-rw-r--r--source/eu/sw/messages.po36
-rw-r--r--source/eu/uui/messages.po8
-rw-r--r--source/eu/xmlsecurity/messages.po15
-rw-r--r--source/fa/cui/messages.po64
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/fa/sc/messages.po409
-rw-r--r--source/fa/sfx2/messages.po8
-rw-r--r--source/fa/svx/messages.po37
-rw-r--r--source/fa/sw/messages.po38
-rw-r--r--source/fa/uui/messages.po10
-rw-r--r--source/fa/xmlsecurity/messages.po10
-rw-r--r--source/fi/cui/messages.po74
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/fi/helpcontent2/source/text/scalc.po8
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared.po30
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/fi/helpcontent2/source/text/simpress.po12
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po8
-rw-r--r--source/fi/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/fi/sc/messages.po410
-rw-r--r--source/fi/sfx2/messages.po10
-rw-r--r--source/fi/svx/messages.po38
-rw-r--r--source/fi/sw/messages.po36
-rw-r--r--source/fi/uui/messages.po8
-rw-r--r--source/fi/xmlsecurity/messages.po17
-rw-r--r--source/fr/cui/messages.po74
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po8
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared.po50
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po63
-rw-r--r--source/fr/helpcontent2/source/text/shared/menu.po142
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po123
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po14
-rw-r--r--source/fr/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/fr/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po8
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po36
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po68
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/fr/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/fr/sc/messages.po412
-rw-r--r--source/fr/sd/messages.po8
-rw-r--r--source/fr/sfx2/messages.po8
-rw-r--r--source/fr/svx/messages.po36
-rw-r--r--source/fr/sw/messages.po38
-rw-r--r--source/fr/uui/messages.po10
-rw-r--r--source/fr/xmlsecurity/messages.po29
-rw-r--r--source/fur/cui/messages.po68
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/fur/sc/messages.po408
-rw-r--r--source/fur/sfx2/messages.po8
-rw-r--r--source/fur/svx/messages.po34
-rw-r--r--source/fur/sw/messages.po36
-rw-r--r--source/fur/uui/messages.po8
-rw-r--r--source/fur/xmlsecurity/messages.po13
-rw-r--r--source/fy/cui/messages.po70
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/fy/sc/messages.po408
-rw-r--r--source/fy/sfx2/messages.po8
-rw-r--r--source/fy/svx/messages.po36
-rw-r--r--source/fy/sw/messages.po36
-rw-r--r--source/fy/uui/messages.po8
-rw-r--r--source/fy/xmlsecurity/messages.po15
-rw-r--r--source/ga/cui/messages.po70
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ga/sc/messages.po408
-rw-r--r--source/ga/sfx2/messages.po8
-rw-r--r--source/ga/svx/messages.po36
-rw-r--r--source/ga/sw/messages.po36
-rw-r--r--source/ga/uui/messages.po8
-rw-r--r--source/ga/xmlsecurity/messages.po13
-rw-r--r--source/gd/cui/messages.po68
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/gd/sc/messages.po408
-rw-r--r--source/gd/sfx2/messages.po8
-rw-r--r--source/gd/svx/messages.po36
-rw-r--r--source/gd/sw/messages.po36
-rw-r--r--source/gd/uui/messages.po8
-rw-r--r--source/gd/xmlsecurity/messages.po13
-rw-r--r--source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/gl/cui/messages.po74
-rw-r--r--source/gl/extensions/messages.po4
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/gl/helpcontent2/source/text/scalc.po8
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po26
-rw-r--r--source/gl/helpcontent2/source/text/shared.po32
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po61
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po12
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po8
-rw-r--r--source/gl/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po25
-rw-r--r--source/gl/sc/messages.po418
-rw-r--r--source/gl/sfx2/messages.po10
-rw-r--r--source/gl/svx/messages.po36
-rw-r--r--source/gl/sw/messages.po38
-rw-r--r--source/gl/uui/messages.po10
-rw-r--r--source/gl/xmlsecurity/messages.po17
-rw-r--r--source/gu/cui/messages.po68
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/gu/helpcontent2/source/text/scalc.po8
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared.po30
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po57
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/gu/helpcontent2/source/text/simpress.po12
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po8
-rw-r--r--source/gu/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/gu/sc/messages.po409
-rw-r--r--source/gu/sfx2/messages.po8
-rw-r--r--source/gu/svx/messages.po37
-rw-r--r--source/gu/sw/messages.po36
-rw-r--r--source/gu/uui/messages.po8
-rw-r--r--source/gu/xmlsecurity/messages.po15
-rw-r--r--source/gug/cui/messages.po68
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/gug/helpcontent2/source/text/scalc.po8
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared.po32
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po598
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po12
-rw-r--r--source/gug/helpcontent2/source/text/swriter.po8
-rw-r--r--source/gug/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/gug/sc/messages.po408
-rw-r--r--source/gug/sfx2/messages.po8
-rw-r--r--source/gug/svx/messages.po37
-rw-r--r--source/gug/sw/messages.po36
-rw-r--r--source/gug/uui/messages.po8
-rw-r--r--source/gug/xmlsecurity/messages.po10
-rw-r--r--source/he/cui/messages.po70
-rw-r--r--source/he/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/he/helpcontent2/source/text/scalc.po8
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/he/helpcontent2/source/text/shared.po28
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po53
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/he/helpcontent2/source/text/simpress.po10
-rw-r--r--source/he/helpcontent2/source/text/swriter.po6
-rw-r--r--source/he/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/he/sc/messages.po409
-rw-r--r--source/he/sfx2/messages.po8
-rw-r--r--source/he/svx/messages.po37
-rw-r--r--source/he/sw/messages.po36
-rw-r--r--source/he/uui/messages.po8
-rw-r--r--source/he/xmlsecurity/messages.po13
-rw-r--r--source/hi/cui/messages.po66
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/hi/helpcontent2/source/text/scalc.po6
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared.po28
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po45
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/hi/helpcontent2/source/text/simpress.po10
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po6
-rw-r--r--source/hi/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/hi/sc/messages.po409
-rw-r--r--source/hi/sfx2/messages.po8
-rw-r--r--source/hi/svx/messages.po37
-rw-r--r--source/hi/sw/messages.po36
-rw-r--r--source/hi/uui/messages.po8
-rw-r--r--source/hi/xmlsecurity/messages.po13
-rw-r--r--source/hr/cui/messages.po70
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/hr/helpcontent2/source/text/scalc.po6
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared.po30
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/hr/helpcontent2/source/text/simpress.po10
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po6
-rw-r--r--source/hr/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/hr/sc/messages.po408
-rw-r--r--source/hr/sfx2/messages.po8
-rw-r--r--source/hr/svx/messages.po36
-rw-r--r--source/hr/sw/messages.po36
-rw-r--r--source/hr/uui/messages.po8
-rw-r--r--source/hr/xmlsecurity/messages.po15
-rw-r--r--source/hsb/cui/messages.po74
-rw-r--r--source/hsb/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/hsb/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/hsb/helpcontent2/source/text/scalc.po8
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/hsb/helpcontent2/source/text/shared.po48
-rw-r--r--source/hsb/helpcontent2/source/text/shared/00.po871
-rw-r--r--source/hsb/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/hsb/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/hsb/helpcontent2/source/text/shared/optionen.po147
-rw-r--r--source/hsb/helpcontent2/source/text/simpress.po14
-rw-r--r--source/hsb/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/hsb/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/hsb/helpcontent2/source/text/swriter.po8
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/00.po50
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/hsb/sc/messages.po428
-rw-r--r--source/hsb/sd/messages.po28
-rw-r--r--source/hsb/sfx2/messages.po10
-rw-r--r--source/hsb/svx/messages.po38
-rw-r--r--source/hsb/sw/messages.po52
-rw-r--r--source/hsb/uui/messages.po10
-rw-r--r--source/hsb/xmlsecurity/messages.po17
-rw-r--r--source/hu/cui/messages.po70
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/hu/helpcontent2/source/text/scalc.po8
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared.po30
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po598
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po127
-rw-r--r--source/hu/helpcontent2/source/text/simpress.po12
-rw-r--r--source/hu/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po8
-rw-r--r--source/hu/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/hu/sc/messages.po408
-rw-r--r--source/hu/sfx2/messages.po8
-rw-r--r--source/hu/svx/messages.po36
-rw-r--r--source/hu/sw/messages.po36
-rw-r--r--source/hu/uui/messages.po8
-rw-r--r--source/hu/xmlsecurity/messages.po15
-rw-r--r--source/id/cui/messages.po74
-rw-r--r--source/id/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/id/helpcontent2/source/text/scalc.po8
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/id/helpcontent2/source/text/shared.po30
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po211
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po600
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/id/helpcontent2/source/text/simpress.po12
-rw-r--r--source/id/helpcontent2/source/text/swriter.po8
-rw-r--r--source/id/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/id/sc/messages.po412
-rw-r--r--source/id/sd/messages.po8
-rw-r--r--source/id/sfx2/messages.po10
-rw-r--r--source/id/svx/messages.po38
-rw-r--r--source/id/sw/messages.po38
-rw-r--r--source/id/uui/messages.po10
-rw-r--r--source/id/xmlsecurity/messages.po17
-rw-r--r--source/is/cui/messages.po70
-rw-r--r--source/is/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/is/helpcontent2/source/text/scalc.po8
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/is/helpcontent2/source/text/shared.po30
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/is/helpcontent2/source/text/simpress.po12
-rw-r--r--source/is/helpcontent2/source/text/swriter.po8
-rw-r--r--source/is/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/is/sc/messages.po408
-rw-r--r--source/is/sfx2/messages.po8
-rw-r--r--source/is/svx/messages.po36
-rw-r--r--source/is/sw/messages.po36
-rw-r--r--source/is/uui/messages.po8
-rw-r--r--source/is/xmlsecurity/messages.po15
-rw-r--r--source/it/cui/messages.po70
-rw-r--r--source/it/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/it/helpcontent2/source/text/scalc.po8
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/it/helpcontent2/source/text/shared.po32
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/it/helpcontent2/source/text/simpress.po14
-rw-r--r--source/it/helpcontent2/source/text/swriter.po8
-rw-r--r--source/it/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po21
-rw-r--r--source/it/sc/messages.po408
-rw-r--r--source/it/sfx2/messages.po8
-rw-r--r--source/it/svx/messages.po36
-rw-r--r--source/it/sw/messages.po36
-rw-r--r--source/it/uui/messages.po8
-rw-r--r--source/it/xmlsecurity/messages.po15
-rw-r--r--source/ja/cui/messages.po128
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared.po30
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po586
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ja/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ja/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ja/sc/messages.po410
-rw-r--r--source/ja/sd/messages.po38
-rw-r--r--source/ja/sfx2/messages.po10
-rw-r--r--source/ja/svx/messages.po36
-rw-r--r--source/ja/sw/messages.po46
-rw-r--r--source/ja/uui/messages.po8
-rw-r--r--source/ja/xmlsecurity/messages.po15
-rw-r--r--source/jv/cui/messages.po64
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/jv/sc/messages.po409
-rw-r--r--source/jv/sfx2/messages.po8
-rw-r--r--source/jv/svx/messages.po34
-rw-r--r--source/jv/sw/messages.po36
-rw-r--r--source/jv/uui/messages.po8
-rw-r--r--source/jv/xmlsecurity/messages.po10
-rw-r--r--source/ka/cui/messages.po64
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/ka/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared.po30
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po10
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ka/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ka/sc/messages.po409
-rw-r--r--source/ka/sfx2/messages.po8
-rw-r--r--source/ka/svx/messages.po37
-rw-r--r--source/ka/sw/messages.po36
-rw-r--r--source/ka/uui/messages.po8
-rw-r--r--source/ka/xmlsecurity/messages.po10
-rw-r--r--source/kab/cui/messages.po68
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/kab/sc/messages.po408
-rw-r--r--source/kab/sfx2/messages.po8
-rw-r--r--source/kab/svx/messages.po36
-rw-r--r--source/kab/sw/messages.po36
-rw-r--r--source/kab/uui/messages.po8
-rw-r--r--source/kab/xmlsecurity/messages.po13
-rw-r--r--source/kk/cui/messages.po70
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/kk/sc/messages.po408
-rw-r--r--source/kk/sfx2/messages.po8
-rw-r--r--source/kk/svx/messages.po36
-rw-r--r--source/kk/sw/messages.po36
-rw-r--r--source/kk/uui/messages.po8
-rw-r--r--source/kk/xmlsecurity/messages.po15
-rw-r--r--source/kl/cui/messages.po64
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/kl/sc/messages.po408
-rw-r--r--source/kl/sfx2/messages.po8
-rw-r--r--source/kl/svx/messages.po37
-rw-r--r--source/kl/sw/messages.po36
-rw-r--r--source/kl/uui/messages.po8
-rw-r--r--source/kl/xmlsecurity/messages.po10
-rw-r--r--source/km/cui/messages.po68
-rw-r--r--source/km/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/km/helpcontent2/source/text/scalc.po8
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/km/helpcontent2/source/text/shared.po30
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/km/helpcontent2/source/text/simpress.po12
-rw-r--r--source/km/helpcontent2/source/text/swriter.po8
-rw-r--r--source/km/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/km/sc/messages.po409
-rw-r--r--source/km/sfx2/messages.po8
-rw-r--r--source/km/svx/messages.po37
-rw-r--r--source/km/sw/messages.po36
-rw-r--r--source/km/uui/messages.po8
-rw-r--r--source/km/xmlsecurity/messages.po15
-rw-r--r--source/kmr-Latn/cui/messages.po64
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/kmr-Latn/sc/messages.po409
-rw-r--r--source/kmr-Latn/sfx2/messages.po8
-rw-r--r--source/kmr-Latn/svx/messages.po37
-rw-r--r--source/kmr-Latn/sw/messages.po36
-rw-r--r--source/kmr-Latn/uui/messages.po8
-rw-r--r--source/kmr-Latn/xmlsecurity/messages.po10
-rw-r--r--source/kn/cui/messages.po68
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/kn/sc/messages.po409
-rw-r--r--source/kn/sfx2/messages.po8
-rw-r--r--source/kn/svx/messages.po37
-rw-r--r--source/kn/sw/messages.po36
-rw-r--r--source/kn/uui/messages.po8
-rw-r--r--source/kn/xmlsecurity/messages.po13
-rw-r--r--source/ko/cui/messages.po70
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ko/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared.po30
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ko/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ko/sc/messages.po408
-rw-r--r--source/ko/sfx2/messages.po10
-rw-r--r--source/ko/svx/messages.po36
-rw-r--r--source/ko/sw/messages.po36
-rw-r--r--source/ko/uui/messages.po8
-rw-r--r--source/ko/xmlsecurity/messages.po15
-rw-r--r--source/kok/cui/messages.po64
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/kok/sc/messages.po409
-rw-r--r--source/kok/sfx2/messages.po8
-rw-r--r--source/kok/svx/messages.po37
-rw-r--r--source/kok/sw/messages.po36
-rw-r--r--source/kok/uui/messages.po8
-rw-r--r--source/kok/xmlsecurity/messages.po10
-rw-r--r--source/ks/cui/messages.po64
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ks/sc/messages.po409
-rw-r--r--source/ks/sfx2/messages.po8
-rw-r--r--source/ks/svx/messages.po37
-rw-r--r--source/ks/sw/messages.po36
-rw-r--r--source/ks/uui/messages.po8
-rw-r--r--source/ks/xmlsecurity/messages.po10
-rw-r--r--source/ky/cui/messages.po64
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ky/sc/messages.po408
-rw-r--r--source/ky/sfx2/messages.po8
-rw-r--r--source/ky/svx/messages.po34
-rw-r--r--source/ky/sw/messages.po36
-rw-r--r--source/ky/uui/messages.po8
-rw-r--r--source/ky/xmlsecurity/messages.po10
-rw-r--r--source/lb/cui/messages.po64
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/lb/sc/messages.po409
-rw-r--r--source/lb/sfx2/messages.po8
-rw-r--r--source/lb/svx/messages.po37
-rw-r--r--source/lb/sw/messages.po36
-rw-r--r--source/lb/uui/messages.po8
-rw-r--r--source/lb/xmlsecurity/messages.po10
-rw-r--r--source/lo/cui/messages.po64
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/lo/helpcontent2/source/text/scalc.po6
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared.po28
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po203
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/lo/helpcontent2/source/text/simpress.po10
-rw-r--r--source/lo/helpcontent2/source/text/swriter.po6
-rw-r--r--source/lo/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/lo/sc/messages.po409
-rw-r--r--source/lo/sfx2/messages.po8
-rw-r--r--source/lo/svx/messages.po37
-rw-r--r--source/lo/sw/messages.po36
-rw-r--r--source/lo/uui/messages.po8
-rw-r--r--source/lo/xmlsecurity/messages.po13
-rw-r--r--source/lt/cui/messages.po68
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/lt/helpcontent2/source/text/scalc.po8
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/lt/helpcontent2/source/text/shared.po30
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/lt/helpcontent2/source/text/simpress.po12
-rw-r--r--source/lt/helpcontent2/source/text/swriter.po8
-rw-r--r--source/lt/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/lt/sc/messages.po408
-rw-r--r--source/lt/sfx2/messages.po8
-rw-r--r--source/lt/svx/messages.po38
-rw-r--r--source/lt/sw/messages.po36
-rw-r--r--source/lt/uui/messages.po8
-rw-r--r--source/lt/xmlsecurity/messages.po15
-rw-r--r--source/lv/cui/messages.po71
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/lv/helpcontent2/source/text/scalc.po8
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared.po28
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/lv/helpcontent2/source/text/simpress.po12
-rw-r--r--source/lv/helpcontent2/source/text/swriter.po8
-rw-r--r--source/lv/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/lv/sc/messages.po408
-rw-r--r--source/lv/sfx2/messages.po8
-rw-r--r--source/lv/svx/messages.po36
-rw-r--r--source/lv/sw/messages.po38
-rw-r--r--source/lv/uui/messages.po8
-rw-r--r--source/lv/xmlsecurity/messages.po13
-rw-r--r--source/mai/cui/messages.po64
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/mai/sc/messages.po409
-rw-r--r--source/mai/sfx2/messages.po8
-rw-r--r--source/mai/svx/messages.po37
-rw-r--r--source/mai/sw/messages.po36
-rw-r--r--source/mai/uui/messages.po8
-rw-r--r--source/mai/xmlsecurity/messages.po10
-rw-r--r--source/mk/cui/messages.po64
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/mk/helpcontent2/source/text/scalc.po8
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared.po30
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po57
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/mk/helpcontent2/source/text/simpress.po12
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po8
-rw-r--r--source/mk/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/mk/sc/messages.po409
-rw-r--r--source/mk/sfx2/messages.po8
-rw-r--r--source/mk/svx/messages.po37
-rw-r--r--source/mk/sw/messages.po36
-rw-r--r--source/mk/uui/messages.po8
-rw-r--r--source/mk/xmlsecurity/messages.po12
-rw-r--r--source/ml/cui/messages.po69
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ml/sc/messages.po409
-rw-r--r--source/ml/sfx2/messages.po8
-rw-r--r--source/ml/svx/messages.po37
-rw-r--r--source/ml/sw/messages.po36
-rw-r--r--source/ml/uui/messages.po8
-rw-r--r--source/ml/xmlsecurity/messages.po13
-rw-r--r--source/mn/cui/messages.po70
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/mn/sc/messages.po409
-rw-r--r--source/mn/sfx2/messages.po8
-rw-r--r--source/mn/svx/messages.po36
-rw-r--r--source/mn/sw/messages.po38
-rw-r--r--source/mn/uui/messages.po8
-rw-r--r--source/mn/xmlsecurity/messages.po15
-rw-r--r--source/mni/cui/messages.po67
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/mni/sc/messages.po409
-rw-r--r--source/mni/sfx2/messages.po8
-rw-r--r--source/mni/svx/messages.po37
-rw-r--r--source/mni/sw/messages.po36
-rw-r--r--source/mni/uui/messages.po8
-rw-r--r--source/mni/xmlsecurity/messages.po13
-rw-r--r--source/mr/cui/messages.po68
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/mr/sc/messages.po409
-rw-r--r--source/mr/sfx2/messages.po8
-rw-r--r--source/mr/svx/messages.po37
-rw-r--r--source/mr/sw/messages.po36
-rw-r--r--source/mr/uui/messages.po8
-rw-r--r--source/mr/xmlsecurity/messages.po13
-rw-r--r--source/my/cui/messages.po66
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/my/sc/messages.po409
-rw-r--r--source/my/sfx2/messages.po8
-rw-r--r--source/my/svx/messages.po37
-rw-r--r--source/my/sw/messages.po36
-rw-r--r--source/my/uui/messages.po8
-rw-r--r--source/my/xmlsecurity/messages.po10
-rw-r--r--source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/nb/cui/messages.po118
-rw-r--r--source/nb/extensions/messages.po6
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po8
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/nb/helpcontent2/source/text/shared.po50
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po65
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po131
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po14
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/nb/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/nb/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po26
-rw-r--r--source/nb/sc/messages.po418
-rw-r--r--source/nb/sd/messages.po8
-rw-r--r--source/nb/sfx2/messages.po10
-rw-r--r--source/nb/starmath/messages.po20
-rw-r--r--source/nb/svx/messages.po42
-rw-r--r--source/nb/sw/messages.po42
-rw-r--r--source/nb/uui/messages.po10
-rw-r--r--source/nb/xmlsecurity/messages.po17
-rw-r--r--source/ne/cui/messages.po64
-rw-r--r--source/ne/dictionaries/es.po12
-rw-r--r--source/ne/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po14
-rw-r--r--source/ne/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po14
-rw-r--r--source/ne/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po14
-rw-r--r--source/ne/dictionaries/sq_AL.po12
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ne/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared.po30
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po55
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ne/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ne/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office.po34
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ne/sc/messages.po409
-rw-r--r--source/ne/scp2/source/python.po14
-rw-r--r--source/ne/setup_native/source/mac.po19
-rw-r--r--source/ne/sfx2/messages.po8
-rw-r--r--source/ne/svx/messages.po37
-rw-r--r--source/ne/sw/messages.po36
-rw-r--r--source/ne/uui/messages.po8
-rw-r--r--source/ne/vcl/messages.po76
-rw-r--r--source/ne/xmlsecurity/messages.po10
-rw-r--r--source/nl/accessibility/messages.po6
-rw-r--r--source/nl/cui/messages.po78
-rw-r--r--source/nl/extensions/messages.po4
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po446
-rw-r--r--source/nl/helpcontent2/source/text/scalc.po8
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/nl/helpcontent2/source/text/shared.po48
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po667
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po640
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po63
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po121
-rw-r--r--source/nl/helpcontent2/source/text/simpress.po14
-rw-r--r--source/nl/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/nl/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po8
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po36
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/nl/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po32
-rw-r--r--source/nl/sc/messages.po412
-rw-r--r--source/nl/sd/messages.po12
-rw-r--r--source/nl/sfx2/messages.po10
-rw-r--r--source/nl/svx/messages.po38
-rw-r--r--source/nl/sw/messages.po60
-rw-r--r--source/nl/uui/messages.po10
-rw-r--r--source/nl/xmlsecurity/messages.po17
-rw-r--r--source/nn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/nn/cui/messages.po156
-rw-r--r--source/nn/dbaccess/messages.po20
-rw-r--r--source/nn/desktop/messages.po6
-rw-r--r--source/nn/extensions/messages.po6
-rw-r--r--source/nn/filter/source/config/fragments/filters.po8
-rw-r--r--source/nn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po69
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/03.po44
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po12
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/nn/helpcontent2/source/text/shared.po32
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po606
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/nn/helpcontent2/source/text/shared/menu.po44
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/nn/helpcontent2/source/text/simpress.po14
-rw-r--r--source/nn/helpcontent2/source/text/simpress/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po12
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po22
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po38
-rw-r--r--source/nn/helpcontent2/source/text/swriter/librelogo.po18
-rw-r--r--source/nn/helpcontent2/source/text/swriter/menu.po10
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po50
-rw-r--r--source/nn/sc/messages.po424
-rw-r--r--source/nn/sd/messages.po14
-rw-r--r--source/nn/sfx2/messages.po40
-rw-r--r--source/nn/starmath/messages.po28
-rw-r--r--source/nn/svx/messages.po76
-rw-r--r--source/nn/sw/messages.po90
-rw-r--r--source/nn/uui/messages.po13
-rw-r--r--source/nn/xmlsecurity/messages.po27
-rw-r--r--source/nr/cui/messages.po64
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/nr/sc/messages.po409
-rw-r--r--source/nr/sfx2/messages.po8
-rw-r--r--source/nr/svx/messages.po37
-rw-r--r--source/nr/sw/messages.po36
-rw-r--r--source/nr/uui/messages.po8
-rw-r--r--source/nr/xmlsecurity/messages.po10
-rw-r--r--source/nso/cui/messages.po64
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/nso/sc/messages.po409
-rw-r--r--source/nso/sfx2/messages.po8
-rw-r--r--source/nso/svx/messages.po37
-rw-r--r--source/nso/sw/messages.po36
-rw-r--r--source/nso/uui/messages.po8
-rw-r--r--source/nso/xmlsecurity/messages.po10
-rw-r--r--source/oc/cui/messages.po70
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/oc/sc/messages.po408
-rw-r--r--source/oc/sfx2/messages.po8
-rw-r--r--source/oc/svx/messages.po36
-rw-r--r--source/oc/sw/messages.po36
-rw-r--r--source/oc/uui/messages.po8
-rw-r--r--source/oc/xmlsecurity/messages.po13
-rw-r--r--source/om/cui/messages.po64
-rw-r--r--source/om/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/om/helpcontent2/source/text/scalc.po8
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/om/helpcontent2/source/text/shared.po30
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/om/helpcontent2/source/text/simpress.po12
-rw-r--r--source/om/helpcontent2/source/text/swriter.po8
-rw-r--r--source/om/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/om/sc/messages.po409
-rw-r--r--source/om/sfx2/messages.po8
-rw-r--r--source/om/svx/messages.po37
-rw-r--r--source/om/sw/messages.po36
-rw-r--r--source/om/uui/messages.po8
-rw-r--r--source/om/xmlsecurity/messages.po12
-rw-r--r--source/or/cui/messages.po68
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/or/sc/messages.po409
-rw-r--r--source/or/sfx2/messages.po8
-rw-r--r--source/or/svx/messages.po37
-rw-r--r--source/or/sw/messages.po36
-rw-r--r--source/or/uui/messages.po8
-rw-r--r--source/or/xmlsecurity/messages.po13
-rw-r--r--source/pa-IN/cui/messages.po66
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/pa-IN/sc/messages.po409
-rw-r--r--source/pa-IN/sfx2/messages.po8
-rw-r--r--source/pa-IN/svx/messages.po37
-rw-r--r--source/pa-IN/sw/messages.po36
-rw-r--r--source/pa-IN/uui/messages.po8
-rw-r--r--source/pa-IN/xmlsecurity/messages.po10
-rw-r--r--source/pl/cui/messages.po76
-rw-r--r--source/pl/extensions/messages.po4
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/03.po656
-rw-r--r--source/pl/helpcontent2/source/text/scalc.po8
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/pl/helpcontent2/source/text/shared.po48
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po685
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po646
-rw-r--r--source/pl/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po63
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po121
-rw-r--r--source/pl/helpcontent2/source/text/simpress.po14
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po8
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po22
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/pl/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/pl/sc/messages.po412
-rw-r--r--source/pl/sd/messages.po8
-rw-r--r--source/pl/sfx2/messages.po10
-rw-r--r--source/pl/svtools/messages.po4
-rw-r--r--source/pl/svx/messages.po40
-rw-r--r--source/pl/sw/messages.po38
-rw-r--r--source/pl/uui/messages.po10
-rw-r--r--source/pl/xmlsecurity/messages.po17
-rw-r--r--source/pt-BR/cui/messages.po74
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po57
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared.po48
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po278
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po1142
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po63
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po121
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po66
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/pt-BR/sc/messages.po412
-rw-r--r--source/pt-BR/sd/messages.po8
-rw-r--r--source/pt-BR/sfx2/messages.po10
-rw-r--r--source/pt-BR/svx/messages.po42
-rw-r--r--source/pt-BR/sw/messages.po44
-rw-r--r--source/pt-BR/uui/messages.po10
-rw-r--r--source/pt-BR/xmlsecurity/messages.po17
-rw-r--r--source/pt/cui/messages.po70
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared.po32
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po586
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po12
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po8
-rw-r--r--source/pt/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pt/sc/messages.po408
-rw-r--r--source/pt/sfx2/messages.po8
-rw-r--r--source/pt/svx/messages.po36
-rw-r--r--source/pt/sw/messages.po36
-rw-r--r--source/pt/uui/messages.po8
-rw-r--r--source/pt/xmlsecurity/messages.po15
-rw-r--r--source/ro/cui/messages.po68
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/ro/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared.po28
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po203
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ro/helpcontent2/source/text/simpress.po10
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po6
-rw-r--r--source/ro/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ro/sc/messages.po408
-rw-r--r--source/ro/sfx2/messages.po8
-rw-r--r--source/ro/svx/messages.po36
-rw-r--r--source/ro/sw/messages.po36
-rw-r--r--source/ro/uui/messages.po8
-rw-r--r--source/ro/xmlsecurity/messages.po15
-rw-r--r--source/ru/cui/messages.po70
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/ru/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared.po32
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po213
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ru/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ru/sc/messages.po408
-rw-r--r--source/ru/sfx2/messages.po8
-rw-r--r--source/ru/svx/messages.po36
-rw-r--r--source/ru/sw/messages.po36
-rw-r--r--source/ru/uui/messages.po8
-rw-r--r--source/ru/xmlsecurity/messages.po15
-rw-r--r--source/rw/cui/messages.po64
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/rw/sc/messages.po409
-rw-r--r--source/rw/sfx2/messages.po8
-rw-r--r--source/rw/svx/messages.po37
-rw-r--r--source/rw/sw/messages.po36
-rw-r--r--source/rw/uui/messages.po8
-rw-r--r--source/rw/xmlsecurity/messages.po10
-rw-r--r--source/sa-IN/cui/messages.po67
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/sa-IN/sc/messages.po409
-rw-r--r--source/sa-IN/sfx2/messages.po8
-rw-r--r--source/sa-IN/svx/messages.po37
-rw-r--r--source/sa-IN/sw/messages.po36
-rw-r--r--source/sa-IN/uui/messages.po8
-rw-r--r--source/sa-IN/xmlsecurity/messages.po13
-rw-r--r--source/sah/cui/messages.po64
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/sah/sc/messages.po408
-rw-r--r--source/sah/sfx2/messages.po8
-rw-r--r--source/sah/svx/messages.po34
-rw-r--r--source/sah/sw/messages.po36
-rw-r--r--source/sah/uui/messages.po8
-rw-r--r--source/sah/xmlsecurity/messages.po10
-rw-r--r--source/sat/cui/messages.po69
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/sat/sc/messages.po409
-rw-r--r--source/sat/sfx2/messages.po8
-rw-r--r--source/sat/svx/messages.po37
-rw-r--r--source/sat/sw/messages.po36
-rw-r--r--source/sat/uui/messages.po8
-rw-r--r--source/sat/xmlsecurity/messages.po13
-rw-r--r--source/sd/cui/messages.po69
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/sd/sc/messages.po409
-rw-r--r--source/sd/sfx2/messages.po8
-rw-r--r--source/sd/svx/messages.po37
-rw-r--r--source/sd/sw/messages.po36
-rw-r--r--source/sd/uui/messages.po8
-rw-r--r--source/sd/xmlsecurity/messages.po10
-rw-r--r--source/si/cui/messages.po66
-rw-r--r--source/si/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/si/helpcontent2/source/text/scalc.po8
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/si/helpcontent2/source/text/shared.po30
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po203
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/si/helpcontent2/source/text/simpress.po10
-rw-r--r--source/si/helpcontent2/source/text/swriter.po8
-rw-r--r--source/si/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/si/sc/messages.po409
-rw-r--r--source/si/sfx2/messages.po8
-rw-r--r--source/si/svx/messages.po37
-rw-r--r--source/si/sw/messages.po36
-rw-r--r--source/si/uui/messages.po8
-rw-r--r--source/si/xmlsecurity/messages.po10
-rw-r--r--source/sid/cui/messages.po66
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/sid/helpcontent2/source/text/scalc.po8
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared.po30
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/sid/helpcontent2/source/text/simpress.po12
-rw-r--r--source/sid/helpcontent2/source/text/swriter.po8
-rw-r--r--source/sid/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/sid/sc/messages.po409
-rw-r--r--source/sid/sfx2/messages.po8
-rw-r--r--source/sid/svx/messages.po37
-rw-r--r--source/sid/sw/messages.po36
-rw-r--r--source/sid/uui/messages.po8
-rw-r--r--source/sid/xmlsecurity/messages.po15
-rw-r--r--source/sk/cui/messages.po70
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/sk/helpcontent2/source/text/scalc.po8
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared.po30
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po584
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/sk/helpcontent2/source/text/simpress.po12
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po8
-rw-r--r--source/sk/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/sk/sc/messages.po408
-rw-r--r--source/sk/sfx2/messages.po8
-rw-r--r--source/sk/svx/messages.po36
-rw-r--r--source/sk/sw/messages.po36
-rw-r--r--source/sk/uui/messages.po8
-rw-r--r--source/sk/xmlsecurity/messages.po15
-rw-r--r--source/sq/cui/messages.po66
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/sq/helpcontent2/source/text/scalc.po6
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared.po28
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/sq/helpcontent2/source/text/simpress.po10
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po6
-rw-r--r--source/sq/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/sq/sc/messages.po409
-rw-r--r--source/sq/sfx2/messages.po8
-rw-r--r--source/sq/svx/messages.po37
-rw-r--r--source/sq/sw/messages.po36
-rw-r--r--source/sq/uui/messages.po8
-rw-r--r--source/sq/xmlsecurity/messages.po10
-rw-r--r--source/sr-Latn/cui/messages.po64
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/sr-Latn/sc/messages.po409
-rw-r--r--source/sr-Latn/sfx2/messages.po8
-rw-r--r--source/sr-Latn/svx/messages.po37
-rw-r--r--source/sr-Latn/sw/messages.po36
-rw-r--r--source/sr-Latn/uui/messages.po8
-rw-r--r--source/sr-Latn/xmlsecurity/messages.po10
-rw-r--r--source/sr/cui/messages.po70
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/sr/sc/messages.po408
-rw-r--r--source/sr/sfx2/messages.po8
-rw-r--r--source/sr/svx/messages.po37
-rw-r--r--source/sr/sw/messages.po36
-rw-r--r--source/sr/uui/messages.po8
-rw-r--r--source/sr/xmlsecurity/messages.po13
-rw-r--r--source/ss/cui/messages.po64
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ss/sc/messages.po409
-rw-r--r--source/ss/sfx2/messages.po8
-rw-r--r--source/ss/svx/messages.po37
-rw-r--r--source/ss/sw/messages.po36
-rw-r--r--source/ss/uui/messages.po8
-rw-r--r--source/ss/xmlsecurity/messages.po10
-rw-r--r--source/st/cui/messages.po64
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/st/sc/messages.po409
-rw-r--r--source/st/sfx2/messages.po8
-rw-r--r--source/st/svx/messages.po37
-rw-r--r--source/st/sw/messages.po36
-rw-r--r--source/st/uui/messages.po8
-rw-r--r--source/st/xmlsecurity/messages.po10
-rw-r--r--source/sv/cui/messages.po72
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/sv/helpcontent2/source/text/scalc.po8
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared.po30
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po215
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po586
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/sv/helpcontent2/source/text/simpress.po12
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po8
-rw-r--r--source/sv/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/sv/sc/messages.po412
-rw-r--r--source/sv/sd/messages.po8
-rw-r--r--source/sv/sfx2/messages.po10
-rw-r--r--source/sv/svx/messages.po38
-rw-r--r--source/sv/sw/messages.po38
-rw-r--r--source/sv/uui/messages.po10
-rw-r--r--source/sv/xmlsecurity/messages.po17
-rw-r--r--source/sw-TZ/cui/messages.po64
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/sw-TZ/sc/messages.po409
-rw-r--r--source/sw-TZ/sfx2/messages.po8
-rw-r--r--source/sw-TZ/svx/messages.po37
-rw-r--r--source/sw-TZ/sw/messages.po36
-rw-r--r--source/sw-TZ/uui/messages.po8
-rw-r--r--source/sw-TZ/xmlsecurity/messages.po10
-rw-r--r--source/szl/cui/messages.po68
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/szl/sc/messages.po408
-rw-r--r--source/szl/sfx2/messages.po8
-rw-r--r--source/szl/svx/messages.po36
-rw-r--r--source/szl/sw/messages.po38
-rw-r--r--source/szl/uui/messages.po8
-rw-r--r--source/szl/xmlsecurity/messages.po13
-rw-r--r--source/ta/cui/messages.po68
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/ta/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared.po30
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po578
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ta/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ta/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ta/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ta/sc/messages.po408
-rw-r--r--source/ta/sfx2/messages.po8
-rw-r--r--source/ta/svx/messages.po37
-rw-r--r--source/ta/sw/messages.po36
-rw-r--r--source/ta/uui/messages.po8
-rw-r--r--source/ta/xmlsecurity/messages.po13
-rw-r--r--source/te/cui/messages.po68
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/te/sc/messages.po409
-rw-r--r--source/te/sfx2/messages.po8
-rw-r--r--source/te/svx/messages.po37
-rw-r--r--source/te/sw/messages.po36
-rw-r--r--source/te/uui/messages.po8
-rw-r--r--source/te/xmlsecurity/messages.po13
-rw-r--r--source/tg/cui/messages.po64
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/tg/helpcontent2/source/text/scalc.po8
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared.po30
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po45
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/tg/helpcontent2/source/text/simpress.po12
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po8
-rw-r--r--source/tg/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/tg/sc/messages.po409
-rw-r--r--source/tg/sfx2/messages.po8
-rw-r--r--source/tg/svx/messages.po37
-rw-r--r--source/tg/sw/messages.po36
-rw-r--r--source/tg/uui/messages.po8
-rw-r--r--source/tg/xmlsecurity/messages.po12
-rw-r--r--source/th/avmedia/messages.po14
-rw-r--r--source/th/chart2/messages.po104
-rw-r--r--source/th/connectivity/messages.po8
-rw-r--r--source/th/cui/messages.po70
-rw-r--r--source/th/dictionaries/gd_GB.po10
-rw-r--r--source/th/dictionaries/hu_HU/dialog.po24
-rw-r--r--source/th/dictionaries/pt_BR/dialog.po10
-rw-r--r--source/th/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po10
-rw-r--r--source/th/extensions/source/update/check/org/openoffice/Office.po9
-rw-r--r--source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po12
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po897
-rw-r--r--source/th/sc/messages.po408
-rw-r--r--source/th/sfx2/messages.po18
-rw-r--r--source/th/svx/messages.po124
-rw-r--r--source/th/sw/messages.po686
-rw-r--r--source/th/uui/messages.po8
-rw-r--r--source/th/xmlsecurity/messages.po16
-rw-r--r--source/ti/cui/messages.po64
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ti/sc/messages.po408
-rw-r--r--source/ti/sfx2/messages.po8
-rw-r--r--source/ti/svx/messages.po34
-rw-r--r--source/ti/sw/messages.po36
-rw-r--r--source/ti/uui/messages.po8
-rw-r--r--source/ti/xmlsecurity/messages.po10
-rw-r--r--source/tn/cui/messages.po64
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/tn/sc/messages.po409
-rw-r--r--source/tn/sfx2/messages.po8
-rw-r--r--source/tn/svx/messages.po37
-rw-r--r--source/tn/sw/messages.po36
-rw-r--r--source/tn/uui/messages.po8
-rw-r--r--source/tn/xmlsecurity/messages.po10
-rw-r--r--source/tr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/tr/cui/messages.po74
-rw-r--r--source/tr/desktop/messages.po6
-rw-r--r--source/tr/filter/source/config/fragments/filters.po8
-rw-r--r--source/tr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po8
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared.po30
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po590
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po12
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po8
-rw-r--r--source/tr/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/tr/sc/messages.po408
-rw-r--r--source/tr/sd/messages.po14
-rw-r--r--source/tr/sfx2/messages.po16
-rw-r--r--source/tr/starmath/messages.po62
-rw-r--r--source/tr/svx/messages.po36
-rw-r--r--source/tr/sw/messages.po50
-rw-r--r--source/tr/uui/messages.po8
-rw-r--r--source/tr/xmlsecurity/messages.po29
-rw-r--r--source/ts/cui/messages.po64
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ts/sc/messages.po409
-rw-r--r--source/ts/sfx2/messages.po8
-rw-r--r--source/ts/svx/messages.po37
-rw-r--r--source/ts/sw/messages.po36
-rw-r--r--source/ts/uui/messages.po8
-rw-r--r--source/ts/xmlsecurity/messages.po10
-rw-r--r--source/tt/cui/messages.po64
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/tt/sc/messages.po409
-rw-r--r--source/tt/sfx2/messages.po8
-rw-r--r--source/tt/svx/messages.po37
-rw-r--r--source/tt/sw/messages.po36
-rw-r--r--source/tt/uui/messages.po8
-rw-r--r--source/tt/xmlsecurity/messages.po10
-rw-r--r--source/ug/cui/messages.po70
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po53
-rw-r--r--source/ug/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared.po30
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po580
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/ug/helpcontent2/source/text/simpress.po12
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po8
-rw-r--r--source/ug/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ug/sc/messages.po409
-rw-r--r--source/ug/sfx2/messages.po8
-rw-r--r--source/ug/svx/messages.po37
-rw-r--r--source/ug/sw/messages.po36
-rw-r--r--source/ug/uui/messages.po8
-rw-r--r--source/ug/xmlsecurity/messages.po13
-rw-r--r--source/uk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/uk/cui/messages.po88
-rw-r--r--source/uk/desktop/messages.po6
-rw-r--r--source/uk/extensions/messages.po6
-rw-r--r--source/uk/filter/source/config/fragments/filters.po8
-rw-r--r--source/uk/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po8
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/uk/helpcontent2/source/text/shared.po30
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po211
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po588
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po55
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po12
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po8
-rw-r--r--source/uk/helpcontent2/source/text/swriter/librelogo.po16
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/uk/sc/messages.po418
-rw-r--r--source/uk/sfx2/messages.po40
-rw-r--r--source/uk/svtools/messages.po6
-rw-r--r--source/uk/svx/messages.po36
-rw-r--r--source/uk/sw/messages.po36
-rw-r--r--source/uk/uui/messages.po13
-rw-r--r--source/uk/xmlsecurity/messages.po29
-rw-r--r--source/ur/cui/messages.po64
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ur/sc/messages.po408
-rw-r--r--source/ur/sfx2/messages.po8
-rw-r--r--source/ur/svx/messages.po34
-rw-r--r--source/ur/sw/messages.po36
-rw-r--r--source/ur/uui/messages.po8
-rw-r--r--source/ur/xmlsecurity/messages.po10
-rw-r--r--source/uz/cui/messages.po64
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/uz/sc/messages.po409
-rw-r--r--source/uz/sfx2/messages.po8
-rw-r--r--source/uz/svx/messages.po37
-rw-r--r--source/uz/sw/messages.po36
-rw-r--r--source/uz/uui/messages.po8
-rw-r--r--source/uz/xmlsecurity/messages.po10
-rw-r--r--source/ve/cui/messages.po64
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/ve/sc/messages.po409
-rw-r--r--source/ve/sfx2/messages.po8
-rw-r--r--source/ve/svx/messages.po37
-rw-r--r--source/ve/sw/messages.po36
-rw-r--r--source/ve/uui/messages.po8
-rw-r--r--source/ve/xmlsecurity/messages.po10
-rw-r--r--source/vec/cui/messages.po70
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/vec/sc/messages.po408
-rw-r--r--source/vec/sfx2/messages.po8
-rw-r--r--source/vec/svx/messages.po36
-rw-r--r--source/vec/sw/messages.po36
-rw-r--r--source/vec/uui/messages.po8
-rw-r--r--source/vec/xmlsecurity/messages.po13
-rw-r--r--source/vi/cui/messages.po70
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/vi/helpcontent2/source/text/scalc.po8
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared.po30
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po43
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/vi/helpcontent2/source/text/simpress.po12
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po8
-rw-r--r--source/vi/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/vi/sc/messages.po409
-rw-r--r--source/vi/sfx2/messages.po8
-rw-r--r--source/vi/svx/messages.po36
-rw-r--r--source/vi/sw/messages.po36
-rw-r--r--source/vi/uui/messages.po8
-rw-r--r--source/vi/xmlsecurity/messages.po15
-rw-r--r--source/xh/cui/messages.po64
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/xh/sc/messages.po409
-rw-r--r--source/xh/sfx2/messages.po8
-rw-r--r--source/xh/svx/messages.po37
-rw-r--r--source/xh/sw/messages.po36
-rw-r--r--source/xh/uui/messages.po8
-rw-r--r--source/xh/xmlsecurity/messages.po10
-rw-r--r--source/zh-CN/cui/messages.po102
-rw-r--r--source/zh-CN/dbaccess/messages.po7
-rw-r--r--source/zh-CN/filter/messages.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared.po30
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po211
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po592
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress.po12
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/zh-CN/sc/messages.po434
-rw-r--r--source/zh-CN/scaddins/messages.po16
-rw-r--r--source/zh-CN/scp2/source/draw.po6
-rw-r--r--source/zh-CN/sd/messages.po74
-rw-r--r--source/zh-CN/sfx2/messages.po10
-rw-r--r--source/zh-CN/svx/messages.po58
-rw-r--r--source/zh-CN/sw/messages.po126
-rw-r--r--source/zh-CN/uui/messages.po8
-rw-r--r--source/zh-CN/vcl/messages.po24
-rw-r--r--source/zh-CN/wizards/messages.po14
-rw-r--r--source/zh-CN/wizards/source/resources.po14
-rw-r--r--source/zh-CN/xmlsecurity/messages.po15
-rw-r--r--source/zh-TW/cui/messages.po112
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po55
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc.po8
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared.po30
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po205
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po582
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po59
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po119
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress.po12
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po8
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/zh-TW/sc/messages.po414
-rw-r--r--source/zh-TW/sd/messages.po8
-rw-r--r--source/zh-TW/sfx2/messages.po10
-rw-r--r--source/zh-TW/svx/messages.po42
-rw-r--r--source/zh-TW/sw/messages.po40
-rw-r--r--source/zh-TW/uui/messages.po10
-rw-r--r--source/zh-TW/xmlsecurity/messages.po17
-rw-r--r--source/zu/cui/messages.po64
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/zu/sc/messages.po409
-rw-r--r--source/zu/sfx2/messages.po8
-rw-r--r--source/zu/svx/messages.po37
-rw-r--r--source/zu/sw/messages.po36
-rw-r--r--source/zu/uui/messages.po8
-rw-r--r--source/zu/xmlsecurity/messages.po10
1928 files changed, 90920 insertions, 67440 deletions
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 1e25d757742..e2583403271 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
-"PO-Revision-Date: 2023-08-28 07:36+0000\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
+"PO-Revision-Date: 2023-10-11 10:17+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
"Language: ab\n"
@@ -264,6 +264,8 @@ msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
"Would you like to replace the existing icon?"
msgstr ""
+"Адыргаҷ %ICONNAME асахьақәа рсиа рсиа иаҵанакуеит. \n"
+"Иԥсахтәума ари адыргаҷ?"
#. FRvQe
#: cui/inc/strings.hrc:44
@@ -1713,7 +1715,7 @@ msgstr "Астиль:"
#: cui/inc/strings.hrc:317
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
-msgstr ""
+msgstr "Аарԥшышьа:"
#. BcWHA
#: cui/inc/strings.hrc:318
@@ -1787,10 +1789,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -9862,11 +9864,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "Ашьаҿа:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19580,10 +19582,10 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
+msgid "Warn if document contains recorded changes, versions or notes:"
msgstr ""
#. 3yxBp
@@ -20440,151 +20442,151 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Иҭаргылатәуп"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Асимвол алхра"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "Атекст абызшәа:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "Иацҵатәуп"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(авариантқәа ыҟам)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "Аорфографиа агәаҭара: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "Ибжьажьтәуп"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "Ибжьажьтәуп зегьы"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "Ибжьажьтәуп аԥҟара"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index 17aa767fe5c..8392c052e7f 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-17 05:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ab/>\n"
@@ -11038,15 +11038,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Аԥхьатәи акомментари"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "Атекст автозалхра"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index b27ab0dbcc1..64896f233a0 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-02 20:22+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ab/>\n"
@@ -17524,1193 +17524,1187 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "иҵәаху"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Акомментари"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Ахархәаҩ ишрифтқәа"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Афункциақәа разҟаза"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "аформула"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Иаарттәуп аформулақәа рпанель"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Иеикәарҳәтәуп аформулақәа рпанель"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Аиҵагыла аныхуп"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ацәаҳәа аныхуп"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Абӷьыц аныхуп"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Аоригинал"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Иалхуп"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "(иҭацәуп)"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Агәыԥқәа"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Аихшьала"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Истандарттәу агха"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Амода"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Амедиана"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Адисперсиа"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Адиапазон"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Аминимум"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Амаксимум"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Ахыԥхьаӡара"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Еицеиҟароу"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Иецеиҟароу идескреттәу"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Инормалтәу"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Аминимум"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Амаксимум"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Амедиана"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Сигма"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Альфа"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Аҽеиҭак 1"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Аҽеиҭак 2"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Аҵәаӷәатә"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Алогарифмтә"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Арегрессиатә модель"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "А-Интернет"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -18718,19 +18712,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -23621,7 +23615,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27017,10 +27011,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index d59c38a9e28..e70ccc2f86d 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-08-24 11:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ab/>\n"
@@ -3010,19 +3010,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Иарктәуп аганахьтәи апанель"
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index a2184e97241..a7ea3b5c37d 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-08-24 11:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
@@ -3073,11 +3073,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Атаблицақәа"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "Атексттә еффект"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -17897,43 +17897,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -17957,43 +17957,43 @@ msgid "Volume:"
msgstr "Абжьы адыура:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 9ad7a28135d..831e1bc5ed2 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
-"PO-Revision-Date: 2023-09-01 15:15+0000\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-11 10:17+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
"Language: ab\n"
@@ -86,7 +86,7 @@ msgstr "Анҵәамҭатәи албаагақәа рҽацәыхьчатәу
#: sw/inc/AccessibilityCheckStrings.hrc:27
msgctxt "STR_AVOID_BACKGROUND_IMAGES"
msgid "Avoid background images."
-msgstr ""
+msgstr "Мап рыцәклатәуп аҿаԥшыратә сахьақәа."
#. vD267
#: sw/inc/AccessibilityCheckStrings.hrc:28
@@ -158,7 +158,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:39
msgctxt "STR_TABLE_FORMATTING"
msgid "Avoid using empty table cells for formatting."
-msgstr ""
+msgstr "Аформатркраан мап рыцәклатәуп иҭацәу абларҭақәа."
#. rXKK3
#: sw/inc/AccessibilityCheckStrings.hrc:40
@@ -2006,7 +2006,7 @@ msgstr "Аҵәаӷәа арыӷьархь"
#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
-msgstr ""
+msgstr "Арыӷьарахьтәи аҵәаӷәа аҟынӡа"
#. XYhSX
#: sw/inc/inspectorproperties.hrc:243
@@ -2096,19 +2096,19 @@ msgstr "Атекст: Ахарххәаҩ иатрибутқәа"
#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
-msgstr ""
+msgstr "Аҵәаӷәа хыхь ала"
#. 6qBJD
#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
-msgstr ""
+msgstr "Аҵәаӷәа хыхь ала аҟынӡа"
#. RwtPi
#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
-msgstr ""
+msgstr "Издымҵаалац: асимволқәа рстиль"
#. xcMEF
#: sw/inc/inspectorproperties.hrc:260
@@ -3160,7 +3160,7 @@ msgstr "Амаҭәартә рбага аиҟәшага"
#: sw/inc/strings.hrc:163
msgctxt "STR_POOLCOLL_TOX_CNTNTH"
msgid "Contents Heading"
-msgstr ""
+msgstr "Ахқәа рыхьӡ"
#. 2kfKD
#: sw/inc/strings.hrc:164
@@ -3359,7 +3359,7 @@ msgstr ""
#: sw/inc/strings.hrc:197
msgctxt "STR_POOLCOLL_DOC_APPENDIX"
msgid "Appendix"
-msgstr ""
+msgstr "Апрограмма"
#. Z3kaL
#: sw/inc/strings.hrc:198
@@ -5275,7 +5275,7 @@ msgstr "→"
#: sw/inc/strings.hrc:534
msgctxt "STR_OCCURRENCES_OF"
msgid "occurrences of"
-msgstr ""
+msgstr "алаларақәа аҟынтәи"
#. hHUZi
#: sw/inc/strings.hrc:535
@@ -5696,7 +5696,7 @@ msgstr "Иԥсахтәуп адокумент атема аԥштәы"
#: sw/inc/strings.hrc:605
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
-msgstr ""
+msgstr "Ицәырҵуа аформа асиаҟны иарбахар алшоит 25 елемент иреиҳамкәа."
#. CUXeF
#: sw/inc/strings.hrc:607
@@ -6161,7 +6161,7 @@ msgstr "Иаҿыхуп"
#: sw/inc/strings.hrc:689
msgctxt "STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY"
msgid "Click to toggle outline folding"
-msgstr ""
+msgstr "Ақәыӷәӷәара еиҭанарсуеит аструктура аикәарҳәра"
#. 44jEc
#: sw/inc/strings.hrc:690
@@ -31308,73 +31308,55 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "Ажәақәа рыԥхьаӡара"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Ажәақәа"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "Асимволқәа абжьажьқәа зцу"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "Асимволқәа абжьажь ада"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
#, fuzzy
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Алхра"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Адокумент"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr ""
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "Истандарту адаҟьақәа"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/ab/uui/messages.po b/source/ab/uui/messages.po
index 672dd299c3a..570c0e20e95 100644
--- a/source/ab/uui/messages.po
+++ b/source/ab/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-19 00:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ab/>\n"
@@ -876,6 +876,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/ab/xmlsecurity/messages.po b/source/ab/xmlsecurity/messages.po
index 74b99167aa6..2c151684026 100644
--- a/source/ab/xmlsecurity/messages.po
+++ b/source/ab/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-08-24 11:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ab/>\n"
@@ -616,22 +616,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"Иҳараку.\n"
-"Изинуп рдәықәҵара инапаҵаҩу амакросқәа игәрагоу ахыҵхырҭақәа рҟынтә.\n"
-"Инапаҵаҩым амакросқәа рзин ыҟам."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 31a1a8b1677..71eab946d73 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
-"PO-Revision-Date: 2023-10-02 09:58+0000\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
+"PO-Revision-Date: 2023-10-09 07:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
"Language: af\n"
@@ -1792,11 +1792,11 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr "Vertaal na Ou-Hongaars, wanneer die teks rigting van regs na links is"
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
-msgstr "Vervang << en >> met hoekige Aanhalingstekens"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
+msgstr "Vervang twee ongelykheidstekens (<< of >>) met hoekaanhalingstekens"
#. Rc6Zg
#: cui/inc/strings.hrc:331
@@ -9866,11 +9866,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr "Kies die gradiënt wat u wil toepas."
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "Inkrement:"
+msgid "Increments:"
+msgstr "Inkremente:"
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19222,7 +19222,7 @@ msgstr "Bevestig oorskryf modus"
#: cui/uiconfig/ui/querysetinsmodedialog.ui:26
msgctxt "SetInsModeDialog|Checkbox"
msgid "Do not show again"
-msgstr ""
+msgstr "Moenie weer vertoon nie"
#. mn7Wb
#: cui/uiconfig/ui/querysetinsmodedialog.ui:42
@@ -19584,11 +19584,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr "Kontroleer of daar 'n waarskuwingsdialoog verskyn wanneer u 'n dokument na PDF probeer uitvoer wat opgetekende veranderinge in \"Writer\" of opmerkings toon."
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "Waarsku indien dokument aangetekende veranderinge, weergawes, verskuilde inligting of aantekeninge bevat:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20443,151 +20443,151 @@ msgid "_Not in Dictionary"
msgstr "_Nie in woordeboek"
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Plak"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Spesiale karakter"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "T_ekstaal:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr "Spesifiseer die taal vir die speltoetser."
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "Her_vat"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(geen voorstelle nie)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "Spelling: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "Ko_rrigeer"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr "Vervang die onbekende woord deur die huidige voorstel. As u meer as net die onbekende woord verander, sal die hele sin vervang word."
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "Korrigeer almal"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr "Vervang alle verskeinings van die onbekende woord deur die huidige voorstel."
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr "Voeg by _Autokorreksie"
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr "Voeg geselekteerde voorstel by as vervanging van verkeerde woorde in die Auto Korreksie vervangingstabel."
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr "Voeg die huidige kombinasie van die verkeerde woord en die vervangingswoord by die Autokorreksie-vervangingstabel."
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_Ignoreer een maal"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr "Die onbekende woord word oorgeslaan en die speltoets gaan voort."
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "I_gnoreer almal"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr "Slaan alle voorkomste van die onbekende woord oor tot aan die einde van die huidige office-pakketsessie en gaan voort met die speltoets."
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "I_gnoreer reël"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr "Tydens die grammatikakontrole kan u op Ignoreer-reël klik om die reël wat 'n fout vertoon, te ignoreer."
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr "Voeg by _Woordeboek"
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "Voeg die onbekende woord by 'n gebruiker-gedefinieerde woordeboek."
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr "Voeg by _Woordeboek"
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "Voeg die onbekende woord by 'n pasgemaakte woordeboek."
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr "Kontroleer die dokument of die huidige seleksie vir spelfoute. As 'n uitbreiding vir die grammatikakontrole geïnstalleer word, word grammatikale foute ook in hierdie dialoog vertoon."
diff --git a/source/af/filter/messages.po b/source/af/filter/messages.po
index bb1d6186fed..32785d85845 100644
--- a/source/af/filter/messages.po
+++ b/source/af/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-14 15:32+0000\n"
+"PO-Revision-Date: 2023-10-09 07:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/af/>\n"
"Language: af\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: Weblate 4.18.2\n"
"X-POOTLE-MTIME: 1560927302.000000\n"
#. 5AQgJ
@@ -693,7 +693,7 @@ msgstr "Indienings_formaat:"
#: filter/uiconfig/ui/pdfgeneralpage.ui:657
msgctxt "pdfgeneralpage|pdfa"
msgid "Archival (P_DF/A, ISO 19005)"
-msgstr "Archival (P_DF/A, ISO 19005)"
+msgstr "Archival (P_DF/A, I.S.O. 19005)"
#. qQjPA
#: filter/uiconfig/ui/pdfgeneralpage.ui:661
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 4955f5c4510..4f49779546c 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
-"PO-Revision-Date: 2023-09-29 23:37+0000\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-09 07:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
"Language: af\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976865.000000\n"
#. W5ukN
@@ -5664,7 +5664,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. 2FcyM
#: CalcWindowState.xcu
@@ -11036,15 +11036,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Vorige opmerking"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "Outopassing van teks"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
@@ -12104,7 +12104,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. 5KSTq
#: DrawWindowState.xcu
@@ -27826,7 +27826,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. pHcSE
#: ImpressWindowState.xcu
@@ -29456,7 +29456,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. vnPii
#: Sidebar.xcu
@@ -37406,7 +37406,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. ayVFC
#: WriterFormWindowState.xcu
@@ -37886,7 +37886,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. h3EEL
#: WriterGlobalWindowState.xcu
@@ -38406,7 +38406,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. DNSvk
#: WriterReportWindowState.xcu
@@ -38636,7 +38636,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. ntrkB
#: WriterWebWindowState.xcu
@@ -39366,7 +39366,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. BKneo
#: WriterWindowState.xcu
@@ -40016,7 +40016,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. BL9Sa
#: XFormsWindowState.xcu
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index cb2f45b6ffc..f5578fbaae8 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-29 23:37+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976792.000000\n"
#. kBovX
@@ -17559,1190 +17559,1184 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "onaktief"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "versteek"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiewe Venster"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenario Naam"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Opmerking"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sorteer oplopend"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sorteer aflopend"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Aangepaste Sortering"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Naamkas"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Toevoerreël"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funksieslimmerd"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aanvaar"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Kanselleer"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Selekteer funksie"
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formule"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Vou Formulebalk uit"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Vou in Formulebalk"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolom ingevoeg"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ry ingevoeg "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Blaai ingevoeg "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolom geskrap"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ry geskrap"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Blad geskrap"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Reikwydte verskuif"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Gewysigde inhoud"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Gewysigde inhoud"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Gewysig na "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Oorspronklik"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Wysigings verwerp"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aanvaar"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Verwerp"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Geen toegang"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leeg>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr "Onbekende Outeur"
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nie beskerm nie"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nie wagwoordbeskermd"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Huts onversoenbaar"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Huts versoenbaar"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Hertik"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Bewegende Gemiddelde"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponensiële Afvlakking"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Variansie Analise"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Variansie-Analise (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Enkelfaktor"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Twee-faktor"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groepe"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Tussen Groepe"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Binne Groepe"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Bron van Variasie"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Stapwydte F"
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-waarde"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-krities"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totaal"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelasie"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelasies"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovariansie"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovariansies"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Beskrywende Statistiek"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standaardfout"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variansie"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standaardafwyking"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skeefheid"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Omvang"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Som"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Tel"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Eerste Kwartiel"
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Derde Kwartiel"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Ewekansig ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Uniforme Heelgetal"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiaal"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-Kwadraat"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometriese Verdeling"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatiewe Binomiaal"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr "Poisson"
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standaardafwyking"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-Waarde"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Aantal Pogings"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-Waarde"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Steekproewe"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-toets"
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-toets"
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Gekoppelde t-toets"
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Gekoppelde t-toets"
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Z-toets"
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Z-toets"
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Toets van Onafhanklikheid (Chi-Kwadraat)"
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressie"
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressie"
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier Analise"
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier Analise"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolom %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ry %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Veranderlike 1"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Veranderlike 2"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hipotetiese Gemiddelde Verskil"
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Waarnemings"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Waargenome Gemiddelde Verskil"
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Aangepaste R^2"
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Aantal X-veranderlikes"
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-waarde"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritiese Waarde"
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Statistiese Toets"
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Onderste"
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Boonste"
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Invoerbereik is ongeldig."
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Uitvoeradres is nie geldig nie."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineêr"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritme"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Mag"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Onafhanklike veranderlike(s) bereik is nie geldig nie."
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Afhanklike veranderlike(s) bereik is nie geldig nie."
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Vertrouensvlak moet wees in die interval (0,1)."
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y veranderlike bereik kan nie meer as een kolom bevat nie."
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y veranderlike bereik kan nie meer as een ry bevat nie."
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Eenveranderlike regressie: Die observasiegetal in X en Y moet ooreenstem."
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multiveranderlike regressie: Die observasiegetal in X en Y moet ooreenstem."
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressie Model"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regressie Statistiek"
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Resíduum"
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Vertrouensvlak"
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeffisiënte"
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistiek"
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Asse Afsnit"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Voorspelde Y"
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINESTE rou uitvoer"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) regter-stert"
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Krities regter-stert"
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) linker stert"
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Krities linker-stert"
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P twee-stert"
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Krities twee-sydig"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson-Korrelasie"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variansie van die verskille"
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) een-stert"
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Krities eensydig"
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) tweesydig"
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Krities tweesydig"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "Z"
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bekende Variansie"
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) eensydig"
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Krities eensydig"
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) tweesydig"
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Krities tweesydig"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier Transformasie"
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inverse Fourier Transformasie"
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reël"
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginêr"
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Grootte"
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Meer as twee kolomme is in die gegroepeerde kolommodus gekies."
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Meer as twee kolomme is in die gegroepeerde rymodus gekies."
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Geen data in die invoerbereik."
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Die uitvoer is te lank vir die werkblad."
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Invoer data bereik"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Redigering toegelaat"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Laat opdatering slegs toe as u die dokument vertrou."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Na sel"
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Na sel (wysig met sel)"
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Aan bladsy"
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Geen gebruikerdata bekikbaar."
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusiewe toegang)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Geen benoemde bereik beskikbaar in die geselekteerde dokument"
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Haardun grenslyn (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Baie dun grenslyn (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Dun grenslyn (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Medium grenslyn (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Duk grenslyn (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ekstra dik grenslyn (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dubbele grenslyn (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Dun/Medium grenslyn (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Medium/Haardun grenslyn (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Medium/Medium grenslyn (%s pt)"
@@ -18750,19 +18744,19 @@ msgstr "Medium/Medium grenslyn (%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:396
+#: sc/inc/strings.hrc:395
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 "Kies die aangepaste sorteervolgorde wat jy wil toepas. Om 'n aangepaste sorteervolgorde te definieer, kies Hulpprogramme - Opsies - %PRODUCTNAME Calc - Sorteer lyste."
#. T5A7R
-#: sc/inc/strings.hrc:397
+#: sc/inc/strings.hrc:396
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 "Gebruik 'n gebruiker-gedefinieerde sorteervolgorde, wat u in die \"Opsies\"-dialoog onder %PRODUCTNAAM \"Calc\" - Sorteerlyste kan definieer."
#. gbz6Y
-#: sc/inc/strings.hrc:398
+#: sc/inc/strings.hrc:397
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 "Spesifiseer dat 'n klein reghoek in die regter boonste hoek van 'n sel vertoon word as daar 'n opmerking is. Die opmerking word slegs vertoon as u wenke toegelaat het in die Opsies-dialoog onder %PRODUCTNAAM - Algemeen."
@@ -23646,7 +23640,7 @@ msgid "Search all functions"
msgstr "Deursoek alle funksies"
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr "Deursoek alle funksies"
@@ -27029,11 +27023,11 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr "By verstek laat Excel slegs een hiperskakel per sel toe. (Dit werk net as Excel-lêerformaat gebruik word.)"
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
-msgstr "%PRODUCTNAME voeg veelvuldige hiperskakels in 'n sel as teksvelde, maar veelvuldige hiperskakels in 'n sel kan nie in Excel-lêerformate gestoor word nie. Hierdie opsie verhoed die invoeging van veelvuldige hiperskakels in 'n sel wanneer Excel-lêers geredigeer word, vir interwerking met Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgstr ""
#. BJuZV
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:126
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index 278764e4d24..f6d4d39760b 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-10-02 11:34+0200\n"
-"PO-Revision-Date: 2023-09-21 13:37+0000\n"
+"PO-Revision-Date: 2023-10-03 15:37+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/af/>\n"
"Language: af\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.18.2\n"
"X-POOTLE-MTIME: 1560928573.000000\n"
#. WDjkB
@@ -1671,7 +1671,7 @@ msgstr "Skyfies"
#: sd/inc/strings.hrc:237
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE_MASTER"
msgid "Master Slides"
-msgstr ""
+msgstr "Model Skyfies"
#. CU9DK
#: sd/inc/strings.hrc:238
@@ -1683,7 +1683,7 @@ msgstr "Bladsye"
#: sd/inc/strings.hrc:239
msgctxt "STR_LEFT_PANE_DRAW_TITLE_MASTER"
msgid "Master Pages"
-msgstr ""
+msgstr "Model Bladsye"
#. C7hf2
#: sd/inc/strings.hrc:240
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index fb71f24c44a..848cfa849b7 100644
--- a/source/af/sfx2/messages.po
+++ b/source/af/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-23 06:32+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975251.000000\n"
#. bHbFE
@@ -3048,19 +3048,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr "Hier kan u aan u dokument gebruikergedefinieerde velde toewys."
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr "Hulp oor hierdie sybalk paneel"
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr "Sybalk Paneel Hulp"
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Sluit Sybalk"
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 1b452335767..328a69fddb5 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
-"PO-Revision-Date: 2023-09-28 10:46+0000\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-09 07:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
"Language: af\n"
@@ -3068,11 +3068,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Tabelle"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "Fontwerk"
+msgid "Fontwork"
+msgstr "Font-grafika"
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -6435,7 +6435,7 @@ msgstr "B:"
#: include/svx/strings.hrc:1158
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. 7RVov
#: include/svx/strings.hrc:1159
@@ -10172,7 +10172,7 @@ msgstr "Onder-na-bo, links-na-regs (vertikaal)"
#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
-msgstr "Fontwerk"
+msgstr "Font-grafika"
#. Eg8QT
#: include/svx/strings.hrc:1816
@@ -17105,7 +17105,7 @@ msgstr "Verander die kontoer van die geselekteerde objek. Die kontoer word gebru
#: svx/uiconfig/ui/floatinglineproperty.ui:58
msgctxt "floatinglineproperty|label1"
msgid "Custom Line Thickness:"
-msgstr ""
+msgstr "Gewysigde Lyndikte:"
#. HYcR3
#: svx/uiconfig/ui/fontworkalignmentcontrol.ui:40
@@ -17918,46 +17918,46 @@ msgid "_Ask when linking a graphic"
msgstr "Vra vir koppeling van Afbeelding"
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr "Oopmaak"
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr "Toepas"
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr "Speel"
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
-msgstr ""
+msgstr "Verpoos"
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
-msgstr ""
+msgstr "Stop"
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
-msgstr ""
+msgstr "Herhaal"
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
-msgstr ""
+msgstr "Demp"
#. GFDF2
#: svx/uiconfig/ui/mediaplayback.ui:22
@@ -17978,46 +17978,46 @@ msgid "Volume:"
msgstr "Volume:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
-msgstr ""
+msgstr "Oopmaak"
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
-msgstr ""
+msgstr "Aanwend"
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
-msgstr ""
+msgstr "Speel"
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
-msgstr ""
+msgstr "Verpoos"
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
-msgstr ""
+msgstr "Stop"
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
-msgstr ""
+msgstr "Herhaal"
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
-msgstr ""
+msgstr "Demp"
#. 9zT32
#: svx/uiconfig/ui/namespacedialog.ui:18
@@ -19685,7 +19685,7 @@ msgstr "Kies die lynstyl."
#: svx/uiconfig/ui/sidebarline.ui:79
msgctxt "sidebarline|widthlabel"
msgid "T_hickness:"
-msgstr ""
+msgstr "_Dikte:"
#. HokBv
#: svx/uiconfig/ui/sidebarline.ui:93
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index f73c92516f6..6ae36c18857 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-29 23:37+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976448.000000\n"
#. oKCHH
@@ -30988,72 +30988,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "Woordtelling"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Tel die aantal woorde en karakters, met of sonder spasies, in die huidige seleksie en in die hele dokument. Die telling word deurlopend bygehou as u verdere inskrywings doen of die keuse verander."
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Tel die aantal woorde en karakters, met of sonder spasies, in die huidige seleksie en in die hele dokument. Die telling word deurlopend bygehou as u verdere inskrywings doen of die keuse verander."
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Woorde"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "Karakters, spasies ingesluit"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "Karakters, spasies uitgesluit"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Seleksie"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Dokument"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Asiatiese karakters en Koriaanse lettergrepe"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "Gestandaardiseerde bladsye"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr "Opmerkings"
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Tel die aantal woorde en karakters, met of sonder spasies, in die huidige seleksie en in die hele dokument. Die telling word deurlopend bygehou as u verdere inskrywings doen of die keuse verander."
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/af/uui/messages.po b/source/af/uui/messages.po
index 81a2a916872..fe006698ec1 100644
--- a/source/af/uui/messages.po
+++ b/source/af/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-21 13:37+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560969657.000000\n"
#. DLY8p
@@ -953,6 +953,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr "~Herlaai"
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/af/xmlsecurity/messages.po b/source/af/xmlsecurity/messages.po
index 4cb3ecba253..4a1cbc49661 100644
--- a/source/af/xmlsecurity/messages.po
+++ b/source/af/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-13 09:58+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560969754.000000\n"
#. EyJrF
@@ -621,23 +621,20 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr "U kan vertrouenswaardige opstel op die blad 'Vertroude bronne'. Onderteken makro's van 'n betroubare bron mag ook geloop word. Daarbenewens word enige makro vanaf 'n betroubare lêerligging toegelaat om te loop. Alle ander makro's moet deur u geveto word met u bevestiging."
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"H~oog\n"
-"Net ondertekende makro’s vanaf vertroude bronne mag laat loop word.\n"
-"Nieondertekende makro’s word gedeaktiveer."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
-msgstr "Vertroude bronne kan u registreer word op die blad 'Vertroude bronne'. Slegs ondertekende makros vanaf 'n vertroude bron mag loop. Daarbenewens word enige makro vanaf 'n betroubare lêerligging, toegelaat om te loop."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
+msgstr ""
#. SDdW5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:86
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 9247738e2b2..6dce0daedf8 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2023-02-05 17:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -1792,11 +1792,11 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr "Transliterate to Old Hungarian if the text direction is from right to left"
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
-msgstr "መቀየሪያ << እና >> በ አንግል ጥቅስ ምልክት"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
+msgstr ""
#. Rc6Zg
#: cui/inc/strings.hrc:331
@@ -9862,11 +9862,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ:"
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "ጭማሪ:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19580,11 +19580,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr "ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ መላክ በሚሞክሩ ጊዜ ሰነድ ወደ PDF አቀራረብ የሚያሳይ ለውጦች የ ተቀረጸባቸው በ መጻፊያ ውስጥ: ወይንም አስተያየቶች የያዙ ሲሆኑ "
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "ሰነዱ የ ተመዘገቡ ለውጦችን ከያዘ: እትሞችን: የ ተደበቁ መረጃዎች ወይንም ማስታወሻዎች ከያዘ አስጠንቅቀኝ:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20439,151 +20439,151 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "መለጠፊያ"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "የ ተለዩ ባህሪዎች"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "የ ጽሁፍ ቋን_ቋ:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr "ቋንቋ ይወስኑ ፊደል ማረሚያ ለ መጠቀም "
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "ይቀ_ጥሉ"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(አስተያየት የለም)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "ፊደል ማረሚያ: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "ማረ_ሚያ"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr "የ ማይታወቀውን ቃል በ አሁኑ ሀሳብ መቀየሪያ: እርስዎ በትክክል ያልተጻፈ ቃል ከ ቀየሩ: ጠቅላላ አረፍተ ነገሩ ይቀየራል "
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "ሁ_ሉንም ማረሚያ"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr "ሁሉንም ሁኔታዎች መቀየሪያ ያልተወቀውን ቃል በ አሁኑ ሀሳብ ውስጥ "
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_አንድ ጊዜ መተው"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr "ያልታወቀውን ቃል ይዘል እና ፊደል ማረም ይቀጥላል "
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "መ_ተው ሁሉንም"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "ሕጉን መ_ተው"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr "ሰዋሰው በሚመረምሩ ጊዜ: ይጫኑ መተው ደንቡን: አሁን የሚታየውን የ ሰዋሰው ስህተት ደንቡን ለ መተው "
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "ያልታወቀውን ቃል በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት ውስጥ መጨመሪያ "
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "ያልታወቀውን ቃል በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት ውስጥ መጨመሪያ "
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr "ሰነድ ወይንም አሁን የ ተመረጠውን የ ፊደል ስህተት መመርመሪያ: የ ሰዋሰው መመርመሪያ ተጨማሪ ተገጥሞ ከሆነ: የ ሰዋሰው ስህተት ይመረመራል "
diff --git a/source/am/helpcontent2/source/text/sbasic/guide.po b/source/am/helpcontent2/source/text/sbasic/guide.po
index 1ec36563683..8cdfa60323b 100644
--- a/source/am/helpcontent2/source/text/sbasic/guide.po
+++ b/source/am/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-07-04 23:04+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -781,13 +781,13 @@ msgctxt ""
msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
msgstr ""
-#. gKaYD
+#. EUhkx
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id191630538210607\n"
"help.text"
-msgid "<emph>newWidth</emph> is an integer value that defines the line width."
+msgid "<emph>newWidth</emph> is an integer value that defines the line thickness."
msgstr ""
#. 6Tv9V
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 227578622c4..2531e40bd62 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5443,6 +5443,15 @@ msgctxt ""
msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
msgstr "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
+#. 9v8mj
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic IDE where you can write and edit BASIC macros.</ahelp>"
+msgstr ""
+
#. YTpwx
#: 01050000.xhp
msgctxt ""
@@ -5452,14 +5461,50 @@ msgctxt ""
msgid "This section describes the structure of the Basic IDE."
msgstr "ይህ ክፍል የሚገልጸው የ Basic IDE. አካል ነው"
-#. QFuVt
+#. QG4bc
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
-"par_idN105C9\n"
+"par_id431696550928389\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">መክፈቻ የ Basic IDE እርስዎ ማክሮስ መጻፍ እና ማረም የሚችሉበት </ahelp>"
+msgid "Choose <menuitem>Tools - Macro - Edit Macro</menuitem>."
+msgstr ""
+
+#. zmtUX
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id451696550923767\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Basic</menuitem>."
+msgstr ""
+
+#. FMBZo
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id741696551014785\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Edit Macro</menuitem>."
+msgstr ""
+
+#. TvEWG
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id831696550904634\n"
+"help.text"
+msgid "<image src=\"cmd/lc_basicideappear.svg\" id=\"img_id271696550904635\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661696550904636\">Icon Edit Macro</alt></image>"
+msgstr ""
+
+#. bv9fy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id151696550904638\n"
+"help.text"
+msgid "Edit Macro"
+msgstr ""
#. 8Fzvm
#: 01050000.xhp
diff --git a/source/am/helpcontent2/source/text/scalc.po b/source/am/helpcontent2/source/text/scalc.po
index 031659b1bc2..598a21d04be 100644
--- a/source/am/helpcontent2/source/text/scalc.po
+++ b/source/am/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-01-25 14:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/am/>\n"
@@ -925,14 +925,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ዘዴ</link>"
-#. aFoMu
+#. j278Y
#: main0203.xhp
msgctxt ""
"main0203.xhp\n"
"hd_id3151073\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ስፋት</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MXcwv
#: main0203.xhp
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 67cbb61917f..1727fddca90 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-19 05:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/am/>\n"
@@ -71071,13 +71071,13 @@ msgctxt ""
msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
msgstr ""
-#. bsCDU
+#. JAK9i
#: sparklines.xhp
msgctxt ""
"sparklines.xhp\n"
"par_id701654174850309\n"
"help.text"
-msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
msgstr ""
#. CAGGB
diff --git a/source/am/helpcontent2/source/text/shared.po b/source/am/helpcontent2/source/text/shared.po
index 81b32af433d..0f3861c70ff 100644
--- a/source/am/helpcontent2/source/text/shared.po
+++ b/source/am/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -466,14 +466,14 @@ msgctxt ""
msgid "Help"
msgstr "እርዳታ"
-#. NncHM
+#. xvsDi
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/shared/main0108.xhp\">Help</link>"
-msgstr "<link href=\"text/shared/main0108.xhp\">እርዳታ</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/main0108.xhp#help\">Help</link></variable>"
+msgstr ""
#. 2BAjw
#: main0108.xhp
@@ -502,13 +502,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr "<ahelp hid=\".uno:HelpIndex\">ዋናውን ገጽ መክፈቻ የ $[officename] እርዳታ ገጽ ለ አሁኑ መተግበሪያ </ahelp> በ እርዳታው ገጽ ውስጥ ማውጫ ወይንም ጽሁፍ መሸብለል እና መፈለግ ይችላሉ"
-#. SPpw7
+#. gE5WX
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"par_idN1064A\n"
"help.text"
-msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
+msgid "<image id=\"img_id1619006\" src=\"cmd/lc_helpindex.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
msgstr ""
#. iPjUH
@@ -574,24 +574,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
msgstr "<ahelp hid=\".uno:SendFeedback\">የ መመለሻ ፎርም በ ዌብ መቃኛ ውስጥ መክፈቻ: ተጠቃሚው የ ሶፍትዌር ችግር መግለጫ የሚልክበት</ahelp>"
-#. s2hmB
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id230120170903409011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
-msgstr "<link href=\"text/shared/01/profile_safe_mode.xhp\">በ ጥንቃቄ ዘዴ እንደገና ማስጀመሪያ</link>"
-
-#. JEuaK
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id281120160939285779\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
-msgstr "<ahelp hid=\".uno:SafeMode\">በ ጥንቃቄ ዘዴ ነው: ይህ ዘዴ በ %PRODUCTNAME ጊዚያዊ የሚጀምረው በ አዲስ ተጠቃሚ ገጽታ ነው: እና የ ጠንካራ አካሎች ማፍጠኛ ያሰናክላል: እርስዎን ይረዳዎታል እንደ ነበር ለ መመለስ ምንም-የማይሰሩ %PRODUCTNAME ሁኔታዎችን </ahelp>"
-
#. 4BvDS
#: main0108.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 5eaea0b39eb..3a1168a2b35 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1834,23 +1834,23 @@ msgctxt ""
msgid "Line Color"
msgstr "የ መስመር ቀለም"
-#. eEzbX
+#. VVizS
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3156214\n"
"help.text"
-msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
+msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Thickness</alt></image>"
msgstr ""
-#. CWENi
+#. 5Cu38
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3163044\n"
"help.text"
-msgid "Line Width"
-msgstr "የ መስመር ስፋት"
+msgid "Line Thickness"
+msgstr ""
#. e6Tjh
#: 00000004.xhp
@@ -6721,6 +6721,15 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
+#. So26P
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
+msgstr ""
+
#. ZPFVB
#: 00000401.xhp
msgctxt ""
@@ -7396,6 +7405,15 @@ msgctxt ""
msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
+#. K27sL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301696601166240\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Close</menuitem>."
+msgstr ""
+
#. j2bbo
#: 00000401.xhp
msgctxt ""
@@ -7819,6 +7837,42 @@ msgctxt ""
msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
msgstr ""
+#. Cj7Vy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151696979496544\n"
+"help.text"
+msgid "Choose <menuitem>File - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. gpBbN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id401696979691108\n"
+"help.text"
+msgid "On the <menuitem>File</menuitem> menu of the <menuitem>File</menuitem> tab, choose <menuitem>Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. qFweF
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id111696979591663\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signpdf.svg\" id=\"img_id211696979591664\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941696979591665\">Icon Sign Existing PDF</alt></image>"
+msgstr ""
+
+#. 7Y22E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id61696979591667\n"
+"help.text"
+msgid "Sign Existing PDF"
+msgstr ""
+
#. sEWvE
#: 00000401.xhp
msgctxt ""
@@ -10276,31 +10330,58 @@ msgctxt ""
msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
msgstr ""
-#. oTQwa
+#. jDmLG
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id511543350796749\n"
+"par_id691696518479718\n"
"help.text"
-msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell</emph>.</variable>"
+msgid "Choose <menuitem>Tools</menuitem> - <menuitem>Run Macro</menuitem>."
msgstr ""
-#. wfHqY
+#. dCLWy
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id661543350803067\n"
+"par_id721696518496489\n"
"help.text"
-msgid "<variable id=\"javascript\">Choose <emph>Tools - Macros - Organize Macros - JavaScript</emph>.</variable>"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Run Macro</menuitem>."
msgstr ""
-#. Vcght
+#. A8ueX
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id441543350811395\n"
+"par_id181696518514350\n"
"help.text"
-msgid "<variable id=\"python\">Choose <emph>Tools - Macros - Organize Macros - Python</emph>.</variable>"
+msgid "<image src=\"cmd/lc_runmacro.svg\" id=\"img_id381696518514351\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891696518514352\">Icon Run Macro</alt></image>"
+msgstr ""
+
+#. jd3DH
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id411696518514354\n"
+"help.text"
+msgid "Run Macro"
+msgstr ""
+
+#. RUDaN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id511543350796749\n"
+"help.text"
+msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell/Javascript/Python</emph>.</variable>"
+msgstr ""
+
+#. 68Q68
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id11696549226113\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Javascript/Beanshell/Python</menuitem>."
msgstr ""
#. RDiDr
@@ -10312,6 +10393,33 @@ msgctxt ""
msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr "ይምረጡ <emph> መሳሪያዎች - ማክሮስ - ማክሮስ መቅረጫ </emph>"
+#. ca98C
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id841696518104105\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Record Macro</menuitem>."
+msgstr ""
+
+#. GnUaa
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id981696518124818\n"
+"help.text"
+msgid "<image src=\"cmd/lc_macrorecorder.svg\" id=\"img_id651696518124819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601696518124820\">Icon Record Macro</alt></image>"
+msgstr ""
+
+#. AjGq5
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id21696518124821\n"
+"help.text"
+msgid "Record Macro"
+msgstr ""
+
#. feCZF
#: 00000406.xhp
msgctxt ""
@@ -10339,6 +10447,24 @@ msgctxt ""
msgid "<variable id=\"packagemanager\">Choose <menuitem>Tools - Extensions</menuitem>.</variable>"
msgstr ""
+#. 9CDkf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id821696592533769\n"
+"help.text"
+msgid "On the <menuitem>Extension</menuitem> menu of the <menuitem>Extension</menuitem> tab, choose <menuitem>Extensions</menuitem>."
+msgstr ""
+
+#. rEyqx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id281696592674749\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + E</keycode>"
+msgstr ""
+
#. vW6NM
#: 00000406.xhp
msgctxt ""
@@ -10348,13 +10474,22 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <menuitem>Tools - Extensions</menuitem>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. sPJ9b
+#. 4fmet
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
+
+#. 57Aoy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id691696596260202\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
msgstr ""
#. FDFcn
@@ -10384,6 +10519,15 @@ msgctxt ""
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph>.</variable>"
msgstr "<variable id=\"anpassen\">ይምረጡ <emph> መሳሪያዎች - ማስተካከያ </emph></variable>"
+#. TvBGQ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
+msgstr ""
+
#. e3TA3
#: 00000406.xhp
msgctxt ""
@@ -18043,6 +18187,33 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
+#. famFq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id561696881820809\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem> tab."
+msgstr ""
+
+#. iv23s
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801696881885072\n"
+"help.text"
+msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
+msgstr ""
+
+#. bCJJD
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001696881885075\n"
+"help.text"
+msgid "Track Changes"
+msgstr ""
+
#. FtngJ
#: edit_menu.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index e0146be4ff5..a8fa6f2d8b6 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -2203,60 +2203,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\">Import and Export Filters</link>"
msgstr "<link href=\"text/shared/00/00000020.xhp\">ማጣሪያዎች ማምጫ እና መላኪያ</link>"
-#. ACQZh
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Remote..."
-msgstr "የ ሩቅ መክፈቻ..."
-
-#. 5CFDT
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"bm_id1001513636856122\n"
-"help.text"
-msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
-msgstr ""
-
-#. jwbkQ
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020001.xhp\">Open Remote</link>"
-msgstr ""
-
-#. 5DG6r
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">በ ሩቅ ፋይል ግልጋሎት ውስጥ የሚገኘውን ሰነድ መክፈቻ</ahelp></variable>"
-
-#. 8aZPe
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. CvHwd
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp\">መክፈቻ እና ማስቀመጫ ፋይሎች በ ሩቅ ሰርቨሮች ላይ</link>"
-
#. FJF7F
#: 01020101.xhp
msgctxt ""
@@ -2527,60 +2473,6 @@ msgctxt ""
msgid "When you edit an <emph>AutoText</emph> entry, this command changes to <emph>Save AutoText</emph>."
msgstr ""
-#. 7diuV
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Remote..."
-msgstr "የ ሩቅ ማስቀመጫ..."
-
-#. uZ8c4
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"bm_id381513636896997\n"
-"help.text"
-msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
-msgstr ""
-
-#. 4dZ5D
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
-msgstr "<link href=\"text/shared/01/01060001.xhp\">የ ሩቅ ማስቀመጫ...</link>"
-
-#. TL55A
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
-msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">በ ሩቅ ፋይል ግልጋሎት ውስጥ የሚገኘውን ሰነድ ማስቀመጫ</ahelp></variable>"
-
-#. jpc76
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
-msgstr "የ ሩቅ ፋይል ሰርቨር ሰነዶችን የሚያስቀምጥ የ ዌብ ግልጋሎት ነው: በ-መግቢያ እና በ-መውጫ: ወይንም ያለ መግቢያ እና መውጫ የ ተተኪ እና የ እትም መቆጣጠሪያ ነው"
-
-#. tuPvp
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp\">መክፈቻ እና ማስቀመጫ ፋይሎች በ ሩቅ ሰርቨሮች ላይ</link>"
-
#. qU9Ae
#: 01060002.xhp
msgctxt ""
@@ -27223,23 +27115,23 @@ msgctxt ""
msgid "<variable id=\"farbetext\"><ahelp hid=\".\">Select a color for the line.</ahelp></variable>"
msgstr "<variable id=\"farbetext\"><ahelp hid=\".\">ለ መስመር ቀለም ይምረጡ</ahelp></variable>"
-#. gVaax
+#. XSoG2
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"hd_id3159234\n"
"help.text"
-msgid "Widths"
-msgstr "ስፋት"
+msgid "Thickness"
+msgstr ""
-#. ZdQdF
+#. ow9wS
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
-msgstr "<variable id=\"breitetext\"><ahelp hid=\".\">ይምረጡ የ መስመር ስፋት: እርስዎ መጨመር ይችላሉ የ መለኪያ ክፍል: የ ዜሮ መስመር ስፋት ውጤት በ ቀጭን መስመር አንድ ፒክስል ስፋት ነው በ ውጤት መገናኛ </ahelp></variable>"
+msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the thickness for the line. You can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium.</ahelp></variable>"
+msgstr ""
#. hG52Y
#: 05200100.xhp
@@ -27628,14 +27520,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">በ ነጥቦች እና በ ጭረቶች መካከል እንዲኖር የሚፈልጉትን ክፍተት መጠን ያስገቡ</ahelp>"
-#. nGun3
+#. 2oYvW
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "Fit to line width"
-msgstr "በመስመሩ ስፋት ልክ"
+msgid "Fit to line thickness"
+msgstr ""
#. XUZuK
#: 05200200.xhp
@@ -28033,6 +27925,42 @@ msgctxt ""
msgid "Use the slide background as a fill. This differs from \"None\" in that the area is actually filled with the slide background at that location, instead of simply showing what is behind the shape."
msgstr ""
+#. fHkWx
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id661696079947729\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/area-fill-none-same-vs-background.png\" id=\"img_id871696079947730\" width=\"700px\" height=\"392px\"><alt id=\"alt_id991696079947732\">Illustration of different fill styles.</alt></image>"
+msgstr ""
+
+#. bGYMC
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id221696080666194\n"
+"help.text"
+msgid "<emph>Use Background</emph>: the object area is filled with the background fill. The object covers the blue circle."
+msgstr ""
+
+#. mPeAP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id331696080747331\n"
+"help.text"
+msgid "<emph>Fill</emph>: The object uses the same gradient fill of the background. The object covers the blue circle."
+msgstr ""
+
+#. BtnCt
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id991696080772879\n"
+"help.text"
+msgid "<emph>None</emph>: the object does not have a fill. The blue circle is visible though the object."
+msgstr ""
+
#. CiGCw
#: 05210100.xhp
msgctxt ""
@@ -41506,31 +41434,22 @@ msgctxt ""
msgid "Lets you record or organize and edit macros."
msgstr "እርስዎን ማክሮስ ማደራጀት: መቅረጽ እና ማረም ያስችሎታል"
-#. irkNP
+#. 2BBvC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
-"par_idN105B1\n"
+"par_id671696515705748\n"
"help.text"
-msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>"
+msgid "Choose <menuitem>Tools - Macros</menuitem>."
msgstr ""
-#. S7Bf5
-#: 06130001.xhp
-msgctxt ""
-"06130001.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
-msgstr ""
-
-#. H4TdC
+#. 3autC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
"hd_id821582666527674\n"
"help.text"
-msgid "Edit Macros"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\">Edit Macros</link>"
msgstr ""
#. 9SRC2
@@ -41587,14 +41506,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06130010.xhp\">Record Macro</link>"
msgstr "<link href=\"text/shared/01/06130010.xhp\">ማክሮስ መመዝገቢያ</link>"
-#. 9pC9X
+#. YVYd9
#: 06130010.xhp
msgctxt ""
"06130010.xhp\n"
"par_id3152952\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
-msgstr "<ahelp hid=\".uno:MacroRecorder\">አዲስ ማክሮስ መቅረጫ</ahelp> ብቻ ዝግጁ ነው: ይህን ማክሮስ መቅረጫ ገጽታ ካስቻሉ የ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - %PRODUCTNAME - የ ረቀቀ </emph>"
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+msgstr ""
+
+#. g77cQ
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id41696516696703\n"
+"help.text"
+msgid "Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
+msgstr ""
#. yAEQN
#: 06130010.xhp
@@ -41632,13 +41560,13 @@ msgctxt ""
msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>"
msgstr ""
-#. io7eF
+#. FCo6F
#: 06130020.xhp
msgctxt ""
"06130020.xhp\n"
"hd_id131571264310511\n"
"help.text"
-msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Basic Macro selector</link></variable>"
+msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Run Macro</link></variable>"
msgstr ""
#. VEFaS
@@ -41704,13 +41632,13 @@ msgctxt ""
msgid "Scripts"
msgstr ""
-#. T2aee
+#. FWBvE
#: 06130030.xhp
msgctxt ""
"06130030.xhp\n"
"bm_id401571328832739\n"
"help.text"
-msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>"
+msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>python scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value> <bookmark_value>run scripts;python</bookmark_value>"
msgstr ""
#. HTxG8
@@ -46348,13 +46276,13 @@ msgctxt ""
msgid "Columns Before"
msgstr ""
-#. sWRAW
+#. GBFVg
#: InsertColumnsBefore.xhp
msgctxt ""
"InsertColumnsBefore.xhp\n"
"bm_id891693667456028\n"
"help.text"
-msgid "<bookmark_value>row;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
+msgid "<bookmark_value>column;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
msgstr ""
#. CY8pB
@@ -46384,13 +46312,13 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
msgstr ""
-#. FhyP5
+#. gQwyE
#: InsertRowsAfter.xhp
msgctxt ""
"InsertRowsAfter.xhp\n"
"tit\n"
"help.text"
-msgid "Rows Above"
+msgid "Rows Below"
msgstr ""
#. RPFLA
@@ -46474,6 +46402,60 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_rows\">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
msgstr ""
+#. ChrM6
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Remote..."
+msgstr ""
+
+#. B3mxK
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"bm_id1001513636856122\n"
+"help.text"
+msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
+msgstr ""
+
+#. S47A9
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/OpenRemote.xhp\">Open Remote</link>"
+msgstr ""
+
+#. v9WbL
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. EANHv
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. P3SiE
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. XWLXe
#: Protect.xhp
msgctxt ""
@@ -46807,6 +46789,60 @@ msgctxt ""
msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>"
msgstr ""
+#. 9C4FB
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Remote..."
+msgstr ""
+
+#. TFtfJ
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"bm_id381513636896997\n"
+"help.text"
+msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
+msgstr ""
+
+#. o6H8r
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
+msgstr ""
+
+#. Aarnv
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveAsRemote\">Saves a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. SW2xR
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. X5DLr
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. MzXDj
#: SelectColumns.xhp
msgctxt ""
@@ -47131,6 +47167,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>"
msgstr ""
+#. ZTUCC
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Signature Menu"
+msgstr ""
+
+#. 74Aca
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"hd_id711696976034790\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/SignaturesMenu.xhp\">Digital Signature Menu</link></variable>"
+msgstr ""
+
+#. CDXV5
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id921696976034792\n"
+"help.text"
+msgid "Opens a menu for digital signature commands."
+msgstr ""
+
+#. B7UTd
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id651696976140932\n"
+"help.text"
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
#. 3xUAD
#: SpellOnline.xhp
msgctxt ""
@@ -47338,6 +47410,96 @@ msgctxt ""
msgid "<link href=\"text/swriter/main0115.xhp\">Styles menu</link>"
msgstr ""
+#. EGCCM
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tip of the Day"
+msgstr ""
+
+#. S5haD
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"bm_id221696342632214\n"
+"help.text"
+msgid "<bookmark_value>tip of the day</bookmark_value>"
+msgstr ""
+
+#. sBBUu
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id731696335264826\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/TipOfTheDay.xhp\">Tip of the Day</link></variable>"
+msgstr ""
+
+#. GVFka
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id71696335264830\n"
+"help.text"
+msgid "Displays a dialog box with a usage tip. The <menuitem>Tip of the Day</menuitem> contains a collection of tips that helps to better use %PRODUCTNAME resources."
+msgstr ""
+
+#. FYs4N
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id531696335423019\n"
+"help.text"
+msgid "Choose <menuitem>Help - Show Tip of the Day</menuitem>."
+msgstr ""
+
+#. 8jSi3
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id871696336247832\n"
+"help.text"
+msgid "The tips are cycled in a list of hundreds tips."
+msgstr ""
+
+#. XHnvL
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id41696335799193\n"
+"help.text"
+msgid "Show tips on startup"
+msgstr ""
+
+#. FATmk
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id541696336144323\n"
+"help.text"
+msgid "Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules."
+msgstr ""
+
+#. Ts5rK
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id501696336224725\n"
+"help.text"
+msgid "Next Tip"
+msgstr ""
+
+#. PFBF4
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id311696336194109\n"
+"help.text"
+msgid "Shows the next tip in the <emph>Tip of the Day</emph> list."
+msgstr ""
+
#. qQPR5
#: about_meta_tags.xhp
msgctxt ""
@@ -50785,13 +50947,13 @@ msgctxt ""
msgid "Choose menu <menuitem>View - User Interface</menuitem>"
msgstr ""
-#. LQf7z
+#. tCoKD
#: notebook_bar.xhp
msgctxt ""
"notebook_bar.xhp\n"
-"par_id61686342056429\n"
+"par_id631696600350892\n"
"help.text"
-msgid "On the tabs row menu, choose <menuitem>User Interface</menuitem>."
+msgid "On the top right menu (☰), choose <menuitem>User Interface</menuitem>."
msgstr ""
#. aGRwD
@@ -51352,13 +51514,13 @@ msgctxt ""
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">የ ተጨማሪ አስተዳዳሪ መጨመሪያ: ይጨምራል: ያስወግዳል: ያሰናክላል: እና ያሻሽላል %PRODUCTNAME ተጨማሪዎች </ahelp>"
-#. wA7Aa
+#. Bh9s6
#: packagemanager.xhp
msgctxt ""
"packagemanager.xhp\n"
"par_id941619265371175\n"
"help.text"
-msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. By default, installation and removal are enabled."
+msgid "For security reasons, the installation and removal of extensions are <emph>enabled</emph> and are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. To disable extensions installation or removal, search for the string <literal>ExtensionManager</literal> in the Expert Configuration search box and set properties <literal>DisableExtensionRemoval</literal> to <literal>true</literal> and/or <literal>DisableExtensionInstallation</literal> to <literal>true</literal>."
msgstr ""
#. AEioS
@@ -52261,14 +52423,14 @@ msgctxt ""
msgid "<bookmark_value>profile;safe mode</bookmark_value>"
msgstr "<bookmark_value>ገጽታ: አስተማማኝ ዘዴ</bookmark_value>"
-#. LnM3u
+#. WGBcP
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"hd_id281120160939034500\n"
"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
-msgstr "<link href=\"text/shared/01/profile_safe_mode.xhp\">አስተማማኝ ዘዴ</link>"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
+msgstr ""
#. AMQrf
#: profile_safe_mode.xhp
@@ -52288,6 +52450,15 @@ msgctxt ""
msgid "Choose <emph>Help - Restart in Safe Mode</emph>."
msgstr ""
+#. AhRXd
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id271696345273532\n"
+"help.text"
+msgid "From a command line"
+msgstr ""
+
#. GgV84
#: profile_safe_mode.xhp
msgctxt ""
@@ -52297,14 +52468,14 @@ msgctxt ""
msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
msgstr "መጀመሪያ %PRODUCTNAME ከ ትእዛዝ መስመር በ <emph>--አስተማማኝ-ዘዴ</emph> ምርጫ"
-#. JFyZA
+#. jnwDe
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"par_id281120163154363\n"
"help.text"
-msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
-msgstr "መጀመሪያ %PRODUCTNAME በ <emph>%PRODUCTNAME (አስተማማኝ ዘዴ)</emph> መጀመሪያ ዝርዝር ማስገቢያ (መስኮቶች ብቻ)"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry"
+msgstr ""
#. jBGEE
#: profile_safe_mode.xhp
@@ -55609,6 +55780,105 @@ msgctxt ""
msgid "When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area."
msgstr ""
+#. myGoD
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"tit\n"
+"help.text"
+msgid "Search Commands"
+msgstr ""
+
+#. LBGY4
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"bm_id8215627973621527\n"
+"help.text"
+msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
+msgstr ""
+
+#. epMgP
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"hd_id951627860296699\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/search_commands.xhp\">Search Commands</link></variable>"
+msgstr ""
+
+#. fVXLC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id3155069\n"
+"help.text"
+msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
+msgstr ""
+
+#. XFXXZ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id41628622450782\n"
+"help.text"
+msgid "This feature is available in Writer, Calc, Impress and Draw."
+msgstr ""
+
+#. heTMY
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795750725\n"
+"help.text"
+msgid "Choose <menuitem>Help - Search Commands</menuitem>."
+msgstr ""
+
+#. J8RCb
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795754587\n"
+"help.text"
+msgid "<keycode>Shift + Esc</keycode>"
+msgstr ""
+
+#. 9gqGJ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id631628621951493\n"
+"help.text"
+msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
+msgstr ""
+
+#. LBa6c
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id991628622249416\n"
+"help.text"
+msgid "To execute a command:"
+msgstr ""
+
+#. CJ4EC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id521628622272041\n"
+"help.text"
+msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
+msgstr ""
+
+#. uEWNu
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id551628622272467\n"
+"help.text"
+msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
+msgstr ""
+
#. wTQMX
#: securitywarning.xhp
msgctxt ""
@@ -55915,13 +56185,13 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr "<bookmark_value>ዲጂታል ፊርማ;የ ነበረ ፒዲኤፍ መፈረሚያ</bookmark_value>"
-#. rNCsL
+#. E7TF2
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Signing Existing PDF files</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Sign Existing PDF</link></variable>"
msgstr ""
#. RM32g
@@ -55933,14 +56203,14 @@ msgctxt ""
msgid "%PRODUCTNAME can digitally sign an existing PDF document."
msgstr "%PRODUCTNAME የ ነበረውን ፒዲኤፍ ሰነድ ዲጂታሊ መፈረሚያ:"
-#. F6Dem
+#. 5hbUa
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"par_id821526581027302\n"
"help.text"
-msgid "The file opens in %PRODUCTNAME Draw in read only mode."
-msgstr "ፋይሉ ይከፈታል በ %PRODUCTNAME መሳያ ለ ንባብ ዘዴ ብቻ:"
+msgid "The PDF document opens in %PRODUCTNAME Draw in read only mode."
+msgstr ""
#. hTFFk
#: signexistingpdf.xhp
@@ -56293,13 +56563,13 @@ msgctxt ""
msgid "Display the set of available themes for the document. To apply a theme to the document, double click on the selected theme."
msgstr ""
-#. wKFJi
+#. swAJK
#: themesdialog.xhp
msgctxt ""
"themesdialog.xhp\n"
"par_id671691099443625\n"
"help.text"
-msgid "The top left theme in the Available theme area is the current applied theme."
+msgid "The top left theme in the Available Themes area is the current applied theme."
msgstr ""
#. e3hWL
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 5f85c1b92e4..4beaf4db825 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9187,6 +9187,15 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Development Tools</menuitem>"
msgstr ""
+#. j3uGp
+#: dev_tools.xhp
+msgctxt ""
+"dev_tools.xhp\n"
+"par_id631696591521985\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Development Tools</menuitem>."
+msgstr ""
+
#. G6m74
#: dev_tools.xhp
msgctxt ""
@@ -13048,14 +13057,14 @@ msgctxt ""
msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click."
msgstr ""
-#. pzMsR
+#. ApzsS
#: fontwork.xhp
msgctxt ""
"fontwork.xhp\n"
"par_idN108D5\n"
"help.text"
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
-msgstr "መምረጫ ባህሪዎች ከ <emph> መሳያ እቃ ባህሪዎች </emph> እቃ መደርደሪያ ውስጥ: እርስዎ መቀየር ይችላሉ የ መስመር ስፋት: የ መስመር ቀለም: የ ቀለም መሙያ: መሙያ ዘዴ እና ሌሎችም ተጨማሪዎች"
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line thickness, line color, fill color, fill style, and more."
+msgstr ""
#. gKRx3
#: fontwork.xhp
@@ -17224,14 +17233,14 @@ msgctxt ""
msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link></variable>"
msgstr "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">በ ጽሁፍ ውስጥ መስመሮች መሳያ </link></variable>"
-#. dFTvK
+#. BsBtB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
-msgstr "እርስዎ መጨመር ይችላሉ መስመሮች በ እርስዎ የ ጽሁፍ ሰነድ ውስጥ: አንግሎች: ስፋት: ቀለም: እና ሌሎችም ባህሪዎች ማስተካከል ይችላሉ"
+msgid "You can incorporate lines into your text with custom angles, thickness, color, and other attributes."
+msgstr ""
#. DJVXk
#: line_intext.xhp
@@ -17305,14 +17314,14 @@ msgctxt ""
msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr "ይልቀቁ የ አይጥ ቁልፍ መስመሩ የሚፈልጉትን አቅጣጫ እና እርዝመት ከያዘ በኋላ: እርስዎ ከዛ ብኋላ መሳል ይችላሉ ተጨማሪ መስመሮች: መዝለያ ቁልፍ በ መጫን ይህን ተግባር ማስቆም ይችላሉ: ወይንም በ መጫን የ <emph> መምረጫ </emph> ምልክት ከ <emph> መሳያ </emph> መደርደሪያ ውስጥ"
-#. eXpdG
+#. NjGFB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3159149\n"
"help.text"
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
-msgstr "እርስዎ ከ ተጫኑ በኋላ የ <emph>መምረጫ</emph> ምልክት: እርስዎ ሁሉንም መስመሮች በ አንድ ጊዜ መምረጥ ይችላሉ: እያንዳንዱ መስመር ላይ በ መጫን ተጭነው ይዘው የ Shift ቁልፍ: ይህ በርካታ መምረጫ እርስዎን ያስችሎታል ሁሉንም መመደብ ለ መደበኛ ቀለም: ስፋት ወይንም ሌሎች መለያዎች"
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, thickness or other attribute."
+msgstr ""
#. Faaqb
#: line_intext.xhp
@@ -17395,14 +17404,14 @@ msgctxt ""
msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr "እርስዎ ያስገቡት መስመሮች እና ሌሎች የ መሳያ እቃዎች በ ጽሁፍ ሰነድ ውስጥ አልተገለጹም በ <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> እና ስለዚህ አይላኩም በ ቀጥታ ወደ HTML አቀራረብ: በሱ ፋንታ እንደ ንድፎች ይላካሉ"
-#. j98Cn
+#. wCvrS
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id641804\n"
"help.text"
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
-msgstr "እርስዎ የ መስመር ስፋት ሲያስገቡ: እርስዎ የ መለኪያውን ክፍል ማስገባት ይችላሉ: የ ዜሮ መስመር ስፋት ውጤት የ ፀጉር መስመር ስፋት ነው የ አንድ ፒክስል ከፍተኛው ውጤት"
+msgid "When you enter a line thickness, you can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium."
+msgstr ""
#. 8jSF6
#: line_intext.xhp
@@ -17548,14 +17557,14 @@ msgctxt ""
msgid "Specify the line options that you want."
msgstr "እርስዎ የሚፈልጉትን የ መስመር ምርጫ ይወስኑ"
-#. 6RrtT
+#. dpGSC
#: linestyle_define.xhp
msgctxt ""
"linestyle_define.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
-msgstr "የ መስመር እርዝመት በ ፐርሰንት ለ መወሰን ለ መስመር ስፋት: ይምረጡ <emph>በ መስመሩ ስፋት ልክ </emph>"
+msgid "To specify the length of the line as a percentage of the line thickness, select <emph>Fit to line thickness</emph>."
+msgstr ""
#. LuLsY
#: linestyle_define.xhp
@@ -17629,32 +17638,32 @@ msgctxt ""
msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr "የ <emph> መሳያ እቃ ባህሪዎች </emph> እቃ መደርደሪያ የያዛቸው ምልክቶች እና መቀላቀያ ሳጥኖች የ ተለያዩ የ መስመር መለያዎች መግለጫዎችን ነው"
-#. j3Rys
+#. DUvuh
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
-msgstr "ይጫኑ የ <emph>መስመር</emph> ምልክት <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">ምልክት</alt></image> ለ መክፈት የ <emph>መስመር</emph> ንግግር"
+msgid "Click the <emph>Line</emph> icon<image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+msgstr ""
-#. BFkVG
+#. sV2uK
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
-msgstr "ይጫኑ የ <emph>ቀስት ዘዴዎች</emph> ምልክት <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">ምልክት</alt></image> ለ መምረጥ የ ቀስት ዘዴ ለ ግራ እና ለ ቀኝ መስመር መጨረሻ"
+msgid "Click the <emph>Arrow Styles</emph> icon<image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+msgstr ""
-#. 9vEbC
+#. FF8im
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
-msgstr "ዘዴ ይምረጡ ከ <emph>መስመር ዘዴ</emph> ሳጥን ውስጥ እና ይወስኑ የ <emph>መስመር ስፋት </emph> ሳጥን: ይህ ስፋት ለ 0 ተመሳሳይ ነው ከ 1 ፒክስል ጋር"
+msgid "Select a style from the <emph>Line Style</emph> box and specify the thickness in the <emph>Line Thickness</emph> box. A thickness of 0 corresponds to 1 pixel."
+msgstr ""
#. RqQJP
#: linestyles.xhp
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index a7a286b1678..92ce8f05385 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -88,6 +88,24 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
+#. DBDcH
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Options</menuitem>."
+msgstr ""
+
+#. qGR9U
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id531696596793952\n"
+"help.text"
+msgid "<keycode>Alt + F12</keycode>"
+msgstr ""
+
#. WS53M
#: 01000000.xhp
msgctxt ""
@@ -17611,105 +17629,6 @@ msgctxt ""
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
msgstr ""
-#. myGoD
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"tit\n"
-"help.text"
-msgid "Search Commands"
-msgstr ""
-
-#. LBGY4
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"bm_id8215627973621527\n"
-"help.text"
-msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
-msgstr ""
-
-#. dg8JC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"hd_id951627860296699\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Search Commands</link></variable>"
-msgstr ""
-
-#. fVXLC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id3155069\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
-msgstr ""
-
-#. rgr85
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795750725\n"
-"help.text"
-msgid "Choose <menuitem>Help - Search Commands</menuitem>"
-msgstr ""
-
-#. 2jAJE
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795754587\n"
-"help.text"
-msgid "Use the shortcut <emph>Shift + Esc</emph>"
-msgstr ""
-
-#. 9gqGJ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id631628621951493\n"
-"help.text"
-msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
-msgstr ""
-
-#. LBa6c
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id991628622249416\n"
-"help.text"
-msgid "To execute a command:"
-msgstr ""
-
-#. CJ4EC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id521628622272041\n"
-"help.text"
-msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
-msgstr ""
-
-#. uEWNu
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id551628622272467\n"
-"help.text"
-msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
-msgstr ""
-
-#. XFXXZ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id41628622450782\n"
-"help.text"
-msgid "This feature is available in Writer, Calc, Impress and Draw."
-msgstr ""
-
#. uqPJR
#: securityoptionsdialog.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress.po b/source/am/helpcontent2/source/text/simpress.po
index 6197e3eeb6a..c2e1fbf2cfb 100644
--- a/source/am/helpcontent2/source/text/simpress.po
+++ b/source/am/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2019-01-13 02:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -583,13 +583,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr "<ahelp hid=\".\">የ መስመር እና መሙያ መደርደሪያ ትእዛዞች እና ምርጫዎችን ይዘዋል በ አሁኑ መመልከቻ ውስጥ መፈጸም የሚያስችሎት</ahelp>"
-#. zqDnR
+#. UuP9J
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"par_id651683559196525\n"
"help.text"
-msgid "With no object selected in the workspace, if you set the shape attributes like line width, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
+msgid "With no object selected in the workspace, if you set the shape attributes like line thickness, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
msgstr ""
#. 7ASCP
@@ -601,14 +601,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ዘዴ</link>"
-#. GDMdV
+#. RECCJ
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"hd_id3159184\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ስፋት</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. yn72z
#: main0202.xhp
diff --git a/source/am/helpcontent2/source/text/swriter.po b/source/am/helpcontent2/source/text/swriter.po
index 3fb65f6c435..41d26ee2fcc 100644
--- a/source/am/helpcontent2/source/text/swriter.po
+++ b/source/am/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2019-07-07 17:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,14 +1006,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ዘዴ</link>"
-#. sbQFC
+#. 2j7Q4
#: main0205.xhp
msgctxt ""
"main0205.xhp\n"
"hd_id3147818\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">የ መስመር ስፋት</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MAqKS
#: main0205.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/librelogo.po b/source/am/helpcontent2/source/text/swriter/librelogo.po
index 85c7c9e2c9e..783a3d5267b 100644
--- a/source/am/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/am/helpcontent2/source/text/swriter/librelogo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2017-10-06 00:24+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -223,13 +223,13 @@ msgctxt ""
msgid "Graphical user interface of basic turtle settings"
msgstr "ለ ንድፍ የ ተጠቃሚ ገጽታ መሰረታዊ ኤሊ ማሰናጃዎች"
-#. oa3dx
+#. eEgBe
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_415\n"
"help.text"
-msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
+msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
msgstr ""
#. fqYbT
@@ -907,14 +907,14 @@ msgctxt ""
msgid "PENSIZE (ps)"
msgstr "የ ብዕር መጠን (ps)"
-#. oFoEH
+#. VkDQq
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_1130\n"
"help.text"
-msgid "PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
-msgstr "የ ብዕር መጠን 100 ; መስመር ስፋት 100 ነጥቦች ነው<br/> የ ብዕር መጠን ማንኛውም ; እኩል ነው የ ብዕር መጠን በ ነሲብ 10<br/>"
+msgid "PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
+msgstr ""
#. vD65H
#: LibreLogo.xhp
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index 972a9b0a94d..a10fef05d59 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-09-09 11:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
@@ -11036,15 +11036,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "ቀደም ያለው አስተያየት"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "ጽሁፍ ራሱ በራሱ መጣኝ"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index 5c0a1e0d469..093b9b705c2 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/am/>\n"
@@ -17556,1190 +17556,1184 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "የ ቦዘነ"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "የ ተደበቀ"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "ንቁ መስኮት"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "የ ትእይንት ስም"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "አስተያየት"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "እየጨመረ በሚሄድ መለያ"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "እየቀነሰ በሚሄድ መለያ"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "መለያ ማስተካከያ"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "የ ሳጥኑ ስም"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "መስመር ማስገቢያ"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "የ ተግባር አዋቂ"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "እቀበላለሁ"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "ተግባር ይምረጡ"
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "መቀመሪያ"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማስፊያ"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማሳነሻ"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "አምድ ተጨምሯል"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ረድፍ ተጨምሯል "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "ወረቀት ተጨምሯል "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "አምዱ ጠፍቷል"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ረድፉ ጠፍቷል"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "ወረቀቱ ጠፍቷል"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "የተንቀሳቀሰው መጠን"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "የተቀየረ ወደ "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "ዋናው"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "ለውጡ ተከልክሏል"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "እቀበላለሁ"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "አልቀበልም"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "ማስገቢያ የለም"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ባዶ>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "ያልተጠበቀ"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "በ መግቢያ ቃል-የተጠበቀ አይደለም"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "እንደገና-መጻፊያ"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "በ መካከለኛ በ _መጓዝ ላይ"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "ኤክስፖኔንሺያል ማለስለሻ"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "የ ልዩነት መመርመሪያ"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "መመርመሪያ የ ልዩነት (ANOVA)..."
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "የ ልዩነት መመርመሪያ - ነጠላ ጉዳይ"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "የ ልዩነት መመርመሪያ - ሁለት ጉዳይ"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "ቡድኖች"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "በ ቡድኖች መካከል"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "በ ቡድኖች ውስጥ"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "የ ልዩነቶች ምንጭ"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significance F"
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "ጠቅላላ"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ኮኦሪሌሽን"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "ኮኦሪሌሽን"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "ኮቫሪያንስ"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "ኮቫሪያንስስ"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "መግለጫ ስታትስቲክስ"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "አማካይ"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ዘዴ"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ልዩነት"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "ኩርቶሲስ"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "የሚያጋድልበት"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "መጠን"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "አነስተኛ"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "ከፍተኛ"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "ድምር"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "መቁጠሪያ"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "የ መጀመሪያ ሩብ"
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "የ ሶስተኛ ሩብ"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "በነሲብ ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "ተመሳሳይ"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "ተመሳሳይ ኢንቲጀር"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "መደበኛ"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "ኮቺ"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "ቤርኖሊ"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "ባይኖሚያል"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "ቺ ስኴርድ"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "ጂኦሜትሪክ"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "አሉታዊ ባይኖሚያል"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "አነስተኛ"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "ከፍተኛ"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "አማካይ"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "ሲግማ"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p ዋጋ"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "የ ሙከራዎች ቁጥር"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "የ nu ዋጋ"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "ናሙና"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-መሞከሪያ"
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-መሞከሪያ"
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-መሞከሪያ"
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-መሞከሪያ"
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "የ ነፃነት መሞከሪያ (ቺ-ስኴር)"
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "ፉሪዬር መመርመሪያ"
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "ፉሪዬር መመርመሪያ"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "አምድ %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "ረድፍ %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "አልፋ"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "ተለዋዋጭ 1"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "ተለዋዋጭ 2"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "የ መላምት አማካይ ልዩነት"
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "የታየው"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "የታየው አማካይ ልዩነት"
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "ተስተካክሏል R^2"
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "የ X ተለዋዋጭ መቁጠሪያ"
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-ዋጋ"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "አደገኛ ዋጋ"
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "ስታስቲክስ መሞከሪያ"
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "ዝቅተኛ"
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "ከፍተኛ"
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "የገባው መጠን ዋጋ የለውም"
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "የ ውጤቱ መጠን ዋጋ ያለው አይደለም:"
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "ቀጥተኛ"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "ሎጋሪዝም"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ሀይል"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "የ ነፃ ተለዋዋጭ(ጮች) መጠን ዋጋ የለውም"
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "የ ጥገኛ ተለዋዋጭ(ጮች) መጠን ዋጋ የለውም"
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "የ መተመማኛ ደረጃ ክፍተት በ (0, 1) መካከል መሆን አለበት:"
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "የ Y ተለዋዋጭ ከ 1 አምድ በላይ ሊኖረው አይችልም:"
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "የ Y ተለዋዋጭ ከ 1 ረድፍ በላይ ሊኖረው አይችልም:"
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "ዝቅ ማድረጊያ ዘዴ"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "የ መተማመኛ ደረጃ"
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "ኮኦፊሺየንትስ"
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-ስታትስቲክስ"
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ኢንተርሴፕት"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "የ ተገመተው Y"
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) right-tail"
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Critical right-tail"
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) left-tail"
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Critical left-tail"
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P two-tail"
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Critical two-tail"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "ፒርሰን ኮኦሪሌሽን"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "የ ተለዋዋጭ ልዩነቶች"
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t ስታስቲክስ"
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) አንድ-ጭራ"
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ወሳኝ አንድ-ጭራ"
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) ሁለት-ጭራ"
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t ወሳኝ ሁለት-ጭራ"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "የ ታወቀ ልዩነት"
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) አንድ-ጭራ"
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ወሳኝ አንድ-ጭራ"
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) ሁለት-ጭራ"
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z ወሳኝ ሁለት-ጭራ"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "ፉሪዬር መቀየሪያ"
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "ግልባጭ የ ፉሪዬር መቀየሪያ"
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "በ ግምት"
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "ደረጃ"
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "ከ ቡድን ውስጥ ከ ሁለት አምዶች በላይ ተመርጧል በ አምድ ዘዴ:"
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "ከ ቡድን ውስጥ ከ ሁለት ረድፍ በላይ ተመርጧል በ አምድ ዘዴ:"
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "በ ማስገቢያ መጠን ውስጥ ዳታ የለም"
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "ውጤቱ በጣም ትልቅ ነው በ ወረቀት ላይ ለ መጻፍ:"
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "የ ዳታ መጠን ማስገቢያ"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "ማሻሻያ ማስቻያ"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "ወደ ክፍል"
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "ወደ ክፍል (ከ ክፍል ጋር እንደገና መመጠኛ)"
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "ወደ ገጽ"
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "ምንም የተጠቃሚ ዳታ የለም"
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "በ ተመረጠው ሰነድ ውስጥ ዝግጁ የ ተሰየመ መጠን አልተገኘም:"
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -18747,19 +18741,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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 "የ መለያ ደንብ ማስተካከያ ይጠቀሙ እርስዎ የ ገለጹትን ከ ምርጫዎች ሳጥን ውስጥ ከሆነ በ %PRODUCTNAME ሰንጠረዥ - ዝርዝር መለያ ውስጥ:"
#. gbz6Y
-#: sc/inc/strings.hrc:398
+#: sc/inc/strings.hrc:397
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 "መወሰኛ ትንሽ አራት ማእዘን ከ ላይ በ ቀኝ ጠርዝ በኩል በ ክፍሉ ውስጥ መጠቆሚያ አስተያየት እንዳለ: አስተያየቱ የሚታየው እርስዎ ካስቻሉ ነው ጠቃሚ ምክር በ %PRODUCTNAME - ባጠቃላይ በ ምርጫ ንግግር ሳጥን ውስጥ "
@@ -23644,7 +23638,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27027,10 +27021,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index af3f113664e..839f35a4e27 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/am/>\n"
@@ -3034,19 +3034,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr "በ እርስዎ ሰነድ ውስጥ የ መረጃ ሜዳዎች ማስተካከያ መመደብ ያስችሎታል"
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "የ ጎን መደርደሪያ ማሳራፊያ መዝጊያ"
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index e6c3e92ca9f..888b1491b48 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-08-02 21:51+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -3068,11 +3068,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "የ ፊደል ስራ"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -17913,43 +17913,43 @@ msgid "_Ask when linking a graphic"
msgstr "ንድፎችን ስታገናኝ _ጠይቀኝ"
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -17973,43 +17973,43 @@ msgid "Volume:"
msgstr "መጠን:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index bd23b77fc07..d6ca3e1cbe9 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
-"PO-Revision-Date: 2023-09-28 13:11+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-11 15:04+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/am/>\n"
"Language: am\n"
@@ -30972,72 +30972,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "ቃላት መቁጠሪያ"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "ቃል እና ባህሪዎች መቁጠሪያ ከ ክፍተት ጋር ወይንም ክፍተት ሳይጨምር: በ አሁኑ ምርጫ እና በ ጠቅላላ ሰነድ ውስጥ: መቁጠሪያው ዘመናዊ እንደሆነ ይቆያል እርስዎ በሚጽፉ ጊዜ ወይንም ምርጫውን ሲቀይሩ:"
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "ቃል እና ባህሪዎች መቁጠሪያ ከ ክፍተት ጋር ወይንም ክፍተት ሳይጨምር: በ አሁኑ ምርጫ እና በ ጠቅላላ ሰነድ ውስጥ: መቁጠሪያው ዘመናዊ እንደሆነ ይቆያል እርስዎ በሚጽፉ ጊዜ ወይንም ምርጫውን ሲቀይሩ:"
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "ቃላቶች"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "ባህሪዎች ክፍተቶችን ጨምሮ"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "ባህሪዎች ክፍተቶችን አያካትትም"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "ምርጫዎች"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "ሰነድ"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Asian characters and Korean syllables"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "መደበኛ ገጾች"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "ቃል እና ባህሪዎች መቁጠሪያ ከ ክፍተት ጋር ወይንም ክፍተት ሳይጨምር: በ አሁኑ ምርጫ እና በ ጠቅላላ ሰነድ ውስጥ: መቁጠሪያው ዘመናዊ እንደሆነ ይቆያል እርስዎ በሚጽፉ ጊዜ ወይንም ምርጫውን ሲቀይሩ "
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/am/uui/messages.po b/source/am/uui/messages.po
index 6cbd56673ac..e9ff2a6750a 100644
--- a/source/am/uui/messages.po
+++ b/source/am/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-09-13 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/am/>\n"
@@ -938,6 +938,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr "~እንደገና መጫኛ"
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/am/xmlsecurity/messages.po b/source/am/xmlsecurity/messages.po
index 268cd183467..018423cd330 100644
--- a/source/am/xmlsecurity/messages.po
+++ b/source/am/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-06-18 21:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/am/>\n"
@@ -621,23 +621,20 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr "የ ታመኑ ምንጮች ማሰናዳት ይቻላል በሚታመኑ ምንጮች tab ገጽ ውስጥ: የ ተፈረሙ ማክሮስ ብቻ ከ ተፈረሙ ምንጮች ማስኬጃድ ይፈቀዳል: በ ተጨማሪ ማንኛውም ማክሮስ ከ ታመነ ፋይል አካባቢ ማስኬድ ይፈቀዳል: ሁሉም ሌሎች ማክሮስ የ እርስዎን ማረጋገጫ ይፈልጋሉ "
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"ከ_ፍተኛ \n"
-"ማክሮስ ከ ታመኑ የ ፋይል ምንጮች ብቻ ማስኬጃ\n"
-"ያልተፈረሙ ማክሮስ ይሰናከላሉ"
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
-msgstr "የ ታመኑ ምንጮች ማሰናዳት ይቻላል በሚታመኑ ምንጮች tab ገጽ ውስጥ: የ ተፈረሙ ማክሮስ ብቻ ከ ተፈረሙ ምንጮች ማስኬጃ ይፈቀዳል: በ ተጨማሪ ማንኛውም ማክሮስ ከ ታመነ ፋይል አካባቢ ማስኬድ ይፈቀዳል "
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
+msgstr ""
#. SDdW5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:86
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 2f7732db33b..359225cafdc 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
@@ -1776,10 +1776,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -9905,10 +9905,10 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
+msgid "Increments:"
msgstr ""
#. F5dVt
@@ -19702,10 +19702,10 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
+msgid "Warn if document contains recorded changes, versions or notes:"
msgstr ""
#. 3yxBp
@@ -20565,152 +20565,152 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
#, fuzzy
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "A~pegar"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr ""
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr ""
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr ""
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr ""
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr ""
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr ""
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr ""
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
index 882a7f662d3..f30633e215f 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
@@ -11684,14 +11684,14 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Comentario anterior"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
+msgid "Shrink text on overflow"
msgstr ""
#. bcYGc
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 7ce3f027a15..8fc1c367c43 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
@@ -19167,375 +19167,368 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactivo"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-#, fuzzy
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "amagau"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Finestra activa"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nombre d'o escenario"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentarios"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Orden ascendent"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Orden descendent"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orden personalizau"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
#, fuzzy
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Quadro de nombre"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Linia de dentrada"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Asistent: Funcions"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aplicar"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancelar"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formula"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuario desconoixiu"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "S'ha ficau una columna"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "S'ha ficau una ringlera "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "S'ha ficau una fuella "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "S'ha eliminau una columna"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "S'ha eliminau una ringlera"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "S'ha eliminau una fuella"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "S'ha moviu un entrevalo"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "O conteniu s'ha modificau"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "O conteniu s'ha modificau"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "S'ha modificau a "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orichinal"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "As modificacions s'han refusau"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Acceptadas"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Refusadas"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Garra dentrada"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
#, fuzzy
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<vuedo>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "No protechiu"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "No protechiu por una clau"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "O hash ye incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "O hash ye compatible"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Torne a escribir-la"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Agrupar"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
#, fuzzy
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
@@ -19543,850 +19536,850 @@ msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "meya"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modo"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variancia"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Aria"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimo"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximo"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cantidat"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr "Poisson"
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimo"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximo"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "meya"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
#, fuzzy
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr ""
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr ""
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "L'adreza de salida no ye valida."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr ""
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuo"
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -20394,19 +20387,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -25402,7 +25395,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -28873,10 +28866,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index fcda638061e..0b83ed38980 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/an/>\n"
@@ -2985,19 +2985,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index 85de2137c3d..6e1d3193c1f 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -3090,10 +3090,10 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Tabla"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
+msgid "Fontwork"
msgstr ""
#. FgChT
@@ -18018,43 +18018,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18078,43 +18078,43 @@ msgid "Volume:"
msgstr ""
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 7f27845ca18..bad397082ba 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/an/>\n"
@@ -31383,72 +31383,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr ""
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr ""
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr ""
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr ""
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Selección"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Documento"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr ""
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr ""
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/an/uui/messages.po b/source/an/uui/messages.po
index a9abcdc1da8..f18de804722 100644
--- a/source/an/uui/messages.po
+++ b/source/an/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-01-17 16:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/an/>\n"
@@ -874,6 +874,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/an/xmlsecurity/messages.po b/source/an/xmlsecurity/messages.po
index d0803827d29..ac3dcf40acb 100644
--- a/source/an/xmlsecurity/messages.po
+++ b/source/an/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-04-17 21:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/an/>\n"
@@ -607,19 +607,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 24785f15cf9..b015a92ef3a 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
@@ -1792,11 +1792,11 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr "نقحِر باستعمال الهنغارية القديمة لو كان اتجاه النص من اليمين إلى اليسار"
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
-msgstr "استبدِل << و >> بعلامات الاقتباس الزاويّة"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
+msgstr ""
#. Rc6Zg
#: cui/inc/strings.hrc:331
@@ -9862,11 +9862,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "الزيادة:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19580,11 +19580,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "التحذير إذا كان المستند يحتوي على تغييرات أو إصدارات أو معلومات مخفية أو ملاحظات مسجلة:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20439,151 +20439,151 @@ msgid "_Not in Dictionary"
msgstr "ليست في القاموس"
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "ألصق"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "أحرف خاصة"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "ل_غة النص:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "استئن_ف"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(لا اقتراحات)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "تدقيق إملاء: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "_صحّح"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "تصحيح ال_كل"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr "يستبدل كل حالات ورود الكلمة المجهولة بالإقتراح الحالي."
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr "أضِف إلى التصحيح التل_قائي"
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr "أضِف الاقتراح المحدد كاستبدال للكلمة الخاطئة في جدول استبدالات التصحيح التلقائي."
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr "يضيف المزدوج الحالي من الكلمة الخاطئة وكلمة الاستبدال إلى جدول استبدالات التصحيح التلقائي."
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "ال_تجاهل مرة"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr "يتخطى الكلمة المجهولة ويتابع بتدقيق الإملاء."
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "ت_جاهل الكل"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "_تجاهل القاعدة"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr "أ_ضِف إلى القاموس"
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "يضيف الكلمة المجهولة إلى قاموس عرّفه المستخدم."
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr "أ_ضِف إلى القاموس"
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "يضيف الكلمة المجهولة إلى قاموس عرّفه المستخدم."
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr "يدقق المستند أو التحديد الحالي بحثًا عن أخطاء إملائية. إذا كانت ملحقة التدقيق النحوي مثبّتة، فالحوار يدقق أيضا بحثًا عن الأخطاء النحوية."
diff --git a/source/ar/helpcontent2/source/text/sbasic/guide.po b/source/ar/helpcontent2/source/text/sbasic/guide.po
index 457cbf9fcd6..b353b6c311c 100644
--- a/source/ar/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ar/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: kimy <kimy747@zohomail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/ar/>\n"
@@ -781,13 +781,13 @@ msgctxt ""
msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
msgstr ""
-#. gKaYD
+#. EUhkx
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id191630538210607\n"
"help.text"
-msgid "<emph>newWidth</emph> is an integer value that defines the line width."
+msgid "<emph>newWidth</emph> is an integer value that defines the line thickness."
msgstr ""
#. 6Tv9V
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared.po b/source/ar/helpcontent2/source/text/sbasic/shared.po
index 894b955186a..f170db7cc79 100644
--- a/source/ar/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ar/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ar/>\n"
@@ -5443,6 +5443,15 @@ msgctxt ""
msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
msgstr ""
+#. 9v8mj
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic IDE where you can write and edit BASIC macros.</ahelp>"
+msgstr ""
+
#. YTpwx
#: 01050000.xhp
msgctxt ""
@@ -5452,13 +5461,49 @@ msgctxt ""
msgid "This section describes the structure of the Basic IDE."
msgstr ""
-#. QFuVt
+#. QG4bc
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
-"par_idN105C9\n"
+"par_id431696550928389\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Macro - Edit Macro</menuitem>."
+msgstr ""
+
+#. zmtUX
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id451696550923767\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Basic</menuitem>."
+msgstr ""
+
+#. FMBZo
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id741696551014785\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Edit Macro</menuitem>."
+msgstr ""
+
+#. TvEWG
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id831696550904634\n"
+"help.text"
+msgid "<image src=\"cmd/lc_basicideappear.svg\" id=\"img_id271696550904635\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661696550904636\">Icon Edit Macro</alt></image>"
+msgstr ""
+
+#. bv9fy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id151696550904638\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+msgid "Edit Macro"
msgstr ""
#. 8Fzvm
diff --git a/source/ar/helpcontent2/source/text/scalc.po b/source/ar/helpcontent2/source/text/scalc.po
index ef7ab659167..b94f6256b5d 100644
--- a/source/ar/helpcontent2/source/text/scalc.po
+++ b/source/ar/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-01-27 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/ar/>\n"
@@ -925,14 +925,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05030100.xhp\">تباعد الأسطر: 1</link>"
-#. aFoMu
+#. j278Y
#: main0203.xhp
msgctxt ""
"main0203.xhp\n"
"hd_id3151073\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05030100.xhp\">تباعد الأسطر: 1</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MXcwv
#: main0203.xhp
diff --git a/source/ar/helpcontent2/source/text/scalc/01.po b/source/ar/helpcontent2/source/text/scalc/01.po
index f5ca264ff3b..275ea5bd66a 100644
--- a/source/ar/helpcontent2/source/text/scalc/01.po
+++ b/source/ar/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ar/>\n"
@@ -71071,13 +71071,13 @@ msgctxt ""
msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
msgstr ""
-#. bsCDU
+#. JAK9i
#: sparklines.xhp
msgctxt ""
"sparklines.xhp\n"
"par_id701654174850309\n"
"help.text"
-msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
msgstr ""
#. CAGGB
diff --git a/source/ar/helpcontent2/source/text/shared.po b/source/ar/helpcontent2/source/text/shared.po
index c9121c46429..013f8030f2a 100644
--- a/source/ar/helpcontent2/source/text/shared.po
+++ b/source/ar/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -466,13 +466,13 @@ msgctxt ""
msgid "Help"
msgstr ""
-#. NncHM
+#. xvsDi
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/shared/main0108.xhp\">Help</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/main0108.xhp#help\">Help</link></variable>"
msgstr ""
#. 2BAjw
@@ -502,13 +502,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr ""
-#. SPpw7
+#. gE5WX
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"par_idN1064A\n"
"help.text"
-msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
+msgid "<image id=\"img_id1619006\" src=\"cmd/lc_helpindex.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
msgstr ""
#. iPjUH
@@ -574,24 +574,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
msgstr ""
-#. s2hmB
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id230120170903409011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
-msgstr ""
-
-#. JEuaK
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id281120160939285779\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
-msgstr ""
-
#. 4BvDS
#: main0108.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index c93211fa259..46d2905beda 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ar/>\n"
@@ -1834,22 +1834,22 @@ msgctxt ""
msgid "Line Color"
msgstr ""
-#. eEzbX
+#. VVizS
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3156214\n"
"help.text"
-msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
+msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Thickness</alt></image>"
msgstr ""
-#. CWENi
+#. 5Cu38
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3163044\n"
"help.text"
-msgid "Line Width"
+msgid "Line Thickness"
msgstr ""
#. e6Tjh
@@ -6721,6 +6721,15 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
+#. So26P
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
+msgstr ""
+
#. ZPFVB
#: 00000401.xhp
msgctxt ""
@@ -7396,6 +7405,15 @@ msgctxt ""
msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
+#. K27sL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301696601166240\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Close</menuitem>."
+msgstr ""
+
#. j2bbo
#: 00000401.xhp
msgctxt ""
@@ -7819,6 +7837,42 @@ msgctxt ""
msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
msgstr ""
+#. Cj7Vy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151696979496544\n"
+"help.text"
+msgid "Choose <menuitem>File - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. gpBbN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id401696979691108\n"
+"help.text"
+msgid "On the <menuitem>File</menuitem> menu of the <menuitem>File</menuitem> tab, choose <menuitem>Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. qFweF
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id111696979591663\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signpdf.svg\" id=\"img_id211696979591664\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941696979591665\">Icon Sign Existing PDF</alt></image>"
+msgstr ""
+
+#. 7Y22E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id61696979591667\n"
+"help.text"
+msgid "Sign Existing PDF"
+msgstr ""
+
#. sEWvE
#: 00000401.xhp
msgctxt ""
@@ -10276,31 +10330,58 @@ msgctxt ""
msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
msgstr ""
-#. oTQwa
+#. jDmLG
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id511543350796749\n"
+"par_id691696518479718\n"
"help.text"
-msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell</emph>.</variable>"
+msgid "Choose <menuitem>Tools</menuitem> - <menuitem>Run Macro</menuitem>."
msgstr ""
-#. wfHqY
+#. dCLWy
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id661543350803067\n"
+"par_id721696518496489\n"
"help.text"
-msgid "<variable id=\"javascript\">Choose <emph>Tools - Macros - Organize Macros - JavaScript</emph>.</variable>"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Run Macro</menuitem>."
msgstr ""
-#. Vcght
+#. A8ueX
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id441543350811395\n"
+"par_id181696518514350\n"
"help.text"
-msgid "<variable id=\"python\">Choose <emph>Tools - Macros - Organize Macros - Python</emph>.</variable>"
+msgid "<image src=\"cmd/lc_runmacro.svg\" id=\"img_id381696518514351\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891696518514352\">Icon Run Macro</alt></image>"
+msgstr ""
+
+#. jd3DH
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id411696518514354\n"
+"help.text"
+msgid "Run Macro"
+msgstr ""
+
+#. RUDaN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id511543350796749\n"
+"help.text"
+msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell/Javascript/Python</emph>.</variable>"
+msgstr ""
+
+#. 68Q68
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id11696549226113\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Javascript/Beanshell/Python</menuitem>."
msgstr ""
#. RDiDr
@@ -10312,6 +10393,33 @@ msgctxt ""
msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr ""
+#. ca98C
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id841696518104105\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Record Macro</menuitem>."
+msgstr ""
+
+#. GnUaa
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id981696518124818\n"
+"help.text"
+msgid "<image src=\"cmd/lc_macrorecorder.svg\" id=\"img_id651696518124819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601696518124820\">Icon Record Macro</alt></image>"
+msgstr ""
+
+#. AjGq5
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id21696518124821\n"
+"help.text"
+msgid "Record Macro"
+msgstr ""
+
#. feCZF
#: 00000406.xhp
msgctxt ""
@@ -10339,6 +10447,24 @@ msgctxt ""
msgid "<variable id=\"packagemanager\">Choose <menuitem>Tools - Extensions</menuitem>.</variable>"
msgstr ""
+#. 9CDkf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id821696592533769\n"
+"help.text"
+msgid "On the <menuitem>Extension</menuitem> menu of the <menuitem>Extension</menuitem> tab, choose <menuitem>Extensions</menuitem>."
+msgstr ""
+
+#. rEyqx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id281696592674749\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + E</keycode>"
+msgstr ""
+
#. vW6NM
#: 00000406.xhp
msgctxt ""
@@ -10348,13 +10474,22 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <menuitem>Tools - Extensions</menuitem>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. sPJ9b
+#. 4fmet
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
+
+#. 57Aoy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id691696596260202\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
msgstr ""
#. FDFcn
@@ -10384,6 +10519,15 @@ msgctxt ""
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph>.</variable>"
msgstr ""
+#. TvBGQ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
+msgstr ""
+
#. e3TA3
#: 00000406.xhp
msgctxt ""
@@ -18043,6 +18187,33 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
+#. famFq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id561696881820809\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem> tab."
+msgstr ""
+
+#. iv23s
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801696881885072\n"
+"help.text"
+msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
+msgstr ""
+
+#. bCJJD
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001696881885075\n"
+"help.text"
+msgid "Track Changes"
+msgstr ""
+
#. FtngJ
#: edit_menu.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 2c9a3bc3e66..3f748c5fa97 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ar/>\n"
@@ -2203,60 +2203,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\">Import and Export Filters</link>"
msgstr ""
-#. ACQZh
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Remote..."
-msgstr ""
-
-#. 5CFDT
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"bm_id1001513636856122\n"
-"help.text"
-msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
-msgstr ""
-
-#. jwbkQ
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020001.xhp\">Open Remote</link>"
-msgstr ""
-
-#. 5DG6r
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. 8aZPe
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. CvHwd
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. FJF7F
#: 01020101.xhp
msgctxt ""
@@ -2527,60 +2473,6 @@ msgctxt ""
msgid "When you edit an <emph>AutoText</emph> entry, this command changes to <emph>Save AutoText</emph>."
msgstr ""
-#. 7diuV
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Remote..."
-msgstr ""
-
-#. uZ8c4
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"bm_id381513636896997\n"
-"help.text"
-msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
-msgstr ""
-
-#. 4dZ5D
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
-msgstr ""
-
-#. TL55A
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. jpc76
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. tuPvp
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. qU9Ae
#: 01060002.xhp
msgctxt ""
@@ -27223,22 +27115,22 @@ msgctxt ""
msgid "<variable id=\"farbetext\"><ahelp hid=\".\">Select a color for the line.</ahelp></variable>"
msgstr ""
-#. gVaax
+#. XSoG2
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"hd_id3159234\n"
"help.text"
-msgid "Widths"
-msgstr "العرض"
+msgid "Thickness"
+msgstr ""
-#. ZdQdF
+#. ow9wS
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
+msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the thickness for the line. You can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium.</ahelp></variable>"
msgstr ""
#. hG52Y
@@ -27628,13 +27520,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr ""
-#. nGun3
+#. 2oYvW
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "Fit to line width"
+msgid "Fit to line thickness"
msgstr ""
#. XUZuK
@@ -28033,6 +27925,42 @@ msgctxt ""
msgid "Use the slide background as a fill. This differs from \"None\" in that the area is actually filled with the slide background at that location, instead of simply showing what is behind the shape."
msgstr ""
+#. fHkWx
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id661696079947729\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/area-fill-none-same-vs-background.png\" id=\"img_id871696079947730\" width=\"700px\" height=\"392px\"><alt id=\"alt_id991696079947732\">Illustration of different fill styles.</alt></image>"
+msgstr ""
+
+#. bGYMC
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id221696080666194\n"
+"help.text"
+msgid "<emph>Use Background</emph>: the object area is filled with the background fill. The object covers the blue circle."
+msgstr ""
+
+#. mPeAP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id331696080747331\n"
+"help.text"
+msgid "<emph>Fill</emph>: The object uses the same gradient fill of the background. The object covers the blue circle."
+msgstr ""
+
+#. BtnCt
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id991696080772879\n"
+"help.text"
+msgid "<emph>None</emph>: the object does not have a fill. The blue circle is visible though the object."
+msgstr ""
+
#. CiGCw
#: 05210100.xhp
msgctxt ""
@@ -41506,31 +41434,22 @@ msgctxt ""
msgid "Lets you record or organize and edit macros."
msgstr ""
-#. irkNP
-#: 06130001.xhp
-msgctxt ""
-"06130001.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>"
-msgstr ""
-
-#. S7Bf5
+#. 2BBvC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
-"par_idN105EB\n"
+"par_id671696515705748\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
+msgid "Choose <menuitem>Tools - Macros</menuitem>."
msgstr ""
-#. H4TdC
+#. 3autC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
"hd_id821582666527674\n"
"help.text"
-msgid "Edit Macros"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\">Edit Macros</link>"
msgstr ""
#. 9SRC2
@@ -41587,13 +41506,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06130010.xhp\">Record Macro</link>"
msgstr "<link href=\"text/shared/01/05250000.xhp\">طبقة</link>"
-#. 9pC9X
+#. YVYd9
#: 06130010.xhp
msgctxt ""
"06130010.xhp\n"
"par_id3152952\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+msgstr ""
+
+#. g77cQ
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id41696516696703\n"
+"help.text"
+msgid "Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
#. yAEQN
@@ -41632,13 +41560,13 @@ msgctxt ""
msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>"
msgstr ""
-#. io7eF
+#. FCo6F
#: 06130020.xhp
msgctxt ""
"06130020.xhp\n"
"hd_id131571264310511\n"
"help.text"
-msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Basic Macro selector</link></variable>"
+msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Run Macro</link></variable>"
msgstr ""
#. VEFaS
@@ -41704,13 +41632,13 @@ msgctxt ""
msgid "Scripts"
msgstr ""
-#. T2aee
+#. FWBvE
#: 06130030.xhp
msgctxt ""
"06130030.xhp\n"
"bm_id401571328832739\n"
"help.text"
-msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>"
+msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>python scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value> <bookmark_value>run scripts;python</bookmark_value>"
msgstr ""
#. HTxG8
@@ -46348,13 +46276,13 @@ msgctxt ""
msgid "Columns Before"
msgstr ""
-#. sWRAW
+#. GBFVg
#: InsertColumnsBefore.xhp
msgctxt ""
"InsertColumnsBefore.xhp\n"
"bm_id891693667456028\n"
"help.text"
-msgid "<bookmark_value>row;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
+msgid "<bookmark_value>column;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
msgstr ""
#. CY8pB
@@ -46384,13 +46312,13 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
msgstr ""
-#. FhyP5
+#. gQwyE
#: InsertRowsAfter.xhp
msgctxt ""
"InsertRowsAfter.xhp\n"
"tit\n"
"help.text"
-msgid "Rows Above"
+msgid "Rows Below"
msgstr ""
#. RPFLA
@@ -46474,6 +46402,60 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_rows\">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
msgstr ""
+#. ChrM6
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Remote..."
+msgstr ""
+
+#. B3mxK
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"bm_id1001513636856122\n"
+"help.text"
+msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
+msgstr ""
+
+#. S47A9
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/OpenRemote.xhp\">Open Remote</link>"
+msgstr ""
+
+#. v9WbL
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. EANHv
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. P3SiE
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. XWLXe
#: Protect.xhp
msgctxt ""
@@ -46807,6 +46789,60 @@ msgctxt ""
msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>"
msgstr ""
+#. 9C4FB
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Remote..."
+msgstr ""
+
+#. TFtfJ
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"bm_id381513636896997\n"
+"help.text"
+msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
+msgstr ""
+
+#. o6H8r
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
+msgstr ""
+
+#. Aarnv
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveAsRemote\">Saves a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. SW2xR
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. X5DLr
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. MzXDj
#: SelectColumns.xhp
msgctxt ""
@@ -47131,6 +47167,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>"
msgstr ""
+#. ZTUCC
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Signature Menu"
+msgstr ""
+
+#. 74Aca
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"hd_id711696976034790\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/SignaturesMenu.xhp\">Digital Signature Menu</link></variable>"
+msgstr ""
+
+#. CDXV5
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id921696976034792\n"
+"help.text"
+msgid "Opens a menu for digital signature commands."
+msgstr ""
+
+#. B7UTd
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id651696976140932\n"
+"help.text"
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
#. 3xUAD
#: SpellOnline.xhp
msgctxt ""
@@ -47338,6 +47410,96 @@ msgctxt ""
msgid "<link href=\"text/swriter/main0115.xhp\">Styles menu</link>"
msgstr ""
+#. EGCCM
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tip of the Day"
+msgstr ""
+
+#. S5haD
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"bm_id221696342632214\n"
+"help.text"
+msgid "<bookmark_value>tip of the day</bookmark_value>"
+msgstr ""
+
+#. sBBUu
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id731696335264826\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/TipOfTheDay.xhp\">Tip of the Day</link></variable>"
+msgstr ""
+
+#. GVFka
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id71696335264830\n"
+"help.text"
+msgid "Displays a dialog box with a usage tip. The <menuitem>Tip of the Day</menuitem> contains a collection of tips that helps to better use %PRODUCTNAME resources."
+msgstr ""
+
+#. FYs4N
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id531696335423019\n"
+"help.text"
+msgid "Choose <menuitem>Help - Show Tip of the Day</menuitem>."
+msgstr ""
+
+#. 8jSi3
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id871696336247832\n"
+"help.text"
+msgid "The tips are cycled in a list of hundreds tips."
+msgstr ""
+
+#. XHnvL
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id41696335799193\n"
+"help.text"
+msgid "Show tips on startup"
+msgstr ""
+
+#. FATmk
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id541696336144323\n"
+"help.text"
+msgid "Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules."
+msgstr ""
+
+#. Ts5rK
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id501696336224725\n"
+"help.text"
+msgid "Next Tip"
+msgstr ""
+
+#. PFBF4
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id311696336194109\n"
+"help.text"
+msgid "Shows the next tip in the <emph>Tip of the Day</emph> list."
+msgstr ""
+
#. qQPR5
#: about_meta_tags.xhp
msgctxt ""
@@ -50785,13 +50947,13 @@ msgctxt ""
msgid "Choose menu <menuitem>View - User Interface</menuitem>"
msgstr ""
-#. LQf7z
+#. tCoKD
#: notebook_bar.xhp
msgctxt ""
"notebook_bar.xhp\n"
-"par_id61686342056429\n"
+"par_id631696600350892\n"
"help.text"
-msgid "On the tabs row menu, choose <menuitem>User Interface</menuitem>."
+msgid "On the top right menu (☰), choose <menuitem>User Interface</menuitem>."
msgstr ""
#. aGRwD
@@ -51352,13 +51514,13 @@ msgctxt ""
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr ""
-#. wA7Aa
+#. Bh9s6
#: packagemanager.xhp
msgctxt ""
"packagemanager.xhp\n"
"par_id941619265371175\n"
"help.text"
-msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. By default, installation and removal are enabled."
+msgid "For security reasons, the installation and removal of extensions are <emph>enabled</emph> and are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. To disable extensions installation or removal, search for the string <literal>ExtensionManager</literal> in the Expert Configuration search box and set properties <literal>DisableExtensionRemoval</literal> to <literal>true</literal> and/or <literal>DisableExtensionInstallation</literal> to <literal>true</literal>."
msgstr ""
#. AEioS
@@ -52261,13 +52423,13 @@ msgctxt ""
msgid "<bookmark_value>profile;safe mode</bookmark_value>"
msgstr ""
-#. LnM3u
+#. WGBcP
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"hd_id281120160939034500\n"
"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
msgstr ""
#. AMQrf
@@ -52288,6 +52450,15 @@ msgctxt ""
msgid "Choose <emph>Help - Restart in Safe Mode</emph>."
msgstr ""
+#. AhRXd
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id271696345273532\n"
+"help.text"
+msgid "From a command line"
+msgstr ""
+
#. GgV84
#: profile_safe_mode.xhp
msgctxt ""
@@ -52297,13 +52468,13 @@ msgctxt ""
msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
msgstr ""
-#. JFyZA
+#. jnwDe
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"par_id281120163154363\n"
"help.text"
-msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry"
msgstr ""
#. jBGEE
@@ -55609,6 +55780,105 @@ msgctxt ""
msgid "When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area."
msgstr ""
+#. myGoD
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"tit\n"
+"help.text"
+msgid "Search Commands"
+msgstr ""
+
+#. LBGY4
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"bm_id8215627973621527\n"
+"help.text"
+msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
+msgstr ""
+
+#. epMgP
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"hd_id951627860296699\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/search_commands.xhp\">Search Commands</link></variable>"
+msgstr ""
+
+#. fVXLC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id3155069\n"
+"help.text"
+msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
+msgstr ""
+
+#. XFXXZ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id41628622450782\n"
+"help.text"
+msgid "This feature is available in Writer, Calc, Impress and Draw."
+msgstr ""
+
+#. heTMY
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795750725\n"
+"help.text"
+msgid "Choose <menuitem>Help - Search Commands</menuitem>."
+msgstr ""
+
+#. J8RCb
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795754587\n"
+"help.text"
+msgid "<keycode>Shift + Esc</keycode>"
+msgstr ""
+
+#. 9gqGJ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id631628621951493\n"
+"help.text"
+msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
+msgstr ""
+
+#. LBa6c
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id991628622249416\n"
+"help.text"
+msgid "To execute a command:"
+msgstr ""
+
+#. CJ4EC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id521628622272041\n"
+"help.text"
+msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
+msgstr ""
+
+#. uEWNu
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id551628622272467\n"
+"help.text"
+msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
+msgstr ""
+
#. wTQMX
#: securitywarning.xhp
msgctxt ""
@@ -55915,13 +56185,13 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr ""
-#. rNCsL
+#. E7TF2
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Signing Existing PDF files</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Sign Existing PDF</link></variable>"
msgstr ""
#. RM32g
@@ -55933,13 +56203,13 @@ msgctxt ""
msgid "%PRODUCTNAME can digitally sign an existing PDF document."
msgstr ""
-#. F6Dem
+#. 5hbUa
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"par_id821526581027302\n"
"help.text"
-msgid "The file opens in %PRODUCTNAME Draw in read only mode."
+msgid "The PDF document opens in %PRODUCTNAME Draw in read only mode."
msgstr ""
#. hTFFk
@@ -56293,13 +56563,13 @@ msgctxt ""
msgid "Display the set of available themes for the document. To apply a theme to the document, double click on the selected theme."
msgstr ""
-#. wKFJi
+#. swAJK
#: themesdialog.xhp
msgctxt ""
"themesdialog.xhp\n"
"par_id671691099443625\n"
"help.text"
-msgid "The top left theme in the Available theme area is the current applied theme."
+msgid "The top left theme in the Available Themes area is the current applied theme."
msgstr ""
#. e3hWL
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index a976f328813..5641976a1e8 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-26 20:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ar/>\n"
@@ -9187,6 +9187,15 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Development Tools</menuitem>"
msgstr ""
+#. j3uGp
+#: dev_tools.xhp
+msgctxt ""
+"dev_tools.xhp\n"
+"par_id631696591521985\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Development Tools</menuitem>."
+msgstr ""
+
#. G6m74
#: dev_tools.xhp
msgctxt ""
@@ -13048,13 +13057,13 @@ msgctxt ""
msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click."
msgstr ""
-#. pzMsR
+#. ApzsS
#: fontwork.xhp
msgctxt ""
"fontwork.xhp\n"
"par_idN108D5\n"
"help.text"
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line thickness, line color, fill color, fill style, and more."
msgstr ""
#. gKRx3
@@ -17224,13 +17233,13 @@ msgctxt ""
msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link></variable>"
msgstr ""
-#. dFTvK
+#. BsBtB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
+msgid "You can incorporate lines into your text with custom angles, thickness, color, and other attributes."
msgstr ""
#. DJVXk
@@ -17305,13 +17314,13 @@ msgctxt ""
msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr ""
-#. eXpdG
+#. NjGFB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3159149\n"
"help.text"
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, thickness or other attribute."
msgstr ""
#. Faaqb
@@ -17395,13 +17404,13 @@ msgctxt ""
msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr ""
-#. j98Cn
+#. wCvrS
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id641804\n"
"help.text"
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
+msgid "When you enter a line thickness, you can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium."
msgstr ""
#. 8jSF6
@@ -17548,13 +17557,13 @@ msgctxt ""
msgid "Specify the line options that you want."
msgstr ""
-#. 6RrtT
+#. dpGSC
#: linestyle_define.xhp
msgctxt ""
"linestyle_define.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
+msgid "To specify the length of the line as a percentage of the line thickness, select <emph>Fit to line thickness</emph>."
msgstr ""
#. LuLsY
@@ -17629,31 +17638,31 @@ msgctxt ""
msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr ""
-#. j3Rys
+#. DUvuh
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+msgid "Click the <emph>Line</emph> icon<image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
msgstr ""
-#. BFkVG
+#. sV2uK
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+msgid "Click the <emph>Arrow Styles</emph> icon<image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
msgstr ""
-#. 9vEbC
+#. FF8im
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
+msgid "Select a style from the <emph>Line Style</emph> box and specify the thickness in the <emph>Line Thickness</emph> box. A thickness of 0 corresponds to 1 pixel."
msgstr ""
#. RqQJP
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index 9088ed4af59..1adc420efd9 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-01-12 14:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ar/>\n"
@@ -88,6 +88,24 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
+#. DBDcH
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Options</menuitem>."
+msgstr ""
+
+#. qGR9U
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id531696596793952\n"
+"help.text"
+msgid "<keycode>Alt + F12</keycode>"
+msgstr ""
+
#. WS53M
#: 01000000.xhp
msgctxt ""
@@ -17611,105 +17629,6 @@ msgctxt ""
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
msgstr ""
-#. myGoD
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"tit\n"
-"help.text"
-msgid "Search Commands"
-msgstr ""
-
-#. LBGY4
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"bm_id8215627973621527\n"
-"help.text"
-msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
-msgstr ""
-
-#. dg8JC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"hd_id951627860296699\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Search Commands</link></variable>"
-msgstr ""
-
-#. fVXLC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id3155069\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
-msgstr ""
-
-#. rgr85
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795750725\n"
-"help.text"
-msgid "Choose <menuitem>Help - Search Commands</menuitem>"
-msgstr ""
-
-#. 2jAJE
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795754587\n"
-"help.text"
-msgid "Use the shortcut <emph>Shift + Esc</emph>"
-msgstr ""
-
-#. 9gqGJ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id631628621951493\n"
-"help.text"
-msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
-msgstr ""
-
-#. LBa6c
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id991628622249416\n"
-"help.text"
-msgid "To execute a command:"
-msgstr ""
-
-#. CJ4EC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id521628622272041\n"
-"help.text"
-msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
-msgstr ""
-
-#. uEWNu
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id551628622272467\n"
-"help.text"
-msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
-msgstr ""
-
-#. XFXXZ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id41628622450782\n"
-"help.text"
-msgid "This feature is available in Writer, Calc, Impress and Draw."
-msgstr ""
-
#. uqPJR
#: securityoptionsdialog.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/simpress.po b/source/ar/helpcontent2/source/text/simpress.po
index f4a54cce0cb..eafe307d5af 100644
--- a/source/ar/helpcontent2/source/text/simpress.po
+++ b/source/ar/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -583,13 +583,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr ""
-#. zqDnR
+#. UuP9J
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"par_id651683559196525\n"
"help.text"
-msgid "With no object selected in the workspace, if you set the shape attributes like line width, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
+msgid "With no object selected in the workspace, if you set the shape attributes like line thickness, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
msgstr ""
#. 7ASCP
@@ -601,13 +601,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr ""
-#. GDMdV
+#. RECCJ
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"hd_id3159184\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
msgstr ""
#. yn72z
diff --git a/source/ar/helpcontent2/source/text/swriter.po b/source/ar/helpcontent2/source/text/swriter.po
index e01cf638ef9..f9fa1f20571 100644
--- a/source/ar/helpcontent2/source/text/swriter.po
+++ b/source/ar/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ar/>\n"
@@ -1006,13 +1006,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr ""
-#. sbQFC
+#. 2j7Q4
#: main0205.xhp
msgctxt ""
"main0205.xhp\n"
"hd_id3147818\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
msgstr ""
#. MAqKS
diff --git a/source/ar/helpcontent2/source/text/swriter/librelogo.po b/source/ar/helpcontent2/source/text/swriter/librelogo.po
index ab9afa6d487..3ddcea67038 100644
--- a/source/ar/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/ar/helpcontent2/source/text/swriter/librelogo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2017-05-07 21:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -223,13 +223,13 @@ msgctxt ""
msgid "Graphical user interface of basic turtle settings"
msgstr ""
-#. oa3dx
+#. eEgBe
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_415\n"
"help.text"
-msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
+msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
msgstr ""
#. fqYbT
@@ -907,13 +907,13 @@ msgctxt ""
msgid "PENSIZE (ps)"
msgstr ""
-#. oFoEH
+#. VkDQq
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_1130\n"
"help.text"
-msgid "PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
+msgid "PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
msgstr ""
#. vD65H
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index dbd8b4d53bf..723760ba2b3 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
@@ -11044,15 +11044,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "التعليق السابق"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "احتواء تلقائي للنص"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index fa9919b207c..eace73b3e88 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
@@ -17810,256 +17810,249 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "غير نشط"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-#, fuzzy
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "مخفي"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "النافذة النشطة"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "اسم السيناريو"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "تعليق"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "فرز تصاعدي"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "فرز تنازلي"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "فرز مخصص"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "مربع الاسم"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "سطر اﻹدخال"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "مرشد الدوال"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "قبول"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "ألغِ"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "المعادلة"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "وسّع شريط المعادلة"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "طي شريط المعادلة"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "مستخدم غير معروف"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "تم إدارج العمود"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "تم إدارج السطر "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "تم إدارج الورقة "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "تم حذف العمود"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "تم حذف السطر"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "تم حذف الورقة"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "تم نقل النطاق"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "تم تغيير المحتويات"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "تم تغيير المحتويات"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "تم التغيير إلى "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "الأصل"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "تم رفض التغييرات"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "مقبول"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "مرفوض"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "لا يوجد إدخال"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<فارغ>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "غير محمي"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "ليس محميا بكلمة سر"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "التجزئة غير متوافقة"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "التجزئة متوافقة"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "إعادة كتابة"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "معدّل التحرّك"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
@@ -18067,111 +18060,111 @@ msgstr "~تجانس أسي..."
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "تجميع"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "المجموع"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ترابط"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18179,13 +18172,13 @@ msgstr "ترابط"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "التّغاير"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18193,833 +18186,833 @@ msgstr "التّغاير"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "إحصائيات تف~صيلية..."
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "متوسط"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "الوضع"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "الوسائط"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "المتغير"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "التحديد القياسي"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "المجال"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "الأدنى"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "الأقصى"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "المجموع"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "العدد"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "عادي"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "الهندسة"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "الحد الأدنى"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "الحد الأقصى"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "متوسط"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "التحديد القياسي"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "الوسائط"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "سيجما"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "عمود %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "صف %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "ألفا"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "المتغير"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "المتغير"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "العمليات:"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "خطّي"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "لوغارثميّ"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "الأس"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "قاطِع"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "إتاحة التحديث"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "لا تتوفر بيانات مستخدم."
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(وصول حصري)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "خط شعرة (%s نقطة)"
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "رفيع جدا (%s نقطة)"
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "رفيع (%s نقطة)"
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "عريض (%s نقطة)"
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "عريض جدا (%s نقطة)"
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "خط شعرة مزدوج (%s نقطة)"
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "رفيع/متوسط (%s نقطة)"
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "متوسط/خط شعرة (%s نقطة)"
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -19027,19 +19020,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -23970,7 +23963,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27381,10 +27374,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index 95041fd5711..e5e4c395e63 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ar/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540149332.000000\n"
#. bHbFE
@@ -3044,19 +3044,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "أغلق كدس الشريط الجانبي"
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index abacdb60199..96b6669e29e 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
@@ -3078,12 +3078,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "الجداول"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
-#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "معمل الخطوط"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -18028,43 +18027,43 @@ msgid "_Ask when linking a graphic"
msgstr "ا_سأل عند ربط الرسوم"
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18089,43 +18088,43 @@ msgid "Volume:"
msgstr "وحدة التخزين"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index e7d6f9549d6..faa3c11aad6 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
@@ -31099,72 +31099,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "عدد الكلمات"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "يُحصي الكلمات والمحارف، مع ألفراغات أو دونها، في التحديد الحالي وفي مجمل المستند. يبقى الإحصاء محدَّثًا كلما كتبت أو غيرت التحديد."
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "يُحصي الكلمات والمحارف، مع ألفراغات أو دونها، في التحديد الحالي وفي مجمل المستند. يبقى الإحصاء محدَّثًا كلما كتبت أو غيرت التحديد."
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "كلمات"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "محارف ومن ضمنها المسافات"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "محارف باستثناء المسافات"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "التحديد"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "مستند"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "محارف آسيوية ومقاطع كورية"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "صفحات معايَرة"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "يُحصي الكلمات والمحارف، مع ألفراغات أو دونها، في التحديد الحالي وفي مجمل المستند. يبقى الإحصاء محدَّثًا كلما كتبت أو غيرت التحديد."
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/ar/uui/messages.po b/source/ar/uui/messages.po
index b2ac7b53f42..d6c4796c24a 100644
--- a/source/ar/uui/messages.po
+++ b/source/ar/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ar/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1522251321.000000\n"
#. DLY8p
@@ -923,6 +923,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/ar/xmlsecurity/messages.po b/source/ar/xmlsecurity/messages.po
index 1cfbbb0dccc..28d85181701 100644
--- a/source/ar/xmlsecurity/messages.po
+++ b/source/ar/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-08-10 11:57+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ar/>\n"
@@ -618,22 +618,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"_عالٍ.\n"
-"فقط الماكروهات التي وقّعتها مصادر موثوقة مسموح تشغيلها.\n"
-"الماكروهات غير الموقّعة معطّلة."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 3fb83b09fd1..5a920ce782a 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2021-05-13 23:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/as/>\n"
@@ -1799,10 +1799,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -10039,12 +10039,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
-#, fuzzy
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "বৃদ্ধি"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -20044,11 +20043,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "যদি দস্তাবেজটোত ৰেকৰ্ড কৰা পৰিৱৰ্তনসমূহ, সংস্কৰণসমূহ, গোপণ তথ্য অথবা টোকাসমূহ অন্তৰ্ভুক্ত হৈ আছে সতৰ্ক কৰিব:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20923,154 +20922,154 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "আঠা লগাওক"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
#, fuzzy
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "বিশেষ আখৰসমূহ"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
#, fuzzy
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "লিখনী ভাষা (_e)"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "অব্যাহত ৰাখক (_u)"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(কোনো পৰামৰ্শ নাই)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "বানান: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
#, fuzzy
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "সঠিক (_C)"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "সকলো শুদ্ধ কৰক (_l)"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "এবাৰ উপেক্ষা কৰক (_I)"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "সকলো উপেক্ষা কৰক (_g)"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "নিয়ম উপেক্ষা কৰক (_g)"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 66b6e867eba..d8179084b86 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
@@ -11160,15 +11160,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "পূৰ্বৱৰ্তী মন্তব্য"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "লিখনী স্বচালিতভাৱে খাপ খুৱাওক"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index 07bbec5cacb..980385bd309 100644
--- a/source/as/sc/messages.po
+++ b/source/as/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/as/>\n"
@@ -17888,248 +17888,241 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-#, fuzzy
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "লুকুৱাই থোৱা"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "সক্রিয় উইণ্ড'"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "ছীনাৰিঅ'ৰ নাম"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "বিষয়সূচী (_C)"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "আৰোহণ কৰি আছে"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "অৱৰোহণ কৰি আছে"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "স্বনিৰ্বাচিত সজোৱা"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "নাম বাকছ"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ইনপুট ৰেখা"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ফলন উইজাৰ্ড"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "স্বীকাৰ কৰক"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "বাতিল কৰক"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "সূত্র"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "সূত্ৰ বাৰ প্ৰসাৰণ কৰক"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "সূত্ৰ বাৰ স্খলিত কৰক"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "অজ্ঞাত ব্যৱহাৰকাৰী"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "স্তম্ভ অন্তর্ভূক্ত কৰা হ'ল"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "শাৰী সুমুৱা হল "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "শ্বিট সুমুৱা হল "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "স্তম্ভ মচি পেলোৱা হ'ল"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "শাৰী মচি পেলোৱা হ'ল"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "শ্বিট মচি পেলোৱা হ'ল"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "বিস্তাৰ নিয়া হ'ল"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "পৰিবৰ্তন কৰা সমল"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "পৰিবৰ্তন কৰা সমল"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "চিহ্নিত বস্তুলৈ পৰিবৰ্তন কৰা হল "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "প্রকৃত"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "পৰিবৰ্তনবোৰ অস্বীকাৰ কৰা হল"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "স্বীকৃত"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "অস্বীকৃত"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "কোনো প্রৱিষ্টি নাই"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<empty>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "সুৰক্ষীত নহয়"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "পাছৱাৰ্ড সুৰক্ষীত নহয়"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "হেষ অসংগত"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "হেষ সংগত"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "পুনৰ সুমুৱাওক"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
@@ -18137,7 +18130,7 @@ msgstr "গতিশীল গড়"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
@@ -18145,122 +18138,122 @@ msgstr "গনকীয় নিমজতা"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "অপৰৰ বিশ্লেষণ"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - এটা কাৰক"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - দুটা কাৰক"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "গোট"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "দলৰ মাজত"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "দলৰ অন্তৰ্গত"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "ভেদৰ উৎস"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "সর্বমুঠ"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ক'ৰিলেষণ"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18268,14 +18261,14 @@ msgstr "ক'ৰিলেষণ"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
#, fuzzy
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "কভেৰিয়েন্স"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18283,241 +18276,241 @@ msgstr "কভেৰিয়েন্স"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "বিৱৰিত পৰিসংখ্যা"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "গড়"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "প্ৰামাণিক ত্ৰুটি"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ধৰণ"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "মিডিয়ান"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ভেৰিয়েন্স"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "স্টেণ্ডাৰ্ড ডিভিয়েষণ"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "কাৰ্টচিচ"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "স্কুনেচ"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "বিস্তাৰ"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "নূন্যতম"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "সৰ্বাধিক"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "সমষ্টি"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "গণনা"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "যাদৃচ্ছিক ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
#, fuzzy
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "সুষম"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
#, fuzzy
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "সুষম পূৰ্ণসংখ্যা"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "স্বাভাৱিক"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
#, fuzzy
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "কচি"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "বাৰ্নলি"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "দ্বিপদ"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "চি বৰ্গ"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "জ্যামিতিক"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "ঋণাত্মক দ্বিপদ"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "নূন্যতম"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "সৰ্বাধিক"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "গড়"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "স্টেণ্ডাৰ্ড ডিভিয়েষণ"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "মিডিয়ান"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "ছিগমা"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p মান"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "ট্ৰায়েলসমূহৰ সংখ্যা"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18525,7 +18518,7 @@ msgstr "nu মান"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
@@ -18533,354 +18526,354 @@ msgstr "নমুনা"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
#, fuzzy
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "F-test"
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "F-test"
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "স্তম্ভ %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "শাৰী %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "আলফা"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "চলক ১"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "চলক ২"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "প্ৰকল্পিত গড় পাৰ্থক্য"
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "চোৱা"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "চোৱা গড় পাৰ্থক্য"
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-value"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "ৰৈখিক"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "লগাৰিথিমিক"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "পাৱাৰ"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "ৰিগ্ৰেষণ ধৰণ"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ইন্টাৰনেট"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
#, fuzzy
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) ৰাইট-টেইল"
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F ক্ৰিটিকেল ৰাইট-টেইল"
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) বাঁও-টেইল"
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F ক্ৰিটিকেল বাঁও-টেইল"
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P টু-টেইল"
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
@@ -18888,49 +18881,49 @@ msgstr "F ক্ৰিটিকেল টু-টেইল"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "পিয়াৰচন কৰিলেষণ"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "পাৰ্থক্যবোৰৰ অপৰ"
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
#, fuzzy
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
#, fuzzy
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) এটা-টেইল"
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ক্ৰিটিকেল এটা-টেইল"
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
#, fuzzy
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) দুটা-টেইল"
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
@@ -18938,40 +18931,40 @@ msgstr "t ক্ৰিটিকেল দুটা-টেইল"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
#, fuzzy
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (T<=t) এটা-টেইল"
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "t ক্ৰিটিকেল এটা-টেইল"
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
#, fuzzy
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (T<=t) দুটা-টেইল"
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
@@ -18979,178 +18972,178 @@ msgstr "F ক্ৰিটিকেল টু-টেইল"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "কোনো ব্যৱহাৰকাৰী তথ্য নাই।"
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -19158,19 +19151,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -24183,7 +24176,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27680,10 +27673,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index 8c91e5752ac..ab7ed6b9ed3 100644
--- a/source/as/sfx2/messages.po
+++ b/source/as/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/as/>\n"
@@ -3062,19 +3062,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index 759960f9a7c..cbbfec2e8af 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -3088,12 +3088,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "টেবুলবোৰ"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
-#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "ফন্ট কাৰ্য্য"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -18297,43 +18296,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18358,43 +18357,43 @@ msgid "Volume:"
msgstr "ভলিউম"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 3813474b80f..01d01f6e4c7 100644
--- a/source/as/sw/messages.po
+++ b/source/as/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/as/>\n"
@@ -31774,72 +31774,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "শব্দ গণনা"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "শব্দবোৰ"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "খালি ঠাই অন্তৰ্ভুক্ত কৰা আখৰসমূহ"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "খালি ঠাই বাদ দিয়া আখৰসমূহ"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "নিৰ্বাচন"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "দস্তাবেজ"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "এছিয়ান আখৰসমূহ আৰু কৰিয়ান ভগ্নপদ"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr ""
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
#, fuzzy
diff --git a/source/as/uui/messages.po b/source/as/uui/messages.po
index 876ee19a843..a3e6ad8db2a 100644
--- a/source/as/uui/messages.po
+++ b/source/as/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:38+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/as/>\n"
@@ -909,6 +909,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/as/xmlsecurity/messages.po b/source/as/xmlsecurity/messages.po
index f533aeb0354..fdcbd427278 100644
--- a/source/as/xmlsecurity/messages.po
+++ b/source/as/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/as/>\n"
@@ -628,22 +628,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"উচ্চ (_i)\n"
-"কেৱল ট্ৰাষ্টেড উৎসবোৰৰ পৰা স্বাক্ষৰিত মেক্ৰ'জ চলাবলৈ অনুমতি দিয়া হৈছে।\n"
-"অস্বাক্ষৰিত মেক্ৰ'সমূহ অসামৰ্থবান কৰা আছে।"
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 994d2c6f328..c833ea095d9 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/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: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2023-07-09 18:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ast/>\n"
@@ -1792,11 +1792,11 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr "Treslliterar a húngaru antiguu si la direición del testu ye de derecha a izquierda"
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
-msgstr "Trocar << y >> por comines angulares"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
+msgstr ""
#. Rc6Zg
#: cui/inc/strings.hrc:331
@@ -9862,11 +9862,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "Incrementu:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19771,11 +19771,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "Alvertir si'l documentu caltien cambeos grabaos, versiones, información anubrida o notes:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20649,153 +20649,153 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Apegar"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Caráuter especial"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
#, fuzzy
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "Llingua de t_estu"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "Sig_uir"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(nun hai suxerencies)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "Ortografía: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
#, fuzzy
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "_Correxir"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "Correxir _too"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_Inorar una vegada"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "I_norar too"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "I_norar regla"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/ast/helpcontent2/source/text/sbasic/guide.po b/source/ast/helpcontent2/source/text/sbasic/guide.po
index 12f14294fb4..06c79d20d47 100644
--- a/source/ast/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ast/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-17 01:10+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1524659419.000000\n"
#. WcTKB
@@ -781,13 +781,13 @@ msgctxt ""
msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
msgstr ""
-#. gKaYD
+#. EUhkx
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id191630538210607\n"
"help.text"
-msgid "<emph>newWidth</emph> is an integer value that defines the line width."
+msgid "<emph>newWidth</emph> is an integer value that defines the line thickness."
msgstr ""
#. 6Tv9V
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index edc9db14596..112eabbbcf6 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-05-16 06:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
@@ -5443,6 +5443,15 @@ msgctxt ""
msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
msgstr "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">IDE de $[officename] Basic</link></variable>"
+#. 9v8mj
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic IDE where you can write and edit BASIC macros.</ahelp>"
+msgstr ""
+
#. YTpwx
#: 01050000.xhp
msgctxt ""
@@ -5452,14 +5461,50 @@ msgctxt ""
msgid "This section describes the structure of the Basic IDE."
msgstr "Esta seición describe la estructura del Basic IDE."
-#. QFuVt
+#. QG4bc
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
-"par_idN105C9\n"
+"par_id431696550928389\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Abre'l IDE de StarOffice Basic na que pue escribise y editar macros.</ahelp>"
+msgid "Choose <menuitem>Tools - Macro - Edit Macro</menuitem>."
+msgstr ""
+
+#. zmtUX
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id451696550923767\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Basic</menuitem>."
+msgstr ""
+
+#. FMBZo
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id741696551014785\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Edit Macro</menuitem>."
+msgstr ""
+
+#. TvEWG
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id831696550904634\n"
+"help.text"
+msgid "<image src=\"cmd/lc_basicideappear.svg\" id=\"img_id271696550904635\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661696550904636\">Icon Edit Macro</alt></image>"
+msgstr ""
+
+#. bv9fy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id151696550904638\n"
+"help.text"
+msgid "Edit Macro"
+msgstr ""
#. 8Fzvm
#: 01050000.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc.po b/source/ast/helpcontent2/source/text/scalc.po
index b157e8e18e9..e2d63987f7f 100644
--- a/source/ast/helpcontent2/source/text/scalc.po
+++ b/source/ast/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-04-09 08:24+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/ast/>\n"
@@ -925,14 +925,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Estilu de llinia</link>"
-#. aFoMu
+#. j278Y
#: main0203.xhp
msgctxt ""
"main0203.xhp\n"
"hd_id3151073\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Anchu de llinia</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MXcwv
#: main0203.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 9ac8dd18973..c5197d1772e 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-07 19:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ast/>\n"
@@ -71073,13 +71073,13 @@ msgctxt ""
msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
msgstr ""
-#. bsCDU
+#. JAK9i
#: sparklines.xhp
msgctxt ""
"sparklines.xhp\n"
"par_id701654174850309\n"
"help.text"
-msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
msgstr ""
#. CAGGB
diff --git a/source/ast/helpcontent2/source/text/shared.po b/source/ast/helpcontent2/source/text/shared.po
index 9062efd0d50..b4d35dfb44b 100644
--- a/source/ast/helpcontent2/source/text/shared.po
+++ b/source/ast/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-03-26 22:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/ast/>\n"
@@ -466,14 +466,14 @@ msgctxt ""
msgid "Help"
msgstr "Ayuda"
-#. NncHM
+#. xvsDi
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/shared/main0108.xhp\">Help</link>"
-msgstr "<link href=\"text/shared/main0108.xhp\">Ayuda</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/main0108.xhp#help\">Help</link></variable>"
+msgstr ""
#. 2BAjw
#: main0108.xhp
@@ -502,13 +502,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr "<ahelp hid=\".uno:HelpIndex\">Abre la páxina principal de l'Ayuda de $[officename] correspondiente a l'aplicación actual.</ahelp> Pue movese al traviés de les páxines d'Ayuda y guetar términos nel índiz o un testu cualesquier."
-#. SPpw7
+#. gE5WX
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"par_idN1064A\n"
"help.text"
-msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
+msgid "<image id=\"img_id1619006\" src=\"cmd/lc_helpindex.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
msgstr ""
#. iPjUH
@@ -574,24 +574,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
msgstr "<ahelp hid=\".uno:SendFeedback\">Abre un formulariu de comentarios nel restolador web, onde los usuarios puen informar de fallos nel software.</ahelp>"
-#. s2hmB
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id230120170903409011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
-msgstr ""
-
-#. JEuaK
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id281120160939285779\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
-msgstr ""
-
#. 4BvDS
#: main0108.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index be7a1972628..743dc3a2361 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-28 16:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
@@ -1834,23 +1834,23 @@ msgctxt ""
msgid "Line Color"
msgstr "Color de llinia"
-#. eEzbX
+#. VVizS
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3156214\n"
"help.text"
-msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
+msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Thickness</alt></image>"
msgstr ""
-#. CWENi
+#. 5Cu38
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3163044\n"
"help.text"
-msgid "Line Width"
-msgstr "Anchu de llinia"
+msgid "Line Thickness"
+msgstr ""
#. e6Tjh
#: 00000004.xhp
@@ -6721,6 +6721,15 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
+#. So26P
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
+msgstr ""
+
#. ZPFVB
#: 00000401.xhp
msgctxt ""
@@ -7396,6 +7405,15 @@ msgctxt ""
msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
+#. K27sL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301696601166240\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Close</menuitem>."
+msgstr ""
+
#. j2bbo
#: 00000401.xhp
msgctxt ""
@@ -7819,6 +7837,42 @@ msgctxt ""
msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
msgstr ""
+#. Cj7Vy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151696979496544\n"
+"help.text"
+msgid "Choose <menuitem>File - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. gpBbN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id401696979691108\n"
+"help.text"
+msgid "On the <menuitem>File</menuitem> menu of the <menuitem>File</menuitem> tab, choose <menuitem>Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. qFweF
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id111696979591663\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signpdf.svg\" id=\"img_id211696979591664\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941696979591665\">Icon Sign Existing PDF</alt></image>"
+msgstr ""
+
+#. 7Y22E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id61696979591667\n"
+"help.text"
+msgid "Sign Existing PDF"
+msgstr ""
+
#. sEWvE
#: 00000401.xhp
msgctxt ""
@@ -10276,31 +10330,58 @@ msgctxt ""
msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
msgstr ""
-#. oTQwa
+#. jDmLG
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id511543350796749\n"
+"par_id691696518479718\n"
"help.text"
-msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell</emph>.</variable>"
+msgid "Choose <menuitem>Tools</menuitem> - <menuitem>Run Macro</menuitem>."
msgstr ""
-#. wfHqY
+#. dCLWy
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id661543350803067\n"
+"par_id721696518496489\n"
"help.text"
-msgid "<variable id=\"javascript\">Choose <emph>Tools - Macros - Organize Macros - JavaScript</emph>.</variable>"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Run Macro</menuitem>."
msgstr ""
-#. Vcght
+#. A8ueX
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id441543350811395\n"
+"par_id181696518514350\n"
"help.text"
-msgid "<variable id=\"python\">Choose <emph>Tools - Macros - Organize Macros - Python</emph>.</variable>"
+msgid "<image src=\"cmd/lc_runmacro.svg\" id=\"img_id381696518514351\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891696518514352\">Icon Run Macro</alt></image>"
+msgstr ""
+
+#. jd3DH
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id411696518514354\n"
+"help.text"
+msgid "Run Macro"
+msgstr ""
+
+#. RUDaN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id511543350796749\n"
+"help.text"
+msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell/Javascript/Python</emph>.</variable>"
+msgstr ""
+
+#. 68Q68
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id11696549226113\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Javascript/Beanshell/Python</menuitem>."
msgstr ""
#. RDiDr
@@ -10312,6 +10393,33 @@ msgctxt ""
msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr ""
+#. ca98C
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id841696518104105\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Record Macro</menuitem>."
+msgstr ""
+
+#. GnUaa
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id981696518124818\n"
+"help.text"
+msgid "<image src=\"cmd/lc_macrorecorder.svg\" id=\"img_id651696518124819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601696518124820\">Icon Record Macro</alt></image>"
+msgstr ""
+
+#. AjGq5
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id21696518124821\n"
+"help.text"
+msgid "Record Macro"
+msgstr ""
+
#. feCZF
#: 00000406.xhp
msgctxt ""
@@ -10339,6 +10447,24 @@ msgctxt ""
msgid "<variable id=\"packagemanager\">Choose <menuitem>Tools - Extensions</menuitem>.</variable>"
msgstr "<variable id=\"packagemanager\">Escueyi <menuitem>Ferramientes - Estensiones</menuitem>.</variable>"
+#. 9CDkf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id821696592533769\n"
+"help.text"
+msgid "On the <menuitem>Extension</menuitem> menu of the <menuitem>Extension</menuitem> tab, choose <menuitem>Extensions</menuitem>."
+msgstr ""
+
+#. rEyqx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id281696592674749\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + E</keycode>"
+msgstr ""
+
#. vW6NM
#: 00000406.xhp
msgctxt ""
@@ -10348,13 +10474,22 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <menuitem>Tools - Extensions</menuitem>, click <emph>Check for Updates</emph> button.</variable>"
msgstr "<variable id=\"packagemanager_eu\">Escueyi <menuitem>Ferramientes - Estensiones</menuitem> y calca'l botón <emph>Guetar anovamientos</emph>.</variable>"
-#. sPJ9b
+#. 4fmet
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
+
+#. 57Aoy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id691696596260202\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
msgstr ""
#. FDFcn
@@ -10384,6 +10519,15 @@ msgctxt ""
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph>.</variable>"
msgstr ""
+#. TvBGQ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
+msgstr ""
+
#. e3TA3
#: 00000406.xhp
msgctxt ""
@@ -18043,6 +18187,33 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
+#. famFq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id561696881820809\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem> tab."
+msgstr ""
+
+#. iv23s
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801696881885072\n"
+"help.text"
+msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
+msgstr ""
+
+#. bCJJD
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001696881885075\n"
+"help.text"
+msgid "Track Changes"
+msgstr ""
+
#. FtngJ
#: edit_menu.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index 49823999a90..de66130c543 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-09 18:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
@@ -2203,60 +2203,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\">Import and Export Filters</link>"
msgstr ""
-#. ACQZh
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Remote..."
-msgstr ""
-
-#. 5CFDT
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"bm_id1001513636856122\n"
-"help.text"
-msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
-msgstr ""
-
-#. jwbkQ
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020001.xhp\">Open Remote</link>"
-msgstr ""
-
-#. 5DG6r
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. 8aZPe
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. CvHwd
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. FJF7F
#: 01020101.xhp
msgctxt ""
@@ -2527,60 +2473,6 @@ msgctxt ""
msgid "When you edit an <emph>AutoText</emph> entry, this command changes to <emph>Save AutoText</emph>."
msgstr ""
-#. 7diuV
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Remote..."
-msgstr ""
-
-#. uZ8c4
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"bm_id381513636896997\n"
-"help.text"
-msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
-msgstr ""
-
-#. 4dZ5D
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
-msgstr ""
-
-#. TL55A
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. jpc76
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. tuPvp
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. qU9Ae
#: 01060002.xhp
msgctxt ""
@@ -27223,22 +27115,22 @@ msgctxt ""
msgid "<variable id=\"farbetext\"><ahelp hid=\".\">Select a color for the line.</ahelp></variable>"
msgstr ""
-#. gVaax
+#. XSoG2
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"hd_id3159234\n"
"help.text"
-msgid "Widths"
-msgstr "Anchores"
+msgid "Thickness"
+msgstr ""
-#. ZdQdF
+#. ow9wS
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
+msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the thickness for the line. You can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium.</ahelp></variable>"
msgstr ""
#. hG52Y
@@ -27628,13 +27520,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr ""
-#. nGun3
+#. 2oYvW
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "Fit to line width"
+msgid "Fit to line thickness"
msgstr ""
#. XUZuK
@@ -28033,6 +27925,42 @@ msgctxt ""
msgid "Use the slide background as a fill. This differs from \"None\" in that the area is actually filled with the slide background at that location, instead of simply showing what is behind the shape."
msgstr ""
+#. fHkWx
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id661696079947729\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/area-fill-none-same-vs-background.png\" id=\"img_id871696079947730\" width=\"700px\" height=\"392px\"><alt id=\"alt_id991696079947732\">Illustration of different fill styles.</alt></image>"
+msgstr ""
+
+#. bGYMC
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id221696080666194\n"
+"help.text"
+msgid "<emph>Use Background</emph>: the object area is filled with the background fill. The object covers the blue circle."
+msgstr ""
+
+#. mPeAP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id331696080747331\n"
+"help.text"
+msgid "<emph>Fill</emph>: The object uses the same gradient fill of the background. The object covers the blue circle."
+msgstr ""
+
+#. BtnCt
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id991696080772879\n"
+"help.text"
+msgid "<emph>None</emph>: the object does not have a fill. The blue circle is visible though the object."
+msgstr ""
+
#. CiGCw
#: 05210100.xhp
msgctxt ""
@@ -41506,31 +41434,22 @@ msgctxt ""
msgid "Lets you record or organize and edit macros."
msgstr ""
-#. irkNP
-#: 06130001.xhp
-msgctxt ""
-"06130001.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>"
-msgstr ""
-
-#. S7Bf5
+#. 2BBvC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
-"par_idN105EB\n"
+"par_id671696515705748\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
+msgid "Choose <menuitem>Tools - Macros</menuitem>."
msgstr ""
-#. H4TdC
+#. 3autC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
"hd_id821582666527674\n"
"help.text"
-msgid "Edit Macros"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\">Edit Macros</link>"
msgstr ""
#. 9SRC2
@@ -41587,13 +41506,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06130010.xhp\">Record Macro</link>"
msgstr ""
-#. 9pC9X
+#. YVYd9
#: 06130010.xhp
msgctxt ""
"06130010.xhp\n"
"par_id3152952\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+msgstr ""
+
+#. g77cQ
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id41696516696703\n"
+"help.text"
+msgid "Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
#. yAEQN
@@ -41632,13 +41560,13 @@ msgctxt ""
msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>"
msgstr ""
-#. io7eF
+#. FCo6F
#: 06130020.xhp
msgctxt ""
"06130020.xhp\n"
"hd_id131571264310511\n"
"help.text"
-msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Basic Macro selector</link></variable>"
+msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Run Macro</link></variable>"
msgstr ""
#. VEFaS
@@ -41704,13 +41632,13 @@ msgctxt ""
msgid "Scripts"
msgstr ""
-#. T2aee
+#. FWBvE
#: 06130030.xhp
msgctxt ""
"06130030.xhp\n"
"bm_id401571328832739\n"
"help.text"
-msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>"
+msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>python scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value> <bookmark_value>run scripts;python</bookmark_value>"
msgstr ""
#. HTxG8
@@ -46348,13 +46276,13 @@ msgctxt ""
msgid "Columns Before"
msgstr ""
-#. sWRAW
+#. GBFVg
#: InsertColumnsBefore.xhp
msgctxt ""
"InsertColumnsBefore.xhp\n"
"bm_id891693667456028\n"
"help.text"
-msgid "<bookmark_value>row;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
+msgid "<bookmark_value>column;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
msgstr ""
#. CY8pB
@@ -46384,13 +46312,13 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
msgstr ""
-#. FhyP5
+#. gQwyE
#: InsertRowsAfter.xhp
msgctxt ""
"InsertRowsAfter.xhp\n"
"tit\n"
"help.text"
-msgid "Rows Above"
+msgid "Rows Below"
msgstr ""
#. RPFLA
@@ -46474,6 +46402,60 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_rows\">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
msgstr ""
+#. ChrM6
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Remote..."
+msgstr ""
+
+#. B3mxK
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"bm_id1001513636856122\n"
+"help.text"
+msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
+msgstr ""
+
+#. S47A9
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/OpenRemote.xhp\">Open Remote</link>"
+msgstr ""
+
+#. v9WbL
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. EANHv
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. P3SiE
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. XWLXe
#: Protect.xhp
msgctxt ""
@@ -46807,6 +46789,60 @@ msgctxt ""
msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>"
msgstr ""
+#. 9C4FB
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Remote..."
+msgstr ""
+
+#. TFtfJ
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"bm_id381513636896997\n"
+"help.text"
+msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
+msgstr ""
+
+#. o6H8r
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
+msgstr ""
+
+#. Aarnv
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveAsRemote\">Saves a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. SW2xR
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. X5DLr
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. MzXDj
#: SelectColumns.xhp
msgctxt ""
@@ -47131,6 +47167,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>"
msgstr ""
+#. ZTUCC
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Signature Menu"
+msgstr ""
+
+#. 74Aca
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"hd_id711696976034790\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/SignaturesMenu.xhp\">Digital Signature Menu</link></variable>"
+msgstr ""
+
+#. CDXV5
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id921696976034792\n"
+"help.text"
+msgid "Opens a menu for digital signature commands."
+msgstr ""
+
+#. B7UTd
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id651696976140932\n"
+"help.text"
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
#. 3xUAD
#: SpellOnline.xhp
msgctxt ""
@@ -47338,6 +47410,96 @@ msgctxt ""
msgid "<link href=\"text/swriter/main0115.xhp\">Styles menu</link>"
msgstr ""
+#. EGCCM
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tip of the Day"
+msgstr ""
+
+#. S5haD
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"bm_id221696342632214\n"
+"help.text"
+msgid "<bookmark_value>tip of the day</bookmark_value>"
+msgstr ""
+
+#. sBBUu
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id731696335264826\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/TipOfTheDay.xhp\">Tip of the Day</link></variable>"
+msgstr ""
+
+#. GVFka
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id71696335264830\n"
+"help.text"
+msgid "Displays a dialog box with a usage tip. The <menuitem>Tip of the Day</menuitem> contains a collection of tips that helps to better use %PRODUCTNAME resources."
+msgstr ""
+
+#. FYs4N
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id531696335423019\n"
+"help.text"
+msgid "Choose <menuitem>Help - Show Tip of the Day</menuitem>."
+msgstr ""
+
+#. 8jSi3
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id871696336247832\n"
+"help.text"
+msgid "The tips are cycled in a list of hundreds tips."
+msgstr ""
+
+#. XHnvL
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id41696335799193\n"
+"help.text"
+msgid "Show tips on startup"
+msgstr ""
+
+#. FATmk
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id541696336144323\n"
+"help.text"
+msgid "Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules."
+msgstr ""
+
+#. Ts5rK
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id501696336224725\n"
+"help.text"
+msgid "Next Tip"
+msgstr ""
+
+#. PFBF4
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id311696336194109\n"
+"help.text"
+msgid "Shows the next tip in the <emph>Tip of the Day</emph> list."
+msgstr ""
+
#. qQPR5
#: about_meta_tags.xhp
msgctxt ""
@@ -50785,13 +50947,13 @@ msgctxt ""
msgid "Choose menu <menuitem>View - User Interface</menuitem>"
msgstr ""
-#. LQf7z
+#. tCoKD
#: notebook_bar.xhp
msgctxt ""
"notebook_bar.xhp\n"
-"par_id61686342056429\n"
+"par_id631696600350892\n"
"help.text"
-msgid "On the tabs row menu, choose <menuitem>User Interface</menuitem>."
+msgid "On the top right menu (☰), choose <menuitem>User Interface</menuitem>."
msgstr ""
#. aGRwD
@@ -51352,13 +51514,13 @@ msgctxt ""
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr ""
-#. wA7Aa
+#. Bh9s6
#: packagemanager.xhp
msgctxt ""
"packagemanager.xhp\n"
"par_id941619265371175\n"
"help.text"
-msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. By default, installation and removal are enabled."
+msgid "For security reasons, the installation and removal of extensions are <emph>enabled</emph> and are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. To disable extensions installation or removal, search for the string <literal>ExtensionManager</literal> in the Expert Configuration search box and set properties <literal>DisableExtensionRemoval</literal> to <literal>true</literal> and/or <literal>DisableExtensionInstallation</literal> to <literal>true</literal>."
msgstr ""
#. AEioS
@@ -52261,13 +52423,13 @@ msgctxt ""
msgid "<bookmark_value>profile;safe mode</bookmark_value>"
msgstr ""
-#. LnM3u
+#. WGBcP
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"hd_id281120160939034500\n"
"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
msgstr ""
#. AMQrf
@@ -52288,6 +52450,15 @@ msgctxt ""
msgid "Choose <emph>Help - Restart in Safe Mode</emph>."
msgstr ""
+#. AhRXd
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id271696345273532\n"
+"help.text"
+msgid "From a command line"
+msgstr ""
+
#. GgV84
#: profile_safe_mode.xhp
msgctxt ""
@@ -52297,13 +52468,13 @@ msgctxt ""
msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
msgstr ""
-#. JFyZA
+#. jnwDe
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"par_id281120163154363\n"
"help.text"
-msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry"
msgstr ""
#. jBGEE
@@ -55609,6 +55780,105 @@ msgctxt ""
msgid "When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area."
msgstr ""
+#. myGoD
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"tit\n"
+"help.text"
+msgid "Search Commands"
+msgstr ""
+
+#. LBGY4
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"bm_id8215627973621527\n"
+"help.text"
+msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
+msgstr ""
+
+#. epMgP
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"hd_id951627860296699\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/search_commands.xhp\">Search Commands</link></variable>"
+msgstr ""
+
+#. fVXLC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id3155069\n"
+"help.text"
+msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
+msgstr ""
+
+#. XFXXZ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id41628622450782\n"
+"help.text"
+msgid "This feature is available in Writer, Calc, Impress and Draw."
+msgstr ""
+
+#. heTMY
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795750725\n"
+"help.text"
+msgid "Choose <menuitem>Help - Search Commands</menuitem>."
+msgstr ""
+
+#. J8RCb
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795754587\n"
+"help.text"
+msgid "<keycode>Shift + Esc</keycode>"
+msgstr ""
+
+#. 9gqGJ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id631628621951493\n"
+"help.text"
+msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
+msgstr ""
+
+#. LBa6c
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id991628622249416\n"
+"help.text"
+msgid "To execute a command:"
+msgstr ""
+
+#. CJ4EC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id521628622272041\n"
+"help.text"
+msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
+msgstr ""
+
+#. uEWNu
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id551628622272467\n"
+"help.text"
+msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
+msgstr ""
+
#. wTQMX
#: securitywarning.xhp
msgctxt ""
@@ -55915,13 +56185,13 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr ""
-#. rNCsL
+#. E7TF2
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Signing Existing PDF files</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Sign Existing PDF</link></variable>"
msgstr ""
#. RM32g
@@ -55933,13 +56203,13 @@ msgctxt ""
msgid "%PRODUCTNAME can digitally sign an existing PDF document."
msgstr ""
-#. F6Dem
+#. 5hbUa
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"par_id821526581027302\n"
"help.text"
-msgid "The file opens in %PRODUCTNAME Draw in read only mode."
+msgid "The PDF document opens in %PRODUCTNAME Draw in read only mode."
msgstr ""
#. hTFFk
@@ -56293,13 +56563,13 @@ msgctxt ""
msgid "Display the set of available themes for the document. To apply a theme to the document, double click on the selected theme."
msgstr ""
-#. wKFJi
+#. swAJK
#: themesdialog.xhp
msgctxt ""
"themesdialog.xhp\n"
"par_id671691099443625\n"
"help.text"
-msgid "The top left theme in the Available theme area is the current applied theme."
+msgid "The top left theme in the Available Themes area is the current applied theme."
msgstr ""
#. e3hWL
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index 3b52a941a2d..4ea19649599 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-18 06:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
@@ -9187,6 +9187,15 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Development Tools</menuitem>"
msgstr ""
+#. j3uGp
+#: dev_tools.xhp
+msgctxt ""
+"dev_tools.xhp\n"
+"par_id631696591521985\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Development Tools</menuitem>."
+msgstr ""
+
#. G6m74
#: dev_tools.xhp
msgctxt ""
@@ -13048,14 +13057,14 @@ msgctxt ""
msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click."
msgstr ""
-#. pzMsR
+#. ApzsS
#: fontwork.xhp
msgctxt ""
"fontwork.xhp\n"
"par_idN108D5\n"
"help.text"
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
-msgstr "Escueya les propiedaes na barra de ferramientes <emph>Propiedaes del oxetu de dibuxu</emph>. Ente otres opciones, pue camudase l'anchu y color de la llinia, o'l color y estilu de rellenu."
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line thickness, line color, fill color, fill style, and more."
+msgstr ""
#. gKRx3
#: fontwork.xhp
@@ -17224,14 +17233,14 @@ msgctxt ""
msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link></variable>"
msgstr "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Dibuxar una llinia nun testu</link></variable>"
-#. dFTvK
+#. BsBtB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
-msgstr "Puen incorporase al testu llinies con ángulos, anchor, color y otros atributos personalizaos."
+msgid "You can incorporate lines into your text with custom angles, thickness, color, and other attributes."
+msgstr ""
#. DJVXk
#: line_intext.xhp
@@ -17305,14 +17314,14 @@ msgctxt ""
msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr "Suelte'l botón del mur cuando la llinia algame la direición y llargor deseyaes. De siguío, va poder dibuxar más llinies. Zarru esta función calcando la tecla Esc o faciendo clic nel iconu <emph>Seleición</emph> de la barra <emph>Dibuxu</emph>."
-#. eXpdG
+#. NjGFB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3159149\n"
"help.text"
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
-msgstr "En faciendo clic nel iconu <emph>Seleición</emph>, pue escoyer toles llinies al empar faciendo clic en cada llinia cola tecla Mayús calcada. Por aciu esta seleición múltiple pue asignar un color, anchu o otru atributu a toes elles."
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, thickness or other attribute."
+msgstr ""
#. Faaqb
#: line_intext.xhp
@@ -17395,14 +17404,14 @@ msgctxt ""
msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr "Les llinies y otros oxetos de dibuxu inxertaos nel testu nun tán definíos en <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> polo que nun s'esporten direutamente al formatu HTML. En cuenta de eso, espórtense como imaxes."
-#. j98Cn
+#. wCvrS
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id641804\n"
"help.text"
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
-msgstr "Cuando entres l'anchu d'una linea, vas poder amestar una unidá de midida. Una llinia de con zero espresor provocara una llinia bien delgada con un maximo d'un pixel."
+msgid "When you enter a line thickness, you can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium."
+msgstr ""
#. 8jSF6
#: line_intext.xhp
@@ -17548,14 +17557,14 @@ msgctxt ""
msgid "Specify the line options that you want."
msgstr "Escueya les opciones de llinia deseyaes."
-#. 6RrtT
+#. dpGSC
#: linestyle_define.xhp
msgctxt ""
"linestyle_define.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
-msgstr "Pa especificar el llargor de la llinia como porcentaxe del anchu de llinia, escueya <emph>Axustar l'anchu de la llinia</emph>."
+msgid "To specify the length of the line as a percentage of the line thickness, select <emph>Fit to line thickness</emph>."
+msgstr ""
#. LuLsY
#: linestyle_define.xhp
@@ -17629,32 +17638,32 @@ msgctxt ""
msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr "La barra de ferramientes <emph>Propiedaes del oxetu de dibuxu</emph> contién iconos y cuadros combinaos pa definir dellos atributos de llinia."
-#. j3Rys
+#. DUvuh
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
-msgstr "Faiga clic nel iconu <emph>Llinia</emph> <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Iconu</alt></image> p'abrir el diálogu <emph>Llinia</emph>."
+msgid "Click the <emph>Line</emph> icon<image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+msgstr ""
-#. BFkVG
+#. sV2uK
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
-msgstr "Faiga clic nel iconu <emph>Estilos de flecha</emph> <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Iconu</alt></image> pa escoyer un estilu de flecha pa los estremos esquierdu y derechu d'una llinia."
+msgid "Click the <emph>Arrow Styles</emph> icon<image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+msgstr ""
-#. 9vEbC
+#. FF8im
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
-msgstr "Escueya un estilu nel cuadru <emph>Estilu de llinia</emph> y especifique l'anchu nel cuadru <emph>Anchu de llinia</emph>. Un anchu de 0 correspuende a 1 píxel."
+msgid "Select a style from the <emph>Line Style</emph> box and specify the thickness in the <emph>Line Thickness</emph> box. A thickness of 0 corresponds to 1 pixel."
+msgstr ""
#. RqQJP
#: linestyles.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index c8dfea0b039..3456a8215f2 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-11 19:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
@@ -88,6 +88,24 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferencies</menuitem></caseinline><defaultinline><menuitem>Ferramientes - Opciones</menuitem></defaultinline></switchinline>"
+#. DBDcH
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Options</menuitem>."
+msgstr ""
+
+#. qGR9U
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id531696596793952\n"
+"help.text"
+msgid "<keycode>Alt + F12</keycode>"
+msgstr ""
+
#. WS53M
#: 01000000.xhp
msgctxt ""
@@ -17611,105 +17629,6 @@ msgctxt ""
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
msgstr ""
-#. myGoD
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"tit\n"
-"help.text"
-msgid "Search Commands"
-msgstr ""
-
-#. LBGY4
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"bm_id8215627973621527\n"
-"help.text"
-msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
-msgstr ""
-
-#. dg8JC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"hd_id951627860296699\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Search Commands</link></variable>"
-msgstr ""
-
-#. fVXLC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id3155069\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
-msgstr ""
-
-#. rgr85
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795750725\n"
-"help.text"
-msgid "Choose <menuitem>Help - Search Commands</menuitem>"
-msgstr ""
-
-#. 2jAJE
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795754587\n"
-"help.text"
-msgid "Use the shortcut <emph>Shift + Esc</emph>"
-msgstr ""
-
-#. 9gqGJ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id631628621951493\n"
-"help.text"
-msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
-msgstr ""
-
-#. LBa6c
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id991628622249416\n"
-"help.text"
-msgid "To execute a command:"
-msgstr ""
-
-#. CJ4EC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id521628622272041\n"
-"help.text"
-msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
-msgstr ""
-
-#. uEWNu
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id551628622272467\n"
-"help.text"
-msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
-msgstr ""
-
-#. XFXXZ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id41628622450782\n"
-"help.text"
-msgid "This feature is available in Writer, Calc, Impress and Draw."
-msgstr ""
-
#. uqPJR
#: securityoptionsdialog.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/simpress.po b/source/ast/helpcontent2/source/text/simpress.po
index f8b7514927c..2092a5a703e 100644
--- a/source/ast/helpcontent2/source/text/simpress.po
+++ b/source/ast/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-04-03 04:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/ast/>\n"
@@ -583,13 +583,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr "<ahelp hid=\".\">Barra de Llinies y rellenu contién comandos y opciones que pue aplicar na vista actual.</ahelp>"
-#. zqDnR
+#. UuP9J
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"par_id651683559196525\n"
"help.text"
-msgid "With no object selected in the workspace, if you set the shape attributes like line width, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
+msgid "With no object selected in the workspace, if you set the shape attributes like line thickness, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
msgstr ""
#. 7ASCP
@@ -601,14 +601,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Estilu de llinia</link>"
-#. GDMdV
+#. RECCJ
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"hd_id3159184\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Anchu de llinia</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. yn72z
#: main0202.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter.po b/source/ast/helpcontent2/source/text/swriter.po
index 3848059a8c6..5b1bd83f8e3 100644
--- a/source/ast/helpcontent2/source/text/swriter.po
+++ b/source/ast/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-05-10 07:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ast/>\n"
@@ -1006,14 +1006,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Estilu de llinia</link>"
-#. sbQFC
+#. 2j7Q4
#: main0205.xhp
msgctxt ""
"main0205.xhp\n"
"hd_id3147818\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Anchu de llinia</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MAqKS
#: main0205.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/librelogo.po b/source/ast/helpcontent2/source/text/swriter/librelogo.po
index 8f7b2b5a4b7..df1bab41fdc 100644
--- a/source/ast/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/ast/helpcontent2/source/text/swriter/librelogo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-12-07 12:18+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/ast/>\n"
@@ -223,13 +223,13 @@ msgctxt ""
msgid "Graphical user interface of basic turtle settings"
msgstr ""
-#. oa3dx
+#. eEgBe
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_415\n"
"help.text"
-msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
+msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
msgstr ""
#. fqYbT
@@ -907,13 +907,13 @@ msgctxt ""
msgid "PENSIZE (ps)"
msgstr ""
-#. oFoEH
+#. VkDQq
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_1130\n"
"help.text"
-msgid "PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
+msgid "PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
msgstr ""
#. vD65H
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 7cfb5c5a74f..58992dbeb4d 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-13 04:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
@@ -11134,15 +11134,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Comentariu Anterior"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "Axuste de testu automáticu"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 4babab3c6dd..1c81aaead9e 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-13 04:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
@@ -17751,374 +17751,367 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactivu"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-#, fuzzy
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "anubríu"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Ventana activa"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nome del escenariu"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentariu"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Orde ascendente"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Orde descendente"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orde personalizáu"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Cuadru de nome"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Llinia d'entrada"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Asistente pa funciones"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aceutar"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Encaboxar"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Fórmula"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Espander la barra de fórmules"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Soverar la barra de fórmules"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuariu desconocíu"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Columna inxertada"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Filera inxertada "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Fueya inxertada "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Columna desaniciada"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Filera desaniciada"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Fueya desaniciada"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Área desplazada"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Modificación de conteníu"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Modificación de conteníu"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Cambiada a "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orixinal"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Modificación refugada"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aceutaes"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Refugaes"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Denguna entrada"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ermu>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr "Autor desconocíu"
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Ensin proteición"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ensin proteición de contraseña"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Reescribi"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Media móvil"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Suavizáu esponencial"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Análisis de la varianza"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Factor únicu"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupos"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Ente grupos"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Dientro de los grupos"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Fonte de la variación"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valor p"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F críticu"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correllación"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18126,13 +18119,13 @@ msgstr "Correllación"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covarianza"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18140,234 +18133,234 @@ msgstr "Covarianza"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Estadístiques descriptives"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Media"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Error estándar"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mou"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianza"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtosis"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asimetría"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Estaya"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Mínim_u"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "_Máximu"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cuenta"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Al debalu ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Enteru uniforme"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomial"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi al cuadráu"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Xeométrica"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomial negativa"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr "Poisson"
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Mínim_u"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "_Máximu"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Media"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valor p"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Númberu d'intentos"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18375,609 +18368,609 @@ msgstr "Valor nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Muestréu"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Columna %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Filera %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Operaciones:"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valor p"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lli_nial"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarítmica"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potencia"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Tipu de regresión"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuu"
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Internet"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitú"
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Namái dexa anovar si confíes nesti documentu."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Nun hai datos d'usuariu disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(accesu esclusivu)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -18985,19 +18978,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -23956,7 +23949,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27409,10 +27402,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 5eb6b38587c..3552d9ae842 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ast/>\n"
@@ -3050,19 +3050,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index c1fdff4904e..7150b233207 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-06 09:11+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
@@ -3076,12 +3076,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Tablas"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
-#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "trabayu orixinal"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -18181,43 +18180,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18241,43 +18240,43 @@ msgid "Volume:"
msgstr "Volume:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 2aea7578ff2..cdcda0f6e74 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-09 18:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ast/>\n"
@@ -31361,72 +31361,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "Contar pallabres"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Pallabres"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "Caráuteres, incluyendo los espacios"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "Caráuteres, escluyendo los espacios"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Esbilla"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Documentu"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Caráuteres asiáticos y sílabes coreanes"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr ""
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/ast/uui/messages.po b/source/ast/uui/messages.po
index d715da8fad9..efe8074b455 100644
--- a/source/ast/uui/messages.po
+++ b/source/ast/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-15 14:24+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ast/>\n"
@@ -913,6 +913,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/ast/xmlsecurity/messages.po b/source/ast/xmlsecurity/messages.po
index b4fff291863..7f6686139b7 100644
--- a/source/ast/xmlsecurity/messages.po
+++ b/source/ast/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-05-07 16:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ast/>\n"
@@ -626,23 +626,20 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr "Los oríxenes d'enfotu puen definise en fichar Oríxenes d'enfotu. Puen executase les macros roblaes d'una fonte d'enfotu. Coles mesmes, les macros de los allugamientos d'enfotu tienen permisu pa executase. Toles demás macros riquen confirmación per parte del usuariu."
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"Al_tu.\n"
-"Sólo puen executase les macros firmaes de fontes de confianza.\n"
-"Les macros ensin firmar desactivense."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
-msgstr "Los oríxenes d'enfotu puen definise en fichar Oríxenes d'enfotu. Namái puen executase les macros roblaes d'un orixe d'enfotu. Coles mesmes, les macros de los allugamientos d'enfotu tienen permisu pa executase."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
+msgstr ""
#. SDdW5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:86
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index 3c7c8583926..4aefda93af2 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1777,10 +1777,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -9904,10 +9904,10 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
+msgid "Increments:"
msgstr ""
#. F5dVt
@@ -19678,10 +19678,10 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
+msgid "Warn if document contains recorded changes, versions or notes:"
msgstr ""
#. 3yxBp
@@ -20542,151 +20542,151 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr ""
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr ""
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr ""
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr ""
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr ""
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr ""
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr ""
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr ""
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po b/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
index fa085d3623f..8a63dafcb32 100644
--- a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/az/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11076,14 +11076,14 @@ msgctxt ""
msgid "Previous Comment"
msgstr ""
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
+msgid "Shrink text on overflow"
msgstr ""
#. bcYGc
diff --git a/source/az/sc/messages.po b/source/az/sc/messages.po
index 2de5526d645..733a303c38d 100644
--- a/source/az/sc/messages.po
+++ b/source/az/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17523,1196 +17523,1190 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr ""
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Şərhlər"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr ""
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Xərçəng"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr ""
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr ""
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr ""
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr ""
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr ""
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Mənbə"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr ""
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr ""
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr ""
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr ""
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr ""
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Dәyişәn"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr ""
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr ""
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr ""
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr ""
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr ""
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr ""
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr ""
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr ""
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Siqma"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Dәyişәn"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Dәyişәn"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr ""
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -18720,19 +18714,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -23637,7 +23631,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27056,10 +27050,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/az/sfx2/messages.po b/source/az/sfx2/messages.po
index 8227ebf5dc3..b6a012c0bae 100644
--- a/source/az/sfx2/messages.po
+++ b/source/az/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2983,19 +2983,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 3e09c1f7465..20647bffff4 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3082,10 +3082,10 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Cədvəllər"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
+msgid "Fontwork"
msgstr ""
#. FgChT
@@ -17975,43 +17975,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18035,43 +18035,43 @@ msgid "Volume:"
msgstr ""
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 29092be4753..eef804c0402 100644
--- a/source/az/sw/messages.po
+++ b/source/az/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -31224,73 +31224,55 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr ""
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Sözlər"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr ""
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr ""
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr ""
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
#, fuzzy
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Sәnәd"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr ""
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr ""
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/az/uui/messages.po b/source/az/uui/messages.po
index 9ba27a4336e..7281bbef5ec 100644
--- a/source/az/uui/messages.po
+++ b/source/az/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-03-28 15:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -877,6 +877,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/az/xmlsecurity/messages.po b/source/az/xmlsecurity/messages.po
index dda31e6f1c5..5fe49dc8736 100644
--- a/source/az/xmlsecurity/messages.po
+++ b/source/az/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-05-23 21:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -607,19 +607,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index ecf14406a64..b6ae21dbe5e 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1790,10 +1790,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -9860,11 +9860,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "Прырост:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19578,11 +19578,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "Папярэджваць, калі дакумент утрымлівае занатаваныя змены, або версіі, або схаваную інфармацыю, або заўвагі:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20437,151 +20437,151 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Уставіць"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Спецыяльны знак"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "Мова тэкст_у:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "Узнавіць"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(няма прапановаў)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "Правапіс: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "Паправіць"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "Паправіць усе"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "Ігнараваць раз"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "Ігнараваць усе"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "Ігнараваць правіла"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index 75c823627c2..1a2afb87878 100644
--- a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
@@ -11036,15 +11036,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Папярэдні каментар"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "Аўта-дапасаванне тэксту"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/be/sc/messages.po b/source/be/sc/messages.po
index bfd3a0159da..1ee105a4796 100644
--- a/source/be/sc/messages.po
+++ b/source/be/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17971,347 +17971,341 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "неактыўны"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "скрыты"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Актыўнае акно"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Назва сцэнарыя"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Каментарый"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "У парадку павелічэння"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "У парадку памяншэння"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Па-свойму"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Назоўны бокс"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Радок уводу"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Майстар Функцый"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Прыняць"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Нічога"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Формула"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Разгарнуць стужку формул"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Згарнуць стужку формул"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Невядомы карыстальнік"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Калонка ўстаўлена"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Радок устаўлены "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Аркуш устаўлены "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Калонка сцёрта"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Радок сцёрты"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Аркуш сцёрты"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Дыяпазон перамешчаны"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Змененае змесціва"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Змененае змесціва"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Зменена на"
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Пачатковыя"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Папраўкі адхіленыя"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Прынята"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Адхілена"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Няма ўводу"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<пуста>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Без аховы"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Без аховы паролем"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Несумяшчальны хэш"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Хэш сумяшчальны (добра)"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Увесці нанова"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Слізгальнае сярэдняе"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Экспаненцыйнае згладжванне"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Дысперсійны аналіз"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Аднафактарны аналіз ANOVA"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Двухфактарны аналіз ANOVA"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Групы"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Між групамі"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Унутры груп"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Крыніца дысперсіі"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-значэнне"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F крытычнае"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
#, fuzzy
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
@@ -18319,850 +18313,850 @@ msgstr "Разам"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Карэляцыя"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Карэляцыі"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Каварыяцыя"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Каварыяцыі"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Апісальная статыстыка"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Сярэдняе"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Стандартная памылка"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Мода"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Медыяна"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Дысперсія"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартнае адхіленне"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "У інтэрвале"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Мінімум"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Максімум"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Сума"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Колькасць"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Нармальнае"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Хі-квадрат"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Геаметрычнае"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Мінімум"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Максімум"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Сярэдняе"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартнае адхіленне"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Медыяна"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "nu-значэнне"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-значэнне"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Сэмпліраванне"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Рэгрэсія"
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Рэгрэсія"
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Калонка %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Радок %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Альфа"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Зменная 1"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Зменная 2"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Аперацыі"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-значэнне"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Крытычнае значэнне"
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Лінейная"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Лагарыфмічная"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
#, fuzzy
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Ступенная"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Рэгрэсійная мадэль"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Інтэрнэт"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Карэляцыя Пірсана"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
#, fuzzy
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Не data."
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -19170,19 +19164,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -24172,7 +24166,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27621,10 +27615,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/be/sfx2/messages.po b/source/be/sfx2/messages.po
index 695660d7d1e..75e61adcce7 100644
--- a/source/be/sfx2/messages.po
+++ b/source/be/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3025,19 +3025,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index 7b473450731..edbd970bb70 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -3068,11 +3068,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Табліцы"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "Тэкставы эфект"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -17933,43 +17933,43 @@ msgid "_Ask when linking a graphic"
msgstr "Пытаць пры далучэнні графікі"
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -17993,43 +17993,43 @@ msgid "Volume:"
msgstr "Гучнасць:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index e97241be40a..fdb8b807a22 100644
--- a/source/be/sw/messages.po
+++ b/source/be/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -30986,72 +30986,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "Колькасць словаў"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Словы"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "Знакі разам з прагаламі"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "Знакі без уліку прагалаў"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Пазначанае"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Дакумент"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Азіяцкае пісьмо і карэйскія склады"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "Стандартныя старонкі"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr ""
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/be/uui/messages.po b/source/be/uui/messages.po
index de5dc7a614a..3157a928347 100644
--- a/source/be/uui/messages.po
+++ b/source/be/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-03-28 15:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -912,6 +912,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr ""
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/be/xmlsecurity/messages.po b/source/be/xmlsecurity/messages.po
index 3c678bf3548..23fb9e9bc9d 100644
--- a/source/be/xmlsecurity/messages.po
+++ b/source/be/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-05-23 21:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -618,22 +618,19 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr ""
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"Высокі.\n"
-"Пускаюцца толькі падпісаныя макрасы з пэўных крыніц.\n"
-"Непадпісаныя макрасы не працуюць."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
msgstr ""
#. SDdW5
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 9fb5de7d05e..f91d7f5290f 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
-"PO-Revision-Date: 2023-08-16 03:36+0000\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
+"PO-Revision-Date: 2023-10-10 17:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\n"
@@ -763,7 +763,7 @@ msgstr "При нагласяване"
#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. BD96B
#: cui/inc/strings.hrc:136
@@ -1792,11 +1792,11 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr "Транслитериране към староунгарски, ако посоката на текста е от дясно наляво"
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
-msgstr "Замяна на << и >> с ъглови кавички"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
+msgstr ""
#. Rc6Zg
#: cui/inc/strings.hrc:331
@@ -9862,11 +9862,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr "Изберете градиента, който желаете да приложите."
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "Стъпка:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19580,11 +19580,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr "Отметнете, за да виждате предупреждение при опит за експортиране към формат PDF на документ, в който се виждат записани промени в Writer или коментари."
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "Предупреждение ако документът съдържа записани промени, версии, скрита информация или бележки:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20439,151 +20439,151 @@ msgid "_Not in Dictionary"
msgstr "Липсва в речника"
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Поставяне"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Специален знак"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "Език на текста:"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr "Задава езика, за който се проверява правописът."
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "Про_дължаване"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(няма предложения)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "Правопис: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "Поправяне"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr "Заменя непознатата дума с текущото предложение. Ако сте променили нещо повече от сгрешената дума, се заменя цялото изречение."
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "Поправяне на _всички"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr "Заменя всички срещания на непознатата дума с текущото предложение."
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr "Добавяне за автокорекция"
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr "Добавяне на избраното предложение като заместител за неправилната дума в таблицата за заместване на „Автокорекция“."
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr "Добавя текущата комбинация от неправилна дума и заместваща дума в таблицата за заместване на функцията „Автокорекция“."
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_Игнориране"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr "Прескача непознатата дума и продължава проверката на правописа."
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "И_гнориране всички"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr "Прескача всички срещания на непознатата дума до края на текущата сесия на офис пакета и продължава проверката на правописа."
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "И_гнориране правило"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr "При проверка на граматиката натиснете Игнориране на правило, за да игнорирате правилото, на което противоречи текущата граматическа грешка."
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr "Добавяне в речника"
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "Добавя непознатата дума към потребителски речник."
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr "Добавяне в речника"
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr "Добавя непознатата дума към потребителски речник."
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr "Проверява документа или текущата селекция за правописни грешки. Ако е инсталирано разширение за проверка на граматиката, диалоговият прозорец проверява и за граматически грешки."
diff --git a/source/bg/extensions/messages.po b/source/bg/extensions/messages.po
index b55a0d81532..32f7def9691 100644
--- a/source/bg/extensions/messages.po
+++ b/source/bg/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-09-22 21:41+0200\n"
-"PO-Revision-Date: 2023-09-13 14:21+0000\n"
+"PO-Revision-Date: 2023-10-10 17:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.18.2\n"
"X-POOTLE-MTIME: 1562351698.000000\n"
#. cBx8W
@@ -1477,7 +1477,7 @@ msgstr "Възникнала грешка"
#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. eCKWw
#: extensions/inc/strings.hrc:138
diff --git a/source/bg/helpcontent2/source/text/sbasic/guide.po b/source/bg/helpcontent2/source/text/sbasic/guide.po
index 9eddc1d3111..5ae8d22f6b0 100644
--- a/source/bg/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bg/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-07-06 16:22+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/bg/>\n"
@@ -781,14 +781,14 @@ msgctxt ""
msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
msgstr "<emph>newStyle</emph> е цяло число, което съответства на стила на линия за кантовете (вижте <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Стилове на линии</link> по-долу)."
-#. gKaYD
+#. EUhkx
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id191630538210607\n"
"help.text"
-msgid "<emph>newWidth</emph> is an integer value that defines the line width."
-msgstr "<emph>newWidth</emph> е целочислена стойност, която задава дебелината на линията."
+msgid "<emph>newWidth</emph> is an integer value that defines the line thickness."
+msgstr ""
#. 6Tv9V
#: calc_borders.xhp
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 6b05fc19cf5..9aa028d177d 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
-"PO-Revision-Date: 2023-09-13 14:22+0000\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-10 18:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562357378.000000\n"
#. yzYVt
@@ -5443,6 +5443,15 @@ msgctxt ""
msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
msgstr "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">Развойна среда на $[officename] Basic</link></variable>"
+#. 9v8mj
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic IDE where you can write and edit BASIC macros.</ahelp>"
+msgstr ""
+
#. YTpwx
#: 01050000.xhp
msgctxt ""
@@ -5452,14 +5461,50 @@ msgctxt ""
msgid "This section describes the structure of the Basic IDE."
msgstr "В настоящия раздел е описана структурата на развойната среда на Basic."
-#. QFuVt
+#. QG4bc
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
-"par_idN105C9\n"
+"par_id431696550928389\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Отваря развойната среда на Basic, в която можете да пишете и редактирате макроси.</ahelp>"
+msgid "Choose <menuitem>Tools - Macro - Edit Macro</menuitem>."
+msgstr ""
+
+#. zmtUX
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id451696550923767\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Basic</menuitem>."
+msgstr ""
+
+#. FMBZo
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id741696551014785\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Edit Macro</menuitem>."
+msgstr ""
+
+#. TvEWG
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id831696550904634\n"
+"help.text"
+msgid "<image src=\"cmd/lc_basicideappear.svg\" id=\"img_id271696550904635\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661696550904636\">Icon Edit Macro</alt></image>"
+msgstr ""
+
+#. bv9fy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id151696550904638\n"
+"help.text"
+msgid "Edit Macro"
+msgstr ""
#. 8Fzvm
#: 01050000.xhp
@@ -7736,7 +7781,7 @@ msgctxt ""
"hd_id3145387\n"
"help.text"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. qoRyG
#: 01170103.xhp
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
index e032b773302..6bb88614631 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-10-02 11:34+0200\n"
-"PO-Revision-Date: 2023-09-25 14:38+0000\n"
+"PO-Revision-Date: 2023-10-10 18:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.18.2\n"
"X-POOTLE-MTIME: 1559418514.000000\n"
#. ViEWM
@@ -11363,7 +11363,7 @@ msgctxt ""
"par_id1001612629836902\n"
"help.text"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. 4FBaJ
#: sf_dialog.xhp
@@ -14387,7 +14387,7 @@ msgctxt ""
"par_id1001612629836902\n"
"help.text"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. Mp4i7
#: sf_dialogcontrol.xhp
@@ -20399,7 +20399,7 @@ msgctxt ""
"par_id721612629836752\n"
"help.text"
msgid "Error occurred"
-msgstr "При възникване на грешка"
+msgstr "Възникнала грешка"
#. B3zCy
#: sf_form.xhp
@@ -22010,7 +22010,7 @@ msgctxt ""
"par_id2216169483303\n"
"help.text"
msgid "Error occurred"
-msgstr "При възникване на грешка"
+msgstr "Възникнала грешка"
#. vDFhJ
#: sf_formcontrol.xhp
@@ -22028,7 +22028,7 @@ msgctxt ""
"par_id1001612629836902\n"
"help.text"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. tLp7Y
#: sf_formcontrol.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc.po b/source/bg/helpcontent2/source/text/scalc.po
index e59cef62e8d..8be70773b67 100644
--- a/source/bg/helpcontent2/source/text/scalc.po
+++ b/source/bg/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/bg/>\n"
@@ -926,14 +926,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Стил на линия</link>"
-#. aFoMu
+#. j278Y
#: main0203.xhp
msgctxt ""
"main0203.xhp\n"
"hd_id3151073\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Ширина на линия</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MXcwv
#: main0203.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index dd4b72c19a0..7a10ee3c7db 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-25 14:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
@@ -71072,14 +71072,14 @@ msgctxt ""
msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
msgstr "<emph>С наслагване</emph>: нарича се също „печалба/загуба“. Показват се стълбове с еднакъв размер, изобразяващи положителните и отрицателните стойности."
-#. bsCDU
+#. JAK9i
#: sparklines.xhp
msgctxt ""
"sparklines.xhp\n"
"par_id701654174850309\n"
"help.text"
-msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
-msgstr "<emph>Ширина на линията</emph>: въведете ръчно числото за дебелина на линията или използвайте бутона брояч."
+msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
+msgstr ""
#. CAGGB
#: sparklines.xhp
diff --git a/source/bg/helpcontent2/source/text/shared.po b/source/bg/helpcontent2/source/text/shared.po
index 33f236f51ae..304b9a1418a 100644
--- a/source/bg/helpcontent2/source/text/shared.po
+++ b/source/bg/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/bg/>\n"
@@ -466,14 +466,14 @@ msgctxt ""
msgid "Help"
msgstr "Помощ"
-#. NncHM
+#. xvsDi
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/shared/main0108.xhp\">Help</link>"
-msgstr "<link href=\"text/shared/main0108.xhp\">Помощ</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/main0108.xhp#help\">Help</link></variable>"
+msgstr ""
#. 2BAjw
#: main0108.xhp
@@ -502,14 +502,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr "<ahelp hid=\".uno:HelpIndex\">Отваря главната страница на помощта на $[officename] за текущото приложение.</ahelp> Можете да разглеждате страниците на помощта и да търсите термини от указателя или произволен текст."
-#. SPpw7
+#. gE5WX
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"par_idN1064A\n"
"help.text"
-msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
-msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Икона за помощ</alt></image>"
+msgid "<image id=\"img_id1619006\" src=\"cmd/lc_helpindex.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
+msgstr ""
#. iPjUH
#: main0108.xhp
@@ -574,24 +574,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
msgstr "<ahelp hid=\".uno:SendFeedback\">Отваря в уеббраузъра формуляр за отзив, чрез който потребителите могат да съобщават за дефекти в софтуера.</ahelp>"
-#. s2hmB
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id230120170903409011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
-msgstr "<link href=\"text/shared/01/profile_safe_mode.xhp\">Рестартиране в безопасен режим</link>"
-
-#. JEuaK
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id281120160939285779\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
-msgstr "<ahelp hid=\".uno:SafeMode\">В безопасния режим %PRODUCTNAME стартира временно с нов потребителски профил и изключва хардуерното ускорение. Това е полезно при поправяне на неработоспособно копие на %PRODUCTNAME. </ahelp>"
-
#. 4BvDS
#: main0108.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 5542e930690..da14e5d31d3 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
-"PO-Revision-Date: 2023-09-26 19:36+0000\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
+"PO-Revision-Date: 2023-10-10 18:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
"Language: bg\n"
@@ -1834,23 +1834,23 @@ msgctxt ""
msgid "Line Color"
msgstr "Цвят на линия"
-#. eEzbX
+#. VVizS
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3156214\n"
"help.text"
-msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
-msgstr "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Икона за ширина на линия</alt></image>"
+msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Thickness</alt></image>"
+msgstr ""
-#. CWENi
+#. 5Cu38
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3163044\n"
"help.text"
-msgid "Line Width"
-msgstr "Ширина на линия"
+msgid "Line Thickness"
+msgstr ""
#. e6Tjh
#: 00000004.xhp
@@ -2219,7 +2219,7 @@ msgctxt ""
"par_id681686516301373\n"
"help.text"
msgid "On the <menuitem>View</menuitem> menu, choose <menuitem>Snap to Grid</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Изглед</menuitem> изберете <menuitem>Прилепване към мрежата</menuitem>."
#. 3dRED
#: 00000004.xhp
@@ -2228,7 +2228,7 @@ msgctxt ""
"par_id641686513080593\n"
"help.text"
msgid "Choose <menuitem>View - Snap to Grid</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Прилепване към мрежата</menuitem>."
#. VipLr
#: 00000004.xhp
@@ -2237,7 +2237,7 @@ msgctxt ""
"par_id241686516194208\n"
"help.text"
msgid "On the <menuitem>View</menuitem> menu, choose <menuitem>Snap to Grid</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Изглед</menuitem> изберете <menuitem>Прилепване към мрежата</menuitem>."
#. a2DyZ
#: 00000004.xhp
@@ -2246,7 +2246,7 @@ msgctxt ""
"par_id21686513087410\n"
"help.text"
msgid "Choose <menuitem>Home - Snap to Grid</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало - Прилепване към мрежата</menuitem>."
#. 2YJE6
#: 00000004.xhp
@@ -2255,7 +2255,7 @@ msgctxt ""
"par_id231686516211592\n"
"help.text"
msgid "On the <menuitem>View</menuitem> menu, choose <menuitem>Snap to Grid</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Изглед</menuitem> изберете <menuitem>Прилепване към мрежата</menuitem>."
#. ZDMaL
#: 00000004.xhp
@@ -2264,7 +2264,7 @@ msgctxt ""
"par_id491683472792071\n"
"help.text"
msgid "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Икона за прилепване към мрежата</alt></image>"
#. 3CJv5
#: 00000004.xhp
@@ -2273,7 +2273,7 @@ msgctxt ""
"par_id761683472792075\n"
"help.text"
msgid "Snap to Grid"
-msgstr ""
+msgstr "Прилепване към мрежата"
#. uiC2G
#: 00000004.xhp
@@ -2282,7 +2282,7 @@ msgctxt ""
"par_id3151189\n"
"help.text"
msgid "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Icon Save As</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Икона за записване като</alt></image>"
#. vBAYW
#: 00000004.xhp
@@ -2300,7 +2300,7 @@ msgctxt ""
"par_id3152946\n"
"help.text"
msgid "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Icon Export Directly as PDF</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Икона за директно експортиране като PDF</alt></image>"
#. QDsEn
#: 00000004.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"bm_id1001679149241392\n"
"help.text"
msgid "<bookmark_value>bookmark;definition</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>показалец;определение</bookmark_value>"
#. EVxY4
#: 00000005.xhp
@@ -2426,7 +2426,7 @@ msgctxt ""
"hd_id301679149179040\n"
"help.text"
msgid "Bookmark"
-msgstr ""
+msgstr "Показалец"
#. qyD5G
#: 00000005.xhp
@@ -2444,7 +2444,7 @@ msgctxt ""
"bm_id331676552179185\n"
"help.text"
msgid "<bookmark_value>chapter;definition</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>глава;определение</bookmark_value>"
#. jnXQZ
#: 00000005.xhp
@@ -2453,7 +2453,7 @@ msgctxt ""
"hd_id681676551212472\n"
"help.text"
msgid "Chapter"
-msgstr ""
+msgstr "Глава"
#. 74AGm
#: 00000005.xhp
@@ -6721,6 +6721,15 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
+#. So26P
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
+msgstr ""
+
#. ZPFVB
#: 00000401.xhp
msgctxt ""
@@ -7396,6 +7405,15 @@ msgctxt ""
msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
+#. K27sL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301696601166240\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Close</menuitem>."
+msgstr ""
+
#. j2bbo
#: 00000401.xhp
msgctxt ""
@@ -7819,6 +7837,42 @@ msgctxt ""
msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
msgstr "Изберете <menuitem>Файл - Цифрови подписи - Подписване на съществуващ PDF</menuitem>."
+#. Cj7Vy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151696979496544\n"
+"help.text"
+msgid "Choose <menuitem>File - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. gpBbN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id401696979691108\n"
+"help.text"
+msgid "On the <menuitem>File</menuitem> menu of the <menuitem>File</menuitem> tab, choose <menuitem>Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. qFweF
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id111696979591663\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signpdf.svg\" id=\"img_id211696979591664\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941696979591665\">Icon Sign Existing PDF</alt></image>"
+msgstr ""
+
+#. 7Y22E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id61696979591667\n"
+"help.text"
+msgid "Sign Existing PDF"
+msgstr ""
+
#. sEWvE
#: 00000401.xhp
msgctxt ""
@@ -10276,32 +10330,59 @@ msgctxt ""
msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
msgstr "<variable id=\"selectmakro\">Изберете <emph>Инструменти - Макроси - Стартиране на макрос</emph>.</variable>"
-#. oTQwa
+#. jDmLG
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id511543350796749\n"
+"par_id691696518479718\n"
+"help.text"
+msgid "Choose <menuitem>Tools</menuitem> - <menuitem>Run Macro</menuitem>."
+msgstr ""
+
+#. dCLWy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id721696518496489\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Run Macro</menuitem>."
+msgstr ""
+
+#. A8ueX
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id181696518514350\n"
+"help.text"
+msgid "<image src=\"cmd/lc_runmacro.svg\" id=\"img_id381696518514351\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891696518514352\">Icon Run Macro</alt></image>"
+msgstr ""
+
+#. jd3DH
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id411696518514354\n"
"help.text"
-msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell</emph>.</variable>"
-msgstr "<variable id=\"beanshell\">Изберете <emph>Инструменти - Макроси - Управление на макроси - BeanShell</emph>.</variable>"
+msgid "Run Macro"
+msgstr ""
-#. wfHqY
+#. RUDaN
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id661543350803067\n"
+"par_id511543350796749\n"
"help.text"
-msgid "<variable id=\"javascript\">Choose <emph>Tools - Macros - Organize Macros - JavaScript</emph>.</variable>"
-msgstr "<variable id=\"javascript\">Изберете <emph>Инструменти - Макроси - Управление на макроси - JavaScript</emph>.</variable>"
+msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell/Javascript/Python</emph>.</variable>"
+msgstr ""
-#. Vcght
+#. 68Q68
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id441543350811395\n"
+"par_id11696549226113\n"
"help.text"
-msgid "<variable id=\"python\">Choose <emph>Tools - Macros - Organize Macros - Python</emph>.</variable>"
-msgstr "<variable id=\"python\">Изберете <emph>Инструменти - Макроси - Управление на макроси - Python</emph>.</variable>"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Javascript/Beanshell/Python</menuitem>."
+msgstr ""
#. RDiDr
#: 00000406.xhp
@@ -10312,6 +10393,33 @@ msgctxt ""
msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr "Изберете <emph>Инструменти - Макроси - Записване на макрос</emph>."
+#. ca98C
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id841696518104105\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Record Macro</menuitem>."
+msgstr ""
+
+#. GnUaa
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id981696518124818\n"
+"help.text"
+msgid "<image src=\"cmd/lc_macrorecorder.svg\" id=\"img_id651696518124819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601696518124820\">Icon Record Macro</alt></image>"
+msgstr ""
+
+#. AjGq5
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id21696518124821\n"
+"help.text"
+msgid "Record Macro"
+msgstr ""
+
#. feCZF
#: 00000406.xhp
msgctxt ""
@@ -10339,6 +10447,24 @@ msgctxt ""
msgid "<variable id=\"packagemanager\">Choose <menuitem>Tools - Extensions</menuitem>.</variable>"
msgstr ""
+#. 9CDkf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id821696592533769\n"
+"help.text"
+msgid "On the <menuitem>Extension</menuitem> menu of the <menuitem>Extension</menuitem> tab, choose <menuitem>Extensions</menuitem>."
+msgstr ""
+
+#. rEyqx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id281696592674749\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + E</keycode>"
+msgstr ""
+
#. vW6NM
#: 00000406.xhp
msgctxt ""
@@ -10348,14 +10474,23 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <menuitem>Tools - Extensions</menuitem>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. sPJ9b
+#. 4fmet
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
-msgstr "<variable id=\"xmlfilter\">Изберете <menuitem>Инструменти - Макроси - Настройки на филтри за XML</menuitem>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
+
+#. 57Aoy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id691696596260202\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
+msgstr ""
#. FDFcn
#: 00000406.xhp
@@ -10384,6 +10519,15 @@ msgctxt ""
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph>.</variable>"
msgstr "<variable id=\"anpassen\">Изберете <emph>Инструменти - Персонализиране</emph>.</variable>"
+#. TvBGQ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
+msgstr ""
+
#. e3TA3
#: 00000406.xhp
msgctxt ""
@@ -18043,6 +18187,33 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
+#. famFq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id561696881820809\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem> tab."
+msgstr ""
+
+#. iv23s
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801696881885072\n"
+"help.text"
+msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
+msgstr ""
+
+#. bCJJD
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001696881885075\n"
+"help.text"
+msgid "Track Changes"
+msgstr ""
+
#. FtngJ
#: edit_menu.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index f80aa87f4f8..75569e00fd3 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-06-22 10:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
@@ -2204,60 +2204,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\">Import and Export Filters</link>"
msgstr "<link href=\"text/shared/00/00000020.xhp\">Филтри за импортиране и експортиране</link>"
-#. ACQZh
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Remote..."
-msgstr "Отдалечено отваряне..."
-
-#. 5CFDT
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"bm_id1001513636856122\n"
-"help.text"
-msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
-msgstr "<bookmark_value>отдалечен файл; отваряне</bookmark_value><bookmark_value>отваряне; отдалечен файл</bookmark_value>"
-
-#. jwbkQ
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020001.xhp\">Open Remote</link>"
-msgstr "<link href=\"text/shared/01/01020001.xhp\">Отдалечено отваряне</link>"
-
-#. 5DG6r
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Отваря документ, предоставян от услуга за отдалечени файлове.</ahelp></variable>"
-
-#. 8aZPe
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
-msgstr "<emph>Сървърът за отдалечени файлове</emph> е <emph>уеб услуга</emph>, която съхранява документи, със или без възможност за регистрирано извличане и вкарване на файлове, управление на версиите и резервни копия."
-
-#. CvHwd
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Отваряне и записване на файлове в отдалечени сървъри</link>"
-
#. FJF7F
#: 01020101.xhp
msgctxt ""
@@ -2528,60 +2474,6 @@ msgctxt ""
msgid "When you edit an <emph>AutoText</emph> entry, this command changes to <emph>Save AutoText</emph>."
msgstr "Когато редактирате запис на <emph>автотекста</emph>, тази команда се променя на <emph>Записване на автотекст</emph>."
-#. 7diuV
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Remote..."
-msgstr "Отдалечено записване..."
-
-#. uZ8c4
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"bm_id381513636896997\n"
-"help.text"
-msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
-msgstr "<bookmark_value>отдалечен файл; записване</bookmark_value><bookmark_value>записване; отдалечен файл</bookmark_value>"
-
-#. 4dZ5D
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
-msgstr "<link href=\"text/shared/01/01060001.xhp\">Отдалечено записване...</link>"
-
-#. TL55A
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
-msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Записва документ в услуга за отдалечени файлове.</ahelp></variable>"
-
-#. jpc76
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
-msgstr "Сървърът за отдалечени файлове е уеб услуга, която съхранява документи, със или без възможност за регистрирано извличане и вкарване на файлове, управление на версиите и резервни копия."
-
-#. tuPvp
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Отваряне и записване на файлове в отдалечени сървъри</link>"
-
#. qU9Ae
#: 01060002.xhp
msgctxt ""
@@ -27224,23 +27116,23 @@ msgctxt ""
msgid "<variable id=\"farbetext\"><ahelp hid=\".\">Select a color for the line.</ahelp></variable>"
msgstr "<variable id=\"farbetext\"><ahelp hid=\".\">Изберете цвят за линията.</ahelp></variable>"
-#. gVaax
+#. XSoG2
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"hd_id3159234\n"
"help.text"
-msgid "Widths"
-msgstr "Ширини"
+msgid "Thickness"
+msgstr ""
-#. ZdQdF
+#. ow9wS
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
-msgstr "<variable id=\"breitetext\"><ahelp hid=\".\">Изберете ширина за линията. Можете да добавите мерна единица. Нулева ширина на линия означава много тънка линия с дебелина един пиксел на изходното устройство.</ahelp></variable>"
+msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the thickness for the line. You can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium.</ahelp></variable>"
+msgstr ""
#. hG52Y
#: 05200100.xhp
@@ -27629,14 +27521,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Въведете желаната големина на празното пространство между точките или тиретата.</ahelp>"
-#. nGun3
+#. 2oYvW
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "Fit to line width"
-msgstr "Приспособяване към ширината на линията"
+msgid "Fit to line thickness"
+msgstr ""
#. XUZuK
#: 05200200.xhp
@@ -28034,6 +27926,42 @@ msgctxt ""
msgid "Use the slide background as a fill. This differs from \"None\" in that the area is actually filled with the slide background at that location, instead of simply showing what is behind the shape."
msgstr ""
+#. fHkWx
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id661696079947729\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/area-fill-none-same-vs-background.png\" id=\"img_id871696079947730\" width=\"700px\" height=\"392px\"><alt id=\"alt_id991696079947732\">Illustration of different fill styles.</alt></image>"
+msgstr ""
+
+#. bGYMC
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id221696080666194\n"
+"help.text"
+msgid "<emph>Use Background</emph>: the object area is filled with the background fill. The object covers the blue circle."
+msgstr ""
+
+#. mPeAP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id331696080747331\n"
+"help.text"
+msgid "<emph>Fill</emph>: The object uses the same gradient fill of the background. The object covers the blue circle."
+msgstr ""
+
+#. BtnCt
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id991696080772879\n"
+"help.text"
+msgid "<emph>None</emph>: the object does not have a fill. The blue circle is visible though the object."
+msgstr ""
+
#. CiGCw
#: 05210100.xhp
msgctxt ""
@@ -41507,32 +41435,23 @@ msgctxt ""
msgid "Lets you record or organize and edit macros."
msgstr "Позволява ви да записвате, организирате и редактирате макроси."
-#. irkNP
-#: 06130001.xhp
-msgctxt ""
-"06130001.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>"
-msgstr "<link href=\"text/shared/01/06130020.xhp\">Стартиране на макрос</link>"
-
-#. S7Bf5
+#. 2BBvC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
-"par_idN105EB\n"
+"par_id671696515705748\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
-msgstr "<ahelp hid=\".\">Отваря диалоговия прозорец „Избор на макрос“, в който можете да стартирате макрос.</ahelp>"
+msgid "Choose <menuitem>Tools - Macros</menuitem>."
+msgstr ""
-#. H4TdC
+#. 3autC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
"hd_id821582666527674\n"
"help.text"
-msgid "Edit Macros"
-msgstr "Редактиране на макроси"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\">Edit Macros</link>"
+msgstr ""
#. 9SRC2
#: 06130001.xhp
@@ -41588,14 +41507,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06130010.xhp\">Record Macro</link>"
msgstr "<link href=\"text/shared/01/06130010.xhp\">Записване на макрос</link>"
-#. 9pC9X
+#. YVYd9
#: 06130010.xhp
msgctxt ""
"06130010.xhp\n"
"par_id3152952\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
-msgstr "<ahelp hid=\".uno:MacroRecorder\">Записва нов макрос.</ahelp> Достъпно е само ако е разрешено записването на макроси в <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Разширени</emph>."
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+msgstr ""
+
+#. g77cQ
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id41696516696703\n"
+"help.text"
+msgid "Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
+msgstr ""
#. yAEQN
#: 06130010.xhp
@@ -41633,14 +41561,14 @@ msgctxt ""
msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>"
msgstr "<bookmark_value>макрос;избиране на макрос за стартиране</bookmark_value><bookmark_value>стартиране на макрос;избиране</bookmark_value>"
-#. io7eF
+#. FCo6F
#: 06130020.xhp
msgctxt ""
"06130020.xhp\n"
"hd_id131571264310511\n"
"help.text"
-msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Basic Macro selector</link></variable>"
-msgstr "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Избор на макрос на Basic</link></variable>"
+msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Run Macro</link></variable>"
+msgstr ""
#. VEFaS
#: 06130020.xhp
@@ -41705,14 +41633,14 @@ msgctxt ""
msgid "Scripts"
msgstr "Скриптове"
-#. T2aee
+#. FWBvE
#: 06130030.xhp
msgctxt ""
"06130030.xhp\n"
"bm_id401571328832739\n"
"help.text"
-msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>"
-msgstr "<bookmark_value>JavaScript, скриптове на;изпълнение</bookmark_value><bookmark_value>BeanShell, скриптове на;изпълнение</bookmark_value><bookmark_value>Java, скриптове на;изпълнение</bookmark_value><bookmark_value>изпълняване на скриптове;Java</bookmark_value><bookmark_value>изпълняване на скриптове;JavaScript</bookmark_value><bookmark_value>изпълняване на скриптове;BeanShell</bookmark_value>"
+msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>python scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value> <bookmark_value>run scripts;python</bookmark_value>"
+msgstr ""
#. HTxG8
#: 06130030.xhp
@@ -46349,13 +46277,13 @@ msgctxt ""
msgid "Columns Before"
msgstr ""
-#. sWRAW
+#. GBFVg
#: InsertColumnsBefore.xhp
msgctxt ""
"InsertColumnsBefore.xhp\n"
"bm_id891693667456028\n"
"help.text"
-msgid "<bookmark_value>row;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
+msgid "<bookmark_value>column;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
msgstr ""
#. CY8pB
@@ -46385,13 +46313,13 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
msgstr ""
-#. FhyP5
+#. gQwyE
#: InsertRowsAfter.xhp
msgctxt ""
"InsertRowsAfter.xhp\n"
"tit\n"
"help.text"
-msgid "Rows Above"
+msgid "Rows Below"
msgstr ""
#. RPFLA
@@ -46475,6 +46403,60 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_rows\">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
msgstr ""
+#. ChrM6
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Remote..."
+msgstr ""
+
+#. B3mxK
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"bm_id1001513636856122\n"
+"help.text"
+msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
+msgstr ""
+
+#. S47A9
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/OpenRemote.xhp\">Open Remote</link>"
+msgstr ""
+
+#. v9WbL
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. EANHv
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. P3SiE
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. XWLXe
#: Protect.xhp
msgctxt ""
@@ -46808,6 +46790,60 @@ msgctxt ""
msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>"
msgstr ""
+#. 9C4FB
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Remote..."
+msgstr ""
+
+#. TFtfJ
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"bm_id381513636896997\n"
+"help.text"
+msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
+msgstr ""
+
+#. o6H8r
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
+msgstr ""
+
+#. Aarnv
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveAsRemote\">Saves a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. SW2xR
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. X5DLr
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. MzXDj
#: SelectColumns.xhp
msgctxt ""
@@ -47132,6 +47168,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>"
msgstr ""
+#. ZTUCC
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Signature Menu"
+msgstr ""
+
+#. 74Aca
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"hd_id711696976034790\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/SignaturesMenu.xhp\">Digital Signature Menu</link></variable>"
+msgstr ""
+
+#. CDXV5
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id921696976034792\n"
+"help.text"
+msgid "Opens a menu for digital signature commands."
+msgstr ""
+
+#. B7UTd
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id651696976140932\n"
+"help.text"
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
#. 3xUAD
#: SpellOnline.xhp
msgctxt ""
@@ -47339,6 +47411,96 @@ msgctxt ""
msgid "<link href=\"text/swriter/main0115.xhp\">Styles menu</link>"
msgstr ""
+#. EGCCM
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tip of the Day"
+msgstr ""
+
+#. S5haD
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"bm_id221696342632214\n"
+"help.text"
+msgid "<bookmark_value>tip of the day</bookmark_value>"
+msgstr ""
+
+#. sBBUu
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id731696335264826\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/TipOfTheDay.xhp\">Tip of the Day</link></variable>"
+msgstr ""
+
+#. GVFka
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id71696335264830\n"
+"help.text"
+msgid "Displays a dialog box with a usage tip. The <menuitem>Tip of the Day</menuitem> contains a collection of tips that helps to better use %PRODUCTNAME resources."
+msgstr ""
+
+#. FYs4N
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id531696335423019\n"
+"help.text"
+msgid "Choose <menuitem>Help - Show Tip of the Day</menuitem>."
+msgstr ""
+
+#. 8jSi3
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id871696336247832\n"
+"help.text"
+msgid "The tips are cycled in a list of hundreds tips."
+msgstr ""
+
+#. XHnvL
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id41696335799193\n"
+"help.text"
+msgid "Show tips on startup"
+msgstr ""
+
+#. FATmk
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id541696336144323\n"
+"help.text"
+msgid "Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules."
+msgstr ""
+
+#. Ts5rK
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id501696336224725\n"
+"help.text"
+msgid "Next Tip"
+msgstr ""
+
+#. PFBF4
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id311696336194109\n"
+"help.text"
+msgid "Shows the next tip in the <emph>Tip of the Day</emph> list."
+msgstr ""
+
#. qQPR5
#: about_meta_tags.xhp
msgctxt ""
@@ -50788,13 +50950,13 @@ msgctxt ""
msgid "Choose menu <menuitem>View - User Interface</menuitem>"
msgstr "Изберете менюто <menuitem>Изглед - Потребителски интерфейс</menuitem>."
-#. LQf7z
+#. tCoKD
#: notebook_bar.xhp
msgctxt ""
"notebook_bar.xhp\n"
-"par_id61686342056429\n"
+"par_id631696600350892\n"
"help.text"
-msgid "On the tabs row menu, choose <menuitem>User Interface</menuitem>."
+msgid "On the top right menu (☰), choose <menuitem>User Interface</menuitem>."
msgstr ""
#. aGRwD
@@ -51355,14 +51517,14 @@ msgctxt ""
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">Диспечерът на разширения служи за добавяне, премахване, забраняване, разрешаване и обновяване на разширения на %PRODUCTNAME.</ahelp>"
-#. wA7Aa
+#. Bh9s6
#: packagemanager.xhp
msgctxt ""
"packagemanager.xhp\n"
"par_id941619265371175\n"
"help.text"
-msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. By default, installation and removal are enabled."
-msgstr "От съображения за сигурност инсталирането и премахването на разширения се контролират чрез настройки в прозореца <link href=\"text/shared/optionen/expertconfig.xhp\">Експертни настройки</link>. По подразбиране инсталирането и премахването са разрешени."
+msgid "For security reasons, the installation and removal of extensions are <emph>enabled</emph> and are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. To disable extensions installation or removal, search for the string <literal>ExtensionManager</literal> in the Expert Configuration search box and set properties <literal>DisableExtensionRemoval</literal> to <literal>true</literal> and/or <literal>DisableExtensionInstallation</literal> to <literal>true</literal>."
+msgstr ""
#. AEioS
#: packagemanager.xhp
@@ -52264,14 +52426,14 @@ msgctxt ""
msgid "<bookmark_value>profile;safe mode</bookmark_value>"
msgstr "<bookmark_value>профил;безопасен режим</bookmark_value>"
-#. LnM3u
+#. WGBcP
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"hd_id281120160939034500\n"
"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
-msgstr "<link href=\"text/shared/01/profile_safe_mode.xhp\">Безопасен режим</link>"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
+msgstr ""
#. AMQrf
#: profile_safe_mode.xhp
@@ -52291,6 +52453,15 @@ msgctxt ""
msgid "Choose <emph>Help - Restart in Safe Mode</emph>."
msgstr "Изберете <emph>Помощ - Рестартиране в безопасен режим</emph>."
+#. AhRXd
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id271696345273532\n"
+"help.text"
+msgid "From a command line"
+msgstr ""
+
#. GgV84
#: profile_safe_mode.xhp
msgctxt ""
@@ -52300,14 +52471,14 @@ msgctxt ""
msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
msgstr "Стартирайте %PRODUCTNAME чрез команден ред с параметър <emph>--safe-mode</emph>"
-#. JFyZA
+#. jnwDe
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"par_id281120163154363\n"
"help.text"
-msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
-msgstr "Стартирайте %PRODUCTNAME от <emph>%PRODUCTNAME (безопасен режим)</emph> в менюто „Старт“ (само в Windows)."
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry"
+msgstr ""
#. jBGEE
#: profile_safe_mode.xhp
@@ -55612,6 +55783,105 @@ msgctxt ""
msgid "When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area."
msgstr ""
+#. myGoD
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"tit\n"
+"help.text"
+msgid "Search Commands"
+msgstr ""
+
+#. LBGY4
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"bm_id8215627973621527\n"
+"help.text"
+msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
+msgstr ""
+
+#. epMgP
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"hd_id951627860296699\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/search_commands.xhp\">Search Commands</link></variable>"
+msgstr ""
+
+#. fVXLC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id3155069\n"
+"help.text"
+msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
+msgstr ""
+
+#. XFXXZ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id41628622450782\n"
+"help.text"
+msgid "This feature is available in Writer, Calc, Impress and Draw."
+msgstr ""
+
+#. heTMY
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795750725\n"
+"help.text"
+msgid "Choose <menuitem>Help - Search Commands</menuitem>."
+msgstr ""
+
+#. J8RCb
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795754587\n"
+"help.text"
+msgid "<keycode>Shift + Esc</keycode>"
+msgstr ""
+
+#. 9gqGJ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id631628621951493\n"
+"help.text"
+msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
+msgstr ""
+
+#. LBa6c
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id991628622249416\n"
+"help.text"
+msgid "To execute a command:"
+msgstr ""
+
+#. CJ4EC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id521628622272041\n"
+"help.text"
+msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
+msgstr ""
+
+#. uEWNu
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id551628622272467\n"
+"help.text"
+msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
+msgstr ""
+
#. wTQMX
#: securitywarning.xhp
msgctxt ""
@@ -55918,14 +56188,14 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr "<bookmark_value>цифрови подписи;подписване на съществуващ PDF</bookmark_value>"
-#. rNCsL
+#. E7TF2
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Signing Existing PDF files</link></variable>"
-msgstr "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Подписване на съществуващи PDF файлове</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Sign Existing PDF</link></variable>"
+msgstr ""
#. RM32g
#: signexistingpdf.xhp
@@ -55936,14 +56206,14 @@ msgctxt ""
msgid "%PRODUCTNAME can digitally sign an existing PDF document."
msgstr "%PRODUCTNAME може да добави цифров подпис към съществуващ PDF документ."
-#. F6Dem
+#. 5hbUa
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"par_id821526581027302\n"
"help.text"
-msgid "The file opens in %PRODUCTNAME Draw in read only mode."
-msgstr "Файлът се отваря в %PRODUCTNAME Draw в режим само за четене."
+msgid "The PDF document opens in %PRODUCTNAME Draw in read only mode."
+msgstr ""
#. hTFFk
#: signexistingpdf.xhp
@@ -56296,13 +56566,13 @@ msgctxt ""
msgid "Display the set of available themes for the document. To apply a theme to the document, double click on the selected theme."
msgstr ""
-#. wKFJi
+#. swAJK
#: themesdialog.xhp
msgctxt ""
"themesdialog.xhp\n"
"par_id671691099443625\n"
"help.text"
-msgid "The top left theme in the Available theme area is the current applied theme."
+msgid "The top left theme in the Available Themes area is the current applied theme."
msgstr ""
#. e3hWL
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index 60c50b3d8b2..a543c7b43b3 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-09-28 12:40+0200\n"
-"PO-Revision-Date: 2023-07-07 13:52+0000\n"
+"PO-Revision-Date: 2023-10-10 18:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.18.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357690.000000\n"
@@ -7359,7 +7359,7 @@ msgctxt ""
"hd_id3151176\n"
"help.text"
msgid "When receiving focus"
-msgstr "При фокусиране"
+msgstr "При получаване на фокуса"
#. NRdbe
#: 01170103.xhp
@@ -8412,7 +8412,7 @@ msgctxt ""
"hd_id3146926\n"
"help.text"
msgid "Error occurred"
-msgstr "При възникване на грешка"
+msgstr "Възникнала грешка"
#. HciDK
#: 01170202.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index 6c675e4d133..847f2499b55 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-07 13:52+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bg/>\n"
@@ -9188,6 +9188,15 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Development Tools</menuitem>"
msgstr "Изберете <menuitem>Инструменти - Инструменти за разработка</menuitem>."
+#. j3uGp
+#: dev_tools.xhp
+msgctxt ""
+"dev_tools.xhp\n"
+"par_id631696591521985\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Development Tools</menuitem>."
+msgstr ""
+
#. G6m74
#: dev_tools.xhp
msgctxt ""
@@ -13049,14 +13058,14 @@ msgctxt ""
msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click."
msgstr "Щракнете върху обекта на Fontwork. Ако той е вмъкнат във фона, задръжте клавиша <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, докато щраквате."
-#. pzMsR
+#. ApzsS
#: fontwork.xhp
msgctxt ""
"fontwork.xhp\n"
"par_idN108D5\n"
"help.text"
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
-msgstr "Изберете свойствата от лентата с инструменти <emph>Свойства на графичен обект</emph>. Можете да променяте дебелината и цвета на линията, цвета и вида на запълването и други."
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line thickness, line color, fill color, fill style, and more."
+msgstr ""
#. gKRx3
#: fontwork.xhp
@@ -17225,14 +17234,14 @@ msgctxt ""
msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link></variable>"
msgstr "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Рисуване на линии в текст</link></variable>"
-#. dFTvK
+#. BsBtB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
-msgstr "Можете да включвате в текста линии с избран от вас наклон, ширина, цвят и други атрибути."
+msgid "You can incorporate lines into your text with custom angles, thickness, color, and other attributes."
+msgstr ""
#. DJVXk
#: line_intext.xhp
@@ -17306,14 +17315,14 @@ msgctxt ""
msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr "Отпуснете бутона на мишката, след като линията придобие желаната посока и дължина. След това можете да рисувате още линии. За да приключите чертането, натиснете клавиша Esc или щракнете върху иконата <emph>Избор</emph> от лентата <emph>Рисунка</emph>."
-#. eXpdG
+#. NjGFB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3159149\n"
"help.text"
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
-msgstr "След като щракнете върху иконата <emph>Избор</emph>, можете да изберете всички линии едновременно, като щракате върху тях със задържан клавиш Shift. Този групов избор ви позволява да приписвате общ цвят, дебелина или друг атрибут."
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, thickness or other attribute."
+msgstr ""
#. Faaqb
#: line_intext.xhp
@@ -17396,14 +17405,14 @@ msgctxt ""
msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr "Линиите и други графични обекти, които вмъквате в текста, не са дефинирани в <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, затова не се експортират пряко във формат HTML. Вместо това те се експортират като растерни графики."
-#. j98Cn
+#. wCvrS
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id641804\n"
"help.text"
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
-msgstr "Когато въвеждате дебелината на линията, можете да добавите мерна единица. Нулева ширина на линията означава дебелина от един пиксел на съответното изходно устройство."
+msgid "When you enter a line thickness, you can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium."
+msgstr ""
#. 8jSF6
#: line_intext.xhp
@@ -17549,14 +17558,14 @@ msgctxt ""
msgid "Specify the line options that you want."
msgstr "Задайте желаните настройки за линия."
-#. 6RrtT
+#. dpGSC
#: linestyle_define.xhp
msgctxt ""
"linestyle_define.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
-msgstr "За да зададете дължината на линията в проценти от ширината, отметнете <emph>Побиране в ширината</emph>."
+msgid "To specify the length of the line as a percentage of the line thickness, select <emph>Fit to line thickness</emph>."
+msgstr ""
#. LuLsY
#: linestyle_define.xhp
@@ -17630,32 +17639,32 @@ msgctxt ""
msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr "Лентата с инструменти <emph>Свойства на графичен обект</emph> съдържа икони и комбинирани полета за задаване на различни атрибути на линиите."
-#. j3Rys
+#. DUvuh
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
-msgstr "Щракнете върху иконата <emph>Линия</emph> <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Икона</alt></image>, за да отворите диалоговия прозорец <emph>Линия</emph>."
+msgid "Click the <emph>Line</emph> icon<image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+msgstr ""
-#. BFkVG
+#. sV2uK
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
-msgstr "Щракнете върху иконата <emph>Стил на стрелка</emph> <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Икона</alt></image>, за да изберете стил за левия и десния край на линията."
+msgid "Click the <emph>Arrow Styles</emph> icon<image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+msgstr ""
-#. 9vEbC
+#. FF8im
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
-msgstr "Избери стил от полето <emph>Стил за линии</emph> and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
+msgid "Select a style from the <emph>Line Style</emph> box and specify the thickness in the <emph>Line Thickness</emph> box. A thickness of 0 corresponds to 1 pixel."
+msgstr ""
#. RqQJP
#: linestyles.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index 44aeff97706..c910b47b660 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-03 15:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/bg/>\n"
@@ -89,6 +89,24 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline>"
+#. DBDcH
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Options</menuitem>."
+msgstr ""
+
+#. qGR9U
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id531696596793952\n"
+"help.text"
+msgid "<keycode>Alt + F12</keycode>"
+msgstr ""
+
#. WS53M
#: 01000000.xhp
msgctxt ""
@@ -17612,105 +17630,6 @@ msgctxt ""
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
msgstr "За повече информация относно OpenCL посетете <link href=\"https://www.khronos.org/opencl/\">сайта на стандарта</link>."
-#. myGoD
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"tit\n"
-"help.text"
-msgid "Search Commands"
-msgstr "Търсене на команда"
-
-#. LBGY4
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"bm_id8215627973621527\n"
-"help.text"
-msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
-msgstr "<bookmark_value>търсене на команди</bookmark_value> <bookmark_value>команди, търсене</bookmark_value>"
-
-#. dg8JC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"hd_id951627860296699\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Search Commands</link></variable>"
-msgstr "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Търсене на команда</link></variable>"
-
-#. fVXLC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id3155069\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
-msgstr "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Позволява ви да търсите по име и задействате всяка от наличните команди от менютата на приложенията.</ahelp></variable>"
-
-#. rgr85
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795750725\n"
-"help.text"
-msgid "Choose <menuitem>Help - Search Commands</menuitem>"
-msgstr "Изберете <menuitem>Помощ - Търсене на команда</menuitem>."
-
-#. 2jAJE
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795754587\n"
-"help.text"
-msgid "Use the shortcut <emph>Shift + Esc</emph>"
-msgstr "Използвайте клавишната комбинация <emph>Shift + Esc</emph>."
-
-#. 9gqGJ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id631628621951493\n"
-"help.text"
-msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
-msgstr "Когато се активира функцията <emph>Търсене на команда</emph>, се показва интерфейс, в който можете лесно да търсите команди по имената им. Докато въвеждате търсения низ, всички съответстващи команди се показват в списък под полето за търсене."
-
-#. LBa6c
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id991628622249416\n"
-"help.text"
-msgid "To execute a command:"
-msgstr "За да задействате команда:"
-
-#. CJ4EC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id521628622272041\n"
-"help.text"
-msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
-msgstr "Щракнете с мишката върху някой от елементите в списъка. Това ще предизвика незабавно изпълняване на избраната команда."
-
-#. uEWNu
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id551628622272467\n"
-"help.text"
-msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
-msgstr "Използвайте клавишите със стрелки за навигация през показаните в списъка елементи и натиснете <emph>Enter</emph>, за да стартирате желаната команда."
-
-#. XFXXZ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id41628622450782\n"
-"help.text"
-msgid "This feature is available in Writer, Calc, Impress and Draw."
-msgstr "Тази функционалност е налице в Writer, Calc, Impress и Draw."
-
#. uqPJR
#: securityoptionsdialog.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/simpress.po b/source/bg/helpcontent2/source/text/simpress.po
index 82f5bf56dbd..c492b82b25a 100644
--- a/source/bg/helpcontent2/source/text/simpress.po
+++ b/source/bg/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-07 13:52+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/bg/>\n"
@@ -583,14 +583,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr "<ahelp hid=\".\">Лентата за линии и запълване съдържа команди и настройки, които можете да прилагате в текущия изглед.</ahelp>"
-#. zqDnR
+#. UuP9J
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"par_id651683559196525\n"
"help.text"
-msgid "With no object selected in the workspace, if you set the shape attributes like line width, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
-msgstr "Ако без избран обект в работната площ зададете атрибути на фигура като ширина, цвят или стил на линията, тип или стил на запълване на областта, в лентата „Линия и запълване“, настройките за линия и запълване ще се прилагат върху новите фигури като пряко форматиране, замествайки атрибутите от „Подразбиран стил за рисунки“. За да върнете атрибутите в лентата „Линия и запълване“ към тези от „Подразбиран стил за рисунки“, премахнете избора от всички обекти в работната площ и щракнете двукратно върху елемента „Подразбиран стил за рисунки“ в панела „Стилове“ на страничната лента. Следващият обект, който нарисувате, ще бъде с „Подразбиран стил за рисунки“."
+msgid "With no object selected in the workspace, if you set the shape attributes like line thickness, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
+msgstr ""
#. 7ASCP
#: main0202.xhp
@@ -601,14 +601,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Стил на линия</link>"
-#. GDMdV
+#. RECCJ
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"hd_id3159184\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Ширина на линия</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. yn72z
#: main0202.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter.po b/source/bg/helpcontent2/source/text/swriter.po
index d231c9d88d9..11ff582905a 100644
--- a/source/bg/helpcontent2/source/text/swriter.po
+++ b/source/bg/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-01 20:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/bg/>\n"
@@ -1006,14 +1006,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">Стил на линия</link>"
-#. sbQFC
+#. 2j7Q4
#: main0205.xhp
msgctxt ""
"main0205.xhp\n"
"hd_id3147818\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">Ширина на линия</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MAqKS
#: main0205.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index 1ad429a755e..fed4b2a251f 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-10-02 11:34+0200\n"
-"PO-Revision-Date: 2023-02-02 12:20+0000\n"
+"PO-Revision-Date: 2023-10-10 18:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.18.2\n"
"X-POOTLE-MTIME: 1564897611.000000\n"
#. XAt2Y
@@ -6764,7 +6764,7 @@ msgctxt ""
"par_id3148677\n"
"help.text"
msgid "To add text to a master document, right-click an item in the Navigator list, and then choose <emph>Insert - Text</emph>. A text section is inserted before the selected item in the master document where you can type the text that you want. You cannot insert text next to an existing text entry in the Navigator."
-msgstr "За да добавите те�ст в главен документ, щракнете с десния бутон в списъка на навигатора и изберете <emph>Вмъкване - Текст</emph>. Преди избрания елемент в главния документ ще бъде вмъкнат текстов раздел, в който можете да въведете желания текст. Не можете да вмъкнете текст до съществуващ текстов елемент в навигатора."
+msgstr "За да добавите текст в главен документ, щракнете с десния бутон в списъка на навигатора и изберете <emph>Вмъкване - Текст</emph>. Преди избрания елемент в главния документ ще бъде вмъкнат текстов раздел, в който можете да въведете желания текст. Не можете да вмъкнете текст до съществуващ текстов елемент в навигатора."
#. dtCPm
#: globaldoc_howtos.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/librelogo.po b/source/bg/helpcontent2/source/text/swriter/librelogo.po
index e4098b0c9aa..9565ecc03f2 100644
--- a/source/bg/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/bg/helpcontent2/source/text/swriter/librelogo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1509047845.000000\n"
#. kypzs
@@ -223,14 +223,14 @@ msgctxt ""
msgid "Graphical user interface of basic turtle settings"
msgstr "Графичен потребителски интерфейс на основните настройки на костенурката"
-#. oa3dx
+#. eEgBe
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_415\n"
"help.text"
-msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
-msgstr "Фигурата на костенурката в LibreLogo е обикновен графичен обект с фиксиран размер. Можете да я позиционирате и въртите по стандартния начин, с мишката и с иконата „Завъртане“ в лентата с инструменти „Свойства на графичен обект“. Променяйте настройките „Ширина на линия“, „Цвят на линия“ и „Цвят на област“ на фигурата на костенурката, за да задавате атрибутите PENSIZE, PENCOLOR и FILLCOLOR на LibreLogo."
+msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
+msgstr ""
#. fqYbT
#: LibreLogo.xhp
@@ -907,14 +907,14 @@ msgctxt ""
msgid "PENSIZE (ps)"
msgstr "PENSIZE (ps)"
-#. oFoEH
+#. VkDQq
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_1130\n"
"help.text"
-msgid "PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
-msgstr "PENSIZE 100 ; дебелина на линията 100 пункта<br/> PENSIZE ANY ; същото като PENSIZE RANDOM 10<br/>"
+msgid "PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
+msgstr ""
#. vD65H
#: LibreLogo.xhp
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 77c3cbb7774..a0f6f014690 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-07 13:39+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
@@ -11036,15 +11036,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "Предишен коментар"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "Автопобиране на текста"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/bg/sc/messages.po b/source/bg/sc/messages.po
index bec887310e6..790f4e9339a 100644
--- a/source/bg/sc/messages.po
+++ b/source/bg/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-26 16:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bg/>\n"
@@ -17559,1190 +17559,1184 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "неактивен"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "скрит"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Активен прозорец"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Име на сценарий"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Коментар"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Възходящо сортиране"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Низходящо сортиране"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Сортиране по избор"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Поле за име"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Входен ред"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Помощник за функции"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Приемане"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Отказ"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Избор на функция"
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Формула"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Разгъване на лентата за формули"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Свиване на лентата за формули"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Неизвестен потребител"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Вмъкната колона"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Вмъкнат ред "
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Вмъкнат лист "
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Изтрита колона"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Изтрит ред"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Изтрит лист"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Преместена област"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Променено съдържание"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Променено съдържание"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Променено на "
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Оригинал"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Отхвърлени промени"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Прието"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Отхвърлено"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Няма запис"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<празно>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr "Неизвестен автор"
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Не е защитен"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Не е защитен с парола"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Несъвместим хеш"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Съвместим хеш"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Въвеждане отново"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Пълзящо средно"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Експоненциално изглаждане"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Дисперсионен анализ"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Дисперсионен анализ (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Еднофакторен дисперсионен анализ"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Двуфакторен дисперсионен анализ"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Групи"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Между групите"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "В групите"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Източник на дисперсия"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Значимост F"
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-стойност"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F критично"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Общо"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Корелация"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Корелации"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Ковариация"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Ковариации"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Дескриптивна статистика"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Средно"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Стандартна грешка"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Мода"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Медиана"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Дисперсия"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартно отклонение"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Ексцес"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Асиметрия"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Диапазон"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Минимум"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Максимум"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Сума"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Брой"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Първи квартил"
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Трети квартил"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Случайно ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Равномерно"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Равномерно целочислено"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Нормално"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Коши"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Бернули"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Биномно"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Хи-квадрат"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Геометрично"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Отрицателно биномно"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr "Поасон"
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Минимум"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Максимум"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Средно"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартно отклонение"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Медиана"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Сигма"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "P-стойност"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Брой опити"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-стойност"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Избор"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-тест"
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-тест"
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Сдвоен t-тест"
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Сдвоен t-тест"
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-тест"
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-тест"
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Тест за независимост (хи-квадрат)"
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Регресия"
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Регресия"
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Анализ на Фурие"
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Анализ на Фурие"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Колона %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ред %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Алфа"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Променлива 1"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Променлива 2"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Хипотетична разлика на средните"
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Наблюдения"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Наблюдавана разлика на средните"
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R²"
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Изгладен R²"
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Брой променливи X"
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-стойност"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Критична стойност"
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Тестова статистика"
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Долни"
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Горни"
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Входният диапазон е невалиден."
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Адресът на резултата е невалиден."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Линеен"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Логаритмичен"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Степенен"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Диапазонът с независими променливи е невалиден."
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Диапазонът със зависими променливи е невалиден."
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Нивото на доверие трябва да бъде в интервала (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Диапазонът с променливи Y не може да има повече от 1 колона."
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Диапазонът с променливи Y не може да има повече от 1 ред."
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Едномерна регресия: броят наблюдения в X и Y трябва да съвпада."
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Многомерна регресия: броят наблюдения в X и Y трябва да съвпада."
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Регресионен модел"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Регресионна статистика"
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Остатък"
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Ниво на доверие"
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Коефициенти"
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-статистика"
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Пресичане"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Прогнозирано Y"
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Необработен резултат от LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) дясна страна"
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F критично, дясна страна"
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) лява страна"
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F критично, лява страна"
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P двустранно"
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F критично двустранно"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Корелация на Пирсън"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Дисперсия на разликите"
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-статистика"
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) едностранно"
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t критично едностранно"
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) двустранно"
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t критично двустранно"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Известна дисперсия"
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) едностранно"
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z критично едностранно"
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) двустранно"
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z критично двустранно"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Преобразувание на Фурие"
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Обратно преобразование на Фурие"
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Реална част"
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Имагинерна част"
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Амплитуда"
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Фаза"
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Избрани са повече от две колони в режим на групиране по колони."
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Избрани са повече от два реда в режим на групиране по редове."
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Във входния диапазон няма данни."
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Резултатът е твърде дълъг, за да бъде записан в листа."
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Диапазон с входни данни"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Позволено обновяване"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Разрешете обновяването само ако се доверявате на този документ."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Към клетка"
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Към клетка (преоразмеряване с клетката)"
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Към страница"
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Не са достъпни потребителски данни."
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(изключителен достъп)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "В избрания документ не са налице наименувани диапазони."
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Свръхтънка (%s пкт)"
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Много тънка (%s пкт)"
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Тънка (%s пкт)"
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Средна (%s пкт)"
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Дебела (%s пкт)"
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Много дебела (%s пкт)"
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Двойна свръхтънка (%s пкт)"
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Тънка/средна (%s пкт)"
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Средна/свръхтънка (%s пкт)"
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Средна/средна (%s пкт)"
@@ -18750,19 +18744,19 @@ msgstr "Средна/средна (%s пкт)"
#. 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:396
+#: sc/inc/strings.hrc:395
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 "Изберете желания ред на сортиране. За да дефинирате потребителско сортиране, изберете „Инструменти - Настройки - %PRODUCTNAME Calc - Списъци за сортиране“."
#. T5A7R
-#: sc/inc/strings.hrc:397
+#: sc/inc/strings.hrc:396
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 "Позволява използване на потребителско сортиране, зададено в %PRODUCTNAME Calc - Списъци за сортиране в диалоговия прозорец „Настройки“."
#. gbz6Y
-#: sc/inc/strings.hrc:398
+#: sc/inc/strings.hrc:397
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 "Включва показването на малко квадратче в горния десен ъгъл на клетка, която съдържа коментар. Коментарът се показва само ако включите подсказките в %PRODUCTNAME - Общи в диалоговия прозорец Настройки."
@@ -23646,7 +23640,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27029,10 +27023,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/bg/sfx2/messages.po b/source/bg/sfx2/messages.po
index 481ec118e01..413aa9c70e2 100644
--- a/source/bg/sfx2/messages.po
+++ b/source/bg/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-28 10:46+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559599623.000000\n"
#. bHbFE
@@ -3048,19 +3048,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr "Позволява ви да приписвате на документа ваши собствени информационни полета."
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Затваряне на страничната лента"
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index 07af1426404..c081e942a9b 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-07-12 20:18+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
@@ -3068,11 +3068,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Таблици"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "Обект на Fontwork"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -17916,43 +17916,43 @@ msgid "_Ask when linking a graphic"
msgstr "Запитване за връзки към графики"
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -17976,43 +17976,43 @@ msgid "Volume:"
msgstr "Сила:"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index 9a9c6237402..328d2e08edf 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2023-09-14 10:22+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bg/>\n"
@@ -30988,72 +30988,54 @@ msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "Брой думи"
-#. sC2dm
-#: sw/uiconfig/swriter/ui/wordcount.ui:34
-msgctxt "wordcount|extended_tip|close"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Преброява думите и знаците със и без интервалите в текущата селекция и в целия документ. Броят се обновява, когато въвеждате или променяте селекцията."
-
-#. mqnk8
-#: sw/uiconfig/swriter/ui/wordcount.ui:53
-msgctxt "wordcount|extended_tip|help"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Преброява думите и знаците със и без интервалите в текущата селекция и в целия документ. Броят се обновява, когато въвеждате или променяте селекцията."
-
#. 4rhHV
-#: sw/uiconfig/swriter/ui/wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:76
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Думи"
#. MjCM7
-#: sw/uiconfig/swriter/ui/wordcount.ui:98
+#: sw/uiconfig/swriter/ui/wordcount.ui:88
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "Знаци, включително интервалите"
#. cnynW
-#: sw/uiconfig/swriter/ui/wordcount.ui:110
+#: sw/uiconfig/swriter/ui/wordcount.ui:100
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "Знаци без интервалите"
#. 2Dc8B
-#: sw/uiconfig/swriter/ui/wordcount.ui:168
+#: sw/uiconfig/swriter/ui/wordcount.ui:158
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Избор"
#. Jy4dh
-#: sw/uiconfig/swriter/ui/wordcount.ui:183
+#: sw/uiconfig/swriter/ui/wordcount.ui:173
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Документ"
#. 2tUdA
-#: sw/uiconfig/swriter/ui/wordcount.ui:242
+#: sw/uiconfig/swriter/ui/wordcount.ui:232
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Азиатски знаци и корейски срички"
#. dZmso
-#: sw/uiconfig/swriter/ui/wordcount.ui:284
+#: sw/uiconfig/swriter/ui/wordcount.ui:274
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "Стандартни страници"
#. BvVDH
-#: sw/uiconfig/swriter/ui/wordcount.ui:326
+#: sw/uiconfig/swriter/ui/wordcount.ui:316
msgctxt "wordcount|lbComments"
msgid "Comments"
msgstr ""
-#. mQfaX
-#: sw/uiconfig/swriter/ui/wordcount.ui:369
-msgctxt "wordcount|extended_tip|WordCountDialog"
-msgid "Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection."
-msgstr "Преброява думите и знаците със и без интервалите в текущата селекция и в целия документ. Броят се обновява, когато въвеждате или променяте селекцията."
-
#. A2jUj
#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
diff --git a/source/bg/uui/messages.po b/source/bg/uui/messages.po
index 1a2d4984b47..5c3f6c6f259 100644
--- a/source/bg/uui/messages.po
+++ b/source/bg/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-12-07 12:13+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/bg/>\n"
@@ -950,6 +950,12 @@ msgctxt "STR_RELOADEDITABLE_BTN"
msgid "~Reload"
msgstr "Презареждане"
+#. QCVhW
+#: uui/inc/strings.hrc:81
+msgctxt "STR_LOADREADONLY_MSG"
+msgid "The author would like you to open '$(ARG1)' as read-only unless you need to make changes. Open as read-only?"
+msgstr ""
+
#. 45x3T
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
diff --git a/source/bg/xmlsecurity/messages.po b/source/bg/xmlsecurity/messages.po
index 6ecc0aa86af..240b586796f 100644
--- a/source/bg/xmlsecurity/messages.po
+++ b/source/bg/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-02-28 09:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/bg/>\n"
@@ -621,23 +621,20 @@ msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr "Източниците, на които се доверявате, се задават в раздела „Надеждни източници“. Разрешено е да се изпълняват подписани макроси от надеждни източници, както и всички макроси от надеждни местоположения за файлове. За всички останали макроси се изисква потвърждение от вас."
-#. 2DyAP
+#. G4ZC5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:63
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
-"Only signed macros from trusted sources are allowed to run.\n"
+"Only signed macros and macros from trusted file sources are executed.\n"
"Unsigned macros are disabled."
msgstr ""
-"_Висока.\n"
-"Могат да бъдат стартирани само подписани макроси от надеждни източници.\n"
-"Неподписаните макроси са забранени."
-#. pbFLt
+#. QK2RC
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:75
msgctxt "extended_tip|high"
-msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
-msgstr "Източниците, на които се доверявате, се задават в раздела „Надеждни източници“. Разрешено е да се изпълняват само подписани макроси от надеждни източници, както и всички макроси от надеждни местоположения за файлове."
+msgid "Only signed macros or macros from a trusted file location are allowed to run. Trusted file locations can be set on the Trusted Sources tab page."
+msgstr ""
#. SDdW5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:86
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index 56702e353f7..e911019e4a3 100644
--- a/source/bn-IN/cui/messages.po
+++ b/source/bn-IN/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:33+0200\n"
+"POT-Creation-Date: 2023-10-11 14:16+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bn_IN/>\n"
@@ -1792,10 +1792,10 @@ msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
-#. CNtDd
+#. 8nrxG
#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
-msgid "Replace << and >> with angle quotes"
+msgid "Replace two inequality signs (<< or >>) with angle quotes"
msgstr ""
#. Rc6Zg
@@ -9886,11 +9886,11 @@ msgctxt "gradientpage|extended_tip|gradienttypelb"
msgid "Select the gradient that you want to apply."
msgstr ""
-#. BBKZM
+#. d6UAy
#: cui/uiconfig/ui/gradientpage.ui:257
msgctxt "gradientpage|incrementft"
-msgid "Increment:"
-msgstr "ক্রমবৃদ্ধি:"
+msgid "Increments:"
+msgstr ""
#. F5dVt
#: cui/uiconfig/ui/gradientpage.ui:283
@@ -19621,11 +19621,11 @@ msgctxt "extended_tip|whenpdf"
msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
msgstr ""
-#. pfCsh
+#. dJsRK
#: cui/uiconfig/ui/securityoptionsdialog.ui:243
msgctxt "securityoptionsdialog|label3"
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "যদি নথি রেকর্ডকৃত পরিবর্তন, সংস্করণ, লুকানো তথ্য বা টীকা থাকে তবে সতর্ক করা হয়:"
+msgid "Warn if document contains recorded changes, versions or notes:"
+msgstr ""
#. 3yxBp
#: cui/uiconfig/ui/securityoptionsdialog.ui:257
@@ -20481,152 +20481,152 @@ msgid "_Not in Dictionary"
msgstr ""
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:296
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "প্রতিলেপন"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:309
+#: cui/uiconfig/ui/spellingdialog.ui:307
#, fuzzy
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "বিশেষ অক্ষর"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:341
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "পাঠ্যের ভাষা (_e):"
#. g7zja
-#: cui/uiconfig/ui/spellingdialog.ui:373
+#: cui/uiconfig/ui/spellingdialog.ui:371
msgctxt "spellingdialog|extended_tip|languagelb"
msgid "Specifies the language to use to check the spelling."
msgstr ""
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:398
+#: cui/uiconfig/ui/spellingdialog.ui:396
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "পুনরারম্ভ (_u)"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:410
+#: cui/uiconfig/ui/spellingdialog.ui:408
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(কোন পরামর্শ নেই)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:422
+#: cui/uiconfig/ui/spellingdialog.ui:420
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "বানান: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:446
+#: cui/uiconfig/ui/spellingdialog.ui:444
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "সঠিক (_r)"
#. m7FFp
-#: cui/uiconfig/ui/spellingdialog.ui:455
+#: cui/uiconfig/ui/spellingdialog.ui:453
msgctxt "spellingdialog|extended_tip|change"
msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
msgstr ""
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:466
+#: cui/uiconfig/ui/spellingdialog.ui:464
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "সব সঠিক করুন (_l)"
#. 9kjPB
-#: cui/uiconfig/ui/spellingdialog.ui:475
+#: cui/uiconfig/ui/spellingdialog.ui:473
msgctxt "spellingdialog|extended_tip|changeall"
msgid "Replaces all occurrences of the unknown word with the current suggestion."
msgstr ""
#. VmUBw
-#: cui/uiconfig/ui/spellingdialog.ui:486
+#: cui/uiconfig/ui/spellingdialog.ui:484
msgctxt "spellingdialog|autocorrect"
msgid "Add to _AutoCorrect"
msgstr ""
#. xpvWk
-#: cui/uiconfig/ui/spellingdialog.ui:490
+#: cui/uiconfig/ui/spellingdialog.ui:488
msgctxt "spellingdialog|autocorrect|tooltip_text"
msgid "Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table."
msgstr ""
#. DGBWv
-#: cui/uiconfig/ui/spellingdialog.ui:496
+#: cui/uiconfig/ui/spellingdialog.ui:494
msgctxt "spellingdialog|extended_tip|autocorrect"
msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table."
msgstr ""
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:520
+#: cui/uiconfig/ui/spellingdialog.ui:518
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "একবার উপেক্ষা (_I)"
#. M5qZF
-#: cui/uiconfig/ui/spellingdialog.ui:529
+#: cui/uiconfig/ui/spellingdialog.ui:527
msgctxt "spellingdialog|extended_tip|ignore"
msgid "Skips the unknown word and continues with the spellcheck."
msgstr ""
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:540
+#: cui/uiconfig/ui/spellingdialog.ui:538
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "সব উপেক্ষা (_g)"
#. zS3Wm
-#: cui/uiconfig/ui/spellingdialog.ui:549
+#: cui/uiconfig/ui/spellingdialog.ui:547
msgctxt "spellingdialog|extended_tip|ignoreall"
msgid "Skips all occurrences of the unknown word until the end of the current office suite session and continues with the spellcheck."
msgstr ""
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:560
+#: cui/uiconfig/ui/spellingdialog.ui:558
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "নিয়ম উপেক্ষা (_g)"
#. E63nm
-#: cui/uiconfig/ui/spellingdialog.ui:569
+#: cui/uiconfig/ui/spellingdialog.ui:567
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
msgstr ""
#. xcDLh
-#: cui/uiconfig/ui/spellingdialog.ui:580
+#: cui/uiconfig/ui/spellingdialog.ui:578
msgctxt "spellingdialog|add"
msgid "Add to _Dictionary"
msgstr ""
#. JAsBm
-#: cui/uiconfig/ui/spellingdialog.ui:589
+#: cui/uiconfig/ui/spellingdialog.ui:587
msgctxt "spellingdialog|extended_tip|add"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. z3TLh
-#: cui/uiconfig/ui/spellingdialog.ui:600
+#: cui/uiconfig/ui/spellingdialog.ui:598
msgctxt "spellingdialog|addmb"
msgid "Add to _Dictionary"
msgstr ""
#. YFz8g
-#: cui/uiconfig/ui/spellingdialog.ui:615
+#: cui/uiconfig/ui/spellingdialog.ui:613
msgctxt "spellingdialog|extended_tip|addmb"
msgid "Adds the unknown word to a user-defined dictionary."
msgstr ""
#. GSZVa
-#: cui/uiconfig/ui/spellingdialog.ui:653
+#: cui/uiconfig/ui/spellingdialog.ui:651
msgctxt "spellingdialog|extended_tip|SpellingDialog"
msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
msgstr ""
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/guide.po b/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
index ee09a4b701a..97162d0755d 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-04-25 12:31+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -781,13 +781,13 @@ msgctxt ""
msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
msgstr ""
-#. gKaYD
+#. EUhkx
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id191630538210607\n"
"help.text"
-msgid "<emph>newWidth</emph> is an integer value that defines the line width."
+msgid "<emph>newWidth</emph> is an integer value that defines the line thickness."
msgstr ""
#. 6Tv9V
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
index 6f87a0bc406..ad0ce453e89 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5443,6 +5443,15 @@ msgctxt ""
msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] Basic IDE</link></variable>"
msgstr "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\">$[officename] বেসিক IDE</link></variable>"
+#. 9v8mj
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic IDE where you can write and edit BASIC macros.</ahelp>"
+msgstr ""
+
#. YTpwx
#: 01050000.xhp
msgctxt ""
@@ -5452,14 +5461,50 @@ msgctxt ""
msgid "This section describes the structure of the Basic IDE."
msgstr "এই অংশটি বেসিক IDE এর গঠন ব্যাখ্যা করে।"
-#. QFuVt
+#. QG4bc
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
-"par_idN105C9\n"
+"par_id431696550928389\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি বেসিক IDE খোলে যেখানে আপনি লিখতে এবং ম্যাক্রো সম্পাদনা করতে পারেন।</ahelp>"
+msgid "Choose <menuitem>Tools - Macro - Edit Macro</menuitem>."
+msgstr ""
+
+#. zmtUX
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id451696550923767\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Basic</menuitem>."
+msgstr ""
+
+#. FMBZo
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id741696551014785\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Edit Macro</menuitem>."
+msgstr ""
+
+#. TvEWG
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id831696550904634\n"
+"help.text"
+msgid "<image src=\"cmd/lc_basicideappear.svg\" id=\"img_id271696550904635\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661696550904636\">Icon Edit Macro</alt></image>"
+msgstr ""
+
+#. bv9fy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id151696550904638\n"
+"help.text"
+msgid "Edit Macro"
+msgstr ""
#. 8Fzvm
#: 01050000.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/scalc.po b/source/bn-IN/helpcontent2/source/text/scalc.po
index 897d63d34ab..bb4f90966e7 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-14 09:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/bn_IN/>\n"
@@ -925,14 +925,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">রেখার শৈলী</link>"
-#. aFoMu
+#. j278Y
#: main0203.xhp
msgctxt ""
"main0203.xhp\n"
"hd_id3151073\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">রেখার প্রস্থ</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MXcwv
#: main0203.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index 43928a3054a..6f4da7344b7 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/01.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bn_IN/>\n"
@@ -71071,13 +71071,13 @@ msgctxt ""
msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
msgstr ""
-#. bsCDU
+#. JAK9i
#: sparklines.xhp
msgctxt ""
"sparklines.xhp\n"
"par_id701654174850309\n"
"help.text"
-msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
msgstr ""
#. CAGGB
diff --git a/source/bn-IN/helpcontent2/source/text/shared.po b/source/bn-IN/helpcontent2/source/text/shared.po
index 73476ce7a50..045a7971605 100644
--- a/source/bn-IN/helpcontent2/source/text/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -466,14 +466,14 @@ msgctxt ""
msgid "Help"
msgstr "সহায়িকা"
-#. NncHM
+#. xvsDi
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/shared/main0108.xhp\">Help</link>"
-msgstr "<link href=\"text/shared/main0108.xhp\">সহায়িকা</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/main0108.xhp#help\">Help</link></variable>"
+msgstr ""
#. 2BAjw
#: main0108.xhp
@@ -502,13 +502,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr "<ahelp hid=\".uno:HelpIndex\">$[officename] এর প্রধান পাতা বর্তমান অ্যাপলিকেশনের জন্য সহায়তা পাতা খোলে।</ahelp> আপনি সূচিপত্র শর্তাবলী অথবা যেকোনো লেখার জন্য সহায়তা পাতা এবং আপনার মধ্য দিয়ে স্ক্রোল অনুসন্ধান করতে পারেন।"
-#. SPpw7
+#. gE5WX
#: main0108.xhp
msgctxt ""
"main0108.xhp\n"
"par_idN1064A\n"
"help.text"
-msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
+msgid "<image id=\"img_id1619006\" src=\"cmd/lc_helpindex.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>"
msgstr ""
#. iPjUH
@@ -574,24 +574,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
msgstr ""
-#. s2hmB
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id230120170903409011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
-msgstr ""
-
-#. JEuaK
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id281120160939285779\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
-msgstr ""
-
#. 4BvDS
#: main0108.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index e1d2d1c922c..4d077f79266 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1834,23 +1834,23 @@ msgctxt ""
msgid "Line Color"
msgstr "রেখার রং"
-#. eEzbX
+#. VVizS
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3156214\n"
"help.text"
-msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
+msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Thickness</alt></image>"
msgstr ""
-#. CWENi
+#. 5Cu38
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
"par_id3163044\n"
"help.text"
-msgid "Line Width"
-msgstr "লাইনের প্রস্থ"
+msgid "Line Thickness"
+msgstr ""
#. e6Tjh
#: 00000004.xhp
@@ -6721,6 +6721,15 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
+#. So26P
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
+msgstr ""
+
#. ZPFVB
#: 00000401.xhp
msgctxt ""
@@ -7396,6 +7405,15 @@ msgctxt ""
msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
+#. K27sL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301696601166240\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Close</menuitem>."
+msgstr ""
+
#. j2bbo
#: 00000401.xhp
msgctxt ""
@@ -7819,6 +7837,42 @@ msgctxt ""
msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
msgstr ""
+#. Cj7Vy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151696979496544\n"
+"help.text"
+msgid "Choose <menuitem>File - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. gpBbN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id401696979691108\n"
+"help.text"
+msgid "On the <menuitem>File</menuitem> menu of the <menuitem>File</menuitem> tab, choose <menuitem>Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. qFweF
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id111696979591663\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signpdf.svg\" id=\"img_id211696979591664\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941696979591665\">Icon Sign Existing PDF</alt></image>"
+msgstr ""
+
+#. 7Y22E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id61696979591667\n"
+"help.text"
+msgid "Sign Existing PDF"
+msgstr ""
+
#. sEWvE
#: 00000401.xhp
msgctxt ""
@@ -10276,31 +10330,58 @@ msgctxt ""
msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
msgstr ""
-#. oTQwa
+#. jDmLG
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id511543350796749\n"
+"par_id691696518479718\n"
"help.text"
-msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell</emph>.</variable>"
+msgid "Choose <menuitem>Tools</menuitem> - <menuitem>Run Macro</menuitem>."
msgstr ""
-#. wfHqY
+#. dCLWy
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id661543350803067\n"
+"par_id721696518496489\n"
"help.text"
-msgid "<variable id=\"javascript\">Choose <emph>Tools - Macros - Organize Macros - JavaScript</emph>.</variable>"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Run Macro</menuitem>."
msgstr ""
-#. Vcght
+#. A8ueX
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
-"par_id441543350811395\n"
+"par_id181696518514350\n"
"help.text"
-msgid "<variable id=\"python\">Choose <emph>Tools - Macros - Organize Macros - Python</emph>.</variable>"
+msgid "<image src=\"cmd/lc_runmacro.svg\" id=\"img_id381696518514351\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891696518514352\">Icon Run Macro</alt></image>"
+msgstr ""
+
+#. jd3DH
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id411696518514354\n"
+"help.text"
+msgid "Run Macro"
+msgstr ""
+
+#. RUDaN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id511543350796749\n"
+"help.text"
+msgid "<variable id=\"beanshell\">Choose <emph>Tools - Macros - Organize Macros - BeanShell/Javascript/Python</emph>.</variable>"
+msgstr ""
+
+#. 68Q68
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id11696549226113\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Javascript/Beanshell/Python</menuitem>."
msgstr ""
#. RDiDr
@@ -10312,6 +10393,33 @@ msgctxt ""
msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr ""
+#. ca98C
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id841696518104105\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Record Macro</menuitem>."
+msgstr ""
+
+#. GnUaa
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id981696518124818\n"
+"help.text"
+msgid "<image src=\"cmd/lc_macrorecorder.svg\" id=\"img_id651696518124819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601696518124820\">Icon Record Macro</alt></image>"
+msgstr ""
+
+#. AjGq5
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id21696518124821\n"
+"help.text"
+msgid "Record Macro"
+msgstr ""
+
#. feCZF
#: 00000406.xhp
msgctxt ""
@@ -10339,6 +10447,24 @@ msgctxt ""
msgid "<variable id=\"packagemanager\">Choose <menuitem>Tools - Extensions</menuitem>.</variable>"
msgstr ""
+#. 9CDkf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id821696592533769\n"
+"help.text"
+msgid "On the <menuitem>Extension</menuitem> menu of the <menuitem>Extension</menuitem> tab, choose <menuitem>Extensions</menuitem>."
+msgstr ""
+
+#. rEyqx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id281696592674749\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + E</keycode>"
+msgstr ""
+
#. vW6NM
#: 00000406.xhp
msgctxt ""
@@ -10348,13 +10474,22 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <menuitem>Tools - Extensions</menuitem>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. sPJ9b
+#. 4fmet
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
+
+#. 57Aoy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id691696596260202\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
msgstr ""
#. FDFcn
@@ -10384,6 +10519,15 @@ msgctxt ""
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph>.</variable>"
msgstr ""
+#. TvBGQ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
+msgstr ""
+
#. e3TA3
#: 00000406.xhp
msgctxt ""
@@ -18043,6 +18187,33 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
+#. famFq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id561696881820809\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem> tab."
+msgstr ""
+
+#. iv23s
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801696881885072\n"
+"help.text"
+msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
+msgstr ""
+
+#. bCJJD
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001696881885075\n"
+"help.text"
+msgid "Track Changes"
+msgstr ""
+
#. FtngJ
#: edit_menu.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 9e313219990..e7d529c5068 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bn_IN/>\n"
@@ -2203,60 +2203,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\">Import and Export Filters</link>"
msgstr ""
-#. ACQZh
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Remote..."
-msgstr ""
-
-#. 5CFDT
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"bm_id1001513636856122\n"
-"help.text"
-msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
-msgstr ""
-
-#. jwbkQ
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020001.xhp\">Open Remote</link>"
-msgstr ""
-
-#. 5DG6r
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. 8aZPe
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. CvHwd
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. FJF7F
#: 01020101.xhp
msgctxt ""
@@ -2527,60 +2473,6 @@ msgctxt ""
msgid "When you edit an <emph>AutoText</emph> entry, this command changes to <emph>Save AutoText</emph>."
msgstr ""
-#. 7diuV
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Remote..."
-msgstr ""
-
-#. uZ8c4
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"bm_id381513636896997\n"
-"help.text"
-msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
-msgstr ""
-
-#. 4dZ5D
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"hd_id151513629025611\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
-msgstr ""
-
-#. TL55A
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id771513629025613\n"
-"help.text"
-msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
-msgstr ""
-
-#. jpc76
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id531513630220632\n"
-"help.text"
-msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
-msgstr ""
-
-#. tuPvp
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id951513629981585\n"
-"help.text"
-msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
-msgstr ""
-
#. qU9Ae
#: 01060002.xhp
msgctxt ""
@@ -27223,22 +27115,22 @@ msgctxt ""
msgid "<variable id=\"farbetext\"><ahelp hid=\".\">Select a color for the line.</ahelp></variable>"
msgstr ""
-#. gVaax
+#. XSoG2
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"hd_id3159234\n"
"help.text"
-msgid "Widths"
+msgid "Thickness"
msgstr ""
-#. ZdQdF
+#. ow9wS
#: 05200100.xhp
msgctxt ""
"05200100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
+msgid "<variable id=\"breitetext\"><ahelp hid=\".\">Select the thickness for the line. You can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium.</ahelp></variable>"
msgstr ""
#. hG52Y
@@ -27628,13 +27520,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/linestyletabpage/MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr ""
-#. nGun3
+#. 2oYvW
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "Fit to line width"
+msgid "Fit to line thickness"
msgstr ""
#. XUZuK
@@ -28033,6 +27925,42 @@ msgctxt ""
msgid "Use the slide background as a fill. This differs from \"None\" in that the area is actually filled with the slide background at that location, instead of simply showing what is behind the shape."
msgstr ""
+#. fHkWx
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id661696079947729\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/area-fill-none-same-vs-background.png\" id=\"img_id871696079947730\" width=\"700px\" height=\"392px\"><alt id=\"alt_id991696079947732\">Illustration of different fill styles.</alt></image>"
+msgstr ""
+
+#. bGYMC
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id221696080666194\n"
+"help.text"
+msgid "<emph>Use Background</emph>: the object area is filled with the background fill. The object covers the blue circle."
+msgstr ""
+
+#. mPeAP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id331696080747331\n"
+"help.text"
+msgid "<emph>Fill</emph>: The object uses the same gradient fill of the background. The object covers the blue circle."
+msgstr ""
+
+#. BtnCt
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id991696080772879\n"
+"help.text"
+msgid "<emph>None</emph>: the object does not have a fill. The blue circle is visible though the object."
+msgstr ""
+
#. CiGCw
#: 05210100.xhp
msgctxt ""
@@ -41506,31 +41434,22 @@ msgctxt ""
msgid "Lets you record or organize and edit macros."
msgstr ""
-#. irkNP
-#: 06130001.xhp
-msgctxt ""
-"06130001.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>"
-msgstr ""
-
-#. S7Bf5
+#. 2BBvC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
-"par_idN105EB\n"
+"par_id671696515705748\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
+msgid "Choose <menuitem>Tools - Macros</menuitem>."
msgstr ""
-#. H4TdC
+#. 3autC
#: 06130001.xhp
msgctxt ""
"06130001.xhp\n"
"hd_id821582666527674\n"
"help.text"
-msgid "Edit Macros"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\">Edit Macros</link>"
msgstr ""
#. 9SRC2
@@ -41587,13 +41506,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06130010.xhp\">Record Macro</link>"
msgstr ""
-#. 9pC9X
+#. YVYd9
#: 06130010.xhp
msgctxt ""
"06130010.xhp\n"
"par_id3152952\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+msgstr ""
+
+#. g77cQ
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id41696516696703\n"
+"help.text"
+msgid "Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
#. yAEQN
@@ -41632,13 +41560,13 @@ msgctxt ""
msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>"
msgstr ""
-#. io7eF
+#. FCo6F
#: 06130020.xhp
msgctxt ""
"06130020.xhp\n"
"hd_id131571264310511\n"
"help.text"
-msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Basic Macro selector</link></variable>"
+msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\">Run Macro</link></variable>"
msgstr ""
#. VEFaS
@@ -41704,13 +41632,13 @@ msgctxt ""
msgid "Scripts"
msgstr ""
-#. T2aee
+#. FWBvE
#: 06130030.xhp
msgctxt ""
"06130030.xhp\n"
"bm_id401571328832739\n"
"help.text"
-msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>"
+msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>python scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value> <bookmark_value>run scripts;python</bookmark_value>"
msgstr ""
#. HTxG8
@@ -46348,13 +46276,13 @@ msgctxt ""
msgid "Columns Before"
msgstr ""
-#. sWRAW
+#. GBFVg
#: InsertColumnsBefore.xhp
msgctxt ""
"InsertColumnsBefore.xhp\n"
"bm_id891693667456028\n"
"help.text"
-msgid "<bookmark_value>row;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
+msgid "<bookmark_value>column;inserting before</bookmark_value> <bookmark_value>insert;column before</bookmark_value>"
msgstr ""
#. CY8pB
@@ -46384,13 +46312,13 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
msgstr ""
-#. FhyP5
+#. gQwyE
#: InsertRowsAfter.xhp
msgctxt ""
"InsertRowsAfter.xhp\n"
"tit\n"
"help.text"
-msgid "Rows Above"
+msgid "Rows Below"
msgstr ""
#. RPFLA
@@ -46474,6 +46402,60 @@ msgctxt ""
msgid "<variable id=\"sheet_insert_rows\">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
msgstr ""
+#. ChrM6
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Remote..."
+msgstr ""
+
+#. B3mxK
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"bm_id1001513636856122\n"
+"help.text"
+msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>"
+msgstr ""
+
+#. S47A9
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/OpenRemote.xhp\">Open Remote</link>"
+msgstr ""
+
+#. v9WbL
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. EANHv
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. P3SiE
+#: OpenRemote.xhp
+msgctxt ""
+"OpenRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. XWLXe
#: Protect.xhp
msgctxt ""
@@ -46807,6 +46789,60 @@ msgctxt ""
msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>"
msgstr ""
+#. 9C4FB
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Remote..."
+msgstr ""
+
+#. TFtfJ
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"bm_id381513636896997\n"
+"help.text"
+msgid "<bookmark_value>remote file; save</bookmark_value><bookmark_value>save; remote file</bookmark_value>"
+msgstr ""
+
+#. o6H8r
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"hd_id151513629025611\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060001.xhp\">Save Remote...</link>"
+msgstr ""
+
+#. Aarnv
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id771513629025613\n"
+"help.text"
+msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveAsRemote\">Saves a document located in a remote file service.</ahelp></variable>"
+msgstr ""
+
+#. SW2xR
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id531513630220632\n"
+"help.text"
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
+msgstr ""
+
+#. X5DLr
+#: SaveAsRemote.xhp
+msgctxt ""
+"SaveAsRemote.xhp\n"
+"par_id951513629981585\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files in remote servers</link>"
+msgstr ""
+
#. MzXDj
#: SelectColumns.xhp
msgctxt ""
@@ -47131,6 +47167,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>"
msgstr ""
+#. ZTUCC
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Signature Menu"
+msgstr ""
+
+#. 74Aca
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"hd_id711696976034790\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/SignaturesMenu.xhp\">Digital Signature Menu</link></variable>"
+msgstr ""
+
+#. CDXV5
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id921696976034792\n"
+"help.text"
+msgid "Opens a menu for digital signature commands."
+msgstr ""
+
+#. B7UTd
+#: SignaturesMenu.xhp
+msgctxt ""
+"SignaturesMenu.xhp\n"
+"par_id651696976140932\n"
+"help.text"
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
#. 3xUAD
#: SpellOnline.xhp
msgctxt ""
@@ -47338,6 +47410,96 @@ msgctxt ""
msgid "<link href=\"text/swriter/main0115.xhp\">Styles menu</link>"
msgstr ""
+#. EGCCM
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tip of the Day"
+msgstr ""
+
+#. S5haD
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"bm_id221696342632214\n"
+"help.text"
+msgid "<bookmark_value>tip of the day</bookmark_value>"
+msgstr ""
+
+#. sBBUu
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id731696335264826\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/TipOfTheDay.xhp\">Tip of the Day</link></variable>"
+msgstr ""
+
+#. GVFka
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id71696335264830\n"
+"help.text"
+msgid "Displays a dialog box with a usage tip. The <menuitem>Tip of the Day</menuitem> contains a collection of tips that helps to better use %PRODUCTNAME resources."
+msgstr ""
+
+#. FYs4N
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id531696335423019\n"
+"help.text"
+msgid "Choose <menuitem>Help - Show Tip of the Day</menuitem>."
+msgstr ""
+
+#. 8jSi3
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id871696336247832\n"
+"help.text"
+msgid "The tips are cycled in a list of hundreds tips."
+msgstr ""
+
+#. XHnvL
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id41696335799193\n"
+"help.text"
+msgid "Show tips on startup"
+msgstr ""
+
+#. FATmk
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id541696336144323\n"
+"help.text"
+msgid "Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules."
+msgstr ""
+
+#. Ts5rK
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"hd_id501696336224725\n"
+"help.text"
+msgid "Next Tip"
+msgstr ""
+
+#. PFBF4
+#: TipOfTheDay.xhp
+msgctxt ""
+"TipOfTheDay.xhp\n"
+"par_id311696336194109\n"
+"help.text"
+msgid "Shows the next tip in the <emph>Tip of the Day</emph> list."
+msgstr ""
+
#. qQPR5
#: about_meta_tags.xhp
msgctxt ""
@@ -50785,13 +50947,13 @@ msgctxt ""
msgid "Choose menu <menuitem>View - User Interface</menuitem>"
msgstr ""
-#. LQf7z
+#. tCoKD
#: notebook_bar.xhp
msgctxt ""
"notebook_bar.xhp\n"
-"par_id61686342056429\n"
+"par_id631696600350892\n"
"help.text"
-msgid "On the tabs row menu, choose <menuitem>User Interface</menuitem>."
+msgid "On the top right menu (☰), choose <menuitem>User Interface</menuitem>."
msgstr ""
#. aGRwD
@@ -51352,13 +51514,13 @@ msgctxt ""
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr ""
-#. wA7Aa
+#. Bh9s6
#: packagemanager.xhp
msgctxt ""
"packagemanager.xhp\n"
"par_id941619265371175\n"
"help.text"
-msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. By default, installation and removal are enabled."
+msgid "For security reasons, the installation and removal of extensions are <emph>enabled</emph> and are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert Configuration</link>. To disable extensions installation or removal, search for the string <literal>ExtensionManager</literal> in the Expert Configuration search box and set properties <literal>DisableExtensionRemoval</literal> to <literal>true</literal> and/or <literal>DisableExtensionInstallation</literal> to <literal>true</literal>."
msgstr ""
#. AEioS
@@ -52261,13 +52423,13 @@ msgctxt ""
msgid "<bookmark_value>profile;safe mode</bookmark_value>"
msgstr ""
-#. LnM3u
+#. WGBcP
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"hd_id281120160939034500\n"
"help.text"
-msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Restart in Safe Mode</link>"
msgstr ""
#. AMQrf
@@ -52288,6 +52450,15 @@ msgctxt ""
msgid "Choose <emph>Help - Restart in Safe Mode</emph>."
msgstr ""
+#. AhRXd
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id271696345273532\n"
+"help.text"
+msgid "From a command line"
+msgstr ""
+
#. GgV84
#: profile_safe_mode.xhp
msgctxt ""
@@ -52297,13 +52468,13 @@ msgctxt ""
msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
msgstr ""
-#. JFyZA
+#. jnwDe
#: profile_safe_mode.xhp
msgctxt ""
"profile_safe_mode.xhp\n"
"par_id281120163154363\n"
"help.text"
-msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry"
msgstr ""
#. jBGEE
@@ -55609,6 +55780,105 @@ msgctxt ""
msgid "When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area."
msgstr ""
+#. myGoD
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"tit\n"
+"help.text"
+msgid "Search Commands"
+msgstr ""
+
+#. LBGY4
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"bm_id8215627973621527\n"
+"help.text"
+msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
+msgstr ""
+
+#. epMgP
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"hd_id951627860296699\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/search_commands.xhp\">Search Commands</link></variable>"
+msgstr ""
+
+#. fVXLC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id3155069\n"
+"help.text"
+msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
+msgstr ""
+
+#. XFXXZ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id41628622450782\n"
+"help.text"
+msgid "This feature is available in Writer, Calc, Impress and Draw."
+msgstr ""
+
+#. heTMY
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795750725\n"
+"help.text"
+msgid "Choose <menuitem>Help - Search Commands</menuitem>."
+msgstr ""
+
+#. J8RCb
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id961562795754587\n"
+"help.text"
+msgid "<keycode>Shift + Esc</keycode>"
+msgstr ""
+
+#. 9gqGJ
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id631628621951493\n"
+"help.text"
+msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
+msgstr ""
+
+#. LBa6c
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id991628622249416\n"
+"help.text"
+msgid "To execute a command:"
+msgstr ""
+
+#. CJ4EC
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id521628622272041\n"
+"help.text"
+msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
+msgstr ""
+
+#. uEWNu
+#: search_commands.xhp
+msgctxt ""
+"search_commands.xhp\n"
+"par_id551628622272467\n"
+"help.text"
+msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
+msgstr ""
+
#. wTQMX
#: securitywarning.xhp
msgctxt ""
@@ -55915,13 +56185,13 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr ""
-#. rNCsL
+#. E7TF2
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Signing Existing PDF files</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\">Sign Existing PDF</link></variable>"
msgstr ""
#. RM32g
@@ -55933,13 +56203,13 @@ msgctxt ""
msgid "%PRODUCTNAME can digitally sign an existing PDF document."
msgstr ""
-#. F6Dem
+#. 5hbUa
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"par_id821526581027302\n"
"help.text"
-msgid "The file opens in %PRODUCTNAME Draw in read only mode."
+msgid "The PDF document opens in %PRODUCTNAME Draw in read only mode."
msgstr ""
#. hTFFk
@@ -56293,13 +56563,13 @@ msgctxt ""
msgid "Display the set of available themes for the document. To apply a theme to the document, double click on the selected theme."
msgstr ""
-#. wKFJi
+#. swAJK
#: themesdialog.xhp
msgctxt ""
"themesdialog.xhp\n"
"par_id671691099443625\n"
"help.text"
-msgid "The top left theme in the Available theme area is the current applied theme."
+msgid "The top left theme in the Available Themes area is the current applied theme."
msgstr ""
#. e3hWL
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index 1c0f1254d97..1b75b536c4a 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bn_IN/>\n"
@@ -9187,6 +9187,15 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Development Tools</menuitem>"
msgstr ""
+#. j3uGp
+#: dev_tools.xhp
+msgctxt ""
+"dev_tools.xhp\n"
+"par_id631696591521985\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>Development Tools</menuitem>."
+msgstr ""
+
#. G6m74
#: dev_tools.xhp
msgctxt ""
@@ -13048,14 +13057,14 @@ msgctxt ""
msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click."
msgstr ""
-#. pzMsR
+#. ApzsS
#: fontwork.xhp
msgctxt ""
"fontwork.xhp\n"
"par_idN108D5\n"
"help.text"
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
-msgstr "থেকে বৈশিষ্ট্যাবলী নির্বাচন করুন<emph> বস্তু বৈশিষ্ট্যাবলী আঁকছে</emph> টুলবার। আপনি লাইন প্রস্থ, লাইন রং পরিবর্তন করতে পারেন, রং ভর্তি করুন, শৈলী ভর্তি করুন, এবং আরও বেশি।"
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line thickness, line color, fill color, fill style, and more."
+msgstr ""
#. gKRx3
#: fontwork.xhp
@@ -17224,14 +17233,14 @@ msgctxt ""
msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link></variable>"
msgstr "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\">টেক্সটে সারি আঁকুন</link></variable>"
-#. dFTvK
+#. BsBtB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
-msgstr "আপনি স্বনির্বাচিত কোণ, প্রস্থ, রং এবং অন্যান্য বৈশিষ্ট্যাবলীর সঙ্গে আপনার টেক্সটের দিকে সারি একীভূত করতে পারেন।"
+msgid "You can incorporate lines into your text with custom angles, thickness, color, and other attributes."
+msgstr ""
#. DJVXk
#: line_intext.xhp
@@ -17305,14 +17314,14 @@ msgctxt ""
msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr "লাইনে একবার প্রত্যাশিত দিকনির্দেশনা এবং দৈর্ঘ্য থাকলে মাউস বোতাম ছেড়ে দিন। আপনি এরপর আরো লাইন আকঁতে পারেন। Esc কী চেপে অথবা <emph>অঙ্কন </emph> বার থেকে <emph>নির্বাচন করুন</emph> আইকনে ক্লিক করে এই ফাংশন বন্ধ করুন।"
-#. eXpdG
+#. NjGFB
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id3159149\n"
"help.text"
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
-msgstr "<emph>নির্বাচন করুন</emph>আইকনে ক্লিক করুন, Shift কী ধরে রাখার সময় প্রতি লাইনে ক্লিক করে আপনি একই সময়ে সব লাইন নির্বাচন করতে পারেন। এই বহুবিধ নির্বাচন আপনাকে এদের সবাইকে একটি সাধারণ রং, প্রস্থ অথবা গুণমান নির্বাচন করতে সম্মতি দিবে।"
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, thickness or other attribute."
+msgstr ""
#. Faaqb
#: line_intext.xhp
@@ -17395,14 +17404,14 @@ msgctxt ""
msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr "লাইন এবং অন্যান্য অঙ্কন বস্তু যা আপনি টেক্সটে সন্নিবেশ করিয়েছেন তা <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> এ নির্ধারণ করা নেই, এবং তাই HTML বিন্যাসে সরাসরি পাঠানো হয়নি, পরিবর্তে। এদেরকে গ্রাফিক্স হিসেবে পাঠানো হয়েছে।"
-#. j98Cn
+#. wCvrS
#: line_intext.xhp
msgctxt ""
"line_intext.xhp\n"
"par_id641804\n"
"help.text"
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
-msgstr "যখন আপনি একটি লাইন প্রস্থ সন্নিবেশ করাবেন, আপনি একটি পরিমাপের একক সংযুক্ত করতে পারবেন। আউটপুট মাধ্যমের এক পিক্সেল প্রস্থের একটি হেয়ারলাইনে একটি শূন্য রেখা প্রস্থ ফলাফল।"
+msgid "When you enter a line thickness, you can append a measurement unit. A zero line thickness results in a hairline with a thickness of one pixel of the output medium."
+msgstr ""
#. 8jSF6
#: line_intext.xhp
@@ -17548,14 +17557,14 @@ msgctxt ""
msgid "Specify the line options that you want."
msgstr "আপনি যে সারির অপশন চান তা উল্লেখ করুন।"
-#. 6RrtT
+#. dpGSC
#: linestyle_define.xhp
msgctxt ""
"linestyle_define.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
-msgstr "সারির প্রস্থের শতাংশ হিসেবে সারির দৈর্ঘ্য উল্লেখ করার জন্য <emph>লাইনের প্রস্থ উপযোগী</emph> নির্বাচন করুন।"
+msgid "To specify the length of the line as a percentage of the line thickness, select <emph>Fit to line thickness</emph>."
+msgstr ""
#. LuLsY
#: linestyle_define.xhp
@@ -17629,32 +17638,32 @@ msgctxt ""
msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr "<emph>অঙ্কন বস্তু বৈশিষ্ট্যাবলী</emph> টুলবার বিভিন্ন লাইন এবং গুণমান সংজ্ঞায়িত করতে আইকন এবং কম্বো বাক্স ধারণ করে।"
-#. j3Rys
+#. DUvuh
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
-msgstr "<emph>সারি</emph> ডায়ালগ খোলার জন্য <emph>সারি</emph> আইকন <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">আইকন</alt></image> ক্লিক করুন।"
+msgid "Click the <emph>Line</emph> icon<image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+msgstr ""
-#. BFkVG
+#. sV2uK
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
-msgstr "সারির ডান এবং বাম প্রান্তের জন্য তীরের শৈলী নির্বাচন করার জন্য <emph>তীর শৈলী</emph> আইকন <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">আইকন</alt></image> ক্লিক করুন।"
+msgid "Click the <emph>Arrow Styles</emph> icon<image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+msgstr ""
-#. 9vEbC
+#. FF8im
#: linestyles.xhp
msgctxt ""
"linestyles.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
-msgstr "<emph> সারির ধরন</emph> বাক্স থেকে একটি ধরন নির্বাচন করুন এবং <emph> লাইন প্রস্থ</emph> বাক্সতে প্রস্থ উল্লেখ করুন। ০ এর একটি প্রস্থ ১ পিক্সেলের সাথে সঙ্গতিপূর্ণ।"
+msgid "Select a style from the <emph>Line Style</emph> box and specify the thickness in the <emph>Line Thickness</emph> box. A thickness of 0 corresponds to 1 pixel."
+msgstr ""
#. RqQJP
#: linestyles.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index 64ac3c64eeb..0bcff5881ad 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -88,6 +88,24 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
+#. DBDcH
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id631696600350892\n"
+"help.text"
+msgid "On the top right menu (☰), choose <menuitem>Options</menuitem>."
+msgstr ""
+
+#. qGR9U
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id531696596793952\n"
+"help.text"
+msgid "<keycode>Alt + F12</keycode>"
+msgstr ""
+
#. WS53M
#: 01000000.xhp
msgctxt ""
@@ -17611,105 +17629,6 @@ msgctxt ""
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
msgstr ""
-#. myGoD
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"tit\n"
-"help.text"
-msgid "Search Commands"
-msgstr ""
-
-#. LBGY4
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"bm_id8215627973621527\n"
-"help.text"
-msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>"
-msgstr ""
-
-#. dg8JC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"hd_id951627860296699\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\">Search Commands</link></variable>"
-msgstr ""
-
-#. fVXLC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id3155069\n"
-"help.text"
-msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>"
-msgstr ""
-
-#. rgr85
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795750725\n"
-"help.text"
-msgid "Choose <menuitem>Help - Search Commands</menuitem>"
-msgstr ""
-
-#. 2jAJE
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id961562795754587\n"
-"help.text"
-msgid "Use the shortcut <emph>Shift + Esc</emph>"
-msgstr ""
-
-#. 9gqGJ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id631628621951493\n"
-"help.text"
-msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field."
-msgstr ""
-
-#. LBa6c
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id991628622249416\n"
-"help.text"
-msgid "To execute a command:"
-msgstr ""
-
-#. CJ4EC
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id521628622272041\n"
-"help.text"
-msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command."
-msgstr ""
-
-#. uEWNu
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id551628622272467\n"
-"help.text"
-msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command."
-msgstr ""
-
-#. XFXXZ
-#: search_commands.xhp
-msgctxt ""
-"search_commands.xhp\n"
-"par_id41628622450782\n"
-"help.text"
-msgid "This feature is available in Writer, Calc, Impress and Draw."
-msgstr ""
-
#. uqPJR
#: securityoptionsdialog.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/simpress.po b/source/bn-IN/helpcontent2/source/text/simpress.po
index fca58bf3ee5..95c444b387f 100644
--- a/source/bn-IN/helpcontent2/source/text/simpress.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2017-10-04 10:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -583,13 +583,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr "<ahelp hid=\".\">লাইন এবং পূরণ বার আপনার বর্তমান প্রদর্শনে প্রয়োগ যোগ্য অপশন এবং কমান্ড ধারণ করে।</ahelp>"
-#. zqDnR
+#. UuP9J
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"par_id651683559196525\n"
"help.text"
-msgid "With no object selected in the workspace, if you set the shape attributes like line width, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
+msgid "With no object selected in the workspace, if you set the shape attributes like line thickness, line color, line style, area fill type and area fill style with the Line and Filling bar, then the line and filling settings are applied to new shapes, as direct formatting, overriding the shape Default Drawing Style attributes. To reset the attributes of the Line and Filling bar to those of the Default Drawing Style, unselect any object in the workspace and double-click on the Default Drawing Style entry in the Styles pane of the Sidebar. The next object you draw shows the Default Drawing Style."
msgstr ""
#. 7ASCP
@@ -601,14 +601,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">লাইন ধরন</link>"
-#. GDMdV
+#. RECCJ
#: main0202.xhp
msgctxt ""
"main0202.xhp\n"
"hd_id3159184\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">লাইন প্রস্থ</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. yn72z
#: main0202.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter.po b/source/bn-IN/helpcontent2/source/text/swriter.po
index f596c240452..608fc1362b0 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-10-02 11:34+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2018-10-23 07:26+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,14 +1006,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05200100.xhp\">Line Style</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\">রেখার শৈলী</link>"
-#. sbQFC
+#. 2j7Q4
#: main0205.xhp
msgctxt ""
"main0205.xhp\n"
"hd_id3147818\n"
"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\">রেখার প্রস্থ</link>"
+msgid "<link href=\"text/shared/01/05200100.xhp\">Line Thickness</link>"
+msgstr ""
#. MAqKS
#: main0205.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po b/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po
index 128b187a7ed..d2a4ab30610 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-07 19:22+0100\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2017-05-07 21:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -223,13 +223,13 @@ msgctxt ""
msgid "Graphical user interface of basic turtle settings"
msgstr ""
-#. oa3dx
+#. eEgBe
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_415\n"
"help.text"
-msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
+msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
msgstr ""
#. fqYbT
@@ -907,13 +907,13 @@ msgctxt ""
msgid "PENSIZE (ps)"
msgstr ""
-#. oFoEH
+#. VkDQq
#: LibreLogo.xhp
msgctxt ""
"LibreLogo.xhp\n"
"par_1130\n"
"help.text"
-msgid "PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
+msgid "PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/>"
msgstr ""
#. vD65H
diff --git a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
index 5b3eefe0894..1653e49ef0a 100644
--- a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bn_IN/>\n"
@@ -11161,15 +11161,15 @@ msgctxt ""
msgid "Previous Comment"
msgstr "পূর্ববর্তী মন্তব্য"
-#. 7cYmx
+#. HDEq7
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
-msgid "Autofit Text"
-msgstr "স্বয়ংক্রিয়-মাপসই পাঠ্য"
+msgid "Shrink text on overflow"
+msgstr ""
#. bcYGc
#: DrawImpressCommands.xcu
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index 401cba133e1..c57cc6da06e 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/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: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bn_IN/>\n"
@@ -17923,375 +17923,368 @@ msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
-#. Gr6xn
-#: sc/inc/strings.hrc:173
-#, fuzzy
-msgctxt "SCSTR_HIDDEN"
-msgid "hidden"
-msgstr "আড়াল"
-
#. vnwQr
-#: sc/inc/strings.hrc:174
+#: sc/inc/strings.hrc:173
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "সক্রিয় উইন্ডো"
#. yo3cD
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "দৃশ্যকল্পের নাম"
#. oWz3B
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:175
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "মন্তব্য"
#. tNLKD
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:177
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "আরোহী ক্রমানুসারে সাজানো"
#. S6kbN
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:178
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "অবরোহী ক্রমানুসারে সাজানো"
#. BDYHo
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "পছন্দসই ক্রমিকায়ন"
#. bpBbA
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "নামের বাক্স"
#. GeNTF
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ইনপুট লাইন"
#. E6mnF
-#: sc/inc/strings.hrc:184
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ফাংশন উইজার্ড"
#. rU6xA
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "গ্রহণ"
#. NC6DB
-#: sc/inc/strings.hrc:186
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "বাতিল"
#. 9JUCF
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:187
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "সূত্র"
#. dPqKq
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:188
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "ফরমুলা বার প্রসারণ করা হবে"
#. ENx2Q
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:189
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "ফরমুলা বার সংকুচন করা হবে"
#. nSD8r
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:191
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "অজানা ব্যবহারকারী"
#. HDiei
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "কলাম সন্নিবেশ করা হয়েছে"
#. brecA
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "সারি সন্নিবেশ করা হয়েছে"
#. nBf8B
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "শীট সন্নিবেশ করা হয়েছে"
#. Td8iF
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "কলাম মুছে ফেলা হয়েছে"
#. 8Kopo
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "সারি মুছে ফেলা হয়েছে"
#. DynWz
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "শীট মুছে ফেলা হয়েছে"
#. 6f9S9
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "পরিসর সরানো হয়েছে"
#. UpHkf
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. cefNw
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. DcsSq
-#: sc/inc/strings.hrc:203
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "পরিবর্তন করা হয়েছে"
#. naPuN
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "মূল"
#. cbtSw
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "পরিবর্তন বাতিল করা হয়েছে"
#. rGkvk
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "গ্রহণ করা হয়েছে"
#. FRREF
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "বাতিল করা হয়েছে"
#. bG7Pb
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "সন্নিবেশ নিষেধ"
#. i2doZ
-#: sc/inc/strings.hrc:209
+#: sc/inc/strings.hrc:208
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ফাঁকা>"
#. 9GBjD
-#: sc/inc/strings.hrc:210
+#: sc/inc/strings.hrc:209
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:212
+#: sc/inc/strings.hrc:211
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "সুরক্ষিত নয়"
#. 3TDDs
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:212
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "পাসওয়ার্ড সুরক্ষিত নয়"
#. qBe6G
-#: sc/inc/strings.hrc:214
+#: sc/inc/strings.hrc:213
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "সঙ্গতিহীন হ্যাশ"
#. XoAEE
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:214
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "সঙ্গতিপূর্ণ হ্যাশ"
#. MHDYB
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:215
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "পুনরায় লিখুন"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:218
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "পরিবর্তনশীল গড়"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:220
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "এক্সপোনেনশিয়াল স্মুথিং"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "বিভেদতার বিশ্লেষণ"
#. 8v4W5
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:223
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - একক ফ্যাক্টর"
#. AFnEZ
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - দুই ফ্যাক্টর"
#. hBPGD
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "গ্রুপসমূহ"
#. DiUWy
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "গ্রুপের মধ্যে"
#. fBh3S
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "গ্রুপের মধ্যে"
#. DFcw4
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:229
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "পার্থক্যের উত্স"
#. KYbb8
-#: sc/inc/strings.hrc:231
+#: sc/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:234
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:234
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-মান"
#. UoaCS
-#: sc/inc/strings.hrc:237
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F গুরুতর"
#. oJD9H
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:237
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "সর্বমোট"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:239
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "অান্তঃসম্পর্ক"
#. WC4SJ
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:240
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18299,13 +18292,13 @@ msgstr "অান্তঃসম্পর্ক"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:242
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "কোভ্যারিয়েন্স"
#. VyxUL
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18313,105 +18306,105 @@ msgstr "কোভ্যারিয়েন্স"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:245
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "বর্ণনাত্মক পরিসংখ্যান"
#. FGXC5
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "গড়"
#. 2sHVR
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "মানক ত্রুটি"
#. KrDBB
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "মেডিয়ান"
#. h2HaP
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ভেদাংক"
#. 3uYMC
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "মানক চ্যুতি"
#. JTx7f
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "কিরটোসিস"
#. EXJJt
-#: sc/inc/strings.hrc:254
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "স্কিউনেস"
#. HkRYo
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "পরিসর"
#. LHk8p
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:255
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "সর্বনিম্ন"
#. LtMJs
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "সর্বোচ্চ"
#. Q5r5c
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:257
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Count"
#. pU8QG
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:259
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:260
#, fuzzy
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
@@ -18419,128 +18412,128 @@ msgstr "তৃতীয় চতুর্থাংশ"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:262
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "অনির্দিষ্ট ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "একই"
#. 9ke8L
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "একই অখন্ড"
#. GC2LH
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "স্বাভাবিক"
#. XjQ2x
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "কৌচি"
#. G5CqB
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "বারনৌলি"
#. GpJUB
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:268
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "দ্বিমাত্রিক"
#. zzpmN
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:269
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "চি স্কোয়ার্ড"
#. NGBzX
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:270
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "জ্যামিতিক"
#. 6yJKm
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:271
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "ঋণাত্মক বাইনোমিয়াল"
#. uESrM
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:272
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:274
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "সর্বনিম্ন"
#. EThhi
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "সর্বোচ্চ"
#. RPYEG
-#: sc/inc/strings.hrc:276
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "গড়"
#. VeqrX
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "মানক চ্যুতি"
#. ChwWE
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "মেডিয়ান"
#. SzgEb
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "সিগমা"
#. 94TBK
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p মান"
#. AfUsB
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "ট্রায়ালের সংখ্যা"
#. DdfR6
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18548,365 +18541,365 @@ msgstr "nu মান"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:283
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "নমুনা"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:285
#, fuzzy
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-পরীক্ষা"
#. bQEfv
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-পরীক্ষা"
#. UdsVZ
-#: sc/inc/strings.hrc:288
+#: sc/inc/strings.hrc:287
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:288
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-পরীক্ষা"
#. QvZ7V
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-পরীক্ষা"
#. D6AqL
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:291
#, fuzzy
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "টেস্ট অফ ইন্ডিপেন্ডেন্স (চি-স্কোয়ার)"
#. PvFSb
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:292
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:293
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:294
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:295
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "কলাম %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "সারি %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:299
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "আলফা"
#. FZZCu
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "ভ্যারিয়েবল ১"
#. pnyaa
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "ভ্যারিয়েবল ২"
#. LU4CC
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "হাইপোথেজাইড গড় পার্থক্য"
#. sCNt9
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "অপারেশন"
#. arX5v
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "পরিলক্ষিত গড় পার্থক্য"
#. dr3Gt
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:308
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:309
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-মান"
#. S3BHc
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:310
#, fuzzy
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "জরুরি মান"
#. wgpT3
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:311
#, fuzzy
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "টেস্ট পরিসংখ্যান"
#. kTwBX
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:314
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:317
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "রৈখিক (_n)"
#. kVG6g
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:318
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "লগারিদমিক"
#. wmyFW
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:319
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ঘাত"
#. GabFM
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:322
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:323
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:324
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:325
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:326
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:328
+#: sc/inc/strings.hrc:327
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "রিগ্রেশন ধরন"
#. bmR5w
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:330
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:331
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:332
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ইন্টারনেট"
#. oa4Cm
-#: sc/inc/strings.hrc:335
+#: sc/inc/strings.hrc:334
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:335
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:337
#, fuzzy
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) ডান-টেল"
#. CkHJw
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:338
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F গুরুত্বপূর্ণ ডান-টেল"
#. J7yMZ
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) বাম-টেল"
#. R3BNC
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F গুরুত্বপূর্ণ বাম-টেল"
#. Bve5D
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P দুই-টেল"
#. 4YZrT
-#: sc/inc/strings.hrc:343
+#: sc/inc/strings.hrc:342
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
@@ -18914,49 +18907,49 @@ msgstr "F গুরুতর দুই-টেল"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "পিয়ার্সন অান্তঃসম্পর্ক"
#. C6BU8
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "পার্থক্যের বিভেদতা"
#. j8NuP
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:346
#, fuzzy
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t স্ট্যাট"
#. bKoeX
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:347
#, fuzzy
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) ওয়ান-টেল"
#. dub8R
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:348
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ক্রিটিক্যাল ওয়ান-টেল"
#. FrDDz
-#: sc/inc/strings.hrc:350
+#: sc/inc/strings.hrc:349
#, fuzzy
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) দুই-টেল"
#. RQqAd
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
@@ -18964,41 +18957,41 @@ msgstr "t গুরুত্বপূর্ণ দুই-টেল"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:353
#, fuzzy
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "জ্ঞাত বৈচিত্র্য"
#. cYWDr
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:354
#, fuzzy
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) ওয়ান-টেল"
#. DmEVf
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:355
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ক্রিটিক্যাল ওয়ান-টেল"
#. G8PeP
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:356
#, fuzzy
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) টু-টেল"
#. rGBfK
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:357
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
@@ -19006,178 +18999,178 @@ msgstr "z জরুরি টু-টেল"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:359
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:360
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:362
+#: sc/inc/strings.hrc:361
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:362
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:364
+#: sc/inc/strings.hrc:363
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:364
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:366
+#: sc/inc/strings.hrc:365
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:366
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:367
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:368
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:370
+#: sc/inc/strings.hrc:369
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:371
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:373
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:375
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:376
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:377
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:379
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "কোনো ব্যবহারকারী ডাটা সহজলভ্য নয়।"
#. FFnfu
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:380
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(বিশেষ প্রবেশাধিকার)"
#. hitQA
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:381
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:384
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:385
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:386
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:387
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:388
+#: sc/inc/strings.hrc:387
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:389
+#: sc/inc/strings.hrc:388
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:390
+#: sc/inc/strings.hrc:389
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:391
+#: sc/inc/strings.hrc:390
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:392
+#: sc/inc/strings.hrc:391
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
@@ -19185,19 +19178,19 @@ msgstr ""
#. 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:396
+#: sc/inc/strings.hrc:395
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:397
+#: sc/inc/strings.hrc:396
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:398
+#: sc/inc/strings.hrc:397
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 ""
@@ -24129,7 +24122,7 @@ msgid "Search all functions"
msgstr ""
#. 4m78Y
-#: sc/uiconfig/scalc/ui/functionpanel.ui:158
+#: sc/uiconfig/scalc/ui/functionpanel.ui:159
msgctxt "functionpanel|accessiblename|search"
msgid "Search all functions"
msgstr ""
@@ -27592,10 +27585,10 @@ msgctxt "optcompatibilitypage|cellLinkCB|tooltip_text"
msgid "By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)"
msgstr ""
-#. EiGMR
+#. 2AinC
#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:110
msgctxt "extended_tip|cellLinkCB"
-msgid "%PRODUCTNAME can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
+msgid "Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel."
msgstr ""
#. BJuZV
diff --git a/source/bn-IN/sfx2/messages.po b/source/bn-IN/sfx2/messages.po
index edaa8ced875..6fda1683b1e 100644
--- a/source/bn-IN/sfx2/messages.po
+++ b/source/bn-IN/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-12 14:57+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bn_IN/>\n"
@@ -3021,19 +3021,19 @@ msgid "Allows you to assign custom information fields to your document."
msgstr ""
#. a9n4d
-#: sfx2/uiconfig/ui/deck.ui:102
+#: sfx2/uiconfig/ui/deck.ui:101
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Help about this sidebar deck"
msgstr ""
#. fiTDC
-#: sfx2/uiconfig/ui/deck.ui:108
+#: sfx2/uiconfig/ui/deck.ui:107
msgctxt "deck|SFX_STR_SIDEBAR_HELP_DECK"
msgid "Sidebar Deck Help"
msgstr ""
#. VHwZA
-#: sfx2/uiconfig/ui/deck.ui:121 sfx2/uiconfig/ui/deck.ui:126
+#: sfx2/uiconfig/ui/deck.ui:119 sfx2/uiconfig/ui/deck.ui:124
msgctxt "deck|SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index ca830030bab..89a9793b9fe 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-09-28 12:40+0200\n"
+"POT-Creation-Date: 2023-10-11 14:17+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
@@ -3086,12 +3086,11 @@ msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "সারণিসমূহ"
-#. mLDqP
+#. 8Gnwd
#: include/svx/strings.hrc:537
-#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
-msgid "Font work"
-msgstr "ফন্টের কাজ"
+msgid "Fontwork"
+msgstr ""
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -18200,43 +18199,43 @@ msgid "_Ask when linking a graphic"
msgstr ""
#. pwRzj
-#: svx/uiconfig/ui/medialine.ui:36
+#: svx/uiconfig/ui/medialine.ui:35
msgctxt "medialine|toolbutton_open"
msgid "Open"
msgstr ""
#. ACDd4
-#: svx/uiconfig/ui/medialine.ui:49
+#: svx/uiconfig/ui/medialine.ui:47
msgctxt "medialine|toolbutton_apply"
msgid "Apply"
msgstr ""
#. NpB3s
-#: svx/uiconfig/ui/medialine.ui:72
+#: svx/uiconfig/ui/medialine.ui:69
msgctxt "medialine|toolbutton_play"
msgid "Play"
msgstr ""
#. nG5y2
-#: svx/uiconfig/ui/medialine.ui:85
+#: svx/uiconfig/ui/medialine.ui:81
msgctxt "medialine|toolbutton_pause"
msgid "Pause"
msgstr ""
#. Q6QEy
-#: svx/uiconfig/ui/medialine.ui:98
+#: svx/uiconfig/ui/medialine.ui:93
msgctxt "medialine|toolbutton_stop"
msgid "Stop"
msgstr ""
#. TEcHD
-#: svx/uiconfig/ui/medialine.ui:121
+#: svx/uiconfig/ui/medialine.ui:115
msgctxt "medialine|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. FuWeE
-#: svx/uiconfig/ui/medialine.ui:206
+#: svx/uiconfig/ui/medialine.ui:199
msgctxt "medialine|toolbutton_mute"
msgid "Mute"
msgstr ""
@@ -18262,43 +18261,43 @@ msgid "Volume:"
msgstr "ভলিউম"
#. VVYdS
-#: svx/uiconfig/ui/mediawindow.ui:101
+#: svx/uiconfig/ui/mediawindow.ui:100
msgctxt "mediawindow|toolbutton_open"
msgid "Open"
msgstr ""
#. DWwdL
-#: svx/uiconfig/ui/mediawindow.ui:114
+#: svx/uiconfig/ui/mediawindow.ui:112
msgctxt "mediawindow|toolbutton_apply"
msgid "Apply"
msgstr ""
#. Aaaba
-#: svx/uiconfig/ui/mediawindow.ui:137
+#: svx/uiconfig/ui/mediawindow.ui:134
msgctxt "mediawindow|toolbutton_play"
msgid "Play"
msgstr ""
#. jscyJ
-#: svx/uiconfig/ui/mediawindow.ui:150
+#: svx/uiconfig/ui/mediawindow.ui:146
msgctxt "mediawindow|toolbutton_pause"
msgid "Pause"
msgstr ""
#. CMZYg
-#: svx/uiconfig/ui/mediawindow.ui:163
+#: svx/uiconfig/ui/mediawindow.ui:158
msgctxt "mediawindow|toolbutton_stop"
msgid "Stop"
msgstr ""
#. Wu5HF
-#: svx/uiconfig/ui/mediawindow.ui:186
+#: svx/uiconfig/ui/mediawindow.ui:180
msgctxt "mediawindow|toolbutton_loop"
msgid "Repeat"
msgstr ""
#. zXP86
-#: svx/uiconfig/ui/mediawindow.ui:216
+#: svx/uiconfig/ui/mediawindow.ui:209
msgctxt "mediawindow|toolbutton_mute"
msgid "Mute"
msgstr ""
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index cc80742c2b0..9fd687d6078 100644
--- a/source/bn-IN/sw/messages.po
+++ b/source/bn-IN/sw/messages.po