From 4f65f25bc54fc4078363522caa2623c5de387c6f Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 4 Apr 2022 12:35:06 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: Iaad2f8d129208996bc1fef023045616b51aeff05 --- .../lv/helpcontent2/source/text/sbasic/shared.po | 220 +++--- .../helpcontent2/source/text/sbasic/shared/03.po | 200 ++++- source/lv/helpcontent2/source/text/scalc/00.po | 53 +- source/lv/helpcontent2/source/text/scalc/01.po | 219 +++++- source/lv/helpcontent2/source/text/shared.po | 245 ++++--- source/lv/helpcontent2/source/text/shared/00.po | 15 +- source/lv/helpcontent2/source/text/shared/01.po | 96 ++- source/lv/helpcontent2/source/text/shared/02.po | 809 ++++++++++----------- source/lv/helpcontent2/source/text/shared/04.po | 6 +- source/lv/helpcontent2/source/text/shared/guide.po | 49 +- source/lv/helpcontent2/source/text/shared/menu.po | 20 +- .../lv/helpcontent2/source/text/shared/optionen.po | 20 +- source/lv/helpcontent2/source/text/swriter.po | 402 +++++++++- source/lv/helpcontent2/source/text/swriter/01.po | 222 +++++- .../lv/helpcontent2/source/text/swriter/guide.po | 18 +- 15 files changed, 1837 insertions(+), 757 deletions(-) (limited to 'source/lv/helpcontent2') diff --git a/source/lv/helpcontent2/source/text/sbasic/shared.po b/source/lv/helpcontent2/source/text/sbasic/shared.po index 9ec0216bd30..708fcb5f7f2 100644 --- a/source/lv/helpcontent2/source/text/sbasic/shared.po +++ b/source/lv/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-02-21 15:22+0100\n" +"POT-Creation-Date: 2022-04-01 00:19+0200\n" "PO-Revision-Date: 2019-07-21 20:35+0000\n" "Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" @@ -2923,13 +2923,13 @@ msgctxt "" msgid "procedures functions;using variables;passing to procedures, functions, properties parameters;for procedures, functions or properties parameters;passing by reference or value variables;scope scope of variables GLOBAL variables PUBLIC variables PRIVATE variables functions;return value type return value type of functions" msgstr "" -#. AYcBA +#. RY6Z4 #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3149456\n" "help.text" -msgid "Using Procedures, Functions and Properties" +msgid "Using Procedures, Functions and Properties" msgstr "" #. DSyYW @@ -19114,13 +19114,13 @@ msgctxt "" msgid "Performs the integer division on two numbers and returns the result." msgstr "" -#. iN7zc +#. 7hxCB #: 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 @@ -23056,13 +23056,13 @@ msgctxt "" msgid "Call statement" msgstr "Call priekšraksts" -#. LmAwf +#. HW8av #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3154422\n" "help.text" -msgid "Call Statement" +msgid "Call Statement" msgstr "" #. nPKzF @@ -23074,15 +23074,6 @@ msgctxt "" msgid "Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called." msgstr "" -#. MdeJS -#: 03090401.xhp -msgctxt "" -"03090401.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "Syntax:" -msgstr "Sintakse:" - #. CXLBw #: 03090401.xhp msgctxt "" @@ -23101,15 +23092,6 @@ msgctxt "" msgid "[Call] name [(] [param :=] value, ... [)]" msgstr "" -#. 5MBBJ -#: 03090401.xhp -msgctxt "" -"03090401.xhp\n" -"hd_id3150771\n" -"help.text" -msgid "Parameters:" -msgstr "Parametri:" - #. C2MXB #: 03090401.xhp msgctxt "" @@ -23155,15 +23137,6 @@ msgctxt "" msgid "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a Declare statement is compulsory prior to call a DLL." msgstr "" -#. QZZ8c -#: 03090401.xhp -msgctxt "" -"03090401.xhp\n" -"hd_id3125865\n" -"help.text" -msgid "Example:" -msgstr "Piemērs:" - #. eyeVE #: 03090402.xhp msgctxt "" @@ -23731,31 +23704,40 @@ msgctxt "" msgid "Function statement" msgstr "Function priekšraksts" -#. 4m9Rw +#. 4AZJf #: 03090406.xhp msgctxt "" "03090406.xhp\n" "hd_id3153346\n" "help.text" -msgid "Function Statement" +msgid "Function Statement" msgstr "" -#. mLEJz +#. i3BLj #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3159158\n" "help.text" -msgid "Defines a subroutine that can be used as an expression to determine a return type." +msgid "A function is a block of code which runs when it is called. A function is usually called in an expression." +msgstr "" + +#. fLBaF +#: 03090406.xhp +msgctxt "" +"03090406.xhp\n" +"par_id451647246564161\n" +"help.text" +msgid "You can pass data, known as parameters or arguments, into a function. You may pass a parameter by value or by reference. When by reference, modifications applied to the parameter in the function will be sent back to the calling code." msgstr "" -#. qCx4G +#. 9wMCM #: 03090406.xhp msgctxt "" "03090406.xhp\n" -"par_id661588586825434\n" +"par_id101647247154065\n" "help.text" -msgid "Sub, Function or Property statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified in return. %PRODUCTNAME Basic compiler accepts their respective argument syntax to be used interchangeably." +msgid "A function usually returns data as a result." msgstr "" #. zFnQ7 @@ -23857,6 +23839,15 @@ msgctxt "" msgid "Exit For ' sItem found" msgstr "" +#. FTf7A +#: 03090406.xhp +msgctxt "" +"03090406.xhp\n" +"par_id181647247913872\n" +"help.text" +msgid "Subroutines basics" +msgstr "" + #. yZEAJ #: 03090407.xhp msgctxt "" @@ -24055,6 +24046,15 @@ msgctxt "" msgid "arguments: Optional parameters that you want to pass to the subroutine." msgstr "" +#. gPQ9W +#: 03090409.xhp +msgctxt "" +"03090409.xhp\n" +"par_id181647247913872\n" +"help.text" +msgid "Subroutines basics" +msgstr "" + #. CCDzt #: 03090410.xhp msgctxt "" @@ -34369,13 +34369,13 @@ msgctxt "" msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ' to get a byte sequence." msgstr "" -#. rSTG8 +#. pEjGF #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3150541\n" "help.text" -msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used." +msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the com.sun.star.script.Converter service is used." msgstr "" #. bT3DS @@ -37249,13 +37249,13 @@ msgctxt "" msgid "CallByName Function" msgstr "" -#. tbCrP +#. 3957Y #: CallByName.xhp msgctxt "" "CallByName.xhp\n" "hd_id3150669\n" "help.text" -msgid "CallByName Function" +msgid "CallByName Function" msgstr "" #. 7EWyG @@ -37267,13 +37267,13 @@ msgctxt "" msgid "Invokes a subroutine by its string name." msgstr "" -#. GSJB7 +#. V4GLV #: CallByName.xhp msgctxt "" "CallByName.xhp\n" "bm_id3150669\n" "help.text" -msgid "CallByName function" +msgid "CallByName function API;OfficeFilePicker" msgstr "" #. kJE7K @@ -37411,13 +37411,13 @@ msgctxt "" msgid "ScriptForge.Platform.Architecture information is retrieved." msgstr "" -#. WR7MJ +#. rvtXD #: 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." +msgid "DisplayDirectory property of com.sun.star.ui.dialogs.FilePicker UNO service is set to the user home folder, its content is read twice." msgstr "" #. 3DsDt @@ -39967,13 +39967,13 @@ msgctxt "" msgid "CompatibilityMode() Function" msgstr "" -#. ipFPG +#. 4EEry #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0120\n" "help.text" -msgid "CompatibilityMode() function controls runtime mode and affects all code executed after setting or resetting the mode." +msgid "CompatibilityMode() function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode." msgstr "" #. YSokk @@ -39985,13 +39985,40 @@ msgctxt "" msgid "Use this feature with caution, limit it to document conversion for example." msgstr "" -#. GJLGQ +#. VDnNU +#: compatibilitymode.xhp +msgctxt "" +"compatibilitymode.xhp\n" +"bas_id751645014686110\n" +"help.text" +msgid "CompatibilityMode(Optional Enable As Boolean) As Boolean" +msgstr "" + +#. 34s7C #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" -"par_id271561645872679\n" +"par_id551648117368688\n" "help.text" -msgid "Option Compatible turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter." +msgid "CompatibilityMode function always returns the mode that is active after its execution. That is if called with argument, it returns the new mode, if called without argument, it returns active mode without modifying it." +msgstr "" + +#. buGpD +#: compatibilitymode.xhp +msgctxt "" +"compatibilitymode.xhp\n" +"par_id971648117815981\n" +"help.text" +msgid "Enable: Sets or unsets new compatibility mode when the argument is present." +msgstr "" + +#. ouFEB +#: compatibilitymode.xhp +msgctxt "" +"compatibilitymode.xhp\n" +"par_id371648123169691\n" +"help.text" +msgid "CompatibilityMode function relates to Option VBASupport 1, in which case it always returns True. It is unrelated to Option Compatible compiler directive." msgstr "" #. NM3yP @@ -40003,13 +40030,13 @@ msgctxt "" msgid "This function may affect or help in the following situations:" msgstr "" -#. 9jVgZ +#. RSBt2 #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" -"N0122\n" +"par_id301645018760314\n" "help.text" -msgid "Creating enumerations with Enum statement" +msgid "Scoping of variables." msgstr "" #. f6LjG @@ -40039,15 +40066,6 @@ msgctxt "" msgid "Color components calculation with the Red and Blue functions which are interchanged (The Green function is not affected)." msgstr "" -#. piCTC -#: compatibilitymode.xhp -msgctxt "" -"compatibilitymode.xhp\n" -"N0126\n" -"help.text" -msgid "CompatibilityMode() function may be necessary when resorting to Option Compatible or Option VBASupport compiler modes." -msgstr "" - #. cFz7C #: compatibilitymode.xhp msgctxt "" @@ -40057,13 +40075,13 @@ msgctxt "" msgid "Given a NOT empty directory at file:///home/me/Test" msgstr "" -#. 7mLBk +#. yntDo #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id461561646613414\n" "help.text" -msgid "With CompatibilityMode( true ) the program results in an error, otherwise the Test directory and all its content is deleted." +msgid "With CompatibilityMode( True ) the program raises an error, otherwise the Test directory and all its content is deleted." msgstr "" #. TcWG2 @@ -40075,22 +40093,22 @@ msgctxt "" msgid "Modifying Dir behavior" msgstr "" -#. S3VK4 +#. RcnAo #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id831561647900147\n" "help.text" -msgid "CompatibilityMode( true ) ' Shows also normal files" +msgid "CompatibilityMode( Enable := True ) ' Shows also normal files" msgstr "" -#. YJM4j +#. oBqaD #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" -"N0129\n" +"bas_id641645017016611\n" "help.text" -msgid "Refer to Identifying the Operating System and Getting Session Information for Option Compatible simple examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode." +msgid "CompatibilityMode Enable := False ' Shows only directories" msgstr "" #. P7qDB @@ -40102,15 +40120,6 @@ msgctxt "" msgid "Variables scope modification in Using Procedures and Functions with CompatibilityMode() function." msgstr "" -#. YwBF4 -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0103\n" -"help.text" -msgid "VBA compatibility option" -msgstr "" - #. imVdb #: compatible.xhp msgctxt "" @@ -40129,15 +40138,6 @@ msgctxt "" msgid "Option Compatible extends %PRODUCTNAME Basic compiler and runtime, allowing supplemental language constructs to Basic." msgstr "" -#. SNhhH -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"par_id931561646897105\n" -"help.text" -msgid "The function CompatibilityMode() controls runtime mode and affects all code executed after setting or resetting the mode." -msgstr "" - #. w5NPC #: compatible.xhp msgctxt "" @@ -40165,24 +40165,6 @@ msgctxt "" msgid "Create VBA constants including non-printable characters." msgstr "" -#. jGHBX -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0110\n" -"help.text" -msgid "Support Private/Public keywords for procedures." -msgstr "" - -#. VGYZH -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0111\n" -"help.text" -msgid "Compulsory Set statement for objects." -msgstr "" - #. xwLEC #: compatible.xhp msgctxt "" @@ -40237,13 +40219,13 @@ msgctxt "" msgid "' With this option the code works, otherwise it causes a compiling error" msgstr "" -#. E6GpA +#. rWE5B #: compatible.xhp msgctxt "" "compatible.xhp\n" "par_id381561650119146\n" "help.text" -msgid "Statement Option VBAsupport 1 sets Option Compatible statement automatically." +msgid "Statement Option VBAsupport 1 implies Option Compatible statement automatically." msgstr "" #. j8iHM @@ -41416,13 +41398,13 @@ msgctxt "" msgid "Property statement" msgstr "" -#. 6Gjab +#. a5AX6 #: property.xhp msgctxt "" "property.xhp\n" "N0182\n" "help.text" -msgid "Property Statement" +msgid "Property Statement" msgstr "" #. CxW74 @@ -41569,22 +41551,22 @@ msgctxt "" msgid "Use Let or Set when handling UNO services or class objects:" msgstr "" -#. KbzAx +#. mbhy9 #: property.xhp msgctxt "" "property.xhp\n" -"N0237\n" +"par_id181647247913872\n" "help.text" -msgid "End, Exit statements" +msgid "Subroutines basics" msgstr "" -#. Dh5aG +#. KbzAx #: property.xhp msgctxt "" "property.xhp\n" -"N0238\n" +"N0237\n" "help.text" -msgid "Using Procedures and Functions" +msgid "End, Exit statements" msgstr "" #. uM2zs diff --git a/source/lv/helpcontent2/source/text/sbasic/shared/03.po b/source/lv/helpcontent2/source/text/sbasic/shared/03.po index f94faa7f845..b312b4a35b1 100644 --- a/source/lv/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/lv/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-02-18 12:17+0100\n" +"POT-Creation-Date: 2022-04-04 11:40+0200\n" "PO-Revision-Date: 2018-07-12 14:33+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -196,22 +196,22 @@ msgctxt "" msgid "Invoking ScriptForge services" msgstr "" -#. wKZM6 +#. SaBEy #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "par_id781606153472028\n" "help.text" -msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose for each language:" +msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose for each language." msgstr "" -#. VQNBs +#. xhj84 #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "par_id871637256506167\n" "help.text" -msgid "The Dispose method is available in all services and should be called to free up resources after usage." +msgid "The Dispose method is available in all services and should be called to free up resources after usage:" msgstr "" #. Depaw @@ -2527,6 +2527,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. AvW3k +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Base service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. vi6hS #: sf_base.xhp msgctxt "" @@ -3868,6 +3877,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. RAtZX +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Calc service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. z3JcW #: sf_calc.xhp msgctxt "" @@ -4597,6 +4615,33 @@ msgctxt "" msgid "A sheet reference that can be used as argument of methods like CopySheet." msgstr "" +#. WanFm +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id541591025591322\n" +"help.text" +msgid "Yes" +msgstr "" + +#. wRCYZ +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id661591025591188\n" +"help.text" +msgid "RangeName As String" +msgstr "" + +#. w7Gft +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id731591025591006\n" +"help.text" +msgid "Returns the sheet name of a given range address." +msgstr "" + #. HLpEQ #: sf_calc.xhp msgctxt "" @@ -7090,6 +7135,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. jkE4f +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Chart service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. LvW6m #: sf_chart.xhp msgctxt "" @@ -7783,6 +7837,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. 8ASCW +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Database service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. Cr4oo #: sf_database.xhp msgctxt "" @@ -11770,6 +11833,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. XVADJ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Document service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. X6BV3 #: sf_document.xhp msgctxt "" @@ -12553,13 +12625,13 @@ msgctxt "" msgid "In Python it is also possible to call RunCommand using keyword arguments:" msgstr "" -#. DEEhz +#. m9AyA #: sf_document.xhp msgctxt "" "sf_document.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." +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 @@ -15334,6 +15406,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. WyEtQ +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Form service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. KfjEA #: sf_form.xhp msgctxt "" @@ -16549,6 +16630,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. pzkhK +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the FormControl service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. BeDqF #: sf_formcontrol.xhp msgctxt "" @@ -18727,13 +18817,13 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. nkcFt +#. 9xE8t #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id421614353247163\n" "help.text" -msgid "To invoke the L10N service, two optional arguments can be specified to determine the folder where PO files are located and the locale to be used, as described below." +msgid "There are several ways to invoke the L10N service using up to five optional arguments that specify the folder where PO files are stored, the locale and encoding to be used, as well as a fallback PO file and its encoding." msgstr "" #. cCwBS @@ -18754,49 +18844,85 @@ msgctxt "" msgid "locale: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." msgstr "" -#. Z5Pb3 +#. gswGR #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" -"par_id301614358956087\n" +"par_id591646219881864\n" "help.text" -msgid "Several instances of the L10N service may coexist. However, each instance must use a separate directory for its PO files." +msgid "encoding: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" -#. 3YPqe +#. CXd3e +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281646219882464\n" +"help.text" +msgid "locale2: A string specifying the fallback locale to be used in case the PO file corresponding to the locale defined the locale parameter does not exist. This parameter is expressed in the form \"la-CO\" (language-COUNTRY) or \"la\" (language) only." +msgstr "" + +#. TaFFX +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id881646219882951\n" +"help.text" +msgid "encoding2: The character set of the fallback PO file corresponding to the locale2 argument. The default encoding is \"UTF-8\"." +msgstr "" + +#. wbSFz +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id141613001281573\n" +"help.text" +msgid "To learn more about the names of character sets, visit IANA's Character Set page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgstr "" + +#. 3ApdD #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891614358528334\n" "help.text" -msgid "The following example instantiates the L10N service without any optional arguments. This will only enable the AddText and ExportToPOTFile methods." +msgid "The following example instantiates the L10N service without any optional arguments. This will only enable the AddText and ExportToPOTFile methods, which is useful for creating POT files." msgstr "" -#. XUTWZ +#. rFfgF #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id611614358672609\n" "help.text" -msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." +msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the locale defined for the %PRODUCTNAME user interface, which is the same locale defined in the OfficeLocale property of the Platform service." msgstr "" -#. F998n +#. FewYJ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id391625855630975\n" "help.text" -msgid "The example above will result in an runtime error if the PO file for the current locale does not exist in the specified folder." +msgid "The example above will result in an runtime error if the PO file corresponding to the OfficeLocale locale does not exist in the specified folder." msgstr "" -#. Ab7iH +#. gSzLN #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id321614358809763\n" "help.text" -msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French." +msgid "In the example below, the locale is explicitly defined to be Belgian French (\"fr-BE\"), hence the service will load the file \"fr-BE.po\" from the folder \"C:\\myPOFiles\". If the file does not exist, an error will occur." +msgstr "" + +#. WpYLF +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id271646220649616\n" +"help.text" +msgid "To avoid errors, it is possible to specify a preferred and a fallback locale and encoding. The following example will first try to load the file \"fr-BE.po\" from the specified folder and if it does not exist, the file \"en-US.po\" will be loaded." msgstr "" #. UGFWB @@ -18826,6 +18952,15 @@ msgctxt "" msgid "The examples above can be translated to Python as follows:" msgstr "" +#. Z5Pb3 +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id301614358956087\n" +"help.text" +msgid "Several instances of the L10N service may coexist. However, each instance must use a separate directory for its PO files." +msgstr "" + #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -19492,22 +19627,22 @@ msgctxt "" msgid "The examples above can be written in Python as follows:" msgstr "" -#. ENT7Q +#. 6LQF4 #: sf_menu.xhp msgctxt "" "sf_menu.xhp\n" "pyc_id981636717957632\n" "help.text" -msgid "msg = f\"Menu item: {s_args[0]}\\n\"" +msgid "msg = f\"Menu name: {s_args[0]}\\n\"" msgstr "" -#. 8MYNj +#. GPKGe #: sf_menu.xhp msgctxt "" "sf_menu.xhp\n" "pyc_id851636718008427\n" "help.text" -msgid "msg += f\"Menu name: {s_args[1]}\\n\"" +msgid "msg += f\"Menu item: {s_args[1]}\\n\"" msgstr "" #. EfEaE @@ -25963,13 +26098,13 @@ msgctxt "" msgid "In both examples below, the first call to CreateDocument method creates a blank Calc document, whereas the second creates a document from a template file." msgstr "" -#. TxY93 +#. shCRf #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id201588520551463\n" "help.text" -msgid "Returns a document object referring to either the active window, a given window or the active document." +msgid "Returns an open document object referring to either the active window, a given window or the active document." msgstr "" #. xgMAv @@ -26278,13 +26413,13 @@ msgctxt "" msgid "In Python it is also possible to call RunCommand using keyword arguments:" msgstr "" -#. khKSW +#. Em5in #: 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." +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 @@ -26440,6 +26575,15 @@ msgctxt "" msgid "Service invocation" msgstr "" +#. YFLf6 +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the Writer service the ScriptForge library needs to be loaded or imported:" +msgstr "" + #. 3LPrN #: sf_writer.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/scalc/00.po b/source/lv/helpcontent2/source/text/scalc/00.po index fc214469b66..e32ba0f40d0 100644 --- a/source/lv/helpcontent2/source/text/scalc/00.po +++ b/source/lv/helpcontent2/source/text/scalc/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1105,6 +1105,24 @@ msgctxt "" msgid "Choose Tools - Scenarios." msgstr "" +#. YELPK +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id971647297529392\n" +"help.text" +msgid "Choose Tools - Forms." +msgstr "" + +#. QLPxD +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id371647273694433\n" +"help.text" +msgid "Choose Tools - Share Spreadsheet" +msgstr "" + #. uHRwy #: 00000406.xhp msgctxt "" @@ -1132,14 +1150,14 @@ msgctxt "" msgid "Choose Data - Calculate - Recalculate." msgstr "" -#. egZqC +#. CwoaA #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149257\n" "help.text" -msgid "F9" -msgstr "F9" +msgid "Press F9" +msgstr "" #. EA2vV #: 00000406.xhp @@ -1150,6 +1168,33 @@ msgctxt "" msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Formula." msgstr "" +#. CAGQA +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id891645217179561\n" +"help.text" +msgid "Choose Data - Calculate - Recalculate hard." +msgstr "" + +#. e6kAE +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id21645217233263\n" +"help.text" +msgid "Press Shift+CommandCtrl+F9" +msgstr "" + +#. soEE4 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id31645223233125\n" +"help.text" +msgid "Select a formula cell or a formula cell range and choose Data - Calculate - Formula to values" +msgstr "" + #. YmRzU #: 00000406.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/scalc/01.po b/source/lv/helpcontent2/source/text/scalc/01.po index b4b9607d5b6..793ea1504a0 100644 --- a/source/lv/helpcontent2/source/text/scalc/01.po +++ b/source/lv/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-02-18 12:17+0100\n" +"POT-Creation-Date: 2022-04-01 00:19+0200\n" "PO-Revision-Date: 2019-02-27 15:24+0000\n" "Last-Translator: Ingmārs Dīriņš \n" "Language-Team: LANGUAGE \n" @@ -15235,13 +15235,13 @@ msgctxt "" msgid "RANDBETWEEN.NV(Bottom; Top)" msgstr "" -#. q82vw +#. Cwb6C #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id91590242400917\n" "help.text" -msgid "Returns an non-volatile integer random number between integers Bottom and Top (both inclusive). A non-volatile function is not recalculated at new input events or pressing F9. However, the function is recalculated when pressing F9 with the cursor on the cell containing the function, when opening the file, and when Top or Bottom are recalculated." +msgid "Returns an non-volatile integer random number between integers Bottom and Top (both inclusive). A non-volatile function is not recalculated at new input events or pressing F9. However, the function is recalculated when pressing F9 with the cursor on the cell containing the function, when opening the file, when using the Recalculate Hard command (Shift+CommandCtrl+F9) and when Top or Bottom are recalculated." msgstr "" #. AngvN @@ -15388,13 +15388,13 @@ msgctxt "" msgid "RAND.NV()" msgstr "" -#. QARNV +#. G5FWM #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id271590239748534\n" "help.text" -msgid "This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing F9, except when the cursor is on the cell containing the function. The function is recalculated when opening the file." +msgid "This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing F9, except when the cursor is on the cell containing the function or using the Recalculate Hard command (Shift+CommandCtrl+F9). The function is recalculated when opening the file." msgstr "" #. sCwno @@ -46852,49 +46852,31 @@ msgctxt "" msgid "In either mode, with formula cell(s) selected pressing F9 recalculates the currently selected cells and formula cells that depend on them. This can be useful after reading documents with recalculation disabled and individual cells need recalculation." msgstr "" -#. jVUni +#. g7GEo #: 06080000.xhp msgctxt "" "06080000.xhp\n" "par_id315475899\n" "help.text" -msgid "Press F9 to recalculate. Press Shift+CommandCtrl+F9 to recalculate all formulas in the document." +msgid "Press F9 to recalculate. Press Shift+CommandCtrl+F9 to recalculate all formulas in the document, including Add-In functions and non-volatile functions." msgstr "" -#. wosFk -#: 06080000.xhp -msgctxt "" -"06080000.xhp\n" -"par_id3150793\n" -"help.text" -msgid "Recalculation options are, Recalculation on File Load, with values:" -msgstr "" - -#. Cr8g8 -#: 06080000.xhp -msgctxt "" -"06080000.xhp\n" -"par_id3150795\n" -"help.text" -msgid "Always recalculate, Never recalculate (default option), Prompt user." -msgstr "" - -#. TCBFm +#. qyZ6P #: 06080000.xhp msgctxt "" "06080000.xhp\n" -"par_id315475855\n" +"par_id3150799\n" "help.text" -msgid "Press Shift+CommandCtrl+F9 to recalculate all formulas in the document, including Add-In functions. The hard recalculation correctly recalculates all formula cells." +msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed." msgstr "" -#. qyZ6P +#. a9keX #: 06080000.xhp msgctxt "" "06080000.xhp\n" -"par_id3150799\n" +"par_id641645233417894\n" "help.text" -msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed." +msgid "Recalculation options" msgstr "" #. CWRgk @@ -52666,13 +52648,22 @@ msgctxt "" msgid "Calculate" msgstr "" -#. CFB7A +#. 8YGcD #: calculate.xhp msgctxt "" "calculate.xhp\n" "par_id241584668179318\n" "help.text" -msgid "Commands to calculate formula cells." +msgid "Commands to calculate formula cells." +msgstr "" + +#. f2aRJ +#: calculate.xhp +msgctxt "" +"calculate.xhp\n" +"par_id251645222672072\n" +"help.text" +msgid "Choose Data - Calculate" msgstr "" #. 9AbDs @@ -54430,6 +54421,51 @@ msgctxt "" msgid "Switches Edit Points mode for an inserted freeform line on and off." msgstr "" +#. 363bk +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"tit\n" +"help.text" +msgid "Formula to values" +msgstr "" + +#. tthof +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"bm_id321645231251889\n" +"help.text" +msgid "convert;formula to valuesreplace formula with valuesrecalculate;formula to valuesformula to values;convertformula to values;recalculate" +msgstr "" + +#. u3A5z +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"hd_id701645222861113\n" +"help.text" +msgid "Formula to value" +msgstr "" + +#. CATpt +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"par_id501645222861116\n" +"help.text" +msgid "Replaces the formula cell with value calculated by the formula. The formula is lost." +msgstr "" + +#. AKrcm +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"par_id51645230882532\n" +"help.text" +msgid "Use this command to convert formula cells into data cells. The converted cells contents becomes static and will not be recalculated." +msgstr "" + #. ebLBc #: ful_func.xhp msgctxt "" @@ -67444,6 +67480,123 @@ msgctxt "" msgid "Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the %PRODUCTNAME Calc row limit." msgstr "" +#. AWPkL +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"tit\n" +"help.text" +msgid "Recalculate hard" +msgstr "" + +#. EB6vW +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"bm_id351645231629404\n" +"help.text" +msgid "calculate;recalculate hard formulas;recalculate hard calculate;force recalculation formulas;force recalculation non volatile functions;force recalculation cell contents;force recalculation" +msgstr "" + +#. WXR6C +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"hd_id611645217532285\n" +"help.text" +msgid "Recalculate Hard" +msgstr "" + +#. gCAFM +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"par_id631645217532291\n" +"help.text" +msgid "Recalculates all formulas in the document, including Add-In functions and non-volatile functions." +msgstr "" + +#. uDfgm +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"par_id361645227084327\n" +"help.text" +msgid "The Recalculate Hard command forces recalculation of all formula cells of the spreadsheet document, including explicit non-volatile functions, even if no new input event exist. Examples of explicit non-volatile functions are RAND.NV and RANDBETWEEN.NV." +msgstr "" + +#. t5LiZ +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"tit\n" +"help.text" +msgid "Sharing Spreadsheets" +msgstr "" + +#. nGSyy +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"bm_id671647274159909\n" +"help.text" +msgid "share spreadsheet spreadsheet;collaboration spreadsheet;share" +msgstr "" + +#. 3vzpA +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"hd_id461647272004705\n" +"help.text" +msgid "Share Spreadsheet" +msgstr "" + +#. KZGLG +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"par_id551647272004709\n" +"help.text" +msgid "Sharing a spreadsheet allows several users to open the same file for editing at the same time." +msgstr "" + +#. 9BuYS +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"par_id211647275285230\n" +"help.text" +msgid "The spreadsheet needs to be on a shared drive, server, website, or similar. Some conditions must be met on operating systems with user permission management:" +msgstr "" + +#. 7Cbn3 +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"par_id621647275321672\n" +"help.text" +msgid "The shared file needs to reside in a location which is accessible by all collaborators." +msgstr "" + +#. 6hGDF +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"par_id731647275360618\n" +"help.text" +msgid "The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files." +msgstr "" + +#. UhRSD +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"par_id631647275500217\n" +"help.text" +msgid "In order to correctly identify the changes, each collaborator should enter their name in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - User Data on the Menu bar." +msgstr "" + #. k7H5Y #: solver.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared.po b/source/lv/helpcontent2/source/text/shared.po index 0f6466a9c5e..1dbf0d3728b 100644 --- a/source/lv/helpcontent2/source/text/shared.po +++ b/source/lv/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-02-18 12:17+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -277,13 +277,22 @@ msgctxt "" msgid "Fontwork Gallery" msgstr "Teksta efektu galerija" -#. Zcwt5 +#. A6ecD +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id81646926301557\n" +"help.text" +msgid "Icon Fontwork Gallery" +msgstr "" + +#. zBxMN #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" "par_idN10571\n" "help.text" -msgid "Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object." +msgid "Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object." msgstr "" #. nG6ME @@ -295,6 +304,15 @@ msgctxt "" msgid "Fontwork Shape" msgstr "Teksta efektu forma" +#. PgQM4 +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id51646926964588\n" +"help.text" +msgid "Icon Fontwork Shape" +msgstr "" + #. CTe3i #: fontwork_toolbar.xhp msgctxt "" @@ -313,6 +331,15 @@ msgctxt "" msgid "Fontwork Same Letter Heights" msgstr "Fontwork tādi paši burtu augstumi" +#. gBD67 +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id501646927155677\n" +"help.text" +msgid "Icon Fontwork Same Letter Height" +msgstr "" + #. dyVEY #: fontwork_toolbar.xhp msgctxt "" @@ -331,6 +358,15 @@ msgctxt "" msgid "Fontwork Alignment" msgstr "Teksta efektu līdzinājums" +#. dPegd +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id211646927242197\n" +"help.text" +msgid "Icon Fontwork Alignment" +msgstr "" + #. FvBdo #: fontwork_toolbar.xhp msgctxt "" @@ -358,76 +394,67 @@ msgctxt "" msgid "Fontwork Character Spacing" msgstr "Teksta efektu rakstzīmju atstarpes" -#. WnmJf +#. uMC4D #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN105F7\n" +"par_id251646927506111\n" "help.text" -msgid "Opens the Fontwork Character Spacing window." +msgid "Icon Fontwork Character Spacing" msgstr "" -#. DBE3J +#. WLvKk #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1060E\n" +"par_id791646928579114\n" "help.text" -msgid "Click to apply the character spacing to the selected Fontwork objects." +msgid "Select the character spacing values to apply to the Fontwork object." msgstr "" -#. sNDsK -#: fontwork_toolbar.xhp -msgctxt "" -"fontwork_toolbar.xhp\n" -"par_idN1061D\n" -"help.text" -msgid "Custom" -msgstr "Pielāgots" - -#. MJAQ5 +#. xERFF #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" "par_idN10621\n" "help.text" -msgid "Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value." +msgid "Custom: Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value." msgstr "" -#. HhFZK +#. sgFfF #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN10638\n" +"par_idN1063C\n" "help.text" -msgid "Value" -msgstr "Vērtība" +msgid "Value: enter the Fontwork character spacing value." +msgstr "" -#. W2WE8 +#. 2aGeB #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1063C\n" +"hd_id981646929182163\n" "help.text" -msgid "Enter the Fontwork character spacing value." +msgid "Toggle Extrusion" msgstr "" -#. Si9bP +#. FcnBM #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1064B\n" +"par_id611646929193237\n" "help.text" -msgid "Kern Character Pairs" -msgstr "Savirzīt rakstzīmju pārus" +msgid "Icon Toggle Extrusion" +msgstr "" -#. MpdDc +#. Dems2 #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1064F\n" +"par_id191646929193241\n" "help.text" -msgid "Switches the kerning of character pairs on and off." +msgid "Switches the 3D effects on and off for the Fontwork objects." msgstr "" #. yEKhT @@ -1213,6 +1240,15 @@ msgctxt "" msgid "If an SQL statement is the basis for a form (see Form Properties - tab Data - Data Source), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode." msgstr "" +#. Ck3Di +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"hd_id3156448\n" +"help.text" +msgid "Find Record" +msgstr "" + #. daKA6 #: main0213.xhp msgctxt "" @@ -1240,14 +1276,14 @@ msgctxt "" msgid "First Record" msgstr "Pirmais ieraksts" -#. nDepA +#. 4VXqZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154013\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon First Record" +msgstr "" #. VCqM6 #: main0213.xhp @@ -1267,14 +1303,14 @@ msgctxt "" msgid "Previous Record" msgstr "Iepriekšējais ieraksts" -#. pAiKq +#. AgQb3 #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3145647\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Previous Record " +msgstr "" #. gitqo #: main0213.xhp @@ -1294,14 +1330,14 @@ msgctxt "" msgid "Next Record" msgstr "Nākamais ieraksts" -#. zrwqF +#. ShvmR #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3146913\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Next Record" +msgstr "" #. BJBj8 #: main0213.xhp @@ -1321,14 +1357,14 @@ msgctxt "" msgid "Last Record" msgstr "Pēdējais ieraksts" -#. 7Rc9Q +#. up7uJ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3155337\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Last Record" +msgstr "" #. 65BvC #: main0213.xhp @@ -1339,6 +1375,33 @@ msgctxt "" msgid "Takes you to the last record." msgstr "" +#. aKiBF +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"hd_id3149967\n" +"help.text" +msgid "New Record" +msgstr "Jauns ieraksts" + +#. D8UvX +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"par_id3149735\n" +"help.text" +msgid "Icon New Record" +msgstr "" + +#. e4GJo +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"par_id3148460\n" +"help.text" +msgid "Creates a new record." +msgstr "" + #. xhXB3 #: main0213.xhp msgctxt "" @@ -1348,14 +1411,14 @@ msgctxt "" msgid "Save Record" msgstr "Saglabāt ierakstu" -#. 8jt28 +#. aLCSc #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3150647\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. Dbdf5 #: main0213.xhp @@ -1375,14 +1438,14 @@ msgctxt "" msgid "Undo: Data entry" msgstr "Atsaukt: datu ievadu" -#. PUZuM +#. AbFTp #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3166423\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Undo Data Entry" +msgstr "" #. GAZ7t #: main0213.xhp @@ -1393,67 +1456,58 @@ msgctxt "" msgid "Allows you to undo a data entry." msgstr "" -#. aKiBF -#: main0213.xhp -msgctxt "" -"main0213.xhp\n" -"hd_id3149967\n" -"help.text" -msgid "New Record" -msgstr "Jauns ieraksts" - -#. 6m8Ym +#. BEGSZ #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3149735\n" +"hd_id3153659\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Delete Record" +msgstr "Dzēst ierakstu" -#. e4GJo +#. QiWg2 #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3148460\n" +"par_id3145584\n" "help.text" -msgid "Creates a new record." +msgid "Icon Delete Record" msgstr "" -#. BEGSZ +#. noMmE #: main0213.xhp msgctxt "" "main0213.xhp\n" -"hd_id3153659\n" +"par_id3148817\n" "help.text" -msgid "Delete Record" -msgstr "Dzēst ierakstu" +msgid "Deletes a record. A query needs to be confirmed before deleting." +msgstr "" -#. GBGFJ +#. oon6s #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3145584\n" +"hd_id161647003427601\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Refresh Control" +msgstr "" -#. noMmE +#. zuPjH #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3148817\n" +"par_id861647005853278\n" "help.text" -msgid "Deletes a record. A query needs to be confirmed before deleting." +msgid "Icon Refresh Control" msgstr "" -#. Ck3Di +#. 8RmLu #: main0213.xhp msgctxt "" "main0213.xhp\n" -"hd_id3156448\n" +"par_id811647005853278\n" "help.text" -msgid "Find Record" +msgid "Refresh current control" msgstr "" #. BUNUA @@ -1555,40 +1609,31 @@ msgctxt "" msgid "Add Field" msgstr "" -#. wRQBB -#: main0226.xhp -msgctxt "" -"main0226.xhp\n" -"hd_id3150669\n" -"help.text" -msgid "Group" -msgstr "" - -#. wGJxh +#. ibj9F #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3147335\n" +"hd_id3146815\n" "help.text" -msgid "Ungroup" +msgid "Automatic Control Focus" msgstr "" -#. xGUB3 +#. gg2Ag #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3156024\n" +"par_id3150261\n" "help.text" -msgid "Enter Group" +msgid "Icon" msgstr "" -#. 2C7BG +#. ZbBmL #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3149295\n" +"par_id3109848\n" "help.text" -msgid "Exit Group" +msgid "If Automatic Control Focus is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The Tab Order that you have specified determines which is the first form control." msgstr "" #. pE5xB diff --git a/source/lv/helpcontent2/source/text/shared/00.po b/source/lv/helpcontent2/source/text/shared/00.po index a7c3e5cd125..4c86a4ecad6 100644 --- a/source/lv/helpcontent2/source/text/shared/00.po +++ b/source/lv/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: 2022-02-04 12:33+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -9907,13 +9907,13 @@ msgctxt "" msgid "Sort Order icon on the Table Data bar and Form Design bar." msgstr "" -#. vXBgY +#. sDtNU #: 00000450.xhp msgctxt "" "00000450.xhp\n" "par_id3150393\n" "help.text" -msgid "Sort Order Icon" +msgid "Sort Order Icon" msgstr "" #. gPJGC @@ -14722,6 +14722,15 @@ msgctxt "" msgid "Choose Edit - Track Changes - Compare Document." msgstr "" +#. 6BEEG +#: edit_menu.xhp +msgctxt "" +"edit_menu.xhp\n" +"par_id561647263926698\n" +"help.text" +msgid "Choose Edit - Track Changes - Protect" +msgstr "" + #. DrLSp #: edit_menu.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared/01.po b/source/lv/helpcontent2/source/text/shared/01.po index 60b60b7376c..1c2bee99fb1 100644 --- a/source/lv/helpcontent2/source/text/shared/01.po +++ b/source/lv/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-02-18 12:38+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -12364,6 +12364,15 @@ msgctxt "" msgid "Tracks each change that is made in the current document by author and date." msgstr "" +#. FCvXm +#: 02230100.xhp +msgctxt "" +"02230100.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. FJDpx #: 02230100.xhp msgctxt "" @@ -12553,6 +12562,15 @@ msgctxt "" msgid "Prevents a user from deactivating the record changes feature, or from accepting or rejecting changes unless the user enters a password." msgstr "" +#. T47Qe +#: 02230150.xhp +msgctxt "" +"02230150.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. SuBoG #: 02230200.xhp msgctxt "" @@ -12589,6 +12607,15 @@ msgctxt "" msgid "Shows or hides recorded changes." msgstr "" +#. BkpRH +#: 02230200.xhp +msgctxt "" +"02230200.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. yi8Qe #: 02230200.xhp msgctxt "" @@ -12670,22 +12697,22 @@ msgctxt "" msgid "Comment" msgstr "Komentārs" -#. kACnW +#. gYF3A #: 02230300.xhp msgctxt "" "02230300.xhp\n" "hd_id3083278\n" "help.text" -msgid "Comment" -msgstr "Komentārs" +msgid "Insert Track Change Comment" +msgstr "" -#. PGH6N +#. 56iv7 #: 02230300.xhp msgctxt "" "02230300.xhp\n" "par_id3148983\n" "help.text" -msgid "Enter a comment for the recorded change." +msgid "Enter a comment for the recorded change. " msgstr "" #. C9xGD @@ -12715,14 +12742,14 @@ msgctxt "" msgid "Manage changes" msgstr "Pārvaldīt izmaiņas" -#. boG5C +#. PLMdJ #: 02230400.xhp msgctxt "" "02230400.xhp\n" "hd_id3145138\n" "help.text" -msgid "Manage changes" -msgstr "Pārvaldīt izmaiņas" +msgid "Manage changes" +msgstr "" #. frkxa #: 02230400.xhp @@ -12733,6 +12760,15 @@ msgctxt "" msgid "Accept or reject recorded changes." msgstr "" +#. Em4CR +#: 02230400.xhp +msgctxt "" +"02230400.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. y9E7m #: 02230401.xhp msgctxt "" @@ -13453,6 +13489,15 @@ msgctxt "" msgid "Imports changes made to copies of the same document into the original document. Changes made to footnotes, headers, frames and fields are ignored. Identical changes are merged automatically." msgstr "" +#. TDL3V +#: 02230500.xhp +msgctxt "" +"02230500.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. fogGd #: 02240000.xhp msgctxt "" @@ -13462,14 +13507,14 @@ msgctxt "" msgid "Compare Document" msgstr "Salīdzināt dokumentu" -#. GWDPD +#. gRCCF #: 02240000.xhp msgctxt "" "02240000.xhp\n" "hd_id3149877\n" "help.text" -msgid "Compare Document" -msgstr "Salīdzināt dokumentu" +msgid "Compare Document" +msgstr "" #. hoReE #: 02240000.xhp @@ -13480,6 +13525,15 @@ msgctxt "" msgid "Compares the current document with a document that you select. The contents of the selected document are marked as deletions in the dialog that opens. If you want, you can insert the contents of the selected file into the current document by selecting the relevant deleted entries, clicking Reject, and then clicking Insert." msgstr "" +#. JUG2v +#: 02240000.xhp +msgctxt "" +"02240000.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the Track Changes toolbar, click" +msgstr "" + #. RncNB #: 02240000.xhp msgctxt "" @@ -42712,24 +42766,6 @@ msgctxt "" msgid "Saves the current shortcut key configuration, so that you can load it later." msgstr "" -#. 8FyVA -#: 06140200.xhp -msgctxt "" -"06140200.xhp\n" -"hd_id3150824\n" -"help.text" -msgid "Reset" -msgstr "Atstatīt" - -#. TnfSW -#: 06140200.xhp -msgctxt "" -"06140200.xhp\n" -"par_id756248\n" -"help.text" -msgid "Resets modified values back to the default values." -msgstr "" - #. D33Wg #: 06140200.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared/02.po b/source/lv/helpcontent2/source/text/shared/02.po index 25bb50d4cc9..568da39ee68 100644 --- a/source/lv/helpcontent2/source/text/shared/02.po +++ b/source/lv/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2019-03-09 15:19+0000\n" "Last-Translator: Ingmārs Dīriņš \n" "Language-Team: LANGUAGE \n" @@ -682,13 +682,13 @@ msgctxt "" msgid "Icon on the Insert toolbar (you may need to enable this initially invisible icon):" msgstr "" -#. h7uSA +#. D33rn #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "Icon" +msgid "Icon Select" msgstr "" #. Dbydo @@ -817,13 +817,13 @@ msgctxt "" msgid "Select" msgstr "Izvēlēties" -#. RGwii +#. fgdPL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156106\n" "help.text" -msgid "Icon" +msgid "Icon Select" msgstr "" #. G4itx @@ -835,130 +835,148 @@ msgctxt "" msgid "This icon switches the mouse pointer to the select mode, or deactivates this mode. The select mode is used to select the controls of the current form." msgstr "" -#. bHC3y +#. PaHBt #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3146914\n" +"par_idN11B57\n" "help.text" -msgid "Check Box" -msgstr "Atzīmes rūtiņa" +msgid "Wizards On/Off" +msgstr "Vedņi ieslēgti/izslēgti" -#. xGAoN +#. fhDwK #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148483\n" +"par_idN11B65\n" "help.text" -msgid "Icon Check Box" +msgid "Icon Toggle Form Control Wizards" msgstr "" -#. fbJjh +#. ySzEv #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3153927\n" +"par_idN11B76\n" "help.text" -msgid "Creates a check box. Check boxes allow you to activate or deactivate a function in a form." +msgid "Turns on and turns off the automatic form controls wizards." msgstr "" -#. gpFGz +#. DAjtU #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153794\n" +"par_id6403088\n" "help.text" -msgid "Text Box" -msgstr "Teksta lodziņš" +msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls." +msgstr "" -#. jxTx3 +#. aoQcs #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3163665\n" +"par_idN10CF7\n" "help.text" -msgid "Icon Text Box" +msgid "Form Design" +msgstr "Formas izstrāde" + +#. JCSYg +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_id671646965582973\n" +"help.text" +msgid "Icon Form Design Tools" msgstr "" -#. p3BAw +#. vxxz2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3158444\n" +"par_idN10D0D\n" "help.text" -msgid "Creates a text box. Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input." +msgid "Opens the Form Design toolbar." msgstr "" -#. cEtdx +#. yDFji #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3151218\n" +"hd_id3145618\n" "help.text" -msgid "Formatted Field" -msgstr "Formāta lauks" +msgid "Label Field" +msgstr "Etiķetes lauks" -#. ehyrQ +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154836\n" +"par_id3145295\n" "help.text" -msgid "Icon Formatted Field" +msgid "Icon Label Field" msgstr "" -#. W4Jis +#. xAedG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3147547\n" +"par_id3148534\n" "help.text" -msgid "Creates a formatted field. A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply." +msgid "Creates a field for displaying text. These labels are only for displaying predefined text. Entries cannot be made in these fields." msgstr "" -#. aVSCN +#. gpFGz #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3155346\n" +"hd_id3153794\n" "help.text" -msgid "A formatted field has special control properties (choose Format - Control)." -msgstr "" +msgid "Text Box" +msgstr "Teksta lodziņš" -#. gcjjG +#. 4jdgA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3148774\n" +"par_id3163665\n" "help.text" -msgid "Push Button" -msgstr "Spiedpoga" +msgid "Icon Text Box" +msgstr "" -#. GsVDb +#. p3BAw #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145801\n" +"par_id3158444\n" "help.text" -msgid "Icon Push Button" +msgid "Creates a text box. Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input." msgstr "" -#. KTA7G +#. bHC3y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3147046\n" +"hd_id3146914\n" "help.text" -msgid "Creates a push button. This function can be used to execute a command for a defined event, such as a mouse click." +msgid "Check Box" +msgstr "Atzīmes rūtiņa" + +#. GypEC +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_id3148483\n" +"help.text" +msgid "Icon Check Box" msgstr "" -#. WB9wA +#. fbJjh #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154731\n" +"par_id3153927\n" "help.text" -msgid "You can apply text and graphics to these buttons." +msgid "Creates a check box. Check boxes allow you to activate or deactivate a function in a form." msgstr "" #. J2PmD @@ -970,13 +988,13 @@ msgctxt "" msgid "Option Button" msgstr "Opciju poga" -#. qpeu3 +#. DQofS #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "Icon Option Button" +msgid "Icon Option Button" msgstr "" #. DJdqY @@ -997,13 +1015,13 @@ msgctxt "" msgid "List Box" msgstr "Sarakstlodziņš" -#. NBqDr +#. xeMzN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "Icon List Box" +msgid "Icon List Box" msgstr "" #. Dbwav @@ -1024,13 +1042,13 @@ msgctxt "" msgid "Combo Box" msgstr "Kombinētais lodziņš" -#. 8M2uc +#. pdZ4w #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "Icon Combo Box" +msgid "Icon Combo Box" msgstr "" #. bUeTF @@ -1042,517 +1060,445 @@ msgctxt "" msgid "Creates a combo box. A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the \"read-only\" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the Combo Box Wizard will automatically appear after you insert the combo box in the document." msgstr "" -#. yDFji -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"hd_id3145618\n" -"help.text" -msgid "Label Field" -msgstr "Etiķetes lauks" - -#. z6KGA +#. gcjjG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145295\n" +"hd_id3148774\n" "help.text" -msgid "Icon Label Field" -msgstr "" +msgid "Push Button" +msgstr "Spiedpoga" -#. xAedG +#. EYKJx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148534\n" +"par_id3145801\n" "help.text" -msgid "Creates a field for displaying text. These labels are only for displaying predefined text. Entries cannot be made in these fields." +msgid "Icon Push Button" msgstr "" -#. aoQcs -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN10CF7\n" -"help.text" -msgid "Form Design" -msgstr "Formas izstrāde" - -#. vxxz2 +#. KTA7G #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN10D0D\n" +"par_id3147046\n" "help.text" -msgid "Opens the Form Design toolbar." +msgid "Creates a push button. This function can be used to execute a command for a defined event, such as a mouse click." msgstr "" -#. PaHBt -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN11B57\n" -"help.text" -msgid "Wizards On/Off" -msgstr "Vedņi ieslēgti/izslēgti" - -#. GY3P2 +#. WB9wA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B65\n" +"par_id3154731\n" "help.text" -msgid "Icon" +msgid "You can apply text and graphics to these buttons." msgstr "" -#. ySzEv +#. YzDya #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B76\n" +"hd_id3153316\n" "help.text" -msgid "Turns on and turns off the automatic form controls wizards." -msgstr "" +msgid "Image Button" +msgstr "Attēla poga" -#. DAjtU +#. SpSoG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id6403088\n" +"par_id3159622\n" "help.text" -msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls." +msgid "Icon image button" msgstr "" -#. DKSBw +#. B9Era #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3149436\n" +"par_id3148601\n" "help.text" -msgid "Context Menu Commands" +msgid "Creates a button displayed as an image. Aside from the graphic representation, an image button has the same properties as a \"normal\" button." msgstr "" -#. MoAVD +#. cEtdx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A56\n" +"hd_id3151218\n" "help.text" -msgid "Spin Button" -msgstr "Griešanas poga" +msgid "Formatted Field" +msgstr "Formāta lauks" -#. 2dBYJ +#. eFvnd #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A64\n" +"par_id3154836\n" "help.text" -msgid "Icon" +msgid "Icon Formatted Field" msgstr "" -#. rY5Pe +#. W4Jis #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A75\n" +"par_id3147547\n" "help.text" -msgid "Creates a spin button." +msgid "Creates a formatted field. A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply." msgstr "" -#. L6D5h +#. aVSCN #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id710776\n" +"par_id3155346\n" "help.text" -msgid "If you add a spin button to a Calc spreadsheet, you can use the Data tab page to create a two-way link between the spin button and a cell. As a result, when you change the contents of a cell, the contents of the spin button are updated. Conversely, if you change the value of the spin button, the contents of the cell are updated." +msgid "A formatted field has special control properties (choose Format - Control)." msgstr "" -#. dHgny +#. FDhXd #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ABC\n" +"hd_id3156040\n" "help.text" -msgid "Scrollbar" -msgstr "Ritjosla" +msgid "Date Field" +msgstr "Datuma lauks" -#. Mhj4A +#. g7AvH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ACA\n" +"par_id3149423\n" "help.text" -msgid "Icon" +msgid "Icon Date Field" msgstr "" -#. RNigC +#. sSv2y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ADB\n" +"par_id3151312\n" "help.text" -msgid "Creates a scrollbar." +msgid "Creates a date field. If the form is linked to a database, the date values can be adopted from the database." msgstr "" -#. C8usb +#. rAgZA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CA3\n" +"par_id3151302\n" "help.text" -msgid "You can specify the following properties for a scrollbar:" +msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field." msgstr "" -#. 5NXLp +#. kx8f2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CDA\n" +"par_id3154395\n" "help.text" -msgid "UI name" +msgid "Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys." msgstr "" -#. KiE2x +#. zBejA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CE0\n" +"par_id3153112\n" "help.text" -msgid "Semantics" +msgid "Specific Remarks on Date Fields." msgstr "" -#. PNDZB +#. Qw4Qa #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CE7\n" +"hd_id3154652\n" "help.text" -msgid "Scroll value min" -msgstr "Ritināšanas vērtība min." +msgid "Numerical Field" +msgstr "Skaitliskais lauks" -#. h7UcE +#. KFezM #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CED\n" +"par_id3149396\n" "help.text" -msgid "Specifies the minimum height or the minimum width of a scrollbar." +msgid "Icon Numerical Field" msgstr "" -#. 8R3PE -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN11CF4\n" -"help.text" -msgid "Scroll value max" -msgstr "Ritināšanas vērtība maks." - -#. BGGh8 +#. 3jPvp #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CFA\n" +"par_id3145601\n" "help.text" -msgid "Specifies the maximum height or the maximum width of a scrollbar." +msgid "Creates a numerical field. If the form is linked to a database, the numerical values in the form can be adopted from the database." msgstr "" -#. 44sBA +#. 7u2GY #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D01\n" +"hd_id3145147\n" "help.text" -msgid "Default scroll value" -msgstr "Ritināšanas noklusējuma vērtība" +msgid "Group Box" +msgstr "Grupas rāmis" -#. TFnZ8 +#. G7yzH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D07\n" +"par_id3159334\n" "help.text" -msgid "Specifies the default value of a scrollbar, used when the form is reset." +msgid "Icon Group Box" msgstr "" -#. bK7Vi -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN11D0E\n" -"help.text" -msgid "Orientation" -msgstr "Orientācija" - -#. xUPB2 +#. 3Suwy #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D14\n" +"par_id3154572\n" "help.text" -msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical." +msgid "Creates a frame to visually group several controls. Group boxes allow you to group option buttons in a frame." msgstr "" -#. fmsPT -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN11D1B\n" -"help.text" -msgid "Small change" -msgstr "Mazas izmaiņas" - -#. ZXezA +#. GXbwz #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D21\n" +"par_id3148394\n" "help.text" -msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow." +msgid "If you insert a group frame into the document, the Group Element Wizard starts, which allows you to easily create an option group." msgstr "" -#. CySRJ +#. YPpYV #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D28\n" +"par_id3150567\n" "help.text" -msgid "Large change" -msgstr "Lielas izmaiņas" +msgid "Note: When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose Arrange - Send to Back. Then select the control while pressing CommandCtrl." +msgstr "" -#. h3r9X +#. 6DEDD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D2E\n" +"par_id3145615\n" "help.text" -msgid "Specifies the amount that a large step scrolls a scrollbar, for example, when you click between the scrollbar thumb and a scrollbar arrow." +msgid "Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the Name properties of all option fields, enter the same name in order to group them." msgstr "" -#. 34PS4 +#. Aj5PP #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D35\n" +"hd_id3152369\n" "help.text" -msgid "Delay" -msgstr "Aizture" +msgid "Time Field" +msgstr "Laika lauks" -#. RAwEx +#. ebcMe #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D3B\n" +"par_id3153687\n" "help.text" -msgid "Specifies the delay in milliseconds between scrollbar trigger events. For example, the delay that occurs when you click an arrow button on the scrollbar and hold down the mouse button." +msgid "Icon Time Field" msgstr "" -#. 4cEzG -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_idN11D42\n" -"help.text" -msgid "Symbol color" -msgstr "Simbolu krāsa" - -#. wrXfx +#. 7apBh #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D48\n" +"par_id3155399\n" "help.text" -msgid "Specifies the color of the arrows on the scrollbar." +msgid "Creates a time field. If the form is linked to a database, the time values for the form can be adopted from the database." msgstr "" -#. nqHkR +#. keYu2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D4F\n" +"par_id3154764\n" "help.text" -msgid "Visible Size" -msgstr "Redzamais izmērs" +msgid "Time fields can be easily edited by the user with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the seconds are increased or decreased using the arrow keys." +msgstr "" -#. bGBpN +#. EGmCN #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D55\n" +"hd_id3153612\n" "help.text" -msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in a scrollbar thumb that occupies half of the scrollbar." -msgstr "" +msgid "Currency Field" +msgstr "Valūtas lauks" -#. kPyUP +#. Znjzh #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D58\n" +"par_id3145324\n" "help.text" -msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the Visible Size to zero." +msgid "Icon Currency Field" msgstr "" -#. E82RH +#. dc7AD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D63\n" +"par_id3145115\n" "help.text" -msgid "In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell." +msgid "Creates a currency field. If the form is linked to a database, the currency field contents for in the form can be adopted from the database." msgstr "" -#. YzDya +#. 2KYgF #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153316\n" +"hd_id3148825\n" "help.text" -msgid "Image Button" -msgstr "Attēla poga" +msgid "Pattern Field" +msgstr "Parauga lauks" -#. Dc2HC +#. 3CqxF #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3159622\n" +"par_id3149742\n" "help.text" -msgid "Icon image button" +msgid "Icon Pattern Field" msgstr "" -#. B9Era +#. 4SYQW #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148601\n" +"par_id3150122\n" "help.text" -msgid "Creates a button displayed as an image. Aside from the graphic representation, an image button has the same properties as a \"normal\" button." +msgid "Creates a pattern field. Pattern fields consist of an edit mask and a literal mask. The edit mask determines which data can be entered. The literal mask determines the contents of the pattern field when loading the form." msgstr "" -#. uB2m7 -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"hd_id3159171\n" -"help.text" -msgid "Image Control" -msgstr "Attēla vadīkla" - -#. ymnGP +#. NiY7c #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3155869\n" +"par_id3152947\n" "help.text" -msgid "Icon Image Control" +msgid "Please note that pattern fields are not exported into HTML format." msgstr "" -#. ZJDNH +#. JBDBc #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149596\n" +"hd_id3157996\n" "help.text" -msgid "Creates an image control. It can only be used to add images from a database. In the form document, double-click one of these controls to open the Insert Graphic dialog to insert the image. There is also a context menu (not in design mode) with commands for inserting and deleting the image." -msgstr "" +msgid "Table Control" +msgstr "Tabulas vadīkla" -#. FGrrA +#. bxMfG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150318\n" +"par_id3156402\n" "help.text" -msgid "Images from a database can be displayed in a form, and new images can be inserted in the database as long as the image control is not write-protected. The control must refer to a database field of the image type. Therefore, enter the data field into the properties window on the Data tab page." +msgid "Icon Table Control" msgstr "" -#. FDhXd +#. YNpAD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3156040\n" +"par_id3154579\n" "help.text" -msgid "Date Field" -msgstr "Datuma lauks" +msgid "Creates a table control to display a database table. If you create a new table control, the Table Element Wizard appears." +msgstr "" -#. faE9Y +#. n4JKM #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149423\n" +"par_id3154697\n" "help.text" -msgid "Icon" -msgstr "" +msgid "Special information about Table Controls." +msgstr "Speciāla informācija par tabulu vadīklām." -#. sSv2y +#. yJm6y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3151312\n" +"par_idN11B1E\n" "help.text" -msgid "Creates a date field. If the form is linked to a database, the date values can be adopted from the database." -msgstr "" +msgid "Navigation bar" +msgstr "Navigācijas josla" -#. rAgZA +#. vGBDH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3151302\n" +"par_idN11B2C\n" "help.text" -msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field." +msgid "Icon Navigation bar" msgstr "" -#. kx8f2 +#. dmjpG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154395\n" +"par_idN11B3D\n" "help.text" -msgid "Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys." +msgid "Creates a Navigation bar." msgstr "" -#. zBejA +#. VUmFZ #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3153112\n" +"par_idN11DB1\n" "help.text" -msgid "Specific Remarks on Date Fields." +msgid "The Navigation bar allows you to move through the records of a database or a database form. The controls on this Navigation bar work the same way as the controls on the default Navigation bar in $[officename]." msgstr "" -#. Aj5PP +#. uB2m7 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3152369\n" +"hd_id3159171\n" "help.text" -msgid "Time Field" -msgstr "Laika lauks" +msgid "Image Control" +msgstr "Attēla vadīkla" -#. T6act +#. TFQ2v #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3153687\n" +"par_id3155869\n" "help.text" -msgid "Icon" +msgid "Icon Image Control" msgstr "" -#. 7apBh +#. ZJDNH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3155399\n" +"par_id3149596\n" "help.text" -msgid "Creates a time field. If the form is linked to a database, the time values for the form can be adopted from the database." +msgid "Creates an image control. It can only be used to add images from a database. In the form document, double-click one of these controls to open the Insert Graphic dialog to insert the image. There is also a context menu (not in design mode) with commands for inserting and deleting the image." msgstr "" -#. keYu2 +#. FGrrA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154764\n" +"par_id3150318\n" "help.text" -msgid "Time fields can be easily edited by the user with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the seconds are increased or decreased using the arrow keys." +msgid "Images from a database can be displayed in a form, and new images can be inserted in the database as long as the image control is not write-protected. The control must refer to a database field of the image type. Therefore, enter the data field into the properties window on the Data tab page." msgstr "" #. 4iACX @@ -1564,13 +1510,13 @@ msgctxt "" msgid "File Selection" msgstr "Datnes izvēle" -#. oGq2E +#. VRYA8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150531\n" "help.text" -msgid "Icon File Selection" +msgid "Icon File Selection" msgstr "" #. 4CELT @@ -1582,247 +1528,283 @@ msgctxt "" msgid "Creates a button that enables file selection." msgstr "Izveido pogu, kura ieslēdz datnes atlasi." -#. Qw4Qa +#. MoAVD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3154652\n" +"par_idN11A56\n" "help.text" -msgid "Numerical Field" -msgstr "Skaitliskais lauks" +msgid "Spin Button" +msgstr "Griešanas poga" -#. c2Gra +#. CtQfD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149396\n" +"par_idN11A64\n" "help.text" -msgid "Icon" +msgid "Icon Spin Button" msgstr "" -#. 3jPvp +#. rY5Pe #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145601\n" +"par_idN11A75\n" "help.text" -msgid "Creates a numerical field. If the form is linked to a database, the numerical values in the form can be adopted from the database." +msgid "Creates a spin button." msgstr "" -#. EGmCN +#. L6D5h #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153612\n" +"par_id710776\n" "help.text" -msgid "Currency Field" -msgstr "Valūtas lauks" +msgid "If you add a spin button to a Calc spreadsheet, you can use the Data tab page to create a two-way link between the spin button and a cell. As a result, when you change the contents of a cell, the contents of the spin button are updated. Conversely, if you change the value of the spin button, the contents of the cell are updated." +msgstr "" -#. 6nQhR +#. dHgny #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145324\n" +"par_idN11ABC\n" "help.text" -msgid "Icon" -msgstr "" +msgid "Scrollbar" +msgstr "Ritjosla" -#. dc7AD +#. teRA6 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145115\n" +"par_idN11ACA\n" "help.text" -msgid "Creates a currency field. If the form is linked to a database, the currency field contents for in the form can be adopted from the database." +msgid "Icon Scrollbar" msgstr "" -#. 2KYgF +#. RNigC #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3148825\n" +"par_idN11ADB\n" "help.text" -msgid "Pattern Field" -msgstr "Parauga lauks" +msgid "Creates a scrollbar." +msgstr "" -#. zwZsE +#. C8usb #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149742\n" +"par_idN11CA3\n" "help.text" -msgid "Icon" +msgid "You can specify the following properties for a scrollbar:" msgstr "" -#. 4SYQW +#. 5NXLp #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150122\n" +"par_idN11CDA\n" "help.text" -msgid "Creates a pattern field. Pattern fields consist of an edit mask and a literal mask. The edit mask determines which data can be entered. The literal mask determines the contents of the pattern field when loading the form." +msgid "UI name" msgstr "" -#. NiY7c +#. KiE2x #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3152947\n" +"par_idN11CE0\n" "help.text" -msgid "Please note that pattern fields are not exported into HTML format." +msgid "Semantics" msgstr "" -#. 7u2GY +#. PNDZB #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3145147\n" +"par_idN11CE7\n" "help.text" -msgid "Group Box" -msgstr "Grupas rāmis" +msgid "Scroll value min" +msgstr "Ritināšanas vērtība min." -#. ZpKrz +#. h7UcE #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3159334\n" +"par_idN11CED\n" "help.text" -msgid "Icon Group Box" +msgid "Specifies the minimum height or the minimum width of a scrollbar." msgstr "" -#. 3Suwy +#. 8R3PE #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154572\n" +"par_idN11CF4\n" "help.text" -msgid "Creates a frame to visually group several controls. Group boxes allow you to group option buttons in a frame." -msgstr "" +msgid "Scroll value max" +msgstr "Ritināšanas vērtība maks." -#. GXbwz +#. BGGh8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148394\n" +"par_idN11CFA\n" "help.text" -msgid "If you insert a group frame into the document, the Group Element Wizard starts, which allows you to easily create an option group." +msgid "Specifies the maximum height or the maximum width of a scrollbar." msgstr "" -#. YPpYV +#. 44sBA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150567\n" +"par_idN11D01\n" "help.text" -msgid "Note: When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose Arrange - Send to Back. Then select the control while pressing CommandCtrl." -msgstr "" +msgid "Default scroll value" +msgstr "Ritināšanas noklusējuma vērtība" -#. 6DEDD +#. TFnZ8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145615\n" +"par_idN11D07\n" "help.text" -msgid "Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the Name properties of all option fields, enter the same name in order to group them." +msgid "Specifies the default value of a scrollbar, used when the form is reset." msgstr "" -#. JBDBc +#. bK7Vi #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3157996\n" +"par_idN11D0E\n" "help.text" -msgid "Table Control" -msgstr "Tabulas vadīkla" +msgid "Orientation" +msgstr "Orientācija" -#. sXNiD +#. xUPB2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3156402\n" +"par_idN11D14\n" "help.text" -msgid "Icon Table Control" +msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical." msgstr "" -#. YNpAD +#. fmsPT #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154579\n" +"par_idN11D1B\n" "help.text" -msgid "Creates a table control to display a database table. If you create a new table control, the Table Element Wizard appears." +msgid "Small change" +msgstr "Mazas izmaiņas" + +#. ZXezA +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11D21\n" +"help.text" +msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow." msgstr "" -#. n4JKM +#. CySRJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154697\n" +"par_idN11D28\n" "help.text" -msgid "Special information about Table Controls." -msgstr "Speciāla informācija par tabulu vadīklām." +msgid "Large change" +msgstr "Lielas izmaiņas" -#. yJm6y +#. h3r9X #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B1E\n" +"par_idN11D2E\n" "help.text" -msgid "Navigation bar" -msgstr "Navigācijas josla" +msgid "Specifies the amount that a large step scrolls a scrollbar, for example, when you click between the scrollbar thumb and a scrollbar arrow." +msgstr "" + +#. 34PS4 +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11D35\n" +"help.text" +msgid "Delay" +msgstr "Aizture" -#. z63Mz +#. RAwEx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B2C\n" +"par_idN11D3B\n" "help.text" -msgid "Icon Navigation bar" +msgid "Specifies the delay in milliseconds between scrollbar trigger events. For example, the delay that occurs when you click an arrow button on the scrollbar and hold down the mouse button." msgstr "" -#. dmjpG +#. 4cEzG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B3D\n" +"par_idN11D42\n" "help.text" -msgid "Creates a Navigation bar." +msgid "Symbol color" +msgstr "Simbolu krāsa" + +#. wrXfx +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11D48\n" +"help.text" +msgid "Specifies the color of the arrows on the scrollbar." msgstr "" -#. VUmFZ +#. nqHkR #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11DB1\n" +"par_idN11D4F\n" "help.text" -msgid "The Navigation bar allows you to move through the records of a database or a database form. The controls on this Navigation bar work the same way as the controls on the default Navigation bar in $[officename]." +msgid "Visible Size" +msgstr "Redzamais izmērs" + +#. bGBpN +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11D55\n" +"help.text" +msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in a scrollbar thumb that occupies half of the scrollbar." msgstr "" -#. R6tBB +#. kPyUP #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3146815\n" +"par_idN11D58\n" "help.text" -msgid "Automatic Control Focus" -msgstr "Automātisks vadīklas fokuss" +msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the Visible Size to zero." +msgstr "" -#. LWHkL +#. E82RH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150261\n" +"par_idN11D63\n" "help.text" -msgid "Icon" +msgid "In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell." msgstr "" -#. iDFFL +#. DKSBw #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3109848\n" +"hd_id3149436\n" "help.text" -msgid "If Automatic Control Focus is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The Tab Order that you have specified determines which is the first form control." +msgid "Context Menu Commands" msgstr "" #. EphvU @@ -9268,6 +9250,15 @@ msgctxt "" msgid "Add Field" msgstr "Pievienot lauku" +#. EJFFb +#: 01170400.xhp +msgctxt "" +"01170400.xhp\n" +"bm_id871647297744020\n" +"help.text" +msgid "database field;add to formforms;add database fielddatabase field;add to reportreport;add database field" +msgstr "" + #. AmADg #: 01170400.xhp msgctxt "" @@ -10483,14 +10474,14 @@ msgctxt "" msgid "Display Grid" msgstr "Rādīt režģi" -#. TqCDo +#. RQ8je #: 01171200.xhp msgctxt "" "01171200.xhp\n" "par_id3153750\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Display Grid" +msgstr "" #. UKBCB #: 01171200.xhp @@ -10528,14 +10519,14 @@ msgctxt "" msgid "Specifies whether to move frames, drawing elements, and controls only between grid points." msgstr "" -#. SGEDb +#. m7PAZ #: 01171300.xhp msgctxt "" "01171300.xhp\n" "par_id3156027\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Snap to Grid" +msgstr "" #. Fb5KQ #: 01171300.xhp @@ -10564,13 +10555,13 @@ msgctxt "" msgid "Helplines While Moving" msgstr "Palīglīnijas pārvietojot" -#. CLGAJ +#. KFSbC #: 01171400.xhp msgctxt "" "01171400.xhp\n" "par_id3149549\n" "help.text" -msgid "Icon" +msgid "Icon Helplines While Moving" msgstr "" #. AFaA2 @@ -14074,14 +14065,14 @@ msgctxt "" msgid "Filters the records, based on the content of the currently selected data field." msgstr "" -#. sbJDk +#. 74YJk #: 12030000.xhp msgctxt "" "12030000.xhp\n" "par_id3151234\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon AutoFilter" +msgstr "" #. qhCWv #: 12030000.xhp @@ -14200,14 +14191,14 @@ msgctxt "" msgid "Refreshes the displayed data. In a multi-user environment, refreshing the data ensures that it remains current." msgstr "" -#. sCdzm +#. FDdEV #: 12050000.xhp msgctxt "" "12050000.xhp\n" "par_id3147261\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Refresh" +msgstr "" #. fovgD #: 12050000.xhp @@ -16540,14 +16531,14 @@ msgctxt "" msgid "Unlike the normal search, which is activated by the Find Record icon on the Form bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions." msgstr "" -#. LnpgE +#. kDLDD #: 12110000.xhp msgctxt "" "12110000.xhp\n" "par_id3153394\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Form Filter" +msgstr "" #. 5NfGA #: 12110000.xhp @@ -16585,13 +16576,13 @@ msgctxt "" msgid "Switches between the filtered and unfiltered view of the table." msgstr "" -#. zstf3 +#. WUQE5 #: 12120000.xhp msgctxt "" "12120000.xhp\n" "par_id3149999\n" "help.text" -msgid "Icon" +msgid "Icon Form Filter" msgstr "" #. yEcEB @@ -16648,14 +16639,14 @@ msgctxt "" msgid "Activates an additional table view when in the form view. When the Data source as table function is activated, you see the table in an area above the form." msgstr "" -#. 3C96W +#. zFZbc #: 12130000.xhp msgctxt "" "12130000.xhp\n" "par_id3093440\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. u7TDW #: 12130000.xhp diff --git a/source/lv/helpcontent2/source/text/shared/04.po b/source/lv/helpcontent2/source/text/shared/04.po index 5ca4c026798..321b4b0b41b 100644 --- a/source/lv/helpcontent2/source/text/shared/04.po +++ b/source/lv/helpcontent2/source/text/shared/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-19 17:31+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-07-08 16:34+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -106,13 +106,13 @@ msgctxt "" msgid "You can enter arbitrary Unicode characters in the document typing the Unicode hexadecimal code point and then pressing Command+Option+XAlt+X (default). Type the Unicode hexadecimal notation and press Command+Option+XAlt+X to toggle between the Unicode character and its hexadecimal notation. Selection is not necessary but the conversion will apply to the selected characters. Toggling occurs on the characters prior to the cursor position when these characters form a valid Unicode hexadecimal point. Hexadecimal code points with value in the range U+0000 to U+0020 are not converted." msgstr "" -#. u4AsW +#. PwHVE #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_id1001591272531804\n" "help.text" -msgid "The default Unicode conversion shortcut is Command+Option+XAlt+X and Command+Option+CAlt+C in some locales where the default Unicode shortcut interferes with the main menu shortcut. To reassign the shortcut, choose Tools > Customize > Keyboard and select Category:Options with Function:Toggle Unicode Notation." +msgid "The default Unicode conversion shortcut is Command+Option+XAlt+X and Command+Option+CAlt+C in some locales where the default Unicode shortcut interferes with the main menu shortcut. To reassign the shortcut, choose Tools - Customize - Keyboard and select Category:Options with Function:Toggle Unicode Notation." msgstr "" #. cBDHp diff --git a/source/lv/helpcontent2/source/text/shared/guide.po b/source/lv/helpcontent2/source/text/shared/guide.po index 252519e4ade..d34cdd4223e 100644 --- a/source/lv/helpcontent2/source/text/shared/guide.po +++ b/source/lv/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-02-21 15:23+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -673,22 +673,31 @@ msgctxt "" msgid "spreadsheet; auto-redact presentations; auto-redact text documents; auto-redact contents automatic redaction" msgstr "" -#. dujqZ +#. ycDxe #: auto_redact.xhp msgctxt "" "auto_redact.xhp\n" "hd_id171562795247122\n" "help.text" -msgid "Automatic Redaction" +msgid "Auto-Redact" msgstr "" -#. 5TXro +#. wiGmP #: auto_redact.xhp msgctxt "" "auto_redact.xhp\n" "par_id4715627952214572\n" "help.text" -msgid "Use automatic redaction to define words and patterns that are automatically marked for redaction. This makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." +msgid "Use automatic redaction to define words and patterns that are automatically marked for redaction." +msgstr "" + +#. kCE9E +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id641647277510873\n" +"help.text" +msgid "Automatic redaction makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." msgstr "" #. erJBg @@ -8971,13 +8980,22 @@ msgctxt "" msgid "Development Tools" msgstr "" -#. p3pqz +#. khuRq #: dev_tools.xhp msgctxt "" "dev_tools.xhp\n" "par_id3155069\n" "help.text" -msgid "Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM)." +msgid "Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces." +msgstr "" + +#. DtSfG +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id791647281944610\n" +"help.text" +msgid "This feature also allows to explore the document structure using the Document Object Model (DOM)." msgstr "" #. st97j @@ -22552,22 +22570,31 @@ msgctxt "" msgid "spreadsheet; redacting contents presentations; redacting contents text documents; redacting contents redaction" msgstr "" -#. A7KDQ +#. vYCGW #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "Redacting Documents" +msgid "Redaction" msgstr "" -#. AFwWF +#. 4DfDB #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing. Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." +msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing." +msgstr "" + +#. sB25i +#: redaction.xhp +msgctxt "" +"redaction.xhp\n" +"par_id291647277725275\n" +"help.text" +msgid "Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." msgstr "" #. QdoMp diff --git a/source/lv/helpcontent2/source/text/shared/menu.po b/source/lv/helpcontent2/source/text/shared/menu.po index e173279920a..267864c6a6c 100644 --- a/source/lv/helpcontent2/source/text/shared/menu.po +++ b/source/lv/helpcontent2/source/text/shared/menu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE 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-11-08 19:34+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2016-05-24 18:47+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,6 +16,24 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1464115669.000000\n" +#. rxCQJ +#: forms.xhp +msgctxt "" +"forms.xhp\n" +"tit\n" +"help.text" +msgid "Forms submenu" +msgstr "" + +#. EHLP3 +#: forms.xhp +msgctxt "" +"forms.xhp\n" +"hd_id491647289210348\n" +"help.text" +msgid "Forms Submenu" +msgstr "" + #. EEMss #: insert_chart.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared/optionen.po b/source/lv/helpcontent2/source/text/shared/optionen.po index 1d12e9e4952..2a4c03b397a 100644 --- a/source/lv/helpcontent2/source/text/shared/optionen.po +++ b/source/lv/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: 2022-01-31 18:19+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -15667,6 +15667,24 @@ msgctxt "" msgid "Calc A1 | Excel A1" msgstr "" +#. oJiom +#: detailedcalculation.xhp +msgctxt "" +"detailedcalculation.xhp\n" +"hd_id71645215179431\n" +"help.text" +msgid "Apply those settings to current document only" +msgstr "" + +#. AKoD6 +#: detailedcalculation.xhp +msgctxt "" +"detailedcalculation.xhp\n" +"par_id111645215251396\n" +"help.text" +msgid "Mark this checkbox to apply the settings to the document only." +msgstr "" + #. YBuej #: detailedcalculation.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/swriter.po b/source/lv/helpcontent2/source/text/swriter.po index 867583d9c9c..0c1e04765bd 100644 --- a/source/lv/helpcontent2/source/text/swriter.po +++ b/source/lv/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: 2022-01-31 18:20+0100\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" "PO-Revision-Date: 2018-10-21 20:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1726,13 +1726,13 @@ msgctxt "" msgid "Form" msgstr "" -#. LQF4M +#. FK2va #: main0120.xhp msgctxt "" "main0120.xhp\n" "par_id991529755027118\n" "help.text" -msgid "Contains commands for activate form design mode, open control wizards and insert form controls in your text document." +msgid "Contains commands for activate form design mode, open control wizards and insert form controls in your document." msgstr "" #. AdXBE @@ -2895,3 +2895,399 @@ msgctxt "" "help.text" msgid "You can use the Help system as a complete reference for $[officename] applications, including instructions for simple and complex tasks." msgstr "" + +#. DNbRR +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Track Changes Toolbar" +msgstr "" + +#. a8US4 +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id671647012520594\n" +"help.text" +msgid "Track Changes Toolbar" +msgstr "" + +#. 4XWe5 +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id471647012520596\n" +"help.text" +msgid "Contains the commands that are available for tracking changes in your file." +msgstr "" + +#. iUjGN +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id261647012734234\n" +"help.text" +msgid "Choose View - Toolbars - Track Changes." +msgstr "" + +#. T8AaM +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id221647013245370\n" +"help.text" +msgid "Icon Show track changes" +msgstr "" + +#. eBTMj +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id31647013245373\n" +"help.text" +msgid "Show track changes" +msgstr "" + +#. FSoq4 +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id791647013362400\n" +"help.text" +msgid "Icon Record Changes" +msgstr "" + +#. BxM8k +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id781647013362404\n" +"help.text" +msgid "Record Changes" +msgstr "" + +#. R7EFt +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id731647013552967\n" +"help.text" +msgid "Previous Track Change" +msgstr "" + +#. nxbjC +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id901647013566069\n" +"help.text" +msgid "Icon Previous track change" +msgstr "" + +#. poJng +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id391647013566073\n" +"help.text" +msgid "Previous track change" +msgstr "" + +#. v76PF +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id551647013674361\n" +"help.text" +msgid "Next Track Change" +msgstr "" + +#. NyWdo +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id231647013679440\n" +"help.text" +msgid "Icon Next track change" +msgstr "" + +#. XE2LH +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id531647013679443\n" +"help.text" +msgid "Next track change" +msgstr "" + +#. cniUB +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id421647013795427\n" +"help.text" +msgid "Accept Track Change" +msgstr "" + +#. UgReW +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id1001647013785665\n" +"help.text" +msgid "Icon Accept Track Change" +msgstr "" + +#. qe8kW +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id971647013785668\n" +"help.text" +msgid "Accept Track Change" +msgstr "" + +#. 37qtQ +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id871647013918576\n" +"help.text" +msgid "Reject Track Change" +msgstr "" + +#. Dw5dd +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id981647013912301\n" +"help.text" +msgid "Icon Reject Track Change" +msgstr "" + +#. D68WB +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id21647013912304\n" +"help.text" +msgid "Reject Track Change" +msgstr "" + +#. DZWAf +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id991647014048136\n" +"help.text" +msgid "Accept All Tracked Changes" +msgstr "" + +#. 6FjwL +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id161647014053976\n" +"help.text" +msgid "Icon Accept All Tracked Changes" +msgstr "" + +#. B8Sna +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id701647014053979\n" +"help.text" +msgid "Accept All Tracked Changes" +msgstr "" + +#. CxSzX +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id341647014115494\n" +"help.text" +msgid "Reject All Tracked Changes" +msgstr "" + +#. Nh45F +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id891647014121791\n" +"help.text" +msgid "Icon Reject All Tracked Changes" +msgstr "" + +#. YAGs7 +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id451647014121795\n" +"help.text" +msgid "Reject All Tracked Changes" +msgstr "" + +#. aEELF +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id901647014258055\n" +"help.text" +msgid "Accept Track Change and select next one" +msgstr "" + +#. vCCQp +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id511647014293796\n" +"help.text" +msgid "Icon Accept Track Change and select next one" +msgstr "" + +#. 2E2qH +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id851647014293800\n" +"help.text" +msgid "Accept Track Change and select next one" +msgstr "" + +#. o2wCB +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"hd_id451647014408416\n" +"help.text" +msgid "Reject Track Change and select next one" +msgstr "" + +#. LGqTK +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id971647014413668\n" +"help.text" +msgid "Icon Reject Track Change and select next one" +msgstr "" + +#. h9smy +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id361647014413671\n" +"help.text" +msgid "Reject Track Change and select next one" +msgstr "" + +#. s3jxf +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id721647014498850\n" +"help.text" +msgid "Icon Manage Track Changes" +msgstr "" + +#. nyhMH +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id641647014498854\n" +"help.text" +msgid "Manage Track Changes" +msgstr "" + +#. WAoEE +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id111647018300377\n" +"help.text" +msgid "Icon Insert Comment" +msgstr "" + +#. JRJZp +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id851647018300382\n" +"help.text" +msgid "Insert Comment" +msgstr "" + +#. KxwHJ +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id411647015103299\n" +"help.text" +msgid "Icon Insert Track Change Comment" +msgstr "" + +#. w43CP +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id611647015103302\n" +"help.text" +msgid "Insert Track Change Comment" +msgstr "" + +#. vHtJD +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id481647015406606\n" +"help.text" +msgid "Icon Protect Changes" +msgstr "" + +#. GrZBC +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id901647015406609\n" +"help.text" +msgid "Protect Changes" +msgstr "" + +#. n4z84 +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id611647015829636\n" +"help.text" +msgid "Icon Compare Document" +msgstr "" + +#. RxYUx +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id441647015829640\n" +"help.text" +msgid "Compare Document" +msgstr "" + +#. RMv9v +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id331647019044607\n" +"help.text" +msgid "Icon Merge Document" +msgstr "" + +#. GPhfh +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id201647019044612\n" +"help.text" +msgid "Merge Document" +msgstr "" diff --git a/source/lv/helpcontent2/source/text/swriter/01.po b/source/lv/helpcontent2/source/text/swriter/01.po index 2f0b37757fe..af888a46cfc 100644 --- a/source/lv/helpcontent2/source/text/swriter/01.po +++ b/source/lv/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-31 18:20+0100\n" +"POT-Creation-Date: 2022-04-04 11:41+0200\n" "PO-Revision-Date: 2018-10-21 20:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -4516,13 +4516,229 @@ msgctxt "" msgid "Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph." msgstr "" -#. K54uB +#. dG28G +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id3149806\n" +"help.text" +msgid "The restart location specifies where the next line will start after a line break." +msgstr "" + +#. dAvpm +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id781648827677698\n" +"help.text" +msgid "Possible values are below." +msgstr "" + +#. 2VByF +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id251648822718602\n" +"help.text" +msgid "Original text layout" +msgstr "" + +#. Y2mYP +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id341648819712404\n" +"help.text" +msgid "Original text layout" +msgstr "" + +#. GhVWf +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id191648813862661\n" +"help.text" +msgid "Value" +msgstr "" + +#. dmg79 +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id251648813862662\n" +"help.text" +msgid "Formatting Mark" +msgstr "" + +#. fjDym +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id61648813862663\n" +"help.text" +msgid "Meaning" +msgstr "" + +#. GgweD +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id141648813862664\n" +"help.text" +msgid "[None]" +msgstr "" + +#. MhD6q +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id71648813862665\n" +"help.text" +msgid "Line break none" +msgstr "" + +#. C3oyH +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id811648813862667\n" +"help.text" +msgid "Continue right after the current line." +msgstr "" + +#. r9gv5 +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id346648819712404\n" +"help.text" +msgid "Sample line break none (default)" +msgstr "" + +#. gmKv3 +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id991648813999363\n" +"help.text" +msgid "Next Full Line" +msgstr "" + +#. 5jXBF +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id401648813999364\n" +"help.text" +msgid "Line break full" +msgstr "" + +#. yP6GD +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id871648813999365\n" +"help.text" +msgid "Continue at the next full line, that is below all of the anchored objects intersecting with the current line." +msgstr "" + +#. szejD +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id341641819712404\n" +"help.text" +msgid "Sample line break full" +msgstr "" + +#. M4cmF +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id161648814025099\n" +"help.text" +msgid "Left" +msgstr "" + +#. pD6fu +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id731748814025100\n" +"help.text" +msgid "Line break left" +msgstr "" + +#. jrVKp +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id791648814025101\n" +"help.text" +msgid "Continue at the next line which is unblocked on the left hand side." +msgstr "" + +#. ZBxDu +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id351648819712404\n" +"help.text" +msgid "Original text layout" +msgstr "" + +#. hRhpk +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id271648814369416\n" +"help.text" +msgid "Right" +msgstr "" + +#. 2BFuP +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id801648814369418\n" +"help.text" +msgid "Line break right" +msgstr "" + +#. RE7s8 +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id671648814369419\n" +"help.text" +msgid "Continue at the next line which is unblocked on the right hand side." +msgstr "" + +#. Jd3mG +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id341648819715404\n" +"help.text" +msgid "Original text layout" +msgstr "" + +#. HjTa9 +#: 04010000.xhp +msgctxt "" +"04010000.xhp\n" +"par_id961648814424612\n" +"help.text" +msgid "The default value for the line break is none." +msgstr "" + +#. L77Xt #: 04010000.xhp msgctxt "" "04010000.xhp\n" "par_id3149685\n" "help.text" -msgid "You can also insert a line break by pressing Shift+Enter." +msgid "You can also insert a default line break by pressing Shift+Enter." msgstr "" #. CZccf diff --git a/source/lv/helpcontent2/source/text/swriter/guide.po b/source/lv/helpcontent2/source/text/swriter/guide.po index 30158b50f8d..90421c98189 100644 --- a/source/lv/helpcontent2/source/text/swriter/guide.po +++ b/source/lv/helpcontent2/source/text/swriter/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:20+0100\n" +"POT-Creation-Date: 2022-03-21 12:32+0100\n" "PO-Revision-Date: 2019-07-21 20:38+0000\n" "Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" @@ -709,22 +709,22 @@ msgctxt "" msgid "spellcheck;Automatic Spell Checking on/off automatic spellcheck checking spelling;while typing words;disabling spellcheck" msgstr "" -#. NED6R +#. D3Z5v #: auto_spellcheck.xhp msgctxt "" "auto_spellcheck.xhp\n" "hd_id3154265\n" "help.text" -msgid "Automatically Check Spelling" +msgid "Automatic Check Spelling" msgstr "" -#. S35vF +#. 2zePN #: auto_spellcheck.xhp msgctxt "" "auto_spellcheck.xhp\n" "par_id3154664\n" "help.text" -msgid "You can have $[officename] automatically check spelling while you type and underline possible misspelt words with a red wavy line." +msgid "%PRODUCTNAME can automatically check spelling while you type and underline possible misspelled words with a red wavy line." msgstr "" #. tUdEw @@ -15397,13 +15397,13 @@ msgctxt "" msgid "To Enable and Disable Smart Tags" msgstr "" -#. oLnFX +#. dFEPA #: smarttags.xhp msgctxt "" "smarttags.xhp\n" "par_id349131\n" "help.text" -msgid "When you have installed at least one Smart Tags extension, you see the Smart Tags page in Tools - Autocorrect Options. Use this dialog to enable or disable Smart Tags and to manage the installed tags." +msgid "When you have installed at least one Smart Tags extension, you see the Smart Tags page in Tools - AutoCorrect - AutoCorrect Options. Use this dialog to enable or disable Smart Tags and to manage the installed tags." msgstr "" #. CPCjL @@ -19096,13 +19096,13 @@ msgctxt "" msgid "Thesaurus" msgstr "" -#. PSuH5 +#. FdDJr #: using_thesaurus.xhp msgctxt "" "using_thesaurus.xhp\n" "par_id3149820\n" "help.text" -msgid "You can use the thesaurus to look up synonyms or related terms." +msgid "Use the thesaurus to look up synonyms or related terms." msgstr "" #. ynxEV -- cgit