From d65e9655a561110d8e2cf702729ae75aa10c55ac Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 18 Feb 2022 15:51:16 +0100 Subject: update translations for master and force-fix errors using pocheck Change-Id: I6fcbb9b3da0a0608a85d68ef43dd88d92022b083 --- .../ne/helpcontent2/source/text/sbasic/shared.po | 288 +++++++++++++++-- .../helpcontent2/source/text/sbasic/shared/03.po | 355 +++++++++++++++++++-- source/ne/helpcontent2/source/text/scalc/01.po | 182 ++++------- source/ne/helpcontent2/source/text/scalc/guide.po | 8 +- source/ne/helpcontent2/source/text/sdatabase.po | 73 +++-- source/ne/helpcontent2/source/text/shared.po | 113 +++++-- source/ne/helpcontent2/source/text/shared/00.po | 30 +- source/ne/helpcontent2/source/text/shared/01.po | 87 ++++- source/ne/helpcontent2/source/text/shared/06.po | 20 +- source/ne/helpcontent2/source/text/shared/guide.po | 59 +++- source/ne/helpcontent2/source/text/shared/help.po | 11 +- source/ne/helpcontent2/source/text/smath/00.po | 44 +-- 12 files changed, 977 insertions(+), 293 deletions(-) (limited to 'source/ne/helpcontent2') diff --git a/source/ne/helpcontent2/source/text/sbasic/shared.po b/source/ne/helpcontent2/source/text/sbasic/shared.po index cb637f6a05b..274088a3ca1 100644 --- a/source/ne/helpcontent2/source/text/sbasic/shared.po +++ b/source/ne/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2019-03-31 03:24+0000\n" "Last-Translator: सन्जोग सिग्देल \n" "Language-Team: LANGUAGE \n" @@ -19114,13 +19114,13 @@ msgctxt "" msgid "Performs the integer division on two numbers and returns the result." msgstr "" -#. azS7k +#. iN7zc #: 03070700.xhp msgctxt "" "03070700.xhp\n" "bm_id3150669\n" "help.text" -msgid "Operators;Integer division (\\) \"\\\" operator (mathematical)" +msgid "Operators;Integer division (\\) \"\\\\\" operator (mathematical)" msgstr "" #. KDgG2 @@ -19150,49 +19150,31 @@ msgctxt "" msgid "expression1, expression2: Dividend and diviser operands of the integer division." msgstr "" -#. 8WPwU +#. sxofZ #: 03070700.xhp msgctxt "" "03070700.xhp\n" "par_id951642689912087\n" "help.text" -msgid "Before integer division, both operands are rounded to the nearest integer down. The fractional part of the result is dropped." +msgid "Before division both operands are rounded to whole numbers. The fractional part of the result is dropped." msgstr "" -#. nDd3u +#. BaAgA #: 03070700.xhp msgctxt "" "03070700.xhp\n" "par_idm1341471776\n" "help.text" -msgid "Print 15 / 4 ' prints 3.75" +msgid "Print 5 \\ 4 , 5 / 4 ' 1 , 1.25" msgstr "" -#. GMudb +#. NYoaW #: 03070700.xhp msgctxt "" "03070700.xhp\n" "par_idm1341471777\n" "help.text" -msgid "Print -15 \\ 4 ' prints -3" -msgstr "" - -#. D9q99 -#: 03070700.xhp -msgctxt "" -"03070700.xhp\n" -"par_idm1341471778\n" -"help.text" -msgid "Print 16.9 / 5.6 ' prints 3.017857114" -msgstr "" - -#. SNhKe -#: 03070700.xhp -msgctxt "" -"03070700.xhp\n" -"par_idm1341471779\n" -"help.text" -msgid "Print 16.9 \\ -5.6 ' prints -3" +msgid "Print 7 \\ 4 , 7 / 4 ' 1 , 1.75" msgstr "" #. cFFCi @@ -37258,6 +37240,258 @@ msgctxt "" msgid "Select the macro that you want to assign." msgstr "मानांङ्कन गर्न चाहेको म्याक्रो चयन गर्नुहोस्" +#. nDFX5 +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"tit\n" +"help.text" +msgid "CallByName Function" +msgstr "" + +#. tbCrP +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"hd_id3150669\n" +"help.text" +msgid "CallByName Function" +msgstr "" + +#. 7EWyG +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3149670\n" +"help.text" +msgid "Invokes a subroutine by its string name." +msgstr "" + +#. GSJB7 +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "CallByName function" +msgstr "" + +#. kJE7K +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3153360\n" +"help.text" +msgid "CallByName(object As Object, ProcName As String, CallType As Integer [,arg0 [,arg1 …]])" +msgstr "" + +#. vF2Bi +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3154141\n" +"help.text" +msgid "result: An optional variable that contains the result of the called method or property." +msgstr "" + +#. 6Hx3V +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3150448\n" +"help.text" +msgid "object: A Basic module, ClassModule instance or UNO service holding properties or methods." +msgstr "" + +#. EiVq3 +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3150449\n" +"help.text" +msgid "ProcName: The Function, Sub or Property that is being called." +msgstr "" + +#. YnBZr +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3150450\n" +"help.text" +msgid "CallType: The type of performed action such as Get, Let, Method and Set." +msgstr "" + +#. PpyR8 +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id3150451\n" +"help.text" +msgid "arg0, arg1 …: The Function optional parameters given as positional arguments." +msgstr "" + +#. J4tFe +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id951642689912087\n" +"help.text" +msgid "Arguments are provided in the exact same order defined in the method signature. Keyword arguments are not possible." +msgstr "" + +#. EYBNE +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id331644505028463\n" +"help.text" +msgid "Value" +msgstr "" + +#. arGjh +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id541644505028463\n" +"help.text" +msgid "CallType Description" +msgstr "" + +#. krAur +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id621644505028464\n" +"help.text" +msgid "1" +msgstr "" + +#. 34akS +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id661644505028464\n" +"help.text" +msgid "Method: Calls a procedure as a function or a subroutine." +msgstr "" + +#. EijFB +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id621644505028465\n" +"help.text" +msgid "2" +msgstr "" + +#. vC2DV +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id661644505028465\n" +"help.text" +msgid "Get: Reads a property or variable content." +msgstr "" + +#. pFeDX +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id621644505028466\n" +"help.text" +msgid "4" +msgstr "" + +#. 65JuB +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id661644505028466\n" +"help.text" +msgid "Let: Assigns a content to a Property or variable." +msgstr "" + +#. rA6AZ +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id621644505028467\n" +"help.text" +msgid "8" +msgstr "" + +#. AGBZb +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id661644505028467\n" +"help.text" +msgid "Set: Assigns a reference value to an Object or Variant variable." +msgstr "" + +#. EMgkf +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id661644588401903\n" +"help.text" +msgid "A Calc.Maths module contains a Multiply function expecting a varying list of numbers." +msgstr "" + +#. e4GEe +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id711644588403951\n" +"help.text" +msgid "ScriptForge.Platform.Architecture information is retrieved." +msgstr "" + +#. WR7MJ +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"par_id651644588404943\n" +"help.text" +msgid "DisplayDirectory property of com.sun.star.ui.dialogs.FilePicker UNO service is assigned a value, its content is read twice." +msgstr "" + +#. 3DsDt +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"bas_id791644586147817\n" +"help.text" +msgid "BasicLibraries.loadLibrary(\"Calc\") ' Calc.Maths user library.module" +msgstr "" + +#. HBeDy +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"hd_id971644589733247\n" +"help.text" +msgid "Calc.Maths module" +msgstr "" + +#. jkaab +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"bas_id811644589423326\n" +"help.text" +msgid "Option Compatible ' Calc.Maths module" +msgstr "" + +#. xbQAQ +#: CallByName.xhp +msgctxt "" +"CallByName.xhp\n" +"bas_id661644589424096\n" +"help.text" +msgid "''' Multiply a variable list of numbers '''" +msgstr "" + #. Ug7AF #: Compiler_options.xhp msgctxt "" diff --git a/source/ne/helpcontent2/source/text/sbasic/shared/03.po b/source/ne/helpcontent2/source/text/sbasic/shared/03.po index b5dce9488a0..0e905ab0dea 100644 --- a/source/ne/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/ne/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2018-07-12 14:33+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -12454,67 +12454,112 @@ msgctxt "" msgid "doc.RemoveMenu(\"My Menu\")" msgstr "" -#. Nmwv9 +#. Ab7PE #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id991589202413257\n" "help.text" -msgid "Runs a command on a document. The command is executed without arguments." +msgid "Runs a UNO command on the document window associated with the service instance. A few typical commands are: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, etc." msgstr "" -#. MGb6t +#. qBhYc +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id261589202778896\n" +"help.text" +msgid "The document itself does not need to be active to be able to run commands." +msgstr "" + +#. 9FuBU #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id921611152932311\n" "help.text" -msgid "A few typical commands are: Save, SaveAs, ExportToPDF, SetDocumentProperties, Undo, Copy, Paste, etc." +msgid "Commands can be run with or without arguments. Arguments are not validated before running the command. If the command or its arguments are invalid, then nothing will happen." msgstr "" -#. qBhYc +#. w62Bk #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id261589202778896\n" +"par_id31644182402479\n" "help.text" -msgid "The document itself does not need to be active to be able to run commands." +msgid "For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page Development/DispatchCommands." msgstr "" -#. QSiFB +#. HBVsV #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id401589202413575\n" "help.text" -msgid "command: Case-sensitive string containing the command in English. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong." +msgid "command: Case-sensitive string containing the UNO command name. The inclusion of the prefix \".uno:\" in the command is optional. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong." +msgstr "" + +#. xi32t +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id521644182774710\n" +"help.text" +msgid "args: For each argument to be passed to the command, specify a pair containing the argument name and value." msgstr "" -#. wQF35 +#. MqEx7 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id721611153068137\n" "help.text" -msgid "The following example runs the \"SelectData\" command in a Calc sheet named \"MyFile.ods\", which will result in the selection of the data area based on the currently selected cell." +msgid "The following example runs the SelectData command in a Calc file named \"MyFile.ods\", which will result in the selection of the data area based on the currently selected cell. Note that this command does not require any arguments." +msgstr "" + +#. GGDgF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id371644184276886\n" +"help.text" +msgid "Below is an example that runs the UNO command ReplaceAll and passes values for its arguments SearchString and ReplaceString. Running this command will replace all occurrence of the string \"abc\" by \"ABC\" in the current sheet." msgstr "" -#. avaEg +#. Z4Egf #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id751611153375195\n" +"bas_id631644184414955\n" "help.text" -msgid "The example above actually runs the UNO command .uno:SelectData. Hence, to use the RunCommand method it is necessary to remove the \".uno:\" substring." +msgid "' Arguments passed to the command:" msgstr "" -#. JRHRS +#. H5eQ9 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id41644184549167\n" +"help.text" +msgid "Note that calling the command ReplaceAll without arguments will open the Find and Replace dialog." +msgstr "" + +#. Cp7Wk +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id811644243228448\n" +"help.text" +msgid "In Python it is also possible to call RunCommand using keyword arguments:" +msgstr "" + +#. DEEhz #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id191611153511038\n" "help.text" -msgid "Each LibreOffice component has its own set of commands available. One easy way to learn commands is going to Tools > Customize > Keyboard. When you position your mouse over a function in the Function list, a tooltip will appear with the corresponding UNO command." +msgid "Each %PRODUCTNAME component has its own set of commands available. One easy way to learn commands is going to Tools > Customize > Keyboard. When you position your mouse over a function in the Function list, a tooltip will appear with the corresponding UNO command." msgstr "" #. enSv9 @@ -14326,6 +14371,51 @@ msgctxt "" msgid "In the examples below only folders and their contents are deleted. Files in the parent folder \"C:\\Temp\" are not deleted." msgstr "" +#. gSG9s +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id11584882015025\n" +"help.text" +msgid "Returns a string containing the folder where the specified extension package is installed." +msgstr "" + +#. xuDgD +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id21612999775311\n" +"help.text" +msgid "The current value of the property SF_FileSystem.FileNaming is used to determine the notation of the returned string." +msgstr "" + +#. jWSSt +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id891644442917193\n" +"help.text" +msgid "Use the property Extensions from the Platform service to get string array with the IDs of all installed extensions." +msgstr "" + +#. w9vDF +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id451584882542121\n" +"help.text" +msgid "extension: A string value with the ID of the extension. If the extension is not installed, an exception is raised." +msgstr "" + +#. YhQmv +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id651626217313369\n" +"help.text" +msgid "The examples below in Basic and Python return the folder where the APSO extension is installed." +msgstr "" + #. ZbyLn #: sf_filesystem.xhp msgctxt "" @@ -19681,13 +19771,13 @@ msgctxt "" msgid "' Runs the Basic script Standard.Module1.MyListener stored in the document" msgstr "" -#. zSD5u +#. 5fxEG #: sf_menu.xhp msgctxt "" "sf_menu.xhp\n" "bas_id801643306742620\n" "help.text" -msgid "' Runs the Python script MysListener located in file myScripts.py in the user scripts folder" +msgid "' Runs the Python script MyListener located in file myScripts.py in the user scripts folder" msgstr "" #. uAbp9 @@ -20221,6 +20311,33 @@ msgctxt "" msgid "The name of the currently logged user." msgstr "" +#. rCN2h +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id561633021747014\n" +"help.text" +msgid "Yes" +msgstr "" + +#. T2MVx +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id201633021748566\n" +"help.text" +msgid "String array" +msgstr "" + +#. 5Fkqe +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id831633021749125\n" +"help.text" +msgid "Returns a zero-based array of strings containing the internal IDs of all installed extensions." +msgstr "" + #. 9aGdF #: sf_platform.xhp msgctxt "" @@ -20248,31 +20365,40 @@ msgctxt "" msgid "Returns a zero-based array of strings containing the names of all available fonts." msgstr "" -#. Av85C +#. 86VFG #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id561633021743188\n" +"par_id561633021748013\n" "help.text" msgid "Yes" msgstr "" -#. DANn2 +#. 9qBZR #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id831633021749018\n" +"par_id831633021749297\n" "help.text" -msgid "Returns the operating system locale as a string in the format language-COUNTRY (la-CO)." +msgid "Returns the locale used for numbers and dates as a string in the format \"la-CO\" (language-COUNTRY)." msgstr "" -#. RuAKC +#. Av85C #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id831633021745548\n" +"par_id561633021743188\n" "help.text" -msgid "Examples: \"en-US\", \"pt-BR\", \"fr-BE\"." +msgid "Yes" +msgstr "" + +#. sYrDn +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id831633021749018\n" +"help.text" +msgid "Returns the locale of the operating system as a string in the format \"la-CO\" (language-COUNTRY). This is equivalent to the SystemLocale property." msgstr "" #. Dt7J5 @@ -20293,6 +20419,24 @@ msgctxt "" msgid "The machine type. Examples are: 'i386' or 'x86_64'." msgstr "" +#. LbQr2 +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id561633021706513\n" +"help.text" +msgid "Yes" +msgstr "" + +#. ZZcSc +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id831633021741117\n" +"help.text" +msgid "Returns the locale of the user interface as a string in the format \"la-CO\" (language-COUNTRY)." +msgstr "" + #. tqwyD #: sf_platform.xhp msgctxt "" @@ -20311,13 +20455,13 @@ msgctxt "" msgid "The actual %PRODUCTNAME version expressed as
' %PRODUCTNAME w.x.y.z (The Document Foundation)'." msgstr "" -#. 4bpcJ +#. 2q29b #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id621614902220807\n" "help.text" -msgid "Example: 'LibreOffice 7.1.1.2 (The Document Foundation, Debian and Ubuntu)'" +msgid "Example: 'LibreOffice 7.4.1.2 (The Document Foundation, Debian and Ubuntu)'" msgstr "" #. 7WDer @@ -20482,6 +20626,24 @@ msgctxt "" msgid "Returns the version of the Python interpreter being used as a string in the format \"Python major.minor.patchlevel\" (ex: \"Python 3.9.7\")." msgstr "" +#. Ad9Cw +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id561633021708547\n" +"help.text" +msgid "Yes" +msgstr "" + +#. Aue6E +#: sf_platform.xhp +msgctxt "" +"sf_platform.xhp\n" +"par_id831633021741336\n" +"help.text" +msgid "Returns the locale of the operating system as a string in the format \"la-CO\" (language-COUNTRY). This is equivalent to the Locale property." +msgstr "" + #. FJs9t #: sf_platform.xhp msgctxt "" @@ -24640,6 +24802,24 @@ msgctxt "" msgid "'Opens the text file with the names to be read" msgstr "" +#. rDCSD +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"bas_id711613595642109\n" +"help.text" +msgid "'Reads all the contents in the input file as a single string" +msgstr "" + +#. 6w73J +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"bas_id961613595643093\n" +"help.text" +msgid "'Splits the string into an array" +msgstr "" + #. 7Fq9E #: sf_textstream.xhp msgctxt "" @@ -24883,6 +25063,15 @@ msgctxt "" msgid "The example below creates a Timer object named myTimer and starts it immediately." msgstr "" +#. WMZog +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"bas_id681582733781715\n" +"help.text" +msgid "'The timer starts immediately when the second argument = True, default = False" +msgstr "" + #. CnZqc #: sf_timer.xhp msgctxt "" @@ -25027,6 +25216,15 @@ msgctxt "" msgid "The actual time elapsed since start or between start and stop (including suspensions and running time)" msgstr "" +#. a63gW +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id9158273378151\n" +"help.text" +msgid "Note that the TotalDuration property is equivalent to summing the Duration and SuspendDuration properties." +msgstr "" + #. Mav4g #: sf_timer.xhp msgctxt "" @@ -25990,6 +26188,105 @@ msgctxt "" msgid "To resize a window that is not active, first activate it using the Activate method." msgstr "" +#. mDaA5 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id991589202413257\n" +"help.text" +msgid "Runs a UNO command on the current window. A few typical commands are: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, etc." +msgstr "" + +#. x52HD +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id921611152932311\n" +"help.text" +msgid "Commands can be run with or without arguments. Arguments are not validated before running the command. If the command or its arguments are invalid, then nothing will happen." +msgstr "" + +#. rhYJj +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id31644182402479\n" +"help.text" +msgid "For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page Development/DispatchCommands." +msgstr "" + +#. Fkf3T +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id401589202413575\n" +"help.text" +msgid "command: Case-sensitive string containing the UNO command name. The inclusion of the prefix \".uno:\" in the command is optional. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong." +msgstr "" + +#. cZgrF +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id521644182774710\n" +"help.text" +msgid "args: For each argument to be passed to the command, specify a pair containing the argument name and value." +msgstr "" + +#. t3CjC +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id721611153068137\n" +"help.text" +msgid "The following example runs the .uno:About command in the current window." +msgstr "" + +#. cFYc9 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id371644184276886\n" +"help.text" +msgid "Below is an example that runs the UNO command .uno:BasicIDEAppear and passes the arguments required to open the Basic IDE at a specific line of a module." +msgstr "" + +#. fTXvL +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"bas_id631644184414955\n" +"help.text" +msgid "' Arguments passed to the command:" +msgstr "" + +#. cyWLC +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id41644184549167\n" +"help.text" +msgid "Note that calling the command BasicIDEAppear without arguments will simply open the Basic IDE." +msgstr "" + +#. BKNap +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id311644243516674\n" +"help.text" +msgid "In Python it is also possible to call RunCommand using keyword arguments:" +msgstr "" + +#. khKSW +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id191611153511038\n" +"help.text" +msgid "Each %PRODUCTNAME component has its own set of commands available. One easy way to learn commands is going to Tools > Customize > Keyboard. When you position your mouse over a function in the Function list, a tooltip will appear with the corresponding UNO command." +msgstr "" + #. NnBWM #: sf_ui.xhp msgctxt "" diff --git a/source/ne/helpcontent2/source/text/scalc/01.po b/source/ne/helpcontent2/source/text/scalc/01.po index 5bc62697203..a49820f9d67 100644 --- a/source/ne/helpcontent2/source/text/scalc/01.po +++ b/source/ne/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2018-11-12 13:55+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -32038,14 +32038,14 @@ msgctxt "" msgid "BETAINV" msgstr "BETAINV" -#. zmDJ2 +#. vr2VZ #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3149825\n" "help.text" -msgid "Returns the inverse of the cumulative beta probability density function." -msgstr " संचिति बेटा सम्भाव्यता घनत्व प्रकार्यको उल्टो फर्काउँदछ ।" +msgid "Returns the inverse of the cumulative Beta probability density function." +msgstr "" #. 9kR89 #: 04060181.xhp @@ -32056,68 +32056,77 @@ msgctxt "" msgid "BETAINV(Number; Alpha; Beta [; Start [; End]])" msgstr "" -#. nrAdm +#. vj4KZ #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3149266\n" "help.text" -msgid "Number is the value between Start and End at which to evaluate the function." -msgstr "सङ्ख्या प्रकार्य मूल्यांकन गर्ने सुरुअन्त्य बीचको मान हो ।" +msgid "Number is the probability associated with the Beta distribution for the given arguments Alpha and Beta." +msgstr "" -#. 2pVvW +#. dxYmS #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3149710\n" "help.text" -msgid "Alpha is a parameter to the distribution." -msgstr "अल्फा वितरण सम्मको परामिति हो ।" +msgid "Alpha is a strictly positive parameter of the Beta distribution." +msgstr "" -#. UrsXf +#. kzkLn #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3156306\n" "help.text" -msgid "Beta is a parameter to the distribution." -msgstr "बिटा वितरणमा परामिति हो ।" +msgid "Beta is a strictly positive parameter of the Beta distribution." +msgstr "" -#. HddSF +#. GMG7C #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3150960\n" "help.text" -msgid "Start (optional) is the lower bound for Number." -msgstr "सुरु (वैकल्पिक) सङ्ख्या का लागि तल्लो सीमा हो ।" +msgid "Start (optional) is the lower bound of the output range of the function. If omitted, the default value is 0." +msgstr "" -#. 9oDPk +#. NNPPv #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3151268\n" "help.text" -msgid "End (optional) is the upper bound for Number." -msgstr "अन्त्य (वैकल्पिक) सङ्ख्या का लागि माथिल्लो सीमा हो ।" +msgid "End (optional) is the upper bound of the output range of the function. If omitted, the default value is 1." +msgstr "" -#. wjD2y +#. CfVEd #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3146859\n" "help.text" -msgid "=BETAINV(0.5;5;10) returns the value 0.33." -msgstr "=BETAINV(0.5; 5; 10)ले मान ०.३३ फर्काउँदछ।" +msgid "=BETAINV(0.5;5;10) returns the value 0.3257511553." +msgstr "" + +#. hpGub +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"par_id871621424421294\n" +"help.text" +msgid "BETAINV Wiki page" +msgstr "" -#. Y9hqN +#. kAezG #: 04060181.xhp msgctxt "" "04060181.xhp\n" "bm_id2945620\n" "help.text" -msgid "BETA.INV function cumulative probability density function;inverse of" -msgstr "EXPONDIST प्रकार्यअवयव वितरणहरू" +msgid "BETA.INV functioncumulative probability density function;inverse of" +msgstr "" #. SdmAC #: 04060181.xhp @@ -32128,14 +32137,14 @@ msgctxt "" msgid "BETA.INV" msgstr "BETAINV" -#. CiE4E +#. guzrk #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2949825\n" "help.text" -msgid "Returns the inverse of the cumulative beta probability density function." -msgstr " संचिति बेटा सम्भाव्यता घनत्व प्रकार्यको उल्टो फर्काउँदछ।" +msgid "Returns the inverse of the cumulative Beta probability density function." +msgstr "" #. xtGcA #: 04060181.xhp @@ -32146,59 +32155,68 @@ msgctxt "" msgid "BETA.INV(Number; Alpha; Beta [; Start [; End]])" msgstr "" -#. 2fKqs +#. wYUz2 #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2949266\n" "help.text" -msgid "Number is the value between Start and End at which to evaluate the function." -msgstr "सङ्ख्या प्रकार्य मूल्यांकन गर्ने सुरुअन्त्य बीचको मान हो ।" +msgid "Number is the probability associated with the Beta distribution for the given arguments Alpha and Beta." +msgstr "" -#. AKB67 +#. oRwEr #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2949710\n" "help.text" -msgid "Alpha is a parameter to the distribution." -msgstr "अल्फा वितरण सम्मको परामिति हो ।" +msgid "Alpha is a strictly positive parameter of the Beta distribution." +msgstr "" -#. nxFcB +#. AcKWH #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2956306\n" "help.text" -msgid "Beta is a parameter to the distribution." -msgstr "बिटा वितरणमा परामिति हो ।" +msgid "Beta is a strictly positive parameter of the Beta distribution." +msgstr "" -#. 9HMyv +#. Xijgg #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2950960\n" "help.text" -msgid "Start (optional) is the lower bound for Number." -msgstr "सुरु (वैकल्पिक) सङ्ख्या का लागि तल्लो सीमा हो ।" +msgid "Start (optional) is the lower bound of the output range of the function. If omitted, the default value is 0." +msgstr "" -#. qDex4 +#. Rg7zt #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2951268\n" "help.text" -msgid "End (optional) is the upper bound for Number." -msgstr "अन्त्य (वैकल्पिक) सङ्ख्या का लागि माथिल्लो सीमा हो ।" +msgid "End (optional) is the upper bound of the output range of the function. If omitted, the default value is 1." +msgstr "" -#. C4zFV +#. dbj7p #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id2946859\n" "help.text" -msgid "=BETA.INV(0.5;5;10) returns the value 0.3257511553." -msgstr "=BETA.INV(0.5;5;10) ले मान ०.३२५७५११५५३ फर्काउँदछ।" +msgid "=BETA.INV(0.5;5;10) returns the value 0.3257511553." +msgstr "" + +#. Qrj6p +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"par_id841621424421294\n" +"help.text" +msgid "BETA.INV Wiki page" +msgstr "" #. fbcUB #: 04060181.xhp @@ -49633,78 +49651,6 @@ msgctxt "" msgid "2nd Quarter" msgstr "दोश्रो चौथाई" -#. UMAVG -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3153876\n" -"help.text" -msgid "100" -msgstr "१००" - -#. teNg5 -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3145251\n" -"help.text" -msgid "120" -msgstr "१२०" - -#. BEoYv -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3149400\n" -"help.text" -msgid "130" -msgstr "१३०" - -#. 3j8rG -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3150328\n" -"help.text" -msgid "350" -msgstr "३५०" - -#. Ft9tF -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3155443\n" -"help.text" -msgid "100" -msgstr "१००" - -#. 2BuyN -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3153713\n" -"help.text" -msgid "100" -msgstr "१००" - -#. NNMke -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3156385\n" -"help.text" -msgid "200" -msgstr "२००" - -#. ZATPG -#: 12080500.xhp -msgctxt "" -"12080500.xhp\n" -"par_id3145230\n" -"help.text" -msgid "400" -msgstr "४००" - #. cLeqA #: 12080500.xhp msgctxt "" diff --git a/source/ne/helpcontent2/source/text/scalc/guide.po b/source/ne/helpcontent2/source/text/scalc/guide.po index 1b3cf25b10c..c2eac8047e4 100644 --- a/source/ne/helpcontent2/source/text/scalc/guide.po +++ b/source/ne/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-04 12:33+0100\n" "PO-Revision-Date: 2018-11-14 12:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -4831,14 +4831,14 @@ msgctxt "" msgid "To remove a button from the table, just drag it out of the pivot table. Release the mouse button when the mouse pointer positioned within the sheet has become a 'not allowed' icon. The button is deleted." msgstr "तालिकाबाट बटन हटाउनका लागि, डेटापाइलट तालिकाबाट यसलाई बाहिर तान्नुहोस् । जब माउस बिन्दु पाना भित्र प्रतिमामा 'अनुमति दिईंदैन' स्थितिमा बस्दछ, त्यसबेला माउस बटन मुक्त हुन्छ । बटन मेटिन्छ ।" -#. tYvsC +#. vbqKe #: datapilot_edittable.xhp msgctxt "" "datapilot_edittable.xhp\n" "par_id3156442\n" "help.text" -msgid "To edit the pivot table, click a cell inside the pivot table and open the context menu. In the context menu you find the command Edit Layout, which displays the Pivot Table dialog for the current pivot table." -msgstr "डेटापाइलट तालिका सम्पादन गर्नका लागि, डेटापाइलट तालिकाको भित्री कक्षमा क्लिक गर्नुहोस् र प्रसङ्ग मेनु खोल्नुहोस् । तपाईँ प्रसङ्ग मेनुमा सुरु आदेश फेला पार्नुहोस्, जसलेडेटापाइलट हालको डेटापाइलट तालिकाका लागि संवाद प्रदर्शित गर्दछ ।" +msgid "To edit the pivot table, click a cell inside the pivot table and open the context menu. In the context menu you find the command Properties, which displays the Pivot Table Layout dialog for the current pivot table." +msgstr "" #. fKGXd #: datapilot_edittable.xhp diff --git a/source/ne/helpcontent2/source/text/sdatabase.po b/source/ne/helpcontent2/source/text/sdatabase.po index 6102fa4fb68..667556595e3 100644 --- a/source/ne/helpcontent2/source/text/sdatabase.po +++ b/source/ne/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -11479,15 +11479,6 @@ msgctxt "" msgid "Select the numeric field name." msgstr "" -#. 2fBzx -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105E7\n" -"help.text" -msgid "+" -msgstr "" - #. hM5kP #: querywizard04.xhp msgctxt "" @@ -11497,15 +11488,6 @@ msgctxt "" msgid "Appends a new row of controls." msgstr "" -#. psHk4 -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105F1\n" -"help.text" -msgid "−" -msgstr "" - #. MYCN9 #: querywizard04.xhp msgctxt "" @@ -12010,22 +11992,31 @@ msgctxt "" msgid "Choose View - Add Field." msgstr "" -#. hxBBt +#. oEoAE +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id121540674874655\n" +"help.text" +msgid "Click the Add Field icon on the toolbar." +msgstr "" + +#. e4BhF #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" "par_id991540674901837\n" "help.text" -msgid "Add field icon" +msgid "Add Field icon" msgstr "" -#. oEoAE +#. jYge5 #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" -"par_id121540674874655\n" +"par_id121540664874655\n" "help.text" -msgid "Click the Add Field icon on the toolbar." +msgid "Add Field icon on the toolbar." msgstr "" #. BqWBD @@ -12055,13 +12046,31 @@ msgctxt "" msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted." msgstr "" -#. RGprC +#. N9RC7 #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" "par_id3059785\n" "help.text" -msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon Icon, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." +msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." +msgstr "" + +#. yombL +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id991540874901837\n" +"help.text" +msgid "Icon" +msgstr "" + +#. pSksR +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id121542664874655\n" +"help.text" +msgid "Add Label Field icon on the toolbar." msgstr "" #. VjpkA @@ -12073,13 +12082,13 @@ msgctxt "" msgid "Sorting fields names" msgstr "" -#. pNfxS +#. ENcuK #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" "par_id651540564204840\n" "help.text" -msgid "Sort Ascending icon" +msgid "Sort Ascending icon" msgstr "" #. EfMFi @@ -12091,13 +12100,13 @@ msgctxt "" msgid "Sort names ascending." msgstr "" -#. 9jVwk +#. rJE3c #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" "par_id811540564184191\n" "help.text" -msgid "Sort descending icon" +msgid "Sort Descending icon" msgstr "" #. BEcwL @@ -12109,13 +12118,13 @@ msgctxt "" msgid "Sort names descending," msgstr "" -#. GRKuP +#. RVvGD #: rep_insertfield.xhp msgctxt "" "rep_insertfield.xhp\n" "par_id851540564212907\n" "help.text" -msgid "Undo sorting icon" +msgid "Undo sorting icon" msgstr "" #. DVAm8 diff --git a/source/ne/helpcontent2/source/text/shared.po b/source/ne/helpcontent2/source/text/shared.po index dddbff24ad1..952ae0a44d9 100644 --- a/source/ne/helpcontent2/source/text/shared.po +++ b/source/ne/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2018-11-14 12:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -844,41 +844,41 @@ msgctxt "" msgid "Zoom" msgstr "जुम" -#. 8Hudp +#. zYZRw #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10818\n" "help.text" -msgid "What's this" -msgstr "यो के हो" +msgid "What’s This?" +msgstr "" -#. G8ADV +#. UDDTK #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN1081E\n" "help.text" -msgid "Enables extended help tips under the mouse pointer till the next click." -msgstr "पछिल्लो क्लिक सम्म माउस सूचक भित्रको विस्तारित सहयोग टिपहरूलाई सक्षम गर्दछ।" +msgid "Enables extended help tips under the mouse pointer until the next click." +msgstr "" -#. gMBSS +#. Hvhxs #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10855\n" "help.text" -msgid "icon What's this?'" +msgid "Icon “What’s This?”" msgstr "" -#. C6Uid +#. KPZBD #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10873\n" "help.text" -msgid "What's this" -msgstr "यो के हो" +msgid "What’s This?" +msgstr "" #. Xtuxp #: main0204.xhp @@ -2302,51 +2302,42 @@ msgctxt "" msgid "Opens a submenu where you can choose text spacing commands." msgstr "" -#. 7Sh42 +#. 44Px9 #: submenu_spacing.xhp msgctxt "" "submenu_spacing.xhp\n" -"hd_id3154944\n" +"hd_id3147573\n" "help.text" -msgid "Line Spacing: 1" +msgid "Increase Paragraph Spacing" msgstr "" -#. xxnjH +#. zhqwZ #: submenu_spacing.xhp msgctxt "" "submenu_spacing.xhp\n" -"hd_id3146969\n" +"par_id3150695\n" "help.text" -msgid "Line Spacing: 1.5" +msgid "Increases the paragraph spacing above the selected paragraph." msgstr "" -#. acjb4 +#. zDRUC #: submenu_spacing.xhp msgctxt "" "submenu_spacing.xhp\n" -"hd_id3153711\n" +"par_id261643820768225\n" "help.text" -msgid "Line Spacing: 2" +msgid "Icon Increase Paragraph Spacing" msgstr "" -#. 44Px9 +#. D2RsS #: submenu_spacing.xhp msgctxt "" "submenu_spacing.xhp\n" -"hd_id3147573\n" +"par_id131643820768228\n" "help.text" msgid "Increase Paragraph Spacing" msgstr "" -#. zhqwZ -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id3150695\n" -"help.text" -msgid "Increases the paragraph spacing above the selected paragraph." -msgstr "" - #. XCZUT #: submenu_spacing.xhp msgctxt "" @@ -2365,6 +2356,24 @@ msgctxt "" msgid "Decreases the paragraph spacing above the selected paragraph." msgstr "" +#. agf5h +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id791643820835491\n" +"help.text" +msgid "Icon Decrease Paragraph Spacing" +msgstr "" + +#. DssS6 +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id141643820835494\n" +"help.text" +msgid "Decrease Paragraph Spacing" +msgstr "" + #. EsHFP #: submenu_spacing.xhp msgctxt "" @@ -2383,6 +2392,24 @@ msgctxt "" msgid "Increases the left indent of the current paragraph or cell content and sets it to the next default tab position. If several paragraphs are selected, the indentation of all selected paragraphs is increased." msgstr "" +#. CFoDz +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id351643820903541\n" +"help.text" +msgid "Icon Increase Indent" +msgstr "" + +#. c7WUp +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id841643820903544\n" +"help.text" +msgid "Increase Indent" +msgstr "" + #. YA8bT #: submenu_spacing.xhp msgctxt "" @@ -2392,13 +2419,31 @@ msgctxt "" msgid "Decrease Indent" msgstr "" -#. zVFFG +#. aSrjB #: submenu_spacing.xhp msgctxt "" "submenu_spacing.xhp\n" "par_id3150698\n" "help.text" -msgid "Decreases the left indent of the current paragraph or cell content and sets it to the previous default tab position. If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs." +msgid "Decreases the left indent of the current paragraph or cell content and sets it to the previous default tab position. If several paragraphs are selected, the indentation of all selected paragraphs is decreased." +msgstr "" + +#. XsV6q +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id191643820966566\n" +"help.text" +msgid "Icon Decrease Indent" +msgstr "" + +#. wVZXB +#: submenu_spacing.xhp +msgctxt "" +"submenu_spacing.xhp\n" +"par_id201643820966569\n" +"help.text" +msgid "Decrease Indent" msgstr "" #. MVHBc diff --git a/source/ne/helpcontent2/source/text/shared/00.po b/source/ne/helpcontent2/source/text/shared/00.po index 93256b2ab52..b8fdce9c40b 100644 --- a/source/ne/helpcontent2/source/text/shared/00.po +++ b/source/ne/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: 2021-12-21 12:38+0100\n" +"POT-Creation-Date: 2022-02-04 12:33+0100\n" "PO-Revision-Date: 2018-11-14 12:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -8341,23 +8341,23 @@ msgctxt "" msgid "Tools Menu" msgstr "उपकरण मेनु" -#. FjDXs +#. eA5Ru #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3146765\n" "help.text" -msgid "Choose Insert - Media - Clip Art Gallery or open Standard bar, click" +msgid "Choose Insert - Media - Gallery or open Standard bar, click" msgstr "" -#. EQ6v8 +#. tdk7b #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3153323\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon" +msgstr "" #. iLbBE #: 00000406.xhp @@ -8404,14 +8404,14 @@ msgctxt "" msgid "On the Standard bar, click" msgstr "" -#. vqDFi +#. nNuL8 #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3153824\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon" +msgstr "" #. sBnwZ #: 00000406.xhp @@ -8638,22 +8638,22 @@ msgctxt "" msgid "Choose Tools - Customize - Menus tab." msgstr "" -#. DMB2H +#. xzidF #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Add." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Add." msgstr "" -#. H7agM +#. hg8cr #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Move." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Move." msgstr "" #. nNuX4 @@ -8899,13 +8899,13 @@ msgctxt "" msgid "Choose Format - Area - Area, press the Color button and click the Pick button." msgstr "" -#. iiCrG +#. EU3Yg #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3153876\n" "help.text" -msgid "Icon" +msgid "Icon" msgstr "" #. XLFFo diff --git a/source/ne/helpcontent2/source/text/shared/01.po b/source/ne/helpcontent2/source/text/shared/01.po index 8b4234cad62..338b751e8a4 100644 --- a/source/ne/helpcontent2/source/text/shared/01.po +++ b/source/ne/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:38+0100\n" "PO-Revision-Date: 2020-07-28 14:35+0000\n" "Last-Translator: sophie \n" "Language-Team: Nepali \n" @@ -21913,6 +21913,24 @@ msgctxt "" msgid "Applies single line spacing to the current paragraph. This is the default setting." msgstr "" +#. Q3Apw +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id881643818442245\n" +"help.text" +msgid "Icon Line Spacing 1" +msgstr "" + +#. q6zhc +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id651643818442248\n" +"help.text" +msgid "Line Spacing 1" +msgstr "" + #. CBBax #: 05030100.xhp msgctxt "" @@ -21931,6 +21949,24 @@ msgctxt "" msgid "Sets the line spacing to 1.15 lines." msgstr "" +#. Swk6G +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id461643818848838\n" +"help.text" +msgid "Icon Line Spacing 1.15" +msgstr "" + +#. nWqHm +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id271643818848841\n" +"help.text" +msgid "Line Spacing 1.15" +msgstr "" + #. 5SLdx #: 05030100.xhp msgctxt "" @@ -21949,6 +21985,24 @@ msgctxt "" msgid "Sets the line spacing to 1.5 lines." msgstr "" +#. iGepF +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id791643819136940\n" +"help.text" +msgid "Icon Line Spacing 1.5" +msgstr "" + +#. Ag5FS +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id831643819136944\n" +"help.text" +msgid "Line Spacing 1.5" +msgstr "" + #. XGSUC #: 05030100.xhp msgctxt "" @@ -21967,6 +22021,24 @@ msgctxt "" msgid "Sets the line spacing to two lines." msgstr "" +#. GP5wE +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id421643819242730\n" +"help.text" +msgid "Icon Line Spacing 2" +msgstr "" + +#. vJR3n +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id991643819242734\n" +"help.text" +msgid "Line Spacing 2" +msgstr "" + #. HDPps #: 05030100.xhp msgctxt "" @@ -37537,13 +37609,13 @@ msgctxt "" msgid "Options (AutoCorrect)" msgstr "" -#. tg4my +#. v98PZ #: 06040100.xhp msgctxt "" "06040100.xhp\n" "bm_id3155620\n" "help.text" -msgid "AutoCorrect function; options replacement options words; automatically replacing abbreviation replacement capital letters; AutoCorrect function bold; AutoFormat function underlining; AutoFormat function spaces; ignoring double numbering; using automatically paragraphs; numbering automatically tables in text; creating automatically titles; formatting automatically empty paragraph removal paragraphs; removing blank ones styles; replacing automatically user-defined styles; automatically replacing bullets; replacing paragraphs; joining joining; paragraphs" +msgid "AutoCorrect function; options replacement options words; automatically replacing abbreviation replacement capital letters; AutoCorrect function spaces; ignoring double numbering; using automatically paragraphs; numbering automatically tables in text; creating automatically titles; formatting automatically empty paragraph removal paragraphs; removing blank ones styles; replacing automatically user-defined styles; automatically replacing bullets; replacing paragraphs; joining joining; paragraphs" msgstr "" #. dwyc9 @@ -37672,6 +37744,15 @@ msgctxt "" msgid "The first letter in a Calc cell will never be capitalized automatically." msgstr "" +#. E9hNd +#: 06040100.xhp +msgctxt "" +"06040100.xhp\n" +"bm_id811645041244683\n" +"help.text" +msgid "bold; AutoFormat functionbold; using * when typingunderlining; AutoFormat functionunderlining; using _ when typingitalic; AutoFormat functionitalic; using / when typingstrikeout; AutoFormat functionstrikeout; using - when typing" +msgstr "" + #. FvyG2 #: 06040100.xhp msgctxt "" diff --git a/source/ne/helpcontent2/source/text/shared/06.po b/source/ne/helpcontent2/source/text/shared/06.po index 8e49a9afbe4..d040e142b10 100644 --- a/source/ne/helpcontent2/source/text/shared/06.po +++ b/source/ne/helpcontent2/source/text/shared/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2018-09-03 13:15+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -474,3 +474,21 @@ msgctxt "" "help.text" msgid "YouTube Videos" msgstr "" + +#. dNxMD +#: youtubevideos.xhp +msgctxt "" +"youtubevideos.xhp\n" +"par_id311644338760624\n" +"help.text" +msgid "Please accept this video. By accepting you will be accessing content from YouTube, a service provided by an external third party." +msgstr "" + +#. 6FN4K +#: youtubevideos.xhp +msgctxt "" +"youtubevideos.xhp\n" +"par_id91644338793051\n" +"help.text" +msgid "YouTube Privacy Policy" +msgstr "" diff --git a/source/ne/helpcontent2/source/text/shared/guide.po b/source/ne/helpcontent2/source/text/shared/guide.po index 579cb2b5963..cb2b298b02a 100644 --- a/source/ne/helpcontent2/source/text/shared/guide.po +++ b/source/ne/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-02-18 12:17+0100\n" "PO-Revision-Date: 2018-11-14 12:06+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -26305,13 +26305,22 @@ msgctxt "" msgid "Categories" msgstr "" -#. 8yDGz +#. bBpgV #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723507710\n" "help.text" -msgid "Categories are folders where you place your templates. You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Press Manage at the top right corner of the Template Manager, then select New Category to create a new category." +msgid "Categories are folders where you place your templates. All templates are placed in a category, and can only be placed in one category. You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Press Manage at the top right corner of the Template Manager, then select New Category to create a new category." +msgstr "" + +#. WJZhb +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id341644402868376\n" +"help.text" +msgid "It is possible to move user-defined templates and copy built-in templates to another category. Use the Move option, found by right-clicking an individual template." msgstr "" #. kGCqh @@ -26332,13 +26341,49 @@ msgctxt "" msgid "Manage" msgstr "" -#. Y7DkF +#. BBPKh #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723504497\n" "help.text" -msgid "Press Manage at the top right corner to open the Manage menu. The options are: New Category, Refresh, Reset Default, Import, and Extensions." +msgid "Press Manage at the top right corner to open the Manage menu. The options are: New Category, Import, and Extensions. If a template is set as default, then the option Reset Default appears. If a user-defined category is selected, then Rename Category and Delete Category also appear." +msgstr "" + +#. uc7oA +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"hd_id231644401056685\n" +"help.text" +msgid "New Category" +msgstr "" + +#. Eumj5 +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id561644401085685\n" +"help.text" +msgid "If you want to create a new category to place a template, then select this option." +msgstr "" + +#. DBAPN +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id91644402533961\n" +"help.text" +msgid "New Category Icon" +msgstr "" + +#. VDrjC +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id21644402533961\n" +"help.text" +msgid "New Category" msgstr "" #. gYGYe @@ -26350,13 +26395,13 @@ msgctxt "" msgid "Reset Default" msgstr "" -#. rTUeD +#. e34Ub #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id711642944419925\n" "help.text" -msgid "This option appears only if you have set a template as default. Use this command to remove that setting. Use Filter to specify which default will be reset." +msgid "This option appears only if you have set a template as default. Use this command to remove that setting. Use Filter to specify which application template will be reset. Select All Applications in Filter to reset templates for all applications." msgstr "" #. aNTjV diff --git a/source/ne/helpcontent2/source/text/shared/help.po b/source/ne/helpcontent2/source/text/shared/help.po index a8abad69bb5..2fef63b6f29 100644 --- a/source/ne/helpcontent2/source/text/shared/help.po +++ b/source/ne/helpcontent2/source/text/shared/help.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2022-02-09 16:45+0100\n" "PO-Revision-Date: 2018-11-12 13:55+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -861,3 +861,12 @@ msgctxt "" "help.text" msgid "Did you mean:" msgstr "" + +#. BvoqF +#: browserhelp.xhp +msgctxt "" +"browserhelp.xhp\n" +"par_id501644407795954\n" +"help.text" +msgid "Accept YouTube Content" +msgstr "" diff --git a/source/ne/helpcontent2/source/text/smath/00.po b/source/ne/helpcontent2/source/text/smath/00.po index 79b493116b2..7b689e507b9 100644 --- a/source/ne/helpcontent2/source/text/smath/00.po +++ b/source/ne/helpcontent2/source/text/smath/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: 2019-07-11 18:38+0200\n" +"POT-Creation-Date: 2022-02-09 16:46+0100\n" "PO-Revision-Date: 2018-05-24 12:35+0000\n" "Last-Translator: सन्जोग सिग्देल \n" "Language-Team: LANGUAGE \n" @@ -115,14 +115,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. FqS3z +#. XuzdA #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154653\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Zoom 100%" +msgstr "" #. ZGH5E #: 00000004.xhp @@ -151,14 +151,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. cFNys +#. YGaUU #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150743\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Zoom In" +msgstr "" #. t3FPw #: 00000004.xhp @@ -187,14 +187,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. eEHDh +#. 3CbtU #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150934\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Zoom Out" +msgstr "" #. FwGWc #: 00000004.xhp @@ -223,14 +223,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. dhew7 +#. z9rFE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3151265\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Show All" +msgstr "" #. 2bHgE #: 00000004.xhp @@ -268,14 +268,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. xD6qA +#. BAg27 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147260\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Update" +msgstr "" #. 9BewG #: 00000004.xhp @@ -520,14 +520,14 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "उपकरणपट्टीमा, क्लिक गर्नुहोस्" -#. 63bpb +#. ForEh #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153258\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Symbols" +msgstr "" #. gNanN #: 00000004.xhp @@ -592,14 +592,14 @@ msgctxt "" msgid "Choose View - Elements; then on the Elements pane select Others from the listbox." msgstr "" -#. QG6eL +#. rxFJE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145626\n" "help.text" -msgid "Icon" -msgstr "प्रतिमा" +msgid "Icon Formula Cursor" +msgstr "" #. vtF4A #: 00000004.xhp -- cgit