diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-04-04 12:35:06 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-04-04 12:37:31 +0200 |
commit | 4f65f25bc54fc4078363522caa2623c5de387c6f (patch) | |
tree | d5a8e08460e4e77307b78f5923cd3e9cc94f952d /source/nb/helpcontent2 | |
parent | 149fb7cb5fbb3f555c66b2c93d057776f63e9ce3 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: Iaad2f8d129208996bc1fef023045616b51aeff05
Diffstat (limited to 'source/nb/helpcontent2')
17 files changed, 2080 insertions, 1002 deletions
diff --git a/source/nb/helpcontent2/source/text/sbasic/shared.po b/source/nb/helpcontent2/source/text/sbasic/shared.po index 23fb429ec63..aa90f3b7812 100644 --- a/source/nb/helpcontent2/source/text/sbasic/shared.po +++ b/source/nb/helpcontent2/source/text/sbasic/shared.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-21 15:22+0100\n" -"PO-Revision-Date: 2022-02-18 11:44+0000\n" +"POT-Creation-Date: 2022-04-01 00:19+0200\n" +"PO-Revision-Date: 2022-03-06 15:39+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/nb_NO/>\n" "Language: nb\n" @@ -2228,7 +2228,7 @@ msgctxt "" "par_idm1341205936\n" "help.text" msgid "Dim c As Boolean 'Declares c as a Boolean variable that can be TRUE or FALSE'" -msgstr "" +msgstr "Dim c As Boolean 'Erklærer c som en boolsk variabel som kan være SANN eller USANN'" #. PWdLi #: 01020100.xhp @@ -2246,7 +2246,7 @@ msgctxt "" "par_id421619551219763\n" "help.text" msgid "When you declare multiple variables in a single line of code you need to specify the type of each variable. If the type of a variable is not explicitly specified, then Basic will assume that the variable is of the <emph>Variant</emph> type." -msgstr "" +msgstr "Når du erklærer flere variabler i en enkelt kodelinje, må du spesifisere typen for hver variabel. Hvis typen til en variabel ikke er eksplisitt spesifisert, vil Basic anta at variabelen er av typen <emph>Variant</emph>." #. FzKND #: 01020100.xhp @@ -2255,7 +2255,7 @@ msgctxt "" "bas_id321619555442706\n" "help.text" msgid "' Both variables \"a\" and \"b\" are of the Integer type" -msgstr "" +msgstr "' Begge variablene \"a\" og \"b\" er av typen heltall" #. NCE7F #: 01020100.xhp @@ -2264,7 +2264,7 @@ msgctxt "" "bas_id451619555463988\n" "help.text" msgid "' Variable \"c\" is a Variant and \"d\" is an Integer" -msgstr "" +msgstr "' Variabel \"c\" er en variant og \"d\" er et heltall" #. fsaNa #: 01020100.xhp @@ -2273,7 +2273,7 @@ msgctxt "" "bas_id161619555482237\n" "help.text" msgid "' A variable can also be explicitly declared as a Variant" -msgstr "" +msgstr "' En variabel kan også eksplisitt deklareres som en variant" #. uQD9L #: 01020100.xhp @@ -2282,7 +2282,7 @@ msgctxt "" "par_id521619551687371\n" "help.text" msgid "The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\" name=\"Variant Type\">The Variant type</link> below." -msgstr "" +msgstr "<emph>Variant</emph>-typen er en spesiell datatype som kan lagre alle slags verdier. For å lære mer, se delen <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\" name=\"Variant Type\">Varianttypen</link> nedenfor." #. RENXG #: 01020100.xhp @@ -2453,7 +2453,7 @@ msgctxt "" "par_id3153070\n" "help.text" msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." -msgstr "" +msgstr "Enkeltvariabler kan ha positive eller negative verdier fra 3,402823 x 10E38 til 1,401298 x 10E-45. Enkeltvariabler er flyttallvariabler, der desimalpresisjonen avtar når den ikke-desimale delen av tallet øker. Enkeltvariabler egner seg for matematiske beregninger av gjennomsnittlig presisjon. Beregninger krever mer tid enn for heltallsvariabler, men er raskere enn beregninger med doble variabler. En enkelt variabel krever 4 byte minne. Typedeklarasjonstegnet er \"!\"." #. X2BBe #: 01020100.xhp @@ -2471,7 +2471,7 @@ msgctxt "" "par_id3150953\n" "help.text" msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." -msgstr "" +msgstr "Doble variabler kan ta positive eller negative verdier fra 1,79769313486232 x 10E308 til 4,94065645841247 x 10E-324. Doble variabler er flyttallsvariabler, der desimalpresisjonen avtar når den ikke-desimale delen av tallet øker. Doble variabler er egnet for nøyaktige beregninger. Beregninger krever mer tid enn for enkeltvariabler. En dobbel variabel krever 8 byte minne. Typedeklarasjonstegnet er \"#\"." #. KYBFy #: 01020100.xhp @@ -2480,7 +2480,7 @@ msgctxt "" "par_idm1341130144\n" "help.text" msgid "Dim Variable#" -msgstr "" +msgstr "Dim Variabel#" #. vFZcZ #: 01020100.xhp @@ -2502,7 +2502,6 @@ msgstr "Valutavariabler lagres internt som 64-biters tall (8 byte) og vises som #. rs7qz #: 01020100.xhp -#, fuzzy msgctxt "" "01020100.xhp\n" "hd_id301576839713868\n" @@ -2512,13 +2511,12 @@ msgstr "Direkteverdi for heltall" #. PTiRZ #: 01020100.xhp -#, fuzzy msgctxt "" "01020100.xhp\n" "par_id1001576839723156\n" "help.text" msgid "Numbers can be encoded using octal and hexadecimal forms." -msgstr "Tall kan kodes i åttetallsformat, og som heksadesimaler." +msgstr "Tall kan kodes som oktal, og som heksadesimaler." #. nGGUD #: 01020100.xhp @@ -2536,7 +2534,7 @@ msgctxt "" "par_id3151393\n" "help.text" msgid "String variables can hold character strings with up to 2,147,483,648 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 2 Gbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"." -msgstr "" +msgstr "Strengvariabler kan inneholde tegnstrenger med opptil 2 147 483 648 tegn. Hvert tegn lagres som den tilsvarende Unicode-verdien. Strengvariabler er egnet for tekstbehandling i programmer og for midlertidig lagring av alle tegn som ikke kan skrives ut, opptil en maksimal lengde på 2 Gbyte. Minnet som kreves for å lagre strengvariabler avhenger av antall tegn i variabelen. Typedeklarasjonstegnet er \"$\"." #. RBcLt #: 01020100.xhp @@ -2797,7 +2795,7 @@ msgctxt "" "par_idm1341065280\n" "help.text" msgid "Dim Text$(20) '21 elements numbered from 0 to 20'" -msgstr "" +msgstr "Dim Tekst$(20) '21 elementer nummerert fra 0 til 20'" #. Tpkw3 #: 01020100.xhp @@ -2806,7 +2804,7 @@ msgctxt "" "par_idm1341059776\n" "help.text" msgid "Dim Text$(5,4) '30 elements (a matrix of 6 x 5 elements)'" -msgstr "" +msgstr "Dim Tekst$(5,4) '30 elementer (en matrise på 6 x 5 elementer)'" #. qZxBE #: 01020100.xhp @@ -2815,7 +2813,7 @@ msgctxt "" "par_idm1341054256\n" "help.text" msgid "Dim Text$(5 To 25) '21 elements numbered from 5 to 25'" -msgstr "" +msgstr "Dim tekst$(5 til 25) '21 elementer nummerert fra 5 til 25'" #. NfXEB #: 01020100.xhp @@ -2824,7 +2822,7 @@ msgctxt "" "par_idm1341048752\n" "help.text" msgid "Dim Text$(-15 To 5) '21 elements (including 0), numbered from -15 to 5'" -msgstr "" +msgstr "Dim tekst$(-15 til 5) '21 elementer (inkludert 0), nummerert fra -15 til 5'" #. 6iBW4 #: 01020100.xhp @@ -2914,7 +2912,7 @@ msgctxt "" "tit\n" "help.text" msgid "Using Procedures, Functions or Properties" -msgstr "" +msgstr "Bruke prosedyrer, funksjoner eller egenskaper" #. 6jwBY #: 01020300.xhp @@ -2925,13 +2923,13 @@ msgctxt "" msgid "<bookmark_value>procedures</bookmark_value> <bookmark_value>functions;using</bookmark_value> <bookmark_value>variables;passing to procedures, functions, properties</bookmark_value> <bookmark_value>parameters;for procedures, functions or properties</bookmark_value> <bookmark_value>parameters;passing by reference or value</bookmark_value> <bookmark_value>variables;scope</bookmark_value> <bookmark_value>scope of variables</bookmark_value> <bookmark_value>GLOBAL variables</bookmark_value> <bookmark_value>PUBLIC variables</bookmark_value> <bookmark_value>PRIVATE variables</bookmark_value> <bookmark_value>functions;return value type</bookmark_value> <bookmark_value>return value type of functions</bookmark_value>" msgstr "" -#. AYcBA +#. RY6Z4 #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3149456\n" "help.text" -msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures, Functions and Properties</link>" +msgid "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures, Functions and Properties</link></variable>" msgstr "" #. DSyYW @@ -19116,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 "<bookmark_value>Operators;Integer division (\\)</bookmark_value> <bookmark_value>\"\\\\\" operator (mathematical)</bookmark_value>" +msgid "<bookmark_value>Operators;Integer division (\\\\)</bookmark_value> <bookmark_value>\"\\\\\" operator (mathematical)</bookmark_value>" msgstr "" #. KDgG2 @@ -23058,13 +23056,13 @@ msgctxt "" msgid "<bookmark_value>Call statement</bookmark_value>" msgstr "<bookmark_value>Kall-uttrykk</bookmark_value>" -#. LmAwf +#. HW8av #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3154422\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link>" +msgid "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link></variable>" msgstr "" #. nPKzF @@ -23076,15 +23074,6 @@ msgctxt "" msgid "Transfers the control of the program to a subroutine, a function, or a procedure of a <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Dynamic Link Library\">Dynamic Link Library (DLL)</link>. 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 "" - #. CXLBw #: 03090401.xhp msgctxt "" @@ -23103,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 "" - #. C2MXB #: 03090401.xhp msgctxt "" @@ -23157,15 +23137,6 @@ msgctxt "" msgid "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement\">Declare statement</link> is compulsory prior to call a DLL." msgstr "" -#. QZZ8c -#: 03090401.xhp -msgctxt "" -"03090401.xhp\n" -"hd_id3125865\n" -"help.text" -msgid "Example:" -msgstr "Eksempel:" - #. eyeVE #: 03090402.xhp msgctxt "" @@ -23733,31 +23704,40 @@ msgctxt "" msgid "<bookmark_value>Function statement</bookmark_value>" msgstr "<bookmark_value>Funksjon-uttrykk</bookmark_value>" -#. 4m9Rw +#. 4AZJf #: 03090406.xhp msgctxt "" "03090406.xhp\n" "hd_id3153346\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Function Statement</link>" +msgid "<variable id=\"Function_h1\"><link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Function Statement</link></variable>" 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 "<literal>Sub</literal>, <literal>Function</literal> or <literal>Property</literal> 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 @@ -23859,6 +23839,15 @@ msgctxt "" msgid "Exit For ' sItem found" msgstr "" +#. FTf7A +#: 03090406.xhp +msgctxt "" +"03090406.xhp\n" +"par_id181647247913872\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>" +msgstr "" + #. yZEAJ #: 03090407.xhp msgctxt "" @@ -24057,6 +24046,15 @@ msgctxt "" msgid "<emph>arguments:</emph> Optional parameters that you want to pass to the subroutine." msgstr "" +#. gPQ9W +#: 03090409.xhp +msgctxt "" +"03090409.xhp\n" +"par_id181647247913872\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>" +msgstr "" + #. CCDzt #: 03090410.xhp msgctxt "" @@ -34371,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 <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>TypeConverter</literal> service is used." +msgid "If <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>com.sun.star.script.Converter</literal> service is used." msgstr "" #. bT3DS @@ -37251,13 +37249,13 @@ msgctxt "" msgid "CallByName Function" msgstr "" -#. tbCrP +#. 3957Y #: CallByName.xhp msgctxt "" "CallByName.xhp\n" "hd_id3150669\n" "help.text" -msgid "<link href=\"text/sbasic/shared/CallByName.xhp\">CallByName Function</link>" +msgid "<variable id=\"CallByName_h1\"><link href=\"text/sbasic/shared/CallByName.xhp\">CallByName Function</link></variable>" msgstr "" #. 7EWyG @@ -37269,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 "<bookmark_value>CallByName function</bookmark_value>" +msgid "<bookmark_value>CallByName function</bookmark_value> <bookmark_value>API;OfficeFilePicker</bookmark_value>" msgstr "" #. kJE7K @@ -37413,13 +37411,13 @@ msgctxt "" msgid "<literal>ScriptForge.Platform.Architecture</literal> information is retrieved." msgstr "" -#. WR7MJ +#. rvtXD #: CallByName.xhp msgctxt "" "CallByName.xhp\n" "par_id651644588404943\n" "help.text" -msgid "<literal>DisplayDirectory</literal> property of <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> UNO service is assigned a value, its content is read twice." +msgid "<literal>DisplayDirectory</literal> property of <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> UNO service is set to the user home folder, its content is read twice." msgstr "" #. 3DsDt @@ -39969,13 +39967,13 @@ msgctxt "" msgid "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">CompatibilityMode() Function</link></variable>" msgstr "" -#. ipFPG +#. 4EEry #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0120\n" "help.text" -msgid "<literal>CompatibilityMode()</literal> function controls runtime mode and affects all code executed after setting or resetting the mode." +msgid "<literal>CompatibilityMode()</literal> function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode." msgstr "" #. YSokk @@ -39987,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 "<literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter." +msgid "<literal>CompatibilityMode</literal> 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 "<emph>Enable</emph>: 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 "<literal>CompatibilityMode</literal> function relates to <link href=\"text/sbasic/shared/03103350.xhp#vbasupportstatement\" name=\"VBASupport compiler option\">Option VBASupport 1</link>, in which case it always returns <literal>True</literal>. It is unrelated to <link href=\"text/sbasic/shared/compatible.xhp#compatiblestatement\" name=\"Option Compatible compiler directive\">Option Compatible</link> compiler directive." msgstr "" #. NM3yP @@ -40005,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 <link href=\"text/sbasic/shared/enum.xhp\" name=\"enum statement\">Enum statement</link>" +msgid "Scoping of variables." msgstr "" #. f6LjG @@ -40041,15 +40066,6 @@ msgctxt "" msgid "Color components calculation with the <link href=\"text/sbasic/shared/03010303.xhp\" name=\"linkred\"><literal>Red</literal></link> and <link href=\"text/sbasic/shared/03010301.xhp\" name=\"linkblue\"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href=\"text/sbasic/shared/03010302.xhp\" name=\"linkgreen\"><literal>Green</literal></link> function is not affected)." msgstr "" -#. piCTC -#: compatibilitymode.xhp -msgctxt "" -"compatibilitymode.xhp\n" -"N0126\n" -"help.text" -msgid "<literal>CompatibilityMode()</literal> function may be necessary when resorting to <literal>Option Compatible</literal> or <literal>Option VBASupport</literal> compiler modes." -msgstr "" - #. cFz7C #: compatibilitymode.xhp msgctxt "" @@ -40059,13 +40075,13 @@ msgctxt "" msgid "Given a NOT empty directory at <emph>file:///home/me/Test</emph>" msgstr "" -#. 7mLBk +#. yntDo #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id461561646613414\n" "help.text" -msgid "With <literal>CompatibilityMode( true )</literal> the program results in an error, otherwise the Test directory and all its content is deleted." +msgid "With <literal>CompatibilityMode( True )</literal> the program raises an error, otherwise the <literal>Test</literal> directory and all its content is deleted." msgstr "" #. TcWG2 @@ -40077,22 +40093,22 @@ msgctxt "" msgid "Modifying <literal>Dir</literal> 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 <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." +msgid "CompatibilityMode Enable := False ' Shows only directories" msgstr "" #. P7qDB @@ -40104,15 +40120,6 @@ msgctxt "" msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." msgstr "" -#. YwBF4 -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0103\n" -"help.text" -msgid "<bookmark_value>VBA compatibility option</bookmark_value>" -msgstr "" - #. imVdb #: compatible.xhp msgctxt "" @@ -40131,15 +40138,6 @@ msgctxt "" msgid "<literal>Option Compatible</literal> 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 <link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"copatibilitymode\"><literal>CompatibilityMode()</literal></link> controls runtime mode and affects all code executed after setting or resetting the mode." -msgstr "" - #. w5NPC #: compatible.xhp msgctxt "" @@ -40167,24 +40165,6 @@ msgctxt "" msgid "Create <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"addvbaconstants\">VBA constants including non-printable characters</link>." msgstr "" -#. jGHBX -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0110\n" -"help.text" -msgid "Support <literal>Private</literal>/<literal>Public</literal> keywords for procedures." -msgstr "" - -#. VGYZH -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"N0111\n" -"help.text" -msgid "Compulsory <literal>Set</literal> statement for objects." -msgstr "" - #. xwLEC #: compatible.xhp msgctxt "" @@ -40239,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 <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically." +msgid "Statement <literal>Option VBAsupport 1</literal> implies <literal>Option Compatible</literal> statement automatically." msgstr "" #. j8iHM @@ -41418,13 +41398,13 @@ msgctxt "" msgid "<bookmark_value>Property statement</bookmark_value>" msgstr "" -#. 6Gjab +#. a5AX6 #: property.xhp msgctxt "" "property.xhp\n" "N0182\n" "help.text" -msgid "Property Statement" +msgid "<variable id=\"Property_h1\"><link href=\"text/sbasic/shared/Property.xhp\" name=\"Property statement\">Property Statement</link></variable>" msgstr "" #. CxW74 @@ -41571,22 +41551,22 @@ msgctxt "" msgid "Use <emph>Let</emph> or <emph>Set</emph> when handling UNO services or class objects:" msgstr "" -#. KbzAx +#. mbhy9 #: property.xhp msgctxt "" "property.xhp\n" -"N0237\n" +"par_id181647247913872\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements" +msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>" msgstr "" -#. Dh5aG +#. KbzAx #: property.xhp msgctxt "" "property.xhp\n" -"N0238\n" +"N0237\n" "help.text" -msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>" +msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements" msgstr "" #. uM2zs diff --git a/source/nb/helpcontent2/source/text/sbasic/shared/03.po b/source/nb/helpcontent2/source/text/sbasic/shared/03.po index eb05e65fcac..e73aae4212b 100644 --- a/source/nb/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/nb/helpcontent2/source/text/sbasic/shared/03.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-18 20:58+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" +"POT-Creation-Date: 2022-04-04 11:40+0200\n" +"PO-Revision-Date: 2022-03-13 07:39+0000\n" +"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/nb_NO/>\n" "Language: nb\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563821499.000000\n" #. ViEWM @@ -196,23 +196,23 @@ msgctxt "" msgid "Invoking ScriptForge services" msgstr "Aktiverer ScriptForge-tjenester" -#. 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:" -msgstr "De beskrevne modulene og klassene kalles fra brukerskript som \"Tjenester\". En generisk konstruktør av disse tjenestene er designet for dette formålet for hvert språk:" +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 <literal>Dispose</literal> method is available in all services and should be called to free up resources after usage." -msgstr "Metoden <literal>Kasser</literal> er tilgjengelig i alle tjenester og bør anropes for å frigjøre ressurser etter bruk." +msgid "The <literal>Dispose</literal> method is available in all services and should be called to free up resources after usage:" +msgstr "" #. Depaw #: lib_ScriptForge.xhp @@ -2527,6 +2527,15 @@ msgctxt "" msgid "Service invocation" msgstr "Tjenestepåkallelse" +#. AvW3k +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the <literal>Base</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:" +msgstr "" + #. vi6hS #: sf_base.xhp msgctxt "" @@ -3868,6 +3877,15 @@ msgctxt "" msgid "Service invocation" msgstr "Tjenestepåkallelse" +#. RAtZX +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id141609955500101\n" +"help.text" +msgid "Before using the <literal>Calc</literal> service the <literal>ScriptForge</literal> 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 <literal>CopySheet</literal>." msgstr "En arkreferanse som kan brukes som argument for metoder som <literal>Kopier ark</literal>." +#. 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 "" @@ -5108,7 +5153,7 @@ msgctxt "" "par_id71591714614904\n" "help.text" msgid "<emph>newname</emph>: The name of the copied sheet to be inserted in the document. The name must not be in use in the document." -msgstr "" +msgstr "<emph>newname</emph>: Navnet på det kopierte arket som skal settes inn i dokumentet. Navnet må ikke være i bruk i dokumentet." #. 2niVz #: sf_calc.xhp @@ -5117,7 +5162,7 @@ msgctxt "" "par_id601591714614407\n" "help.text" msgid "<emph>beforesheet</emph>: The name (string) or index (numeric, starting from 1) of the sheet before which to insert the copied sheet. This argument is optional and the default behavior is to add the copied sheet at the last position." -msgstr "" +msgstr "<emph>førark</emph>: Navnet (strengen) eller indeksen (numerisk, fra 1) på arket som det kopierte arket skal settes inn før. Dette argumentet er valgfritt, og standard oppførsel er å legge til det kopierte arket på den siste posisjonen." #. iEHJy #: sf_calc.xhp @@ -5126,7 +5171,7 @@ msgctxt "" "par_id981611707192039\n" "help.text" msgid "The following example copies \"SheetX\" from \"myFile.ods\" and pastes it into the document referred to by \"oDoc\" as \"SheetY\" at the first position." -msgstr "" +msgstr "Følgende eksempel kopierer \"SheetX\" fra \"myFile.ods\" og limer det inn i dokumentet referert til av \"oDoc\" som \"SheetY\" ved den første posisjonen." #. kELHv #: sf_calc.xhp @@ -5135,7 +5180,7 @@ msgctxt "" "par_id91592558768804\n" "help.text" msgid "Copies a specified source range (values, formulas and formats) to a destination range or cell. The method reproduces the behaviour of a Copy/Paste operation from a range to a single cell." -msgstr "" +msgstr "Kopierer et spesifisert kildeområde (verdier, formler og formater) til et målområde eller celle. Metoden reproduserer virkemåten til en Kopier/Lim inn-operasjon fra et område til en enkelt celle." #. KixB2 #: sf_calc.xhp @@ -5144,7 +5189,7 @@ msgctxt "" "par_id831611707431984\n" "help.text" msgid "It returns a string representing the modified range of cells. The size of the modified area is fully determined by the size of the source area." -msgstr "" +msgstr "Den returnerer en streng som representerer det modifiserte celleområdet. Størrelsen på det modifiserte området bestemmes fullt ut av størrelsen på kildeområdet." #. KCiyF #: sf_calc.xhp @@ -5153,7 +5198,7 @@ msgctxt "" "par_id681592558768463\n" "help.text" msgid "The source range may belong to another <emph>open</emph> document." -msgstr "" +msgstr "Kildeområdet kan tilhøre et annet <emph>åpent</emph> dokument." #. RBQG9 #: sf_calc.xhp @@ -5162,7 +5207,7 @@ msgctxt "" "par_id761592558768578\n" "help.text" msgid "<emph>sourcerange</emph>: The source range as a string when it belongs to the same document or as a reference when it belongs to another open Calc document." -msgstr "" +msgstr "<emph>kildeområde</emph>: Kildeområdet som en streng når det tilhører samme dokument eller som en referanse når det tilhører et annet åpent Calc-dokument." #. 3MUwk #: sf_calc.xhp @@ -5171,7 +5216,7 @@ msgctxt "" "par_id711592558768466\n" "help.text" msgid "<emph>destinationcell</emph>: The destination cell where the copied range of cells will be pasted, as a string. If a range is given, only its top-left cell is considered." -msgstr "" +msgstr "<emph>destinationcell</emph>: Destinasjonscellen der det kopierte celleområdet skal limes inn, som en streng. Hvis et område er gitt, vurderes kun dens øverste venstre celle." #. FbkjF #: sf_calc.xhp @@ -5180,7 +5225,7 @@ msgctxt "" "par_id431592904964362\n" "help.text" msgid "Next is an example where the source and destination are in the same file:" -msgstr "" +msgstr "Neste er et eksempel der kilden og destinasjonen er i samme fil:" #. Zh3Wp #: sf_calc.xhp @@ -5189,7 +5234,7 @@ msgctxt "" "par_id751592905035452\n" "help.text" msgid "The example below illustrates how to copy a range from another open Calc document:" -msgstr "" +msgstr "Eksemplet nedenfor illustrerer hvordan du kopierer et område fra et annet åpent Calc-dokument:" #. uFAEe #: sf_calc.xhp @@ -5198,7 +5243,7 @@ msgctxt "" "bas_id351592558768880\n" "help.text" msgid "'Open the source document in the background (hidden)" -msgstr "" +msgstr "'Åpne kildedokumentet i bakgrunnen (skjult)" #. PBgwL #: sf_calc.xhp @@ -5207,7 +5252,7 @@ msgctxt "" "bas_id1001611708508251\n" "help.text" msgid "'Do not forget to close the source document because it was opened as hidden" -msgstr "" +msgstr "'Ikke glem å lukke kildedokumentet fordi det ble åpnet som skjult" #. ZzDAQ #: sf_calc.xhp @@ -5216,7 +5261,7 @@ msgctxt "" "par_id61592905442071\n" "help.text" msgid "To simulate a Copy/Paste from a range to a single cell, use <literal>CopyToCell</literal>. To simulate a Copy/Paste from a range to a larger range (with the same cells being replicated several times), use <literal>CopyToRange</literal>." -msgstr "" +msgstr "For å simulere en Kopier/ Lim inn fra et område til en enkelt celle, bruk <literal>KopierTilCelle</literal>. For å simulere en Kopier/ Lim inn fra et område til et større område (med de samme cellene som blir replikert flere ganger), bruk <literal>KopierTilOmråde</literal>." #. maHke #: sf_calc.xhp @@ -5225,7 +5270,7 @@ msgctxt "" "par_id1615929031212\n" "help.text" msgid "Copies downwards and/or rightwards a specified source range (values, formulas and formats) to a destination range. The method imitates the behaviour of a Copy/Paste operation from a source range to a larger destination range." -msgstr "" +msgstr "Kopierer nedover og/eller mot høyre et spesifisert kildeområde (verdier, formler og formater) til et målområde. Metoden imiterer oppførselen til en Kopier/Lim inn-operasjon fra et kildeområde til et større målområde." #. G4qky #: sf_calc.xhp @@ -5234,7 +5279,7 @@ msgctxt "" "par_id271592904084534\n" "help.text" msgid "If the height (or width) of the destination area is > 1 row (or column) then the height (or width) of the source must be <= the height (or width) of the destination. Otherwise nothing happens." -msgstr "" +msgstr "Hvis høyden (eller bredden) på destinasjonsområdet er > 1 rad (eller kolonne), må høyden (eller bredden) på kilden være <= høyden (eller bredden) på destinasjonen. Ellers skjer det ingenting." #. Pko2R #: sf_calc.xhp @@ -5243,7 +5288,7 @@ msgctxt "" "par_id131592904286834\n" "help.text" msgid "If the height (or width) of the destination is = 1 then the destination is expanded downwards (or rightwards) up to the height (or width) of the source range." -msgstr "" +msgstr "Hvis høyden (eller bredden) til destinasjonen er = 1, utvides destinasjonen nedover (eller mot høyre) opp til høyden (eller bredden) av kildeområdet." #. jYha4 #: sf_calc.xhp @@ -5252,7 +5297,7 @@ msgctxt "" "par_id661592904348877\n" "help.text" msgid "The method returns a string representing the modified range of cells." -msgstr "" +msgstr "Metoden returnerer en streng som representerer det modifiserte celleområdet." #. wfzcw #: sf_calc.xhp @@ -5261,7 +5306,7 @@ msgctxt "" "par_id41592903121807\n" "help.text" msgid "The source range may belong to another <emph>open</emph> document." -msgstr "" +msgstr "Kildeområdet kan tilhøre et annet <emph>åpent</emph> dokument." #. CEaED #: sf_calc.xhp @@ -5270,7 +5315,7 @@ msgctxt "" "par_id841592903121145\n" "help.text" msgid "<emph>sourcerange</emph>: The source range as a string when it belongs to the same document or as a reference when it belongs to another open Calc document." -msgstr "" +msgstr "<emph>kildeområde</emph>: Kildeområdet som en streng når det tilhører samme dokument eller som en referanse når det tilhører et annet åpent Calc-dokument." #. v3d3d #: sf_calc.xhp @@ -5279,7 +5324,7 @@ msgctxt "" "par_id5515929031211000\n" "help.text" msgid "<emph>destinationrange</emph>: The destination of the copied range of cells, as a string." -msgstr "" +msgstr "<emph>destinationrange</emph>: Destinasjonen for det kopierte celleområdet, som en streng." #. LsHF6 #: sf_calc.xhp @@ -5288,7 +5333,7 @@ msgctxt "" "par_id461592905128991\n" "help.text" msgid "Copy within the same document:" -msgstr "" +msgstr "Kopier innenfor samme dokument:" #. dNdmJ #: sf_calc.xhp @@ -5297,7 +5342,7 @@ msgctxt "" "bas_id601592904507182\n" "help.text" msgid "' Returns a range string: \"$SheetY.$C$5:$J$14\"" -msgstr "" +msgstr "' Returnerer en områdestreng: \"$SheetY.$C$5:$J$14\"" #. FBbwi #: sf_calc.xhp @@ -5306,7 +5351,7 @@ msgctxt "" "par_id1001592905195364\n" "help.text" msgid "Copy from one file to another:" -msgstr "" +msgstr "Kopier fra en fil til en annen:" #. L3GHp #: sf_calc.xhp @@ -5315,7 +5360,7 @@ msgctxt "" "par_id1615929033642\n" "help.text" msgid "Creates a new chart object showing the data in the specified range. The returned chart object can be further manipulated using the <literal>Chart</literal> service." -msgstr "" +msgstr "Oppretter et nytt diagramobjekt som viser dataene i det angitte området. Det returnerte kartobjektet kan manipuleres ytterligere ved å bruke <literal>Diagram</literal>-tjenesten." #. 2YZ5H #: sf_calc.xhp @@ -5324,7 +5369,7 @@ msgctxt "" "par_id841592903121025\n" "help.text" msgid "<emph>chartname:</emph> The user-defined name of the chart to be created. The name must be unique in the same sheet." -msgstr "" +msgstr "<emph>diagramnavn:</emph> Det brukerdefinerte navnet på diagrammet som skal opprettes. Navnet må være unikt i samme ark." #. BBtB3 #: sf_calc.xhp @@ -5333,7 +5378,7 @@ msgctxt "" "par_id5515929031213680\n" "help.text" msgid "<emph>sheetname:</emph> The name of the sheet where the chart will be placed." -msgstr "" +msgstr "<emph>arknavn:</emph> Navnet på arket der diagrammet skal plasseres." #. GEiCb #: sf_calc.xhp @@ -5342,7 +5387,7 @@ msgctxt "" "par_id5515929031211522\n" "help.text" msgid "<emph>range:</emph> The range to be used as the data source for the chart. The range may refer to any sheet of the Calc document." -msgstr "" +msgstr "<emph>område:</emph> Området som skal brukes som datakilde for diagrammet. Området kan referere til et hvilket som helst ark i Calc-dokumentet." #. L3dSo #: sf_calc.xhp @@ -5351,7 +5396,7 @@ msgctxt "" "par_id5515929031216390\n" "help.text" msgid "<emph>columnheader:</emph> When <literal>True</literal>, the topmost row of the range is used as labels for the category axis or the legend (Default = <literal>False</literal>)." -msgstr "" +msgstr "<emph>kolonnehode:</emph> Når <literal>True</literal>, brukes den øverste raden i området som etiketter for kategoriaksen eller forklaringen (Standard = <literal>Usann</literal>)." #. iyq5m #: sf_calc.xhp @@ -5360,7 +5405,7 @@ msgctxt "" "par_id5515929031211633\n" "help.text" msgid "<emph>rowheader:</emph> When <literal>True</literal>, the leftmost column of the range is used as labels for the category axis or the legend. (Default = <literal>False</literal>)." -msgstr "" +msgstr "<emph>radhoder:</emph> Når <literal>Sann</literal>, brukes kolonnen lengst til venstre i området som etiketter for kategoriaksen eller forklaringen. (Standard = <literal>Usann</literal>)." #. CKzBZ #: sf_calc.xhp @@ -5369,7 +5414,7 @@ msgctxt "" "par_id61635441176547\n" "help.text" msgid "The examples below in Basic and Python create a chart using the data contained in the range \"A1:B5\" of \"Sheet1\" and place the chart in \"Sheet2\"." -msgstr "" +msgstr "Eksemplene nedenfor i Basic og Python lager et diagram ved å bruke dataene i området \"A1:B5\" til \"Ark1\" og plasser diagrammet i \"Ark2\"." #. uBCvA #: sf_calc.xhp @@ -5378,7 +5423,7 @@ msgctxt "" "par_id231635441342180\n" "help.text" msgid "Refer to the help page about ScriptForge's <link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\">Chart service</link> to learn more how to further manipulate chart objects. It is possible to change properties as the chart type, chart and axes titles and chart position." -msgstr "" +msgstr "Se hjelpesiden om ScriptForges <link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\">Diagramjeneste</link> for å lære mer hvordan du kan ytterligere manipulere diagramobjekter. Det er mulig å endre egenskaper som diagramtype, diagram- og aksetitler og diagramposisjon." #. so8uw #: sf_calc.xhp @@ -5387,7 +5432,7 @@ msgctxt "" "par_id601595777001498\n" "help.text" msgid "Apply the functions Average, Count, Max, Min and Sum, respectively, to all the cells containing numeric values on a given range." -msgstr "" +msgstr "Bruk funksjonene Gjennomsnitt, Tell, Maks, Min og Sum, henholdsvis på alle cellene som inneholder numeriske verdier i et gitt område." #. F2UTC #: sf_calc.xhp @@ -5396,7 +5441,7 @@ msgctxt "" "par_id741595777001537\n" "help.text" msgid "<emph>range</emph>: The range to which the function will be applied, as a string." -msgstr "" +msgstr "<emph>område</emph>: Området som funksjonen skal brukes på, som en streng." #. ZhAYY #: sf_calc.xhp @@ -5405,7 +5450,7 @@ msgctxt "" "par_id121611752704572\n" "help.text" msgid "The example below applies the <literal>Sum</literal> function to the range \"A1:A1000\" of the currently selected sheet:" -msgstr "" +msgstr "Eksemplet nedenfor bruker <literal>Sum</literal>-funksjonen på området \"A1:A1000\" for det valgte arket:" #. iTEts #: sf_calc.xhp @@ -5414,7 +5459,7 @@ msgctxt "" "par_id31611752782288\n" "help.text" msgid "Cells in the given range that contain text will be ignored by all of these functions. For example, the <literal>DCount</literal> method will not count cells with text, only numerical cells." -msgstr "" +msgstr "Celler i det gitte området som inneholder tekst vil bli ignorert av alle disse funksjonene. For eksempel vil <literal>DCount</literal>-metoden ikke telle celler med tekst, kun numeriske celler." #. BVKEy #: sf_calc.xhp @@ -5423,7 +5468,7 @@ msgctxt "" "par_id501623063693649\n" "help.text" msgid "Depending on the parameters provided this method will return:" -msgstr "" +msgstr "Avhengig av parametrene som er gitt, vil denne metoden returnere:" #. pBZm6 #: sf_calc.xhp @@ -5432,7 +5477,7 @@ msgctxt "" "par_id611623063742045\n" "help.text" msgid "A zero-based Array (or a tuple in Python) with the names of all the forms contained in a given sheet (if the <literal>form</literal> argument is absent)" -msgstr "" +msgstr "En nullbasert matrise (eller en tuppel i Python) med navnene på alle skjemaene i et gitt ark (hvis <literal>form</literal>-argumentet er fraværende)" #. FHWZs #: sf_calc.xhp @@ -5441,7 +5486,7 @@ msgctxt "" "par_id641623063744536\n" "help.text" msgid "A <literal>SFDocuments.Form</literal> service instance representing the form specified as argument." -msgstr "" +msgstr "En <literal>SFDocuments.Form</literal> tjenesteforekomst som representerer skjemaet angitt som argument." #. YdQaD #: sf_calc.xhp @@ -5450,7 +5495,7 @@ msgctxt "" "par_id441623090893210\n" "help.text" msgid "<emph>sheetname</emph>: The name of the sheet, as a string, from which the form will be retrieved." -msgstr "" +msgstr "<emph>arknavn</emph>: Navnet på arket, som en streng, som skjemaet vil bli hentet fra." #. BV8GH #: sf_calc.xhp @@ -5459,7 +5504,7 @@ msgctxt "" "par_id451623063459286\n" "help.text" msgid "<emph>form</emph>: The name or index corresponding to a form stored in the specified sheet. If this argument is absent, the method will return a list with the names of all forms available in the sheet." -msgstr "" +msgstr "<emph>skjema</emph>: Navnet eller indeksen som tilsvarer et skjema som er lagret i det angitte arket. Hvis dette argumentet er fraværende, vil metoden returnere en liste med navnene på alle tilgjengelige skjemaer i arket." #. sFFyE #: sf_calc.xhp @@ -5468,7 +5513,7 @@ msgctxt "" "par_id251623063305557\n" "help.text" msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\" which is stored in \"Sheet1\"." -msgstr "" +msgstr "I de følgende eksemplene får den første linjen navnene på alle skjemaer som er lagret i \"Ark1\", og den andre linjen henter <literal>Skjema</literal>-objektet til skjemaet kalt \"Skjema_A\" som er lagret i \"Ark1\"." #. y9kCE #: sf_calc.xhp @@ -5477,7 +5522,7 @@ msgctxt "" "par_id401591632726431\n" "help.text" msgid "Converts a column number ranging between 1 and 1024 into its corresponding letter (column 'A', 'B', ..., 'AMJ'). If the given column number is outside the allowed range, a zero-length string is returned." -msgstr "" +msgstr "Konverterer et kolonnenummer mellom 1 og 1024 til dens tilsvarende bokstav (kolonne 'A', 'B', ..., 'AMJ'). Hvis det gitte kolonnenummeret er utenfor det tillatte området, returneres en streng med null lengde." #. EfsXe #: sf_calc.xhp @@ -5486,7 +5531,7 @@ msgctxt "" "par_id83159163272628\n" "help.text" msgid "<emph>columnnumber</emph>: The column number as an integer value in the interval 1 ... 1024." -msgstr "" +msgstr "<emph>kolonnenummer</emph>: Kolonnenummeret som en heltallsverdi i intervallet 1 ... 1024." #. 6yjtp #: sf_calc.xhp @@ -5495,7 +5540,7 @@ msgctxt "" "par_id11621539831303\n" "help.text" msgid "Displays a message box with the name of the third column, which by default is \"C\"." -msgstr "" +msgstr "Viser en meldingsboks med navnet på den tredje kolonnen, som som standard er \"C\"." #. XNAhU #: sf_calc.xhp @@ -5504,7 +5549,7 @@ msgctxt "" "par_id451611753568778\n" "help.text" msgid "The maximum number of columns allowed on a Calc sheet is 1024." -msgstr "" +msgstr "Maksimalt antall kolonner tillatt på et Calc-ark er 1024." #. ksYoG #: sf_calc.xhp @@ -5513,7 +5558,7 @@ msgctxt "" "par_id921593880142573\n" "help.text" msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings." -msgstr "" +msgstr "Få formelen(e) lagret i det gitte celleområdet som en enkelt streng, en 1D eller en 2D rekke strenger." #. KDFkQ #: sf_calc.xhp @@ -5522,7 +5567,7 @@ msgctxt "" "par_id891593880142588\n" "help.text" msgid "<emph>range</emph>: The range where to get the formulas from, as a string." -msgstr "" +msgstr "<emph>område</emph>: Området hvor formlene skal hentes fra, som en streng." #. tBeSN #: sf_calc.xhp @@ -5531,7 +5576,7 @@ msgctxt "" "par_id461611755257141\n" "help.text" msgid "The following example returns a 3 by 2 array with the formulas in the range \"A1:B3\" (3 rows by 2 columns):" -msgstr "" +msgstr "Følgende eksempel returnerer en 3 x 2 matrise med formlene i området \"A1:B3\" (3 rader x 2 kolonner):" #. AoHGB #: sf_calc.xhp @@ -5540,7 +5585,7 @@ msgctxt "" "par_id331592231156425\n" "help.text" msgid "Get the value(s) stored in the given range of cells as a single value, a 1D array or a 2D array. All values are either doubles or strings." -msgstr "" +msgstr "Få verdien(e) lagret i det gitte celleområdet som en enkelt verdi, en 1D-matrise eller en 2D-matrise. Alle verdier er enten doble eller strenger." #. XACNZ #: sf_calc.xhp @@ -5549,7 +5594,7 @@ msgctxt "" "par_id91592231156434\n" "help.text" msgid "<emph>range</emph>: The range where to get the values from, as a string." -msgstr "" +msgstr "<emph>område</emph>: Området hvor du skal hente verdiene fra, som en streng." #. ojRBo #: sf_calc.xhp @@ -5558,7 +5603,7 @@ msgctxt "" "par_id991611756492772\n" "help.text" msgid "If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates in Basic scripts, use the Basic <link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Basic\"><literal>CDate</literal> builtin function</link>. In Python scripts, use the <link href=\"text/sbasic/shared/03/sf_basic.xhp#CDate\" name=\"CDate Python\"><literal>CDate</literal> function from the <literal>Basic</literal> service.</link>" -msgstr "" +msgstr "Hvis en celle inneholder en dato, vil tallet som tilsvarer den datoen bli returnert. For å konvertere numeriske verdier til datoer i grunnleggende skript, bruk den grunnleggende <link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Basic\"><literal>CDate</literal> innebygde funksjon</link>. I Python-skript bruker du <link href=\"text/sbasic/shared/03/sf_basic.xhp#CDate\" name=\"CDate Python\"><literal>CDate</literal>-funksjonen fra <literal>Basic</literal>-funksjonen > tjeneste.</link>" #. YYMuH #: sf_calc.xhp @@ -5567,7 +5612,7 @@ msgctxt "" "par_id771593685490395\n" "help.text" msgid "Imports the contents of a CSV-formatted text file and places it on a given destination cell." -msgstr "" +msgstr "Importerer innholdet i en CSV-formatert tekstfil og plasserer den på en gitt destinasjonscelle." #. cxrHr #: sf_calc.xhp @@ -5576,7 +5621,7 @@ msgctxt "" "par_id751611756909199\n" "help.text" msgid "The destination area is cleared of all contents and formats before inserting the contents of the CSV file. The size of the modified area is fully determined by the contents of the input file." -msgstr "" +msgstr "Destinasjonsområdet tømmes for alt innhold og formater før innholdet i CSV-filen settes inn. Størrelsen på det modifiserte området bestemmes fullt ut av innholdet i inndatafilen." #. D2w2A #: sf_calc.xhp @@ -5585,7 +5630,7 @@ msgctxt "" "par_id911593685490873\n" "help.text" msgid "The method returns a string representing the modified range of cells." -msgstr "" +msgstr "Metoden returnerer en streng som representerer det modifiserte celleområdet." #. GrquM #: sf_calc.xhp @@ -5594,7 +5639,7 @@ msgctxt "" "par_id851593685490824\n" "help.text" msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "" +msgstr "<emph>filnavn</emph>: Identifiserer filen som skal åpnes. Den må følge <literal>SF_FileSystem.FileNaming</literal>-notasjonen." #. VdTtY #: sf_calc.xhp @@ -5603,7 +5648,7 @@ msgctxt "" "par_id641593685490936\n" "help.text" msgid "<emph>destinationcell</emph>: The destination cell to insert the imported data, as a string. If instead a range is given, only its top-left cell is considered." -msgstr "" +msgstr "<emph>destinationcell</emph>: Destinasjonscellen for å sette inn importerte data, som en streng. Hvis det i stedet angis et område, vurderes bare dens øverste venstre celle." #. BrTfu #: sf_calc.xhp @@ -5612,7 +5657,7 @@ msgctxt "" "par_id641593685863838\n" "help.text" msgid "<emph>filteroptions</emph>: The arguments for the CSV input filter. The default filter makes following assumptions:" -msgstr "" +msgstr "<emph>filteralternativer</emph>: Argumentene for CSV-inndatafilteret. Standardfilteret gjør følgende forutsetninger:" #. Mb4c6 #: sf_calc.xhp @@ -5621,7 +5666,7 @@ msgctxt "" "par_id661593686250471\n" "help.text" msgid "The input file encoding is UTF8." -msgstr "" +msgstr "Inndatafilens koding er UTF8." #. CEpDn #: sf_calc.xhp @@ -5630,7 +5675,7 @@ msgctxt "" "par_id161593686260876\n" "help.text" msgid "The field separator is a comma, a semi-colon or a Tab character." -msgstr "" +msgstr "Feltseparatoren er et komma, et semikolon eller et tabulatortegn." #. CDfys #: sf_calc.xhp @@ -5639,7 +5684,7 @@ msgctxt "" "par_id711593686274293\n" "help.text" msgid "The string delimiter is the double quote (\")." -msgstr "" +msgstr "Strengavgrensningstegnet er det doble anførselstegn (\")." #. qowXx #: sf_calc.xhp @@ -5648,7 +5693,7 @@ msgctxt "" "par_id171593686280838\n" "help.text" msgid "All lines are included." -msgstr "" +msgstr "Alle linjer er inkludert." #. MBwZg #: sf_calc.xhp @@ -5657,7 +5702,7 @@ msgctxt "" "par_id881593686287161\n" "help.text" msgid "Quoted strings are formatted as text." -msgstr "" +msgstr "Strenger i anførselstegn er formatert som tekst." #. bujFG #: sf_calc.xhp @@ -5666,7 +5711,7 @@ msgctxt "" "par_id161593686293473\n" "help.text" msgid "Special numbers are detected." -msgstr "" +msgstr "Spesielle tall blir oppdaget." #. TYXKD #: sf_calc.xhp @@ -5675,7 +5720,7 @@ msgctxt "" "par_id791593686300499\n" "help.text" msgid "All columns are presumed to be texts, except if recognized as valid numbers." -msgstr "" +msgstr "Alle kolonner antas å være tekster, bortsett fra hvis de gjenkjennes som gyldige tall." #. Byno7 #: sf_calc.xhp @@ -5684,7 +5729,7 @@ msgctxt "" "par_id381593686307406\n" "help.text" msgid "The language is English/US, which implies that the decimal separator is \".\" and the thousands separator is \",\"." -msgstr "" +msgstr "Språket er engelsk/amerikansk, noe som betyr at desimalskilletegn er \".\" og tusenskilletegn er \",\"." #. tDYGo #: sf_calc.xhp @@ -5693,7 +5738,7 @@ msgctxt "" "par_id531611757154931\n" "help.text" msgid "To learn more about the CSV Filter Options, refer to the <link href=\"text/shared/guide/csv_params.xhp\" name=\"CSV Filter Options\">CSV Filter Options help page</link>." -msgstr "" +msgstr "For å lære mer om CSV-filteralternativene, se <link href=\"text/shared/guide/csv_params.xhp\" name=\"CSV Filter Options\">hjelpesiden for CSV-filteralternativer</link>." #. vPPYx #: sf_calc.xhp @@ -5702,7 +5747,7 @@ msgctxt "" "par_id881599568986824\n" "help.text" msgid "Imports the contents of a database table, query or resultset, i.e. the result of a SELECT SQL command, inserting it on a destination cell." -msgstr "" +msgstr "Importerer innholdet i en databasetabell, spørring eller resultatsett, dvs. resultatet av en SELECT SQL-kommando, setter den inn i en destinasjonscelle." #. DorV6 #: sf_calc.xhp @@ -5711,7 +5756,7 @@ msgctxt "" "par_id81611763957509\n" "help.text" msgid "The destination area is cleared of all contents and formats before inserting the imported contents. The size of the modified area is fully determined by the contents in the table or query." -msgstr "" +msgstr "Destinasjonsområdet tømmes for alt innhold og formater før det importerte innholdet settes inn. Størrelsen på det modifiserte området bestemmes fullt ut av innholdet i tabellen eller spørringen." #. tfp3o #: sf_calc.xhp @@ -5720,7 +5765,7 @@ msgctxt "" "par_id51599568986387\n" "help.text" msgid "The method returns <literal>True</literal> when the import was successful." -msgstr "" +msgstr "Metoden returnerer <literal>Sann</literal> når importen var vellykket." #. rgoAd #: sf_calc.xhp @@ -5729,7 +5774,7 @@ msgctxt "" "par_id311599568986784\n" "help.text" msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "" +msgstr "<emph>filnavn</emph>: Identifiserer filen som skal åpnes. Den må følge <literal>SF_FileSystem.FileNaming</literal>-notasjonen." #. j2J5e #: sf_calc.xhp @@ -5738,7 +5783,7 @@ msgctxt "" "par_id711596555746281\n" "help.text" msgid "<emph>registrationname</emph>: The name to use to find the database in the databases register. This argument is ignored if a <literal>filename</literal> is provided." -msgstr "" +msgstr "<emph>registreringsnavn</emph>: Navnet som skal brukes for å finne databasen i databaseregisteret. Dette argumentet ignoreres hvis et <literal>filnavn</literal> er oppgitt." #. 2hSHw #: sf_calc.xhp @@ -5747,7 +5792,7 @@ msgctxt "" "par_id211599568986329\n" "help.text" msgid "<emph>destinationcell</emph>: The destination of the imported data, as a string. If a range is given, only its top-left cell is considered." -msgstr "" +msgstr "<emph>destinationcell</emph>: Destinasjonen for de importerte dataene, som en streng. Hvis et område er gitt, vurderes kun dens øverste venstre celle." #. aMfVw #: sf_calc.xhp @@ -5756,7 +5801,7 @@ msgctxt "" "par_id451599489278429\n" "help.text" msgid "<emph>sqlcommand</emph>: A table or query name (without surrounding quotes or square brackets) or a SELECT SQL statement in which table and field names may be surrounded by square brackets or quotes to improve its readability." -msgstr "" +msgstr "<emph>sqlcommand</emph>: Et tabell- eller spørringsnavn (uten anførselstegn eller hakeparenteser) eller en SELECT SQL-setning der tabell- og feltnavn kan være omgitt av hakeparenteser eller anførselstegn for å forbedre lesbarheten." #. wFpLr #: sf_calc.xhp @@ -5765,7 +5810,7 @@ msgctxt "" "par_id271599489278141\n" "help.text" msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. The argument is ignored for tables. For queries, the applied option is the one set when the query was defined." -msgstr "" +msgstr "<emph>directsql</emph>: Når <literal>True</literal>, sendes SQL-kommandoen til databasemotoren uten forhåndsanalyse. Standard er <literal>Usann</literal>. Argumentet ignoreres for tabeller. For spørringer er det valgte alternativet det som ble angitt da spørringen ble definert." #. toj8z #: sf_calc.xhp @@ -5774,7 +5819,7 @@ msgctxt "" "par_id121591698472929\n" "help.text" msgid "Inserts a new empty sheet before an existing sheet or at the end of the list of sheets." -msgstr "" +msgstr "Setter inn et nytt tomt ark før et eksisterende ark eller på slutten av listen over ark." #. Xbm7k #: sf_calc.xhp @@ -5783,7 +5828,7 @@ msgctxt "" "par_id941591698472748\n" "help.text" msgid "<emph>sheetname</emph>: The name of the new sheet." -msgstr "" +msgstr "<emph>arknavn</emph>: Navnet på det nye arket." #. XbXNM #: sf_calc.xhp @@ -5792,7 +5837,7 @@ msgctxt "" "par_id84159169847269\n" "help.text" msgid "<emph>beforesheet</emph>: The name (string) or index (numeric, starting from 1) of the sheet before which to insert the new sheet. This argument is optional and the default behavior is to insert the sheet at the last position." -msgstr "" +msgstr "<emph>beforesheet</emph>: Navnet (strengen) eller indeksen (numerisk, fra 1) til arket som det nye arket skal settes inn før. Dette argumentet er valgfritt, og standard oppførsel er å sette inn arket på den siste posisjonen." #. UCmit #: sf_calc.xhp @@ -5801,7 +5846,7 @@ msgctxt "" "par_id241611764359510\n" "help.text" msgid "The following example inserts a new empty sheet named \"SheetX\" and places it before \"SheetY\":" -msgstr "" +msgstr "Følgende eksempel setter inn et nytt tomt ark kalt \"ArkX\" og plasserer det før \"ArkY\":" #. DcrWC #: sf_calc.xhp @@ -5810,7 +5855,7 @@ msgctxt "" "par_id6415925694762\n" "help.text" msgid "Moves a specified source range to a destination range of cells. The method returns a string representing the modified range of cells. The dimension of the modified area is fully determined by the size of the source area." -msgstr "" +msgstr "Flytter et spesifisert kildeområde til et målområde med celler. Metoden returnerer en streng som representerer det modifiserte celleområdet. Dimensjonen til det modifiserte området er fullt ut bestemt av størrelsen på kildeområdet." #. UqxZv #: sf_calc.xhp @@ -5819,7 +5864,7 @@ msgctxt "" "par_id571592569476332\n" "help.text" msgid "<emph>source</emph>: The source range of cells, as a string." -msgstr "" +msgstr "<emph>kilde</emph>: Kildeområdet for celler, som en streng." #. G6BSW #: sf_calc.xhp @@ -5828,7 +5873,7 @@ msgctxt "" "par_id891592569476362\n" "help.text" msgid "<emph>destination</emph>: The destination cell, as a string. If a range is given, its top-left cell is considered as the destination." -msgstr "" +msgstr "<emph>destinasjon</emph>: Destinasjonscellen, som en streng. Hvis et område er gitt, anses dens øverste venstre celle som destinasjonen." #. NorEd #: sf_calc.xhp @@ -5837,7 +5882,7 @@ msgctxt "" "par_id831591698903829\n" "help.text" msgid "Moves an existing sheet and places it before a specified sheet or at the end of the list of sheets." -msgstr "" +msgstr "Flytter et eksisterende ark og plasserer det foran et spesifisert ark eller på slutten av listen over ark." #. dgAxB #: sf_calc.xhp @@ -5846,7 +5891,7 @@ msgctxt "" "par_id351591698903911\n" "help.text" msgid "<emph>sheetname</emph>: The name of the sheet to move. The sheet must exist or an exception is raised." -msgstr "" +msgstr "<emph>arknavn</emph>: Navnet på arket som skal flyttes. Arket må eksistere eller et unntak oppstår." #. fevuS #: sf_calc.xhp @@ -5855,7 +5900,7 @@ msgctxt "" "par_id9159169890334\n" "help.text" msgid "<emph>beforesheet</emph>: The name (string) or index (numeric, starting from 1) of the sheet before which the original sheet will be placed. This argument is optional and the default behavior is to move the sheet to the last position." -msgstr "" +msgstr "<emph>beforesheet</emph>: Navnet (strengen) eller indeksen (numerisk, fra 1) til arket som det originale arket skal plasseres foran. Dette argumentet er valgfritt, og standard oppførsel er å flytte arket til siste posisjon." #. pd5t4 #: sf_calc.xhp @@ -5864,7 +5909,7 @@ msgctxt "" "par_id951611766058734\n" "help.text" msgid "The example below moves the existing sheet \"SheetX\" and places it before \"SheetY\":" -msgstr "" +msgstr "Eksemplet nedenfor flytter det eksisterende arket \"SheetS\" og plasserer det før \"ShettY\":" #. Q9iwN #: sf_calc.xhp @@ -5873,7 +5918,7 @@ msgctxt "" "par_id51592233506371\n" "help.text" msgid "Returns a new range (as a string) offset by a certain number of rows and columns from a given range." -msgstr "" +msgstr "Returnerer et nytt område (som en streng) forskjøvet med et visst antall rader og kolonner fra et gitt område." #. VCUXL #: sf_calc.xhp @@ -5882,7 +5927,7 @@ msgctxt "" "par_id61611768400376\n" "help.text" msgid "This method has the same behavior as the homonymous Calc's <link href=\"text/scalc/01/04060109.xhp\" name=\"Offset function\">Offset function</link>." -msgstr "" +msgstr "Denne metoden har samme oppførsel som den homonyme Calcs <link href=\"text/scalc/01/04060109.xhp\" name=\"Offset function\">Offset-funksjon</link>." #. G2oD2 #: sf_calc.xhp @@ -5891,7 +5936,7 @@ msgctxt "" "par_id901592233506293\n" "help.text" msgid "<emph>reference</emph>: The range, as a string, that the method will use as reference to perform the offset operation." -msgstr "" +msgstr "<emph>referanse</emph>: Området, som en streng, som metoden vil bruke som referanse for å utføre offset-operasjonen." #. Ra7aW #: sf_calc.xhp @@ -5900,7 +5945,7 @@ msgctxt "" "par_id781592234124856\n" "help.text" msgid "<emph>rows</emph>: The number of rows by which the initial range is offset upwards (negative value) or downwards (positive value). Use 0 (default) to stay in the same row." -msgstr "" +msgstr "<emph>rader</emph>: Antall rader som startområdet forskyves med oppover (negativ verdi) eller nedover (positiv verdi). Bruk 0 (standard) for å bli i samme rad." #. FvqjV #: sf_calc.xhp @@ -5909,7 +5954,7 @@ msgctxt "" "par_id971592234138769\n" "help.text" msgid "<emph>columns</emph>: The number of columns by which the initial range is offset to the left (negative value) or to the right (positive value). Use 0 (default) to stay in the same column." -msgstr "" +msgstr "<emph>kolonner</emph>: Antall kolonner som startområdet forskyves med til venstre (negativ verdi) eller til høyre (positiv verdi). Bruk 0 (standard) for å bli i samme kolonne." #. VzgGM #: sf_calc.xhp @@ -5918,7 +5963,7 @@ msgctxt "" "par_id321592234150061\n" "help.text" msgid "<emph>height</emph>: The vertical height for an area that starts at the new range position. Omit this argument when no vertical resizing is needed." -msgstr "" +msgstr "<emph>høyde</emph>: Den vertikale høyden for et område som starter ved den nye rekkeviddeposisjonen. Utelat dette argumentet når ingen vertikal endring av størrelse er nødvendig." #. JxENN #: sf_calc.xhp @@ -5927,7 +5972,7 @@ msgctxt "" "par_id271592234165247\n" "help.text" msgid "<emph>width</emph>: The horizontal width for an area that starts at the new range position. Omit this argument when no horizontal resizing is needed." -msgstr "" +msgstr "<emph>bredde</emph>: Den horisontale bredden for et område som starter ved den nye rekkeviddeposisjonen. Utelat dette argumentet når ingen horisontal størrelseendring er nødvendig." #. t9QDN #: sf_calc.xhp @@ -5936,7 +5981,7 @@ msgctxt "" "par_id871592234172652\n" "help.text" msgid "Arguments <literal>rows</literal> and <literal>columns</literal> must not lead to zero or negative start row or column." -msgstr "" +msgstr "Argumenter <literal>rader</literal> og <literal>kolonner</literal> må ikke føre til null eller negativ startrad eller kolonne." #. JAxEm #: sf_calc.xhp @@ -5945,7 +5990,7 @@ msgctxt "" "par_id211592234180073\n" "help.text" msgid "Arguments <literal>height</literal> and <literal>width</literal> must not lead to zero or negative count of rows or columns." -msgstr "" +msgstr "Argumenter <literal>høyde</literal> og <literal>bredde</literal> må ikke føre til null eller negativt antall rader eller kolonner." #. BkCDz #: sf_calc.xhp @@ -5954,7 +5999,7 @@ msgctxt "" "bas_id651592234465732\n" "help.text" msgid "'SheetX.$C$3 (A1 moved by two rows and two columns down)" -msgstr "" +msgstr "'SheetX.$C$3 (A1 flyttet med to rader og to kolonner nedover)" #. 8ukCQ #: sf_calc.xhp @@ -5963,7 +6008,7 @@ msgctxt "" "bas_id521592234478848\n" "help.text" msgid "'SheetX.$C$3:$H$7 (A1 offset by two rows and columns with width of 5 rows and 6 columns)" -msgstr "" +msgstr "'SheetX.$C$3:$H$7 (A1 forskjøvet med to rader og kolonner med en bredde på 5 rader og 6 kolonner)" #. GwPQh #: sf_calc.xhp @@ -5972,7 +6017,7 @@ msgctxt "" "par_id51592233506021\n" "help.text" msgid "Opens a non-modal dialog that can be used to select a range in the document and returns a string containing the selected range." -msgstr "" +msgstr "Åpner en ikke-modal dialogboks som kan brukes til å velge et område i dokumentet og returnerer en streng som inneholder det valgte området." #. CWn2A #: sf_calc.xhp @@ -5981,7 +6026,7 @@ msgctxt "" "par_id301637936295380\n" "help.text" msgid "This method opens the same dialog that is used by %PRODUCTNAME when the Shrink button is pressed. For example, the <menuitem>Tools - Goal Seek</menuitem> dialog has a Shrink button to the right of the <menuitem>Formula cell</menuitem> field." -msgstr "" +msgstr "Denne metoden åpner den samme dialogboksen som brukes av %PRODUCTNAME når Minsk-knappen trykkes. For eksempel har <menuitem>Verktøy - Målsøk</menuitem>-dialogen en Minsk-knapp til høyre for <menuitem>Formelcelle</menuitem>-feltet." #. XUoah #: sf_calc.xhp @@ -5990,7 +6035,7 @@ msgctxt "" "par_id551637936545121\n" "help.text" msgid "This method does not change the current selection." -msgstr "" +msgstr "Denne metoden endrer ikke gjeldende valg." #. tAHiV #: sf_calc.xhp @@ -5999,7 +6044,7 @@ msgctxt "" "par_id901592233506001\n" "help.text" msgid "<emph>title</emph>: The title of the dialog, as a string." -msgstr "" +msgstr "<emph>tittel</emph>: Tittelen på dialogboksen, som en streng." #. Yyn74 #: sf_calc.xhp @@ -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 <literal>Chart</literal> service the <literal>ScriptForge</literal> 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 <literal>Database</literal> service the <literal>ScriptForge</literal> 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 <literal>Document</literal> service the <literal>ScriptForge</literal> 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 <literal>RunCommand</literal> 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 <emph>Tools > Customize > Keyboard</emph>. When you position your mouse over a function in the <emph>Function</emph> 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 <emph>Tools - Customize - Keyboard</emph>. When you position your mouse over a function in the <emph>Function</emph> 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 <literal>Form</literal> service the <literal>ScriptForge</literal> 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 <literal>FormControl</literal> service the <literal>ScriptForge</literal> 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 <literal>L10N</literal> 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 <literal>L10N</literal> 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 "<emph>locale</emph>: 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 <literal>L10N</literal> service may coexist. However, each instance must use a separate directory for its PO files." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgstr "" + +#. CXd3e +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281646219882464\n" +"help.text" +msgid "<emph>locale2</emph>: A string specifying the fallback locale to be used in case the PO file corresponding to the locale defined the <literal>locale</literal> 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 "<emph>encoding2</emph>: The character set of the fallback PO file corresponding to the <literal>locale2</literal> 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 <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." msgstr "" -#. 3YPqe +#. 3ApdD #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891614358528334\n" "help.text" -msgid "The following example instantiates the <literal>L10N</literal> service without any optional arguments. This will only enable the <literal>AddText</literal> and <literal>ExportToPOTFile</literal> methods." +msgid "The following example instantiates the <literal>L10N</literal> service without any optional arguments. This will only enable the <literal>AddText</literal> and <literal>ExportToPOTFile</literal> 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 <literal>OfficeLocale</literal> property of the <link href=\"text/sbasic/shared/03/sf_platform.xhp\" name=\"OfficeLocale_link\">Platform</link> 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 <literal>OfficeLocale</literal> 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 <literal>L10N</literal> 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 <literal>CreateDocument</literal> 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 <literal>RunCommand</literal> 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 <emph>Tools > Customize > Keyboard</emph>. When you position your mouse over a function in the <emph>Function</emph> 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 <emph>Tools - Customize - Keyboard</emph>. When you position your mouse over a function in the <emph>Function</emph> 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 <literal>Writer</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:" +msgstr "" + #. 3LPrN #: sf_writer.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/scalc/00.po b/source/nb/helpcontent2/source/text/scalc/00.po index 813a930ddc1..5d44619ec28 100644 --- a/source/nb/helpcontent2/source/text/scalc/00.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1554925506.000000\n" #. E9tti @@ -1105,6 +1105,24 @@ msgctxt "" msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph>.</variable>" msgstr "<variable id=\"exsze\">Velg <emph>Verktøy → Scenarier</emph></variable>" +#. YELPK +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id971647297529392\n" +"help.text" +msgid "<variable id=\"tools_forms\">Choose <emph>Tools - Forms</emph>.</variable>" +msgstr "" + +#. QLPxD +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id371647273694433\n" +"help.text" +msgid "<variable id=\"share_spreadsheet\">Choose <menuitem>Tools - Share Spreadsheet</menuitem></variable>" +msgstr "" + #. uHRwy #: 00000406.xhp msgctxt "" @@ -1132,14 +1150,14 @@ msgctxt "" msgid "Choose <emph>Data - Calculate - Recalculate</emph>." msgstr "Velg <emph>Verktøy → Celleinnhold → Re-kalkuler</emph>" -#. egZqC +#. CwoaA #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149257\n" "help.text" -msgid "F9" -msgstr "«F9»" +msgid "Press <keycode>F9</keycode>" +msgstr "" #. EA2vV #: 00000406.xhp @@ -1150,6 +1168,33 @@ msgctxt "" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Formula</emph>." msgstr "Velg <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Innstillinger</emph></caseinline><defaultinline><emph>Verktøy → Alternativer</emph></defaultinline></switchinline> <emph> - %PRODUCTNAME Calc - Formel</emph>." +#. CAGQA +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id891645217179561\n" +"help.text" +msgid "Choose <menuitem>Data - Calculate - Recalculate hard</menuitem>." +msgstr "" + +#. e6kAE +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id21645217233263\n" +"help.text" +msgid "Press <keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>" +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 <menuitem>Data - Calculate - Formula to values</menuitem>" +msgstr "" + #. YmRzU #: 00000406.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/scalc/01.po b/source/nb/helpcontent2/source/text/scalc/01.po index ef10dec89dc..d7177428854 100644 --- a/source/nb/helpcontent2/source/text/scalc/01.po +++ b/source/nb/helpcontent2/source/text/scalc/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-12 19:39+0000\n" +"POT-Creation-Date: 2022-04-01 00:19+0200\n" +"PO-Revision-Date: 2022-03-03 19:39+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/nb_NO/>\n" "Language: nb\n" @@ -725,7 +725,7 @@ msgctxt "" "par_id3150717\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes</emph> dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\"><emph>Font Effects</emph></link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\"><emph>Font Position</emph></link>." -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Åpner en dialogboks for å tilordne formater til ny eller valgt tekst.</ahelp> Dialogboksen <emph>Tekstattributter</emph> inneholder fanesidene <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\"><emph>Font Effekter</emph></link> og <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\"><emph>Font Posisjon</emph></link>." #. 5DMJG #: 02120100.xhp @@ -1040,7 +1040,7 @@ msgctxt "" "par_id3145384\n" "help.text" msgid "Call the <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>." -msgstr "" +msgstr "Anrop <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"context menu\">kontekstmenyen</link> når den er plassert i en celle, og velg <emph>Utvalgsliste</emph>." #. BzAsX #: 02140000.xhp @@ -1247,7 +1247,7 @@ msgctxt "" "par_id3150769\n" "help.text" msgid "To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> or <keycode>Shift</keycode>." -msgstr "" +msgstr "For å velge flere ark, klikk på hver arkfane mens du trykker på <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Command </keycode></caseinline><defaultinline><keycode>Ctrl</keycode> </defaultinline></switchinline> eller <keycode>Shift</keycode>." #. FYuCU #: 02140500.xhp @@ -1283,7 +1283,7 @@ msgctxt "" "par_id3153726\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents." -msgstr "" +msgstr "Trykk <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Command </keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> og klikk fanen på arket der du vil sette inn innholdet." #. medyk #: 02140500.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "par_id3147436\n" "help.text" msgid "Select the command <menuitem>Sheet - Fill Cells - Sheets</menuitem>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here." -msgstr "" +msgstr "Velg kommandoen <menuitem>Ark - Fyll celler - Ark</menuitem>. I dialogboksen som vises, må avkrysningsboksen <emph>Tall</emph> velges (eller <emph>Lim inn alle</emph>) hvis du vil kombinere operasjoner med verdiene. Du kan også velge ønsket operasjon her." #. yNrLG #: 02140500.xhp @@ -1310,7 +1310,7 @@ msgctxt "" "par_id3156283\n" "help.text" msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\"><emph>Paste Special</emph></link> dialog, where you can find additional tips." -msgstr "" +msgstr "Denne dialogboksen ligner <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\"><emph>Lim inn spesial</emph></link>-dialogen, hvor du kan finne flere tips." #. B6GAM #: 02140600.xhp @@ -1337,7 +1337,7 @@ msgctxt "" "par_id3148797\n" "help.text" msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Generer serier automatisk med alternativene i denne dialogboksen. Bestem retning, inkrement, tidsenhet og serietype.</ahelp></variable>" #. WnPsX #: 02140600.xhp @@ -1463,7 +1463,7 @@ msgctxt "" "par_id3149257\n" "help.text" msgid "Defines the series type. Choose between <emph>Linear</emph>, <emph>Growth</emph>, <emph>Date</emph> and <emph>AutoFill</emph>." -msgstr "" +msgstr "Definerer serietypen. Velg mellom <emph>Lineær</emph>, <emph>Økning</emph>, <emph>Dato</emph> og <emph>AutoFyll</emph>." #. yfoVv #: 02140600.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "par_id3156288\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/filldlg/autofill\">Forms a series directly in the sheet.</ahelp> The <emph>AutoFill</emph> function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists</emph>." -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/autofill\">Former en serie direkte i arket.</ahelp> <emph>Autofyll</emph>-funksjonen tar hensyn til sorterte lister. For eksempel, ved å skrive inn <emph>Januar</emph> i den første cellen, fullføres serien ved å bruke listen definert under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Innstillinger </emph></caseinline><defaultinline><emph>Verktøy - Alternativer</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sorter lister</emph>." #. 2JEap #: 02140600.xhp @@ -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 <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, and when <emph>Top</emph> or <emph>Bottom</emph> are recalculated." +msgid "Returns an non-volatile integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, when using the <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>) and when <emph>Top</emph> or <emph>Bottom</emph> 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 <keycode>F9</keycode>, 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 <keycode>F9</keycode>, except when the cursor is on the cell containing the function or using the <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>). The function is recalculated when opening the file." msgstr "" #. sCwno @@ -46852,49 +46852,31 @@ msgctxt "" msgid "<ahelp hid=\".uno:Calculate\">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.</ahelp>" msgstr "" -#. jVUni +#. g7GEo #: 06080000.xhp msgctxt "" "06080000.xhp\n" "par_id315475899\n" "help.text" -msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document." -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." +msgid "Press <keycode>F9</keycode> to recalculate. Press <keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode> to recalculate all formulas in the document, including Add-In functions and non-volatile functions." msgstr "" -#. TCBFm +#. qyZ6P #: 06080000.xhp msgctxt "" "06080000.xhp\n" -"par_id315475855\n" +"par_id3150799\n" "help.text" -msgid "Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+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 "<link href=\"text/shared/optionen/01060900.xhp\" name=\"recalculationoptions\">Recalculation options</link>" msgstr "" #. CWRgk @@ -52666,13 +52648,22 @@ msgctxt "" msgid "<link href=\"text/scalc/01/calculate.xhp\" name=\"Calculate\">Calculate</link>" msgstr "" -#. CFB7A +#. 8YGcD #: calculate.xhp msgctxt "" "calculate.xhp\n" "par_id241584668179318\n" "help.text" -msgid "<ahelp hid=\".\">Commands to calculate formula cells.</ahelp>" +msgid "Commands to calculate formula cells." +msgstr "" + +#. f2aRJ +#: calculate.xhp +msgctxt "" +"calculate.xhp\n" +"par_id251645222672072\n" +"help.text" +msgid "Choose <menuitem>Data - Calculate</menuitem>" msgstr "" #. 9AbDs @@ -54430,6 +54421,51 @@ msgctxt "" msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>" 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 "<bookmark_value>convert;formula to values</bookmark_value><bookmark_value>replace formula with values</bookmark_value><bookmark_value>recalculate;formula to values</bookmark_value><bookmark_value>formula to values;convert</bookmark_value><bookmark_value>formula to values;recalculate</bookmark_value>" +msgstr "" + +#. u3A5z +#: formula2value.xhp +msgctxt "" +"formula2value.xhp\n" +"hd_id701645222861113\n" +"help.text" +msgid "<variable id=\"formula2valueh1\"><link href=\"text/scalc/01/formula2value.xhp\" name=\"formula to values\">Formula to value</link></variable>" +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 "<bookmark_value>calculate;recalculate hard</bookmark_value> <bookmark_value>formulas;recalculate hard</bookmark_value> <bookmark_value>calculate;force recalculation</bookmark_value> <bookmark_value>formulas;force recalculation</bookmark_value> <bookmark_value>non volatile functions;force recalculation</bookmark_value> <bookmark_value>cell contents;force recalculation</bookmark_value>" +msgstr "" + +#. WXR6C +#: recalculate_hard.xhp +msgctxt "" +"recalculate_hard.xhp\n" +"hd_id611645217532285\n" +"help.text" +msgid "<variable id=\"recalculatehardh1\"><link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\">Recalculate Hard</link></variable>" +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 <menuitem>Recalculate Hard</menuitem> 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 <link href=\"text/scalc/01/04060106.xhp#rand_nv\" name=\"RAND.NV\">RAND.NV</link> and <link href=\"text/scalc/01/04060106.xhp#randbetween_nv\" name=\"RANDBETWEEN.NV\">RANDBETWEEN.NV</link>." +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 "<bookmark_value>share spreadsheet</bookmark_value> <bookmark_value>spreadsheet;collaboration</bookmark_value> <bookmark_value>spreadsheet;share</bookmark_value>" +msgstr "" + +#. 3vzpA +#: shared_spreadsheet.xhp +msgctxt "" +"shared_spreadsheet.xhp\n" +"hd_id461647272004705\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/shared_spreadsheet.xhp\" name=\"Share spreadsheet\">Share Spreadsheet</link></variable>" +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 <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar." +msgstr "" + #. k7H5Y #: solver.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/sdatabase.po b/source/nb/helpcontent2/source/text/sdatabase.po index ce2a30b7546..dad35d026e2 100644 --- a/source/nb/helpcontent2/source/text/sdatabase.po +++ b/source/nb/helpcontent2/source/text/sdatabase.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE 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" -"PO-Revision-Date: 2022-02-18 20:58+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" +"PO-Revision-Date: 2022-03-03 19:39+0000\n" +"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/nb_NO/>\n" "Language: nb\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" #. ugSgG #: 02000000.xhp @@ -2794,7 +2794,7 @@ msgctxt "" "par_id0305200912031977\n" "help.text" msgid "<ahelp hid=\".\">In a natural join, the keyword <literal>NATURAL</literal> is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">I en naturlig sammenføyning settes nøkkelordet <literal>NATURAL</literal> inn i SQL-setningen som definerer relasjonen. Relasjonen slår sammen alle kolonner som har samme kolonnenavn i begge tabellene. Den resulterende sammenføyde tabellen inneholder bare én kolonne for hvert par med like navngitte kolonner.</ahelp>" #. pK6MV #: 04000000.xhp @@ -12010,7 +12010,7 @@ msgctxt "" "par_id991540674901837\n" "help.text" msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id621540674901837\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id491540674901837\">Add Field icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/lc_addfield.svg\" id=\"img_id621540674901837\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id491540674901837\">Legg til felt-ikon</alt></image>" #. jYge5 #: rep_insertfield.xhp @@ -12109,7 +12109,7 @@ msgctxt "" "par_id811540564184191\n" "help.text" msgid "<image src=\"cmd/sc_sortdescending.svg\" id=\"img_id391540564184192\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id571540564184192\">Sort Descending icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_sortdescending.svg\" id=\"img_id391540564184192\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id571540564184192\">Sorter synkende ikon</alt></image>" #. BEcwL #: rep_insertfield.xhp diff --git a/source/nb/helpcontent2/source/text/shared.po b/source/nb/helpcontent2/source/text/shared.po index aaed6c5102f..7351cc41e36 100644 --- a/source/nb/helpcontent2/source/text/shared.po +++ b/source/nb/helpcontent2/source/text/shared.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-09 15:47+0000\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" +"PO-Revision-Date: 2022-03-03 19:39+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared/nb_NO/>\n" "Language: nb\n" @@ -277,14 +277,23 @@ msgctxt "" msgid "Fontwork Gallery" msgstr "Skriftformingsgalleri" -#. Zcwt5 +#. A6ecD +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id81646926301557\n" +"help.text" +msgid "<image src=\"cmd/lc_fontworkgalleryfloater.svg\" id=\"img_id311646926301559\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id331646926301560\">Icon Fontwork Gallery</alt></image>" +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." -msgstr "Åpner skriftformingsgalleriet der du kan velge en annen forhåndsvisning. Trykk «OK» for å bruke det nye settet med egenskaper på skriftformingsobjektet." +msgid "Opens the Fontwork Gallery where you can select another preview. Click <emph>OK</emph> to apply the new set of properties to your Fontwork object." +msgstr "" #. nG6ME #: fontwork_toolbar.xhp @@ -295,6 +304,15 @@ msgctxt "" msgid "Fontwork Shape" msgstr "Skriftform" +#. PgQM4 +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id51646926964588\n" +"help.text" +msgid "<image src=\"cmd/lc_fontwork.svg\" id=\"img_id801646926964589\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761646926964590\">Icon Fontwork Shape</alt></image>" +msgstr "" + #. CTe3i #: fontwork_toolbar.xhp msgctxt "" @@ -313,6 +331,15 @@ msgctxt "" msgid "Fontwork Same Letter Heights" msgstr "Skriftforming, lik bokstavhøyde" +#. gBD67 +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id501646927155677\n" +"help.text" +msgid "<image src=\"cmd/lc_fontworksameletterheights.svg\" id=\"img_id41646927155678\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id141646927155679\">Icon Fontwork Same Letter Height</alt></image>" +msgstr "" + #. dyVEY #: fontwork_toolbar.xhp msgctxt "" @@ -331,6 +358,15 @@ msgctxt "" msgid "Fontwork Alignment" msgstr "Skriftforming, justering" +#. dPegd +#: fontwork_toolbar.xhp +msgctxt "" +"fontwork_toolbar.xhp\n" +"par_id211646927242197\n" +"help.text" +msgid "<image src=\"cmd/lc_alignhorizontalcenter.svg\" id=\"img_id281646927242198\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731646927242199\">Icon Fontwork Alignment</alt></image>" +msgstr "" + #. FvBdo #: fontwork_toolbar.xhp msgctxt "" @@ -358,77 +394,68 @@ msgctxt "" msgid "Fontwork Character Spacing" msgstr "Skriftforming, mellomrom mellom tegn" -#. WnmJf +#. uMC4D #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN105F7\n" +"par_id251646927506111\n" "help.text" -msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing window.</ahelp>" -msgstr "<ahelp hid=\".\">Åpner dialogvinduet for mellomrom mellom tegn i skriftforminga.</ahelp>" - -#. DBE3J -#: fontwork_toolbar.xhp -msgctxt "" -"fontwork_toolbar.xhp\n" -"par_idN1060E\n" -"help.text" -msgid "Click to apply the character spacing to the selected Fontwork objects." -msgstr "Velg dette for å angi mellomrom mellom tegn i de valgte skriftformingsobjektene." +msgid "<image src=\"cmd/lc_spacing.svg\" id=\"img_id441646927506112\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821646927506113\">Icon Fontwork Character Spacing</alt></image>" +msgstr "" -#. sNDsK +#. WLvKk #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1061D\n" +"par_id791646928579114\n" "help.text" -msgid "Custom" -msgstr "Tilpasset" +msgid "Select the character spacing values to apply to the Fontwork object." +msgstr "" -#. 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." -msgstr "Åpner dialogvinduet for mellomrom mellom tegn i skriftforminga. Der kan du skrive inn en verdi for mellomrom." +msgid "<emph>Custom:</emph> 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 "Verdi" +msgid "<ahelp hid=\".\"><emph>Value:</emph> enter the Fontwork character spacing value.</ahelp>" +msgstr "" -#. W2WE8 +#. 2aGeB #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1063C\n" +"hd_id981646929182163\n" "help.text" -msgid "<ahelp hid=\".\">Enter the Fontwork character spacing value.</ahelp>" -msgstr "<ahelp hid=\".\">Skriv inn verdien for mellomrommet mellom tegnene.</ahelp>" +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 "Knip tegnpar" +msgid "<image src=\"cmd/lc_extrusiontoggle.png\" id=\"img_id951646929193238\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id211646929193239\">Icon Toggle Extrusion</alt></image>" +msgstr "" -#. MpdDc +#. Dems2 #: fontwork_toolbar.xhp msgctxt "" "fontwork_toolbar.xhp\n" -"par_idN1064F\n" +"par_id191646929193241\n" "help.text" -msgid "Switches the <link href=\"text/shared/00/00000005.xhp#kerning\"> kerning</link> of character pairs on and off." -msgstr "Slår <link href=\"text/shared/00/00000005.xhp#kerning\">kniping</link> av tegnpar på eller av." +msgid "Switches the 3D effects on and off for the Fontwork objects." +msgstr "" #. yEKhT #: main0108.xhp @@ -851,7 +878,7 @@ msgctxt "" "par_idN10818\n" "help.text" msgid "What’s This?" -msgstr "" +msgstr "Hva er dette?" #. UDDTK #: main0201.xhp @@ -860,7 +887,7 @@ msgctxt "" "par_idN1081E\n" "help.text" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer until the next click.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Aktiverer utvidede hjelpetips under musepekeren til neste klikk.</ahelp>" #. Hvhxs #: main0201.xhp @@ -869,7 +896,7 @@ msgctxt "" "par_idN10855\n" "help.text" msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">Icon “What’s This?”</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">Ikon \"Hva er dette?\"</alt></image>" #. KPZBD #: main0201.xhp @@ -878,7 +905,7 @@ msgctxt "" "par_idN10873\n" "help.text" msgid "What’s This?" -msgstr "" +msgstr "Hva er dette?" #. Xtuxp #: main0204.xhp @@ -1213,6 +1240,15 @@ msgctxt "" msgid "If an SQL statement is the basis for a form (see <emph>Form Properties</emph> - tab <emph>Data</emph> - <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>Data Source</emph></link>), 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 "Hvis et skjema er laget ut fra en SQL-setning (se <emph>Skjemaegenskaper</emph>, fanen <emph>Data</emph> – <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>Datakilde</emph></link>), vil funksjonene for filtrering og sortering bare være tilgjengelige når SQL-setninga viser til bare en tabell og ikke er skrevet i lokal SQL-modus." +#. Ck3Di +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"hd_id3156448\n" +"help.text" +msgid "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link>" +msgstr "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Finn post</link>" + #. daKA6 #: main0213.xhp msgctxt "" @@ -1240,14 +1276,14 @@ msgctxt "" msgid "First Record" msgstr "Første post" -#. nDepA +#. 4VXqZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154013\n" "help.text" -msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>" -msgstr "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Ikon</alt></image>" +msgid "<image id=\"img_id3150010\" src=\"cmd/lc_firstrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150010\">Icon First Record</alt></image>" +msgstr "" #. VCqM6 #: main0213.xhp @@ -1267,14 +1303,14 @@ msgctxt "" msgid "Previous Record" msgstr "Forrige post" -#. pAiKq +#. AgQb3 #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3145647\n" "help.text" -msgid "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>" -msgstr "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Ikon</alt></image>" +msgid "<image id=\"img_id3147394\" src=\"cmd/lc_prevrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147394\">Icon Previous Record</alt> </image>" +msgstr "" #. gitqo #: main0213.xhp @@ -1294,14 +1330,14 @@ msgctxt "" msgid "Next Record" msgstr "Neste post" -#. zrwqF +#. ShvmR #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3146913\n" "help.text" -msgid "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>" -msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Ikon</alt></image>" +msgid "<image id=\"img_id3150753\" src=\"cmd/lc_nextrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150753\">Icon Next Record</alt></image>" +msgstr "" #. BJBj8 #: main0213.xhp @@ -1321,14 +1357,14 @@ msgctxt "" msgid "Last Record" msgstr "Siste post" -#. 7Rc9Q +#. up7uJ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3155337\n" "help.text" -msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Ikon</alt></image>" +msgid "<image id=\"img_id3163808\" src=\"cmd/lc_lastrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon Last Record</alt></image>" +msgstr "" #. 65BvC #: main0213.xhp @@ -1339,6 +1375,33 @@ msgctxt "" msgid "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>" msgstr "<ahelp hid=\".uno:LastRecord\">Går til siste post.</ahelp>" +#. aKiBF +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"hd_id3149967\n" +"help.text" +msgid "New Record" +msgstr "Ny post" + +#. D8UvX +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"par_id3149735\n" +"help.text" +msgid "<image id=\"img_id3155578\" src=\"cmd/lc_newrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155578\">Icon New Record</alt></image>" +msgstr "" + +#. e4GJo +#: main0213.xhp +msgctxt "" +"main0213.xhp\n" +"par_id3148460\n" +"help.text" +msgid "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>" +msgstr "<ahelp hid=\".uno:NewRecord\">Lager en ny post.</ahelp>" + #. xhXB3 #: main0213.xhp msgctxt "" @@ -1348,14 +1411,14 @@ msgctxt "" msgid "Save Record" msgstr "Lagre post" -#. 8jt28 +#. aLCSc #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3150647\n" "help.text" -msgid "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>" -msgstr "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Ikon</alt></image>" +msgid "<image id=\"img_id3150941\" src=\"cmd/lc_recsave.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150941\">Icon</alt></image>" +msgstr "" #. Dbdf5 #: main0213.xhp @@ -1375,14 +1438,14 @@ msgctxt "" msgid "Undo: Data entry" msgstr "Angre: Innskriving" -#. PUZuM +#. AbFTp #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3166423\n" "help.text" -msgid "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>" -msgstr "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Ikon</alt></image>" +msgid "<image id=\"img_id3156138\" src=\"cmd/lc_recundo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156138\">Icon Undo Data Entry</alt></image>" +msgstr "" #. GAZ7t #: main0213.xhp @@ -1393,68 +1456,59 @@ msgctxt "" msgid "<ahelp hid=\".uno:RecUndo\">Allows you to undo a data entry.</ahelp>" msgstr "<ahelp hid=\".uno:RecUndo\">Lar deg angre en dataoppføring.</ahelp>" -#. aKiBF -#: main0213.xhp -msgctxt "" -"main0213.xhp\n" -"hd_id3149967\n" -"help.text" -msgid "New Record" -msgstr "Ny post" - -#. 6m8Ym +#. BEGSZ #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3149735\n" +"hd_id3153659\n" "help.text" -msgid "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>" -msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Ikon</alt></image>" +msgid "Delete Record" +msgstr "Slett post" -#. e4GJo +#. QiWg2 #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3148460\n" +"par_id3145584\n" "help.text" -msgid "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>" -msgstr "<ahelp hid=\".uno:NewRecord\">Lager en ny post.</ahelp>" +msgid "<image id=\"img_id3166434\" src=\"cmd/lc_deleterecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166434\">Icon Delete Record</alt></image>" +msgstr "" -#. BEGSZ +#. noMmE #: main0213.xhp msgctxt "" "main0213.xhp\n" -"hd_id3153659\n" +"par_id3148817\n" "help.text" -msgid "Delete Record" -msgstr "Slett post" +msgid "<ahelp hid=\".uno:DeleteRecord\">Deletes a record. A query needs to be confirmed before deleting.</ahelp>" +msgstr "<ahelp hid=\".uno:DeleteRecord\">Sletter en post. Du vil bli bedt om en bekreftelse.</ahelp>" -#. GBGFJ +#. oon6s #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3145584\n" +"hd_id161647003427601\n" "help.text" -msgid "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Icon</alt></image>" -msgstr "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Ikon</alt></image>" +msgid "Refresh Control" +msgstr "" -#. noMmE +#. zuPjH #: main0213.xhp msgctxt "" "main0213.xhp\n" -"par_id3148817\n" +"par_id861647005853278\n" "help.text" -msgid "<ahelp hid=\".uno:DeleteRecord\">Deletes a record. A query needs to be confirmed before deleting.</ahelp>" -msgstr "<ahelp hid=\".uno:DeleteRecord\">Sletter en post. Du vil bli bedt om en bekreftelse.</ahelp>" +msgid "<image src=\"cmd/lc_refreshformcontrol.svg\" id=\"img_id901647005853278\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id581647005853278\">Icon Refresh Control</alt></image>" +msgstr "" -#. Ck3Di +#. 8RmLu #: main0213.xhp msgctxt "" "main0213.xhp\n" -"hd_id3156448\n" +"par_id811647005853278\n" "help.text" -msgid "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link>" -msgstr "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Finn post</link>" +msgid "Refresh current control" +msgstr "" #. BUNUA #: main0213.xhp @@ -1555,41 +1609,32 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>" msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Legg til felt</link>" -#. wRQBB +#. ibj9F #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3150669\n" +"hd_id3146815\n" "help.text" -msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>" -msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Grupper</link>" - -#. wGJxh -#: main0226.xhp -msgctxt "" -"main0226.xhp\n" -"hd_id3147335\n" -"help.text" -msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>" -msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Løs opp gruppe</link>" +msgid "Automatic Control Focus" +msgstr "" -#. xGUB3 +#. gg2Ag #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3156024\n" +"par_id3150261\n" "help.text" -msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>" -msgstr "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Gå inn i gruppe</link>" +msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgstr "" -#. 2C7BG +#. ZbBmL #: main0226.xhp msgctxt "" "main0226.xhp\n" -"hd_id3149295\n" +"par_id3109848\n" "help.text" -msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>" -msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Gå ut av gruppe</link>" +msgid "<ahelp hid=\".uno:AutoControlFocus\">If <emph>Automatic Control Focus</emph> 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 <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link> that you have specified determines which is the first form control.</ahelp>" +msgstr "" #. pE5xB #: main0226.xhp diff --git a/source/nb/helpcontent2/source/text/shared/00.po b/source/nb/helpcontent2/source/text/shared/00.po index 39e0b3365b9..d4752214270 100644 --- a/source/nb/helpcontent2/source/text/shared/00.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563822810.000000\n" #. 3B8ZN @@ -9907,14 +9907,14 @@ msgctxt "" msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar." msgstr "Knappen <emph>Sorteringsrekkefølge</emph> på verktøylinjene for tabelldata og skjemautforming" -#. vXBgY +#. sDtNU #: 00000450.xhp msgctxt "" "00000450.xhp\n" "par_id3150393\n" "help.text" -msgid "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145606\">Sort Order Icon</alt></image>" -msgstr "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145606\">Sorteringsikon</alt></image>" +msgid "<image id=\"img_id3145606\" src=\"cmd/lc_datasort.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145606\">Sort Order Icon</alt></image>" +msgstr "" #. gPJGC #: 00000450.xhp @@ -14722,6 +14722,15 @@ msgctxt "" msgid "<variable id=\"dvergl\">Choose <menuitem>Edit - Track Changes - Compare Document</menuitem>.</variable>" msgstr "<variable id=\"dvergl\">Velg <menuitem>Rediger - Spor endringer - Sammenlign dokument</menuitem>.</variable>" +#. 6BEEG +#: edit_menu.xhp +msgctxt "" +"edit_menu.xhp\n" +"par_id561647263926698\n" +"help.text" +msgid "<variable id=\"protect\">Choose <menuitem>Edit - Track Changes - Protect</menuitem></variable>" +msgstr "" + #. DrLSp #: edit_menu.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/shared/01.po b/source/nb/helpcontent2/source/text/shared/01.po index 6efe52721b3..bfa4df1654b 100644 --- a/source/nb/helpcontent2/source/text/shared/01.po +++ b/source/nb/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: 2022-02-04 11:53+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/nb_NO/>\n" @@ -12364,6 +12364,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Tracks each change that is made in the current document by author and date.</ahelp>" msgstr "" +#. FCvXm +#: 02230100.xhp +msgctxt "" +"02230100.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. FJDpx #: 02230100.xhp msgctxt "" @@ -12553,6 +12562,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Prevents a user from deactivating the record changes feature, or from accepting or rejecting changes unless the user enters a password.</ahelp>" msgstr "" +#. T47Qe +#: 02230150.xhp +msgctxt "" +"02230150.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. SuBoG #: 02230200.xhp msgctxt "" @@ -12589,6 +12607,15 @@ msgctxt "" msgid "<variable id=\"text\"><ahelp hid=\".\">Shows or hides recorded changes.</ahelp></variable>" msgstr "" +#. BkpRH +#: 02230200.xhp +msgctxt "" +"02230200.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. yi8Qe #: 02230200.xhp msgctxt "" @@ -12670,22 +12697,22 @@ msgctxt "" msgid "Comment" msgstr "Merknad" -#. kACnW +#. gYF3A #: 02230300.xhp msgctxt "" "02230300.xhp\n" "hd_id3083278\n" "help.text" -msgid "Comment" -msgstr "Merknad" +msgid "Insert Track Change Comment" +msgstr "" -#. PGH6N +#. 56iv7 #: 02230300.xhp msgctxt "" "02230300.xhp\n" "par_id3148983\n" "help.text" -msgid "<variable id=\"kommentartext\"><ahelp hid=\".\">Enter a comment for the recorded change.</ahelp></variable>" +msgid "<variable id=\"kommentartext\"><ahelp hid=\".\">Enter a comment for the recorded change.</ahelp> </variable>" msgstr "" #. C9xGD @@ -12715,13 +12742,13 @@ msgctxt "" msgid "Manage changes" msgstr "" -#. boG5C +#. PLMdJ #: 02230400.xhp msgctxt "" "02230400.xhp\n" "hd_id3145138\n" "help.text" -msgid "Manage changes" +msgid "<variable id=\"Manage changesh1\"><link href=\"text/shared/01/02230400.xhp\" name=\"Manage changes\">Manage changes</link></variable>" msgstr "" #. frkxa @@ -12733,6 +12760,15 @@ msgctxt "" msgid "<variable id=\"redlining\"><ahelp hid=\".\">Accept or reject recorded changes.</ahelp></variable>" msgstr "" +#. Em4CR +#: 02230400.xhp +msgctxt "" +"02230400.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. y9E7m #: 02230401.xhp msgctxt "" @@ -13453,6 +13489,15 @@ msgctxt "" msgid "<variable id=\"dokzus\"><ahelp hid=\".uno:MergeDocuments\" visibility=\"visible\">Imports changes made to copies of the same document into the original document. Changes made to footnotes, headers, frames and fields are ignored.</ahelp></variable> Identical changes are merged automatically." msgstr "<variable id=\"dokzus\"><ahelp hid=\".uno:MergeDocuments\" visibility=\"visible\">Importer endringer som er gjort i kopier av det samme dokumentet inn i det originale dokumentet. Endringer som er gjort i bunnteksten, toppteksten, rammer og felt ignoreres.</ahelp></variable> Like endringer slås automatisk sammen." +#. TDL3V +#: 02230500.xhp +msgctxt "" +"02230500.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. fogGd #: 02240000.xhp msgctxt "" @@ -13462,14 +13507,14 @@ msgctxt "" msgid "Compare Document" msgstr "Sammenlign dokumenter" -#. GWDPD +#. gRCCF #: 02240000.xhp msgctxt "" "02240000.xhp\n" "hd_id3149877\n" "help.text" -msgid "Compare Document" -msgstr "Sammenlign dokumenter" +msgid "<variable id=\"Compare Documenth1\"><link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link></variable>" +msgstr "" #. hoReE #: 02240000.xhp @@ -13480,6 +13525,15 @@ msgctxt "" msgid "<variable id=\"dokver\"><ahelp hid=\".uno:CompareDocuments\">Compares the current document with a document that you select.</ahelp></variable> 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 <emph>Reject</emph>, and then clicking <emph>Insert</emph>." msgstr "<variable id=\"dokver\"><ahelp hid=\".uno:CompareDocuments\">Sammenlign dokumentet med et annet du velger.</ahelp></variable> Innholdet i det valgte dokumentet vil bli markert som slettet i dialogvinduet som åpnes. Du kan sette innholdet i den valgte filen inn i det gjeldende dokumentet ved å velge de slettede elementene du vil bruke. Dette gjøres ved først å trykke <emph>Forkast</emph>, og deretter <emph>Sett inn</emph>." +#. JUG2v +#: 02240000.xhp +msgctxt "" +"02240000.xhp\n" +"par_id251647262886504\n" +"help.text" +msgid "On the <emph>Track Changes</emph> toolbar, click" +msgstr "" + #. RncNB #: 02240000.xhp msgctxt "" @@ -42712,24 +42766,6 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/accelconfigpage/save\">Saves the current shortcut key configuration, so that you can load it later.</ahelp>" msgstr "<ahelp hid=\"cui/ui/accelconfigpage/save\">Lagre oppsettet av hurtigtaster slik at de kan hentes inn senere.</ahelp>" -#. 8FyVA -#: 06140200.xhp -msgctxt "" -"06140200.xhp\n" -"hd_id3150824\n" -"help.text" -msgid "Reset" -msgstr "Nullstill" - -#. TnfSW -#: 06140200.xhp -msgctxt "" -"06140200.xhp\n" -"par_id756248\n" -"help.text" -msgid "<ahelp hid=\".\">Resets modified values back to the default values.</ahelp>" -msgstr "<ahelp hid=\".\">Gjenoppretter standardverdier for endrede verdier.</ahelp>" - #. D33Wg #: 06140200.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/shared/02.po b/source/nb/helpcontent2/source/text/shared/02.po index 2d2b2b6701d..46b558409f8 100644 --- a/source/nb/helpcontent2/source/text/shared/02.po +++ b/source/nb/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: 2021-12-04 16:25+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563822183.000000\n" #. Edm6o @@ -682,14 +682,14 @@ msgctxt "" msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):" msgstr "Trykk på det følgende ikonet i verktøylinjen <emph>Sett inn</emph> (det kan hende du må slå på dette normalt usynlige ikonet):" -#. h7uSA +#. D33rn #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Ikon</alt></image>" +msgid "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon Select</alt></image>" +msgstr "" #. Dbydo #: 01170000.xhp @@ -817,14 +817,14 @@ msgctxt "" msgid "Select" msgstr "Velg" -#. RGwii +#. fgdPL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156106\n" "help.text" -msgid "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon</alt></image>" -msgstr "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Ikon</alt></image>" +msgid "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon Select</alt></image>" +msgstr "" #. G4itx #: 01170000.xhp @@ -835,131 +835,149 @@ 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 "Med denne knappen kan du sette musepekeren i valgmodus eller slå av denne modusen. Valgmodus brukes til å velge kontrollelementer i skjemaet." -#. bHC3y +#. PaHBt #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3146914\n" +"par_idN11B57\n" "help.text" -msgid "Check Box" -msgstr "Avkryssingsboks" +msgid "Wizards On/Off" +msgstr "Veivisere på/av" -#. xGAoN +#. fhDwK #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148483\n" +"par_idN11B65\n" "help.text" -msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" -msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Ikon Sjekkboks</alt></image>" +msgid "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon Toggle Form Control Wizards</alt></image>" +msgstr "" -#. fbJjh +#. ySzEv #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3153927\n" +"par_idN11B76\n" "help.text" -msgid "<ahelp hid=\".uno:CheckBox\">Creates a check box.</ahelp> Check boxes allow you to activate or deactivate a function in a form." -msgstr "<ahelp hid=\".uno:CheckBox\">Lag en avkryssingsboks.</ahelp> Avkryssingsbokser lar deg slå på eller av en funksjon i et skjema." +msgid "Turns on and turns off the automatic form controls wizards." +msgstr "Slår automatiske veivisere for kontrollelementer i skjemaer på eller av." -#. gpFGz +#. DAjtU #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153794\n" +"par_id6403088\n" "help.text" -msgid "Text Box" -msgstr "Tekstfelt" +msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls." +msgstr "Disse veiviserene hjelper deg med å legge inn egenskaper for listebokser, tabellelementer og andre kontrollelementer." -#. jxTx3 +#. aoQcs #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3163665\n" +"par_idN10CF7\n" "help.text" -msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" -msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Ikon Tekstboks</alt></image>" +msgid "Form Design" +msgstr "Skjemautforming" -#. p3BAw +#. JCSYg #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3158444\n" +"par_id671646965582973\n" "help.text" -msgid "<ahelp hid=\".uno:Edit\">Creates a text box.</ahelp> 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 "<ahelp hid=\".uno:Edit\">Lag et tekstfelt</ahelp>Tekstfelt er felt der brukeren kan skrive inn tekst. I skjemaer viser tekstfeltene data eller lar deg skrive inn nye data." +msgid "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Icon Form Design Tools</alt></image>" +msgstr "" -#. cEtdx +#. vxxz2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3151218\n" +"par_idN10D0D\n" "help.text" -msgid "Formatted Field" -msgstr "Formatert felt" +msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/main0226.xhp\"><emph>Form Design</emph></link> toolbar.</ahelp>" +msgstr "<ahelp hid=\".\">Åpner verktøylinjen <link href=\"text/shared/main0226.xhp\"><emph>Skjemautforming</emph></link>.</ahelp>" -#. ehyrQ +#. yDFji #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154836\n" +"hd_id3145618\n" "help.text" -msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" -msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Ikon Formatert Felt</alt></image>" +msgid "Label Field" +msgstr "Etikettfelt" -#. W4Jis +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3147547\n" +"par_id3145295\n" "help.text" -msgid "<ahelp hid=\".uno:FormattedField\">Creates a formatted field.</ahelp> 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 "<ahelp hid=\".uno:FormattedField\">Lag et formatert felt.</ahelp> Et formatert felt er et tekstfelt der du kan avgjøre hvordan inndata og utdata skal formateres, og hva grenseverdiene skal være." +msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" +msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Ikon Etikettfelt</alt></image>" -#. aVSCN +#. xAedG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3155346\n" +"par_id3148534\n" "help.text" -msgid "A formatted field has <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">special control properties</link> (choose <emph>Format - Control</emph>)." -msgstr "Formaterte felt har <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">spesielle kontrollegenskaper</link> (velg <emph>Format → Kontrollelement</emph>)." +msgid "<ahelp hid=\".uno:Label\">Creates a field for displaying text.</ahelp> These labels are only for displaying predefined text. Entries cannot be made in these fields." +msgstr "<ahelp hid=\".uno:Label\">Lag et felt for visning av tekst.</ahelp> Disse etikettene er bare for tekst som er skrevet inn på forhånd. Du kan ikke skrive inn noe i disse feltene." -#. gcjjG +#. gpFGz #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3148774\n" +"hd_id3153794\n" "help.text" -msgid "Push Button" -msgstr "Trykknapp" +msgid "Text Box" +msgstr "Tekstfelt" -#. GsVDb +#. 4jdgA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145801\n" +"par_id3163665\n" "help.text" -msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" -msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Ikon Trykknapp</alt></image>" +msgid "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" +msgstr "" -#. KTA7G +#. p3BAw #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3147046\n" +"par_id3158444\n" "help.text" -msgid "<ahelp hid=\".uno:Pushbutton\">Creates a push button.</ahelp> This function can be used to execute a command for a defined event, such as a mouse click." -msgstr "<ahelp hid=\".uno:Pushbutton\">Lag en knapp som kan trykkes på.</ahelp> Denne funksjonen kan bruke til å utføre kommandoer for en spesiell hendelse, for eksempel et museklikk." +msgid "<ahelp hid=\".uno:Edit\">Creates a text box.</ahelp> 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 "<ahelp hid=\".uno:Edit\">Lag et tekstfelt</ahelp>Tekstfelt er felt der brukeren kan skrive inn tekst. I skjemaer viser tekstfeltene data eller lar deg skrive inn nye data." -#. WB9wA +#. bHC3y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154731\n" +"hd_id3146914\n" "help.text" -msgid "You can apply text and graphics to these buttons." -msgstr "Du kan legge tekst og bilde på disse knappene." +msgid "Check Box" +msgstr "Avkryssingsboks" + +#. GypEC +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_id3148483\n" +"help.text" +msgid "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" +msgstr "" + +#. fbJjh +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_id3153927\n" +"help.text" +msgid "<ahelp hid=\".uno:CheckBox\">Creates a check box.</ahelp> Check boxes allow you to activate or deactivate a function in a form." +msgstr "<ahelp hid=\".uno:CheckBox\">Lag en avkryssingsboks.</ahelp> Avkryssingsbokser lar deg slå på eller av en funksjon i et skjema." #. J2PmD #: 01170000.xhp @@ -970,14 +988,14 @@ msgctxt "" msgid "Option Button" msgstr "Valgknapp" -#. qpeu3 +#. DQofS #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" -msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Ikon Alternativknapp</alt></image>" +msgid "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" +msgstr "" #. DJdqY #: 01170000.xhp @@ -997,14 +1015,14 @@ msgctxt "" msgid "List Box" msgstr "Listeboks" -#. NBqDr +#. xeMzN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" -msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Ikon Listeboks</alt></image>" +msgid "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" +msgstr "" #. Dbwav #: 01170000.xhp @@ -1024,14 +1042,14 @@ msgctxt "" msgid "Combo Box" msgstr "Kombinasjonsboks" -#. 8M2uc +#. pdZ4w #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" -msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Ikon Kombinasjonsboks</alt></image>" +msgid "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" +msgstr "" #. bUeTF #: 01170000.xhp @@ -1042,392 +1060,410 @@ msgctxt "" msgid "<ahelp hid=\".uno:ComboBox\">Creates a combo box.</ahelp> 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 <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document." msgstr "<ahelp hid=\".uno:ComboBox\">Lager en kombinasjonsboks.</ahelp> En kombinasjonsboks er en en-linjers listeboks med en nedtrekksliste som du kan bruke til å velge et alternativ. Du kan angi at kombinasjonsboksen skal være «skrivebeskyttet», slik at brukere ikke kan legge til andre oppføringer enn de som allerede er i listen. Hvis skjemaet er koblet til en database, og databasekoblingen er aktiv, vil <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>Kombinasjonsboksveiviseren</emph></link> automatisk starte etter at kombinasjonsboksen er satt inn i dokumentet." -#. yDFji +#. gcjjG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3145618\n" +"hd_id3148774\n" "help.text" -msgid "Label Field" -msgstr "Etikettfelt" +msgid "Push Button" +msgstr "Trykknapp" -#. z6KGA +#. EYKJx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145295\n" +"par_id3145801\n" "help.text" -msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" -msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Ikon Etikettfelt</alt></image>" +msgid "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" +msgstr "" -#. xAedG +#. KTA7G #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148534\n" +"par_id3147046\n" "help.text" -msgid "<ahelp hid=\".uno:Label\">Creates a field for displaying text.</ahelp> These labels are only for displaying predefined text. Entries cannot be made in these fields." -msgstr "<ahelp hid=\".uno:Label\">Lag et felt for visning av tekst.</ahelp> Disse etikettene er bare for tekst som er skrevet inn på forhånd. Du kan ikke skrive inn noe i disse feltene." +msgid "<ahelp hid=\".uno:Pushbutton\">Creates a push button.</ahelp> This function can be used to execute a command for a defined event, such as a mouse click." +msgstr "<ahelp hid=\".uno:Pushbutton\">Lag en knapp som kan trykkes på.</ahelp> Denne funksjonen kan bruke til å utføre kommandoer for en spesiell hendelse, for eksempel et museklikk." -#. aoQcs +#. WB9wA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN10CF7\n" +"par_id3154731\n" "help.text" -msgid "Form Design" -msgstr "Skjemautforming" +msgid "You can apply text and graphics to these buttons." +msgstr "Du kan legge tekst og bilde på disse knappene." -#. vxxz2 +#. YzDya #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN10D0D\n" +"hd_id3153316\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/main0226.xhp\"><emph>Form Design</emph></link> toolbar.</ahelp>" -msgstr "<ahelp hid=\".\">Åpner verktøylinjen <link href=\"text/shared/main0226.xhp\"><emph>Skjemautforming</emph></link>.</ahelp>" +msgid "Image Button" +msgstr "Bildeknapp" -#. PaHBt +#. SpSoG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B57\n" +"par_id3159622\n" "help.text" -msgid "Wizards On/Off" -msgstr "Veivisere på/av" +msgid "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" -#. GY3P2 +#. B9Era #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B65\n" +"par_id3148601\n" "help.text" -msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Ikon</alt></image>" +msgid "<ahelp hid=\".uno:Imagebutton\">Creates a button displayed as an image.</ahelp> Aside from the graphic representation, an image button has the same properties as a \"normal\" button." +msgstr "<ahelp hid=\".uno:Imagebutton\">Lager en knapp som vises som et bilde.</ahelp> Bortsett fra selve bildet, har en bildeknapp de samme egenskapene som en vanlig knapp." -#. ySzEv +#. cEtdx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B76\n" +"hd_id3151218\n" "help.text" -msgid "Turns on and turns off the automatic form controls wizards." -msgstr "Slår automatiske veivisere for kontrollelementer i skjemaer på eller av." +msgid "Formatted Field" +msgstr "Formatert felt" -#. DAjtU +#. eFvnd #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id6403088\n" +"par_id3154836\n" "help.text" -msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls." -msgstr "Disse veiviserene hjelper deg med å legge inn egenskaper for listebokser, tabellelementer og andre kontrollelementer." +msgid "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" +msgstr "" -#. DKSBw +#. W4Jis #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3149436\n" +"par_id3147547\n" "help.text" -msgid "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Context Menu Commands</link>" -msgstr "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Menyvalg på sprettoppmenyen</link>" +msgid "<ahelp hid=\".uno:FormattedField\">Creates a formatted field.</ahelp> 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 "<ahelp hid=\".uno:FormattedField\">Lag et formatert felt.</ahelp> Et formatert felt er et tekstfelt der du kan avgjøre hvordan inndata og utdata skal formateres, og hva grenseverdiene skal være." -#. MoAVD +#. aVSCN #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A56\n" +"par_id3155346\n" "help.text" -msgid "Spin Button" -msgstr "Rulleknapp" +msgid "A formatted field has <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">special control properties</link> (choose <emph>Format - Control</emph>)." +msgstr "Formaterte felt har <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">spesielle kontrollegenskaper</link> (velg <emph>Format → Kontrollelement</emph>)." -#. 2dBYJ +#. FDhXd #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A64\n" +"hd_id3156040\n" "help.text" -msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Ikon</alt></image>" +msgid "Date Field" +msgstr "Datofelt" -#. rY5Pe +#. g7AvH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11A75\n" +"par_id3149423\n" "help.text" -msgid "<ahelp hid=\".uno:SpinButton\">Creates a spin button.</ahelp>" -msgstr "<ahelp hid=\".uno:SpinButton\">Lag en rulleknapp.</ahelp>" +msgid "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon Date Field</alt></image>" +msgstr "" -#. L6D5h +#. sSv2y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id710776\n" +"par_id3151312\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." -msgstr "I et Calc-rekneark kan du legge til en rulleknapp og lage en toveis lenke mellom rulleknappen og en celle ved hjelp av fanen «Data». Da vil det være slik at rulleknappen endrer seg når du endrer innholdet i cellen, og omvendt." +msgid "<ahelp hid=\".uno:DateField\">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database." +msgstr "<ahelp hid=\".uno:DateField\">Lag et datofelt.</ahelp> Hvis skjemaet er knyttet til en database kan verdiene hentes derfra." -#. dHgny +#. rAgZA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ABC\n" +"par_id3151302\n" "help.text" -msgid "Scrollbar" -msgstr "Rullefelt" +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 <emph>Table Control</emph> field." +msgstr "Hvis du velger egenskapen «Rullegardin» for et datofelt, kan brukeren velge dato fra en kalender som åpner seg nedenfor datofeltet. Dette gjelder også for datofelt inne i et<emph> tabellkontrollfelt.</emph>" -#. Mhj4A +#. kx8f2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ACA\n" +"par_id3154395\n" "help.text" -msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Ikon</alt></image>" +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 "Du kan enkelt redigere datofelt med tastene pil opp- og pil ned. Avhengig av markørens plassering, kan dato, måned eller år endres med piltastene." -#. RNigC +#. zBejA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11ADB\n" +"par_id3153112\n" "help.text" -msgid "<ahelp hid=\".uno:ScrollBar\">Creates a scrollbar.</ahelp>" -msgstr "<ahelp hid=\".uno:ScrollBar\">Lag et rullefelt.</ahelp>" +msgid "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Specific Remarks on Date Fields</link>." +msgstr "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Merknader om datofelt</link>." -#. C8usb +#. Qw4Qa #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CA3\n" +"hd_id3154652\n" "help.text" -msgid "You can specify the following properties for a scrollbar:" -msgstr "Du kan angi disse egenskapene for et rullefelt:" +msgid "Numerical Field" +msgstr "Tallfelt" -#. 5NXLp +#. KFezM #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CDA\n" +"par_id3149396\n" "help.text" -msgid "UI name" -msgstr "Navn i grensesnittet" +msgid "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon Numerical Field</alt></image>" +msgstr "" -#. KiE2x +#. 3jPvp #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CE0\n" +"par_id3145601\n" "help.text" -msgid "Semantics" -msgstr "Betydning" +msgid "<ahelp hid=\".uno:NumericField\">Creates a numerical field.</ahelp> If the form is linked to a database, the numerical values in the form can be adopted from the database." +msgstr "<ahelp hid=\".uno:NumericField\">Lag et tallfelt.</ahelp> Hvis skjemaet er knyttet til en database kan tallverdiene til feltet hentes derfra." -#. PNDZB +#. 7u2GY #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CE7\n" +"hd_id3145147\n" "help.text" -msgid "Scroll value min" -msgstr "Minste rulleverdi" +msgid "Group Box" +msgstr "Grupperamme" -#. h7UcE +#. G7yzH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CED\n" +"par_id3159334\n" "help.text" -msgid "Specifies the minimum height or the minimum width of a scrollbar." -msgstr "Velg den minste høyden eller bredden på et rullefelt." +msgid "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" +msgstr "" -#. 8R3PE +#. 3Suwy #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CF4\n" +"par_id3154572\n" "help.text" -msgid "Scroll value max" -msgstr "Høyeste rulleverdi" +msgid "<ahelp hid=\".uno:GroupBox\">Creates a frame to visually group several controls.</ahelp> <emph>Group boxes</emph> allow you to group option buttons in a frame." +msgstr "<ahelp hid=\".uno:GroupBox\">Lag en ramme for knapper og andre felt.</ahelp> <emph>Grupperingsrammer</emph> lar deg gruppere valgknapper i en ramme." -#. BGGh8 +#. GXbwz #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11CFA\n" +"par_id3148394\n" "help.text" -msgid "Specifies the maximum height or the maximum width of a scrollbar." -msgstr "Velg den største høyden eller bredden på et rullefelt." +msgid "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group." +msgstr "Hvis du setter en grupperamme inn i dokumentet, startes <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\"><emph>Veiviseren for gruppeelement</emph></link>. Der kan du enkelt lage en valggruppe." -#. 44sBA +#. YPpYV #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D01\n" +"par_id3150567\n" "help.text" -msgid "Default scroll value" -msgstr "Standard rulleverdi" +msgid "<emph>Note:</emph> 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 <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>." +msgstr "<emph>Merk:</emph> Når du drar en gruppeboks over kontrollelementer som ligger der fra før, og så vil velge et kontrollelement, må du først åpne sprettoppmenyen til gruppeboksen og velge <emph>Still opp → Flytt bakerst</emph>. Deretter velger du kontrollelementet mens du holder nede <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>" -#. TFnZ8 +#. 6DEDD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D07\n" +"par_id3145615\n" "help.text" -msgid "Specifies the default value of a scrollbar, used when the form is reset." -msgstr "Velg standardverdien til et rullefelt, brukes når skjemaet tilbakestilles." +msgid "<emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them." +msgstr "<emph>Gruppebokser</emph> er bare til pynt. Du kan gruppere valgfelt sammen etter funksjon ved å endre egenskapen <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Navn</emph></link> til det samme for alle feltene." -#. bK7Vi +#. Aj5PP #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D0E\n" +"hd_id3152369\n" "help.text" -msgid "Orientation" -msgstr "Retning" +msgid "Time Field" +msgstr "Klokkeslettfelt" -#. xUPB2 +#. ebcMe #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D14\n" +"par_id3153687\n" "help.text" -msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical." -msgstr "Velg retningen på et rullefelt, det vil si horisontalt eller vertikalt." +msgid "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon Time Field</alt></image>" +msgstr "" -#. fmsPT +#. 7apBh #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D1B\n" +"par_id3155399\n" "help.text" -msgid "Small change" -msgstr "Liten endring" +msgid "<ahelp hid=\".uno:TimeField\">Creates a time field.</ahelp> If the form is linked to a database, the time values for the form can be adopted from the database." +msgstr "<ahelp hid=\".uno:TimeField\">Lag et tidsfelt.</ahelp> Hvis skjemaet er knyttet til en database kan verdiene til feltet hentes derfra." -#. ZXezA +#. keYu2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D21\n" +"par_id3154764\n" "help.text" -msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow." -msgstr "Velg det minste stykket du kan rulle med rullefeltet, for eksempel når du trykker på en av pilene." +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 "Du kan enkelt redigere klokkeslettfelt med tastene pil opp- og pil ned. Avhenging av markørens plassering, kan time, minutt eller sekund endres med piltastene." -#. CySRJ +#. EGmCN #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D28\n" +"hd_id3153612\n" "help.text" -msgid "Large change" -msgstr "Stor endring" +msgid "Currency Field" +msgstr "Valutafelt" -#. h3r9X +#. Znjzh #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D2E\n" +"par_id3145324\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." -msgstr "Velg hvor langt rullefeltet skal flyttes ved store endringer, for eksempel når du klikker i feltet mellom bjelken på rullefeltet og en av pilene." +msgid "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon Currency Field</alt></image>" +msgstr "" -#. 34PS4 +#. dc7AD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D35\n" +"par_id3145115\n" "help.text" -msgid "Delay" -msgstr "Forsinkelse" +msgid "<ahelp hid=\".uno:CurrencyField\">Creates a currency field.</ahelp> If the form is linked to a database, the currency field contents for in the form can be adopted from the database." +msgstr "<ahelp hid=\".uno:CurrencyField\">Lag et valutafelt.</ahelp> Hvis skjemaet er knyttet til en database kan innholdet av valutafeltet hentes derfra." -#. RAwEx +#. 2KYgF #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D3B\n" +"hd_id3148825\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." -msgstr "Velg forsinkelsen i millisekunder mellom rullefelthendelser. Dette styrer for eksempel forsinkelsen når du trykker og holder nede en pilknapp på rullefeltet." +msgid "Pattern Field" +msgstr "Mønsterfelt" -#. 4cEzG +#. 3CqxF #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D42\n" +"par_id3149742\n" "help.text" -msgid "Symbol color" -msgstr "Symbolfarge" +msgid "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon Pattern Field</alt></image>" +msgstr "" -#. wrXfx +#. 4SYQW #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D48\n" +"par_id3150122\n" "help.text" -msgid "Specifies the color of the arrows on the scrollbar." -msgstr "Velg fargen på pilene i rullefeltet." +msgid "<ahelp hid=\".uno:PatternField\">Creates a pattern field.</ahelp> 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 "<ahelp hid=\".uno:PatternField\">Lag et mønsterfelt.</ahelp> Mønsterfelt er satt sammen av en redigeringsmaske og en tegnmaske. Redigeringsmasken avgjør hvilke data som kan skrives inn. Tegnmasken avgjør innholdet i mønsterfeltet når skjemaet blir lastet." -#. nqHkR +#. NiY7c #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D4F\n" +"par_id3152947\n" "help.text" -msgid "Visible Size" -msgstr "Synlig størrelse" +msgid "Please note that pattern fields are not exported into HTML format." +msgstr "Legg merke til at mønsterfelt ikke blir eksportert til HTML-formatet." -#. bGBpN +#. JBDBc #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D55\n" +"hd_id3157996\n" "help.text" -msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of <emph>(\"Scroll value max.\" minus \"Scroll value min.\") / 2</emph> results in a scrollbar thumb that occupies half of the scrollbar." -msgstr "Velg størrelsen på bjelken på rullefeltet i «verdienheter». For eksempel vil en verdi på<emph> («Høyeste rulleverdi» minus «Minste rulleverdi») / 2 </emph>gi en bjelke som fyller halve rullefeltet." +msgid "Table Control" +msgstr "Tabellkontrollelement" -#. kPyUP +#. bxMfG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D58\n" +"par_id3156402\n" "help.text" -msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the <emph>Visible Size</emph> to zero." -msgstr "Du kan gjøre rullefeltet like bredt som det er høyt ved å sette <emph>«Synlig størrelse»</emph> til null." +msgid "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" +msgstr "" -#. E82RH +#. YNpAD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11D63\n" +"par_id3154579\n" "help.text" -msgid "In a Calc spreadsheet, you can use the <emph>Data</emph> tab page to create a two-way link between a scrollbar and a cell." -msgstr "I et Calc-regneark kan du lage en toveis lenke mellom et rullefelt og en celle ved hjelp av fanen <emph>«Data»</emph>." +msgid "<ahelp hid=\".\">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\"><emph>Table Element Wizard</emph></link> appears." +msgstr "<ahelp hid=\".\">Lag et <emph>tabellkontrollelement</emph> for åpning av en databasetabell.</ahelp> Hvis du lager et nytt tabellkontrollelement, vil veiviseren for <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\"><emph>Tabellkontrollelementer</emph></link> starte." -#. YzDya +#. n4JKM #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153316\n" +"par_id3154697\n" "help.text" -msgid "Image Button" -msgstr "Bildeknapp" +msgid "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Special information about Table Controls</link>." +msgstr "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Merknader om tabellkontrollelementer</link>." -#. Dc2HC +#. yJm6y #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3159622\n" +"par_idN11B1E\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Ikon Bildeknapp</alt></image>" +msgid "Navigation bar" +msgstr "Navigasjonslinje" -#. B9Era +#. vGBDH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148601\n" +"par_idN11B2C\n" "help.text" -msgid "<ahelp hid=\".uno:Imagebutton\">Creates a button displayed as an image.</ahelp> Aside from the graphic representation, an image button has the same properties as a \"normal\" button." -msgstr "<ahelp hid=\".uno:Imagebutton\">Lager en knapp som vises som et bilde.</ahelp> Bortsett fra selve bildet, har en bildeknapp de samme egenskapene som en vanlig knapp." +msgid "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" +msgstr "" + +#. dmjpG +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11B3D\n" +"help.text" +msgid "<ahelp hid=\".\">Creates a <emph>Navigation</emph> bar.</ahelp>" +msgstr "<ahelp hid=\".\">Oppretter en<emph>Navigasjon</emph> rad.</ahelp>" + +#. VUmFZ +#: 01170000.xhp +msgctxt "" +"01170000.xhp\n" +"par_idN11DB1\n" +"help.text" +msgid "The <emph>Navigation</emph> bar allows you to move through the records of a database or a database form. The controls on this <emph>Navigation</emph> bar work the same way as the controls on the default <link href=\"text/shared/main0213.xhp\"><emph>Navigation</emph> bar</link> in $[officename]." +msgstr "Med en <emph>navigasjonslinje</emph> kan du gå fram og tilbake mellom poster i en database eller et databaseskjema. Knappene på denne <emph>navigasjonslinjen</emph> virker på samme måte som knappene på den vanlige <link href=\"text/shared/main0213.xhp\"><emph>navigasjonslinjen</emph></link> i $[officename]." #. uB2m7 #: 01170000.xhp @@ -1438,14 +1474,14 @@ msgctxt "" msgid "Image Control" msgstr "Bildefelt" -#. ymnGP +#. TFQ2v #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155869\n" "help.text" -msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" -msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Ikon Bildekontroll</alt></image>" +msgid "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" +msgstr "" #. ZJDNH #: 01170000.xhp @@ -1465,365 +1501,311 @@ msgctxt "" 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 <emph>Data</emph> tab page." msgstr "Du kan vise bilder fra en database i et skjema, og nye bilder kan settes inn i databasen så lenge bildefeltet ikke er skrivebeskyttet. Kontrollelementet må vise til et databasefelt av bildetypen. Du kan bruke datafeltet på fanen <emph>Data</emph> i egenskapene til å angi dette." -#. FDhXd -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"hd_id3156040\n" -"help.text" -msgid "Date Field" -msgstr "Datofelt" - -#. faE9Y -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3149423\n" -"help.text" -msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Ikon</alt></image>" - -#. sSv2y -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3151312\n" -"help.text" -msgid "<ahelp hid=\".uno:DateField\">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database." -msgstr "<ahelp hid=\".uno:DateField\">Lag et datofelt.</ahelp> Hvis skjemaet er knyttet til en database kan verdiene hentes derfra." - -#. rAgZA -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3151302\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 <emph>Table Control</emph> field." -msgstr "Hvis du velger egenskapen «Rullegardin» for et datofelt, kan brukeren velge dato fra en kalender som åpner seg nedenfor datofeltet. Dette gjelder også for datofelt inne i et<emph> tabellkontrollfelt.</emph>" - -#. kx8f2 -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3154395\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." -msgstr "Du kan enkelt redigere datofelt med tastene pil opp- og pil ned. Avhengig av markørens plassering, kan dato, måned eller år endres med piltastene." - -#. zBejA -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3153112\n" -"help.text" -msgid "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Specific Remarks on Date Fields</link>." -msgstr "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Merknader om datofelt</link>." - -#. Aj5PP +#. 4iACX #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3152369\n" +"hd_id3156186\n" "help.text" -msgid "Time Field" -msgstr "Klokkeslettfelt" +msgid "File Selection" +msgstr "Filutvalg" -#. T6act +#. VRYA8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3153687\n" +"par_id3150531\n" "help.text" -msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Ikon</alt></image>" +msgid "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" +msgstr "" -#. 7apBh +#. 4CELT #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3155399\n" +"par_id3149438\n" "help.text" -msgid "<ahelp hid=\".uno:TimeField\">Creates a time field.</ahelp> If the form is linked to a database, the time values for the form can be adopted from the database." -msgstr "<ahelp hid=\".uno:TimeField\">Lag et tidsfelt.</ahelp> Hvis skjemaet er knyttet til en database kan verdiene til feltet hentes derfra." +msgid "<ahelp hid=\".uno:FileControl\">Creates a button that enables file selection.</ahelp>" +msgstr "<ahelp hid=\".uno:FileControl\">Lag en knapp som åpner et filbehandlingsvindu.</ahelp>" -#. keYu2 +#. MoAVD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154764\n" +"par_idN11A56\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." -msgstr "Du kan enkelt redigere klokkeslettfelt med tastene pil opp- og pil ned. Avhenging av markørens plassering, kan time, minutt eller sekund endres med piltastene." +msgid "Spin Button" +msgstr "Rulleknapp" -#. 4iACX +#. CtQfD #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3156186\n" +"par_idN11A64\n" "help.text" -msgid "File Selection" -msgstr "Filutvalg" +msgid "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon Spin Button</alt></image>" +msgstr "" -#. oGq2E +#. rY5Pe #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150531\n" +"par_idN11A75\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" -msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Ikon Filvalg</alt></image>" +msgid "<ahelp hid=\".uno:SpinButton\">Creates a spin button.</ahelp>" +msgstr "<ahelp hid=\".uno:SpinButton\">Lag en rulleknapp.</ahelp>" -#. 4CELT +#. L6D5h #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149438\n" +"par_id710776\n" "help.text" -msgid "<ahelp hid=\".uno:FileControl\">Creates a button that enables file selection.</ahelp>" -msgstr "<ahelp hid=\".uno:FileControl\">Lag en knapp som åpner et filbehandlingsvindu.</ahelp>" +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 "I et Calc-rekneark kan du legge til en rulleknapp og lage en toveis lenke mellom rulleknappen og en celle ved hjelp av fanen «Data». Da vil det være slik at rulleknappen endrer seg når du endrer innholdet i cellen, og omvendt." -#. Qw4Qa +#. dHgny #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3154652\n" +"par_idN11ABC\n" "help.text" -msgid "Numerical Field" -msgstr "Tallfelt" +msgid "Scrollbar" +msgstr "Rullefelt" -#. c2Gra +#. teRA6 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149396\n" +"par_idN11ACA\n" "help.text" -msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Ikon</alt></image>" +msgid "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon Scrollbar</alt></image>" +msgstr "" -#. 3jPvp +#. RNigC #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145601\n" +"par_idN11ADB\n" "help.text" -msgid "<ahelp hid=\".uno:NumericField\">Creates a numerical field.</ahelp> If the form is linked to a database, the numerical values in the form can be adopted from the database." -msgstr "<ahelp hid=\".uno:NumericField\">Lag et tallfelt.</ahelp> Hvis skjemaet er knyttet til en database kan tallverdiene til feltet hentes derfra." +msgid "<ahelp hid=\".uno:ScrollBar\">Creates a scrollbar.</ahelp>" +msgstr "<ahelp hid=\".uno:ScrollBar\">Lag et rullefelt.</ahelp>" -#. EGmCN +#. C8usb #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3153612\n" +"par_idN11CA3\n" "help.text" -msgid "Currency Field" -msgstr "Valutafelt" +msgid "You can specify the following properties for a scrollbar:" +msgstr "Du kan angi disse egenskapene for et rullefelt:" -#. 6nQhR +#. 5NXLp #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145324\n" +"par_idN11CDA\n" "help.text" -msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Ikon</alt></image>" +msgid "UI name" +msgstr "Navn i grensesnittet" -#. dc7AD +#. KiE2x #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145115\n" +"par_idN11CE0\n" "help.text" -msgid "<ahelp hid=\".uno:CurrencyField\">Creates a currency field.</ahelp> If the form is linked to a database, the currency field contents for in the form can be adopted from the database." -msgstr "<ahelp hid=\".uno:CurrencyField\">Lag et valutafelt.</ahelp> Hvis skjemaet er knyttet til en database kan innholdet av valutafeltet hentes derfra." +msgid "Semantics" +msgstr "Betydning" -#. 2KYgF +#. PNDZB #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3148825\n" +"par_idN11CE7\n" "help.text" -msgid "Pattern Field" -msgstr "Mønsterfelt" +msgid "Scroll value min" +msgstr "Minste rulleverdi" -#. zwZsE +#. h7UcE #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3149742\n" +"par_idN11CED\n" "help.text" -msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Ikon</alt></image>" +msgid "Specifies the minimum height or the minimum width of a scrollbar." +msgstr "Velg den minste høyden eller bredden på et rullefelt." -#. 4SYQW +#. 8R3PE #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150122\n" +"par_idN11CF4\n" "help.text" -msgid "<ahelp hid=\".uno:PatternField\">Creates a pattern field.</ahelp> 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 "<ahelp hid=\".uno:PatternField\">Lag et mønsterfelt.</ahelp> Mønsterfelt er satt sammen av en redigeringsmaske og en tegnmaske. Redigeringsmasken avgjør hvilke data som kan skrives inn. Tegnmasken avgjør innholdet i mønsterfeltet når skjemaet blir lastet." +msgid "Scroll value max" +msgstr "Høyeste rulleverdi" -#. NiY7c +#. BGGh8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3152947\n" +"par_idN11CFA\n" "help.text" -msgid "Please note that pattern fields are not exported into HTML format." -msgstr "Legg merke til at mønsterfelt ikke blir eksportert til HTML-formatet." +msgid "Specifies the maximum height or the maximum width of a scrollbar." +msgstr "Velg den største høyden eller bredden på et rullefelt." -#. 7u2GY +#. 44sBA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3145147\n" +"par_idN11D01\n" "help.text" -msgid "Group Box" -msgstr "Grupperamme" +msgid "Default scroll value" +msgstr "Standard rulleverdi" -#. ZpKrz +#. TFnZ8 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3159334\n" +"par_idN11D07\n" "help.text" -msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" -msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Ikon Gruppeboks</alt></image>" +msgid "Specifies the default value of a scrollbar, used when the form is reset." +msgstr "Velg standardverdien til et rullefelt, brukes når skjemaet tilbakestilles." -#. 3Suwy +#. bK7Vi #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154572\n" +"par_idN11D0E\n" "help.text" -msgid "<ahelp hid=\".uno:GroupBox\">Creates a frame to visually group several controls.</ahelp> <emph>Group boxes</emph> allow you to group option buttons in a frame." -msgstr "<ahelp hid=\".uno:GroupBox\">Lag en ramme for knapper og andre felt.</ahelp> <emph>Grupperingsrammer</emph> lar deg gruppere valgknapper i en ramme." +msgid "Orientation" +msgstr "Retning" -#. GXbwz +#. xUPB2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3148394\n" +"par_idN11D14\n" "help.text" -msgid "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group." -msgstr "Hvis du setter en grupperamme inn i dokumentet, startes <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\"><emph>Veiviseren for gruppeelement</emph></link>. Der kan du enkelt lage en valggruppe." +msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical." +msgstr "Velg retningen på et rullefelt, det vil si horisontalt eller vertikalt." -#. YPpYV +#. fmsPT #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150567\n" +"par_idN11D1B\n" "help.text" -msgid "<emph>Note:</emph> 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 <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>." -msgstr "<emph>Merk:</emph> Når du drar en gruppeboks over kontrollelementer som ligger der fra før, og så vil velge et kontrollelement, må du først åpne sprettoppmenyen til gruppeboksen og velge <emph>Still opp → Flytt bakerst</emph>. Deretter velger du kontrollelementet mens du holder nede <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>" +msgid "Small change" +msgstr "Liten endring" -#. 6DEDD +#. ZXezA #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3145615\n" +"par_idN11D21\n" "help.text" -msgid "<emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them." -msgstr "<emph>Gruppebokser</emph> er bare til pynt. Du kan gruppere valgfelt sammen etter funksjon ved å endre egenskapen <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Navn</emph></link> til det samme for alle feltene." +msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow." +msgstr "Velg det minste stykket du kan rulle med rullefeltet, for eksempel når du trykker på en av pilene." -#. JBDBc +#. CySRJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3157996\n" +"par_idN11D28\n" "help.text" -msgid "Table Control" -msgstr "Tabellkontrollelement" +msgid "Large change" +msgstr "Stor endring" -#. sXNiD +#. h3r9X #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3156402\n" +"par_idN11D2E\n" "help.text" -msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" -msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Ikon Tabellkontroll</alt></image>" +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 "Velg hvor langt rullefeltet skal flyttes ved store endringer, for eksempel når du klikker i feltet mellom bjelken på rullefeltet og en av pilene." -#. YNpAD +#. 34PS4 #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154579\n" +"par_idN11D35\n" "help.text" -msgid "<ahelp hid=\".\">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\"><emph>Table Element Wizard</emph></link> appears." -msgstr "<ahelp hid=\".\">Lag et <emph>tabellkontrollelement</emph> for åpning av en databasetabell.</ahelp> Hvis du lager et nytt tabellkontrollelement, vil veiviseren for <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\"><emph>Tabellkontrollelementer</emph></link> starte." +msgid "Delay" +msgstr "Forsinkelse" -#. n4JKM +#. RAwEx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3154697\n" +"par_idN11D3B\n" "help.text" -msgid "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Special information about Table Controls</link>." -msgstr "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Merknader om tabellkontrollelementer</link>." +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 "Velg forsinkelsen i millisekunder mellom rullefelthendelser. Dette styrer for eksempel forsinkelsen når du trykker og holder nede en pilknapp på rullefeltet." -#. yJm6y +#. 4cEzG #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B1E\n" +"par_idN11D42\n" "help.text" -msgid "Navigation bar" -msgstr "Navigasjonslinje" +msgid "Symbol color" +msgstr "Symbolfarge" -#. z63Mz +#. wrXfx #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B2C\n" +"par_idN11D48\n" "help.text" -msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" -msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Ikon Navigasjonslinje</alt></image>" +msgid "Specifies the color of the arrows on the scrollbar." +msgstr "Velg fargen på pilene i rullefeltet." -#. dmjpG +#. nqHkR #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11B3D\n" +"par_idN11D4F\n" "help.text" -msgid "<ahelp hid=\".\">Creates a <emph>Navigation</emph> bar.</ahelp>" -msgstr "<ahelp hid=\".\">Oppretter en<emph>Navigasjon</emph> rad.</ahelp>" +msgid "Visible Size" +msgstr "Synlig størrelse" -#. VUmFZ +#. bGBpN #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_idN11DB1\n" +"par_idN11D55\n" "help.text" -msgid "The <emph>Navigation</emph> bar allows you to move through the records of a database or a database form. The controls on this <emph>Navigation</emph> bar work the same way as the controls on the default <link href=\"text/shared/main0213.xhp\"><emph>Navigation</emph> bar</link> in $[officename]." -msgstr "Med en <emph>navigasjonslinje</emph> kan du gå fram og tilbake mellom poster i en database eller et databaseskjema. Knappene på denne <emph>navigasjonslinjen</emph> virker på samme måte som knappene på den vanlige <link href=\"text/shared/main0213.xhp\"><emph>navigasjonslinjen</emph></link> i $[officename]." +msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of <emph>(\"Scroll value max.\" minus \"Scroll value min.\") / 2</emph> results in a scrollbar thumb that occupies half of the scrollbar." +msgstr "Velg størrelsen på bjelken på rullefeltet i «verdienheter». For eksempel vil en verdi på<emph> («Høyeste rulleverdi» minus «Minste rulleverdi») / 2 </emph>gi en bjelke som fyller halve rullefeltet." -#. R6tBB +#. kPyUP #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"hd_id3146815\n" +"par_idN11D58\n" "help.text" -msgid "Automatic Control Focus" -msgstr "Automatisk fokus på kontrollelement" +msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the <emph>Visible Size</emph> to zero." +msgstr "Du kan gjøre rullefeltet like bredt som det er høyt ved å sette <emph>«Synlig størrelse»</emph> til null." -#. LWHkL +#. E82RH #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3150261\n" +"par_idN11D63\n" "help.text" -msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Ikon</alt></image>" +msgid "In a Calc spreadsheet, you can use the <emph>Data</emph> tab page to create a two-way link between a scrollbar and a cell." +msgstr "I et Calc-regneark kan du lage en toveis lenke mellom et rullefelt og en celle ved hjelp av fanen <emph>«Data»</emph>." -#. iDFFL +#. DKSBw #: 01170000.xhp msgctxt "" "01170000.xhp\n" -"par_id3109848\n" +"hd_id3149436\n" "help.text" -msgid "<ahelp hid=\".uno:AutoControlFocus\">If <emph>Automatic Control Focus</emph> 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 <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link> that you have specified determines which is the first form control.</ahelp>" -msgstr "<ahelp hid=\".uno:AutoControlFocus\">Hvis <emph>automatisk fokuskontroll</emph> er slått på vil det første skjema-kontrollelementet bli valgt når du åpner et nytt dokument. Hvis det ikke er på vil teksten bli valgt etter åpning. Den <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">tabulator-rekkefølgen</link> du har valgt bestemmer hva som er det første skjema-kontrollelementet.</ahelp>" +msgid "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Context Menu Commands</link>" +msgstr "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Menyvalg på sprettoppmenyen</link>" #. EphvU #: 01170001.xhp @@ -9268,6 +9250,15 @@ msgctxt "" msgid "Add Field" msgstr "Legg til felt" +#. EJFFb +#: 01170400.xhp +msgctxt "" +"01170400.xhp\n" +"bm_id871647297744020\n" +"help.text" +msgid "<bookmark_value>database field;add to form</bookmark_value><bookmark_value>forms;add database field</bookmark_value><bookmark_value>database field;add to report</bookmark_value><bookmark_value>report;add database field</bookmark_value>" +msgstr "" + #. AmADg #: 01170400.xhp msgctxt "" @@ -10483,14 +10474,14 @@ msgctxt "" msgid "Display Grid" msgstr "Vis rutenett" -#. TqCDo +#. RQ8je #: 01171200.xhp msgctxt "" "01171200.xhp\n" "par_id3153750\n" "help.text" -msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>" -msgstr "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Ikon</alt></image>" +msgid "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Icon Display Grid</alt></image>" +msgstr "" #. UKBCB #: 01171200.xhp @@ -10528,14 +10519,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp>" msgstr "<ahelp hid=\".\">Velg om rammer, tegneelementer og kontrollelementer bare skal flyttes mellom punkter i rutenett.</ahelp>" -#. SGEDb +#. m7PAZ #: 01171300.xhp msgctxt "" "01171300.xhp\n" "par_id3156027\n" "help.text" -msgid "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Icon</alt></image>" -msgstr "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Ikon</alt></image>" +msgid "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Icon Snap to Grid</alt></image>" +msgstr "" #. Fb5KQ #: 01171300.xhp @@ -10564,14 +10555,14 @@ msgctxt "" msgid "Helplines While Moving" msgstr "Hjelpelinjer under flytting" -#. CLGAJ +#. KFSbC #: 01171400.xhp msgctxt "" "01171400.xhp\n" "par_id3149549\n" "help.text" -msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149760\">Icon</alt></image>" -msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149760\">>Ikon</alt></image>" +msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Icon Helplines While Moving</alt></image>" +msgstr "" #. AFaA2 #: 01171400.xhp @@ -14074,14 +14065,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:AutoFilter\">Filters the records, based on the content of the currently selected data field.</ahelp>" msgstr "<ahelp hid=\".uno:AutoFilter\">Filtrerer postene etter innholdet i det valgte datafeltet.</ahelp>" -#. sbJDk +#. 74YJk #: 12030000.xhp msgctxt "" "12030000.xhp\n" "par_id3151234\n" "help.text" -msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>" -msgstr "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Ikon</alt></image>" +msgid "<image id=\"img_id3147261\" src=\"cmd/lc_datafilterautofilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147261\">Icon AutoFilter</alt></image>" +msgstr "" #. qhCWv #: 12030000.xhp @@ -14200,14 +14191,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Refresh\">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current." msgstr "<ahelp hid=\".uno:Refresh\">Oppdater skjermbildet.</ahelp> I et flerbrukermiljø sikrer slik oppdatering at de nyeste dataene blir vist." -#. sCdzm +#. FDdEV #: 12050000.xhp msgctxt "" "12050000.xhp\n" "par_id3147261\n" "help.text" -msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>" -msgstr "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Ikon</alt></image>" +msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153910\">Icon Refresh</alt></image>" +msgstr "" #. fovgD #: 12050000.xhp @@ -16540,14 +16531,14 @@ msgctxt "" msgid "Unlike the normal search, which is activated by the <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\"><emph>Find Record</emph></link> icon on the <emph>Form</emph> 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 "I motsetning til vanlig søk, som du starter med <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\"><emph>Søk etter post</emph></link> på <emph>Skjemalinjen</emph>, kan du søke raskere med skjemabaserte filter. Vanligvis er det en rask databasetjener som står for søket. Du kan også skrive inn mer komplekse søkevilkår." -#. LnpgE +#. kDLDD #: 12110000.xhp msgctxt "" "12110000.xhp\n" "par_id3153394\n" "help.text" -msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>" -msgstr "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Ikon</alt></image>" +msgid "<image id=\"img_id3147226\" src=\"cmd/lc_datafilterspecialfilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147226\">Icon Form Filter</alt></image>" +msgstr "" #. 5NfGA #: 12110000.xhp @@ -16585,14 +16576,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Switches between the filtered and unfiltered view of the table.</ahelp>" msgstr "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Bytt mellom filtrert og ufiltrert visning av tabellen.</ahelp>" -#. zstf3 +#. WUQE5 #: 12120000.xhp msgctxt "" "12120000.xhp\n" "par_id3149999\n" "help.text" -msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3146130\">>Ikon</alt></image>" +msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Form Filter</alt></image>" +msgstr "" #. yEcEB #: 12120000.xhp @@ -16648,14 +16639,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ViewFormAsGrid\">Activates an additional table view when in the form view.</ahelp> When the <emph>Data source as table</emph> function is activated, you see the table in an area above the form." msgstr "<ahelp hid=\".uno:ViewFormAsGrid\">Slå på eller av tilleggsvisning av tabellen i skjemavisningen.</ahelp> Når funksjonen <emph>Datakilde som tabell</emph> er slått på, blir tabellen vist ovenfor skjemaet." -#. 3C96W +#. zFZbc #: 12130000.xhp msgctxt "" "12130000.xhp\n" "par_id3093440\n" "help.text" -msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>" -msgstr "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Ikon</alt></image>" +msgid "<image id=\"img_id3156414\" src=\"cmd/lc_viewformasgrid.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156414\">Icon</alt></image>" +msgstr "" #. u7TDW #: 12130000.xhp diff --git a/source/nb/helpcontent2/source/text/shared/04.po b/source/nb/helpcontent2/source/text/shared/04.po index b8f3a27748e..ce4fd64909a 100644 --- a/source/nb/helpcontent2/source/text/shared/04.po +++ b/source/nb/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: 2021-10-19 10:02+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared04/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1548254377.000000\n" #. GEuoc @@ -106,14 +106,14 @@ msgctxt "" msgid "You can enter arbitrary Unicode characters in the document typing the Unicode hexadecimal code point and then pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> (default). Type the Unicode hexadecimal notation and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> 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 "Du kan legge inn vilkårlige Unicode-tegn i dokumentet som skriver inn Unicode-heksadesimal kodepunkt og deretter trykke <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> (default). Skriv inn Unicode heksadesimal notasjon og trykk <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> for å veksle mellom Unicode-tegnet og dets heksadesimale notasjon. Valg er ikke nødvendig, men konverteringen vil gjelde for de valgte tegnene. Veksling skjer på tegnene før markørposisjonen når disse tegnene danner et gyldig heksadesimal Unicode-punkt. Hexadecimal kodepunkter med verdi i området U + 0000 til U + 0020 konverteres ikke." -#. u4AsW +#. PwHVE #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_id1001591272531804\n" "help.text" -msgid "The default Unicode conversion shortcut is <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> and <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+C</keycode></caseinline><defaultinline><keycode>Alt+C</keycode></defaultinline></switchinline> in some locales where the default Unicode shortcut interferes with the main menu shortcut. To reassign the shortcut, choose <menuitem>Tools > Customize > Keyboard</menuitem> and select <emph>Category:Options</emph> with <emph>Function:Toggle Unicode Notation</emph>." -msgstr "Standard snarvei til Unicode-konvertering er<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> and <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+C</keycode></caseinline><defaultinline><keycode>Alt+C</keycode></defaultinline></switchinline> i noen lokaliserte versjoner der standard Unicode-snarveien forstyrrer hovedmenyen. Hvis du vil tilordne snarveien, velger du <menuitem>Verktøy > Tilpass > Keyboard</menuitem>og velgt <emph>Kategor:Alternativer</emph> med <emph>Funksjon:Bytt Unicode Notasjon</emph>." +msgid "The default Unicode conversion shortcut is <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> and <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Option+C</keycode></caseinline><defaultinline><keycode>Alt+C</keycode></defaultinline></switchinline> in some locales where the default Unicode shortcut interferes with the main menu shortcut. To reassign the shortcut, choose <menuitem>Tools - Customize - Keyboard</menuitem> and select <emph>Category:Options</emph> with <emph>Function:Toggle Unicode Notation</emph>." +msgstr "" #. cBDHp #: 01010000.xhp diff --git a/source/nb/helpcontent2/source/text/shared/06.po b/source/nb/helpcontent2/source/text/shared/06.po index b05da9f18af..f9cd10ee571 100644 --- a/source/nb/helpcontent2/source/text/shared/06.po +++ b/source/nb/helpcontent2/source/text/shared/06.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-11 17:38+0000\n" +"PO-Revision-Date: 2022-03-03 19:39+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared06/nb_NO/>\n" "Language: nb\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1536707263.000000\n" #. EUcrc @@ -491,4 +491,4 @@ msgctxt "" "par_id91644338793051\n" "help.text" msgid "<link href=\"https://policies.google.com/privacy\" name=\"linkname\">YouTube Privacy Policy</link>" -msgstr "" +msgstr "<link href=\"https://policies.google.com/privacy\" name=\"linkname\">YouTube Personvernerklæring</link>" diff --git a/source/nb/helpcontent2/source/text/shared/guide.po b/source/nb/helpcontent2/source/text/shared/guide.po index 5fc613a8a38..e00ba35b8b7 100644 --- a/source/nb/helpcontent2/source/text/shared/guide.po +++ b/source/nb/helpcontent2/source/text/shared/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-21 15:23+0100\n" -"PO-Revision-Date: 2022-02-09 15:47+0000\n" +"POT-Creation-Date: 2022-03-21 12:31+0100\n" +"PO-Revision-Date: 2022-03-03 19:39+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/nb_NO/>\n" "Language: nb\n" @@ -673,23 +673,32 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" msgstr "<bookmark_value>regneark; auto-redigere</bookmark_value> <bookmark_value>presentasjoner; auto-redigere</bookmark_value> <bookmark_value>tekstdokumenter; autorediger innhold</bookmark_value> <bookmark_value>automatisk redigering</bookmark_value>" -#. dujqZ +#. ycDxe #: auto_redact.xhp msgctxt "" "auto_redact.xhp\n" "hd_id171562795247122\n" "help.text" -msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatic Redaction</link></variable>" -msgstr "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatisk redaksjon</link></variable>" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Auto-Redact</link></variable>" +msgstr "" -#. 5TXro +#. wiGmP #: auto_redact.xhp msgctxt "" "auto_redact.xhp\n" "par_id4715627952214572\n" "help.text" -msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable> 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." -msgstr "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Bruk automatisk redaksjon for å definere ord og mønstre som automatisk merkes for redaksjon.</ahelp></variable> Dette gjør det lettere å redigere %PRODUCTNAME-dokumenter som har flere deler av teksten som må skjules på grunn av sensitivitet eller personvernproblemer." +msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable>" +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 #: auto_redact.xhp @@ -8971,14 +8980,23 @@ msgctxt "" msgid "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Development Tools</link></variable>" msgstr "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Utviklingsverktøy</link></variable>" -#. p3pqz +#. khuRq #: dev_tools.xhp msgctxt "" "dev_tools.xhp\n" "par_id3155069\n" "help.text" -msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">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).</ahelp></variable>" -msgstr "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspiserer objekter i %PRODUCTNAME-dokumenter og viser støttede UNO-tjenester, samt tilgjengelige metoder, egenskaper og implementerte grensesnitt. Denne funksjonen gjør det også mulig å utforske dokumentstrukturen ved å bruke Document Object Model (DOM).</ahelp></variable>" +msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces.</ahelp></variable>" +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 #: dev_tools.xhp @@ -22552,23 +22570,32 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; redacting contents</bookmark_value> <bookmark_value>presentations; redacting contents</bookmark_value> <bookmark_value>text documents; redacting contents</bookmark_value> <bookmark_value>redaction</bookmark_value>" msgstr "<bookmark_value>regneark; redigerer innehold</bookmark_value> <bookmark_value>presentations; redigerer innehold</bookmark_value> <bookmark_value>tekst dokumenter; redigerer innehold</bookmark_value> <bookmark_value>redigerer</bookmark_value>" -#. A7KDQ +#. vYCGW #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redacting Documents</link></variable>" -msgstr "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redaksjon av dokumenter</link></variable>" +msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redaction</link></variable>" +msgstr "" -#. AFwWF +#. 4DfDB #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." -msgstr "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redaksjon av dokumenter blokkerer ord eller deler av et dokument for autorisert bruk eller visning.</ahelp></variable> Redaksjon beskytter sensitiv informasjon og hjelper bedrifter og organisasjoner til å overholde forskrifter om konfidensialitet eller personvern." +msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable>" +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 #: redaction.xhp @@ -24701,7 +24728,7 @@ msgctxt "" "par_id3147561\n" "help.text" msgid "\"{install}\\program\\soffice.com\" {parameter}" -msgstr "" +msgstr "\"{install}\\program\\soffice.com\" {parameter}" #. FEwgW #: start_parameters.xhp @@ -24710,7 +24737,7 @@ msgctxt "" "par_id3153360\n" "help.text" msgid "Replace <emph>{install}</emph> with the path to your installation of %PRODUCTNAME software (for example, <emph>C:\\Program Files\\%PRODUCTNAME</emph>). Use <emph>soffice.exe</emph> instead of <emph>soffice.com</emph>, when you do not need console (e.g., you do not use command-line interface for headless operations)." -msgstr "" +msgstr "Erstatt <emph>{install}</emph> med stien til installasjonen av %PRODUCTNAME-programvaren (for eksempel <emph>C:\\Program Files\\%PRODUCTNAME</emph>). Bruk <emph>soffice.exe</emph> i stedet for <emph>soffice.com</emph> når du ikke trenger konsoll (f.eks. du ikke bruker kommandolinjegrensesnitt for hodeløse operasjoner)." #. x5jE9 #: start_parameters.xhp @@ -25502,7 +25529,7 @@ msgctxt "" "par_id2016120401398657\n" "help.text" msgid "Set a bootstrap variable. For example, to set a non-default user profile path:" -msgstr "" +msgstr "Angi en bootstrap-variabel. For eksempel, for å angi en ikke-standard brukerprofilbane:" #. n26C4 #: start_parameters.xhp @@ -26312,7 +26339,7 @@ msgctxt "" "par_id041620170723507710\n" "help.text" msgid "<ahelp hid=\".\">Categories are folders where you place your templates.</ahelp> All templates are placed in a category, and can only be placed in one category. You may choose from the default categories: <menuitem>All Categories</menuitem>, <menuitem>My Templates</menuitem>, <menuitem>Business Correspondence</menuitem>, <menuitem>MediaWiki</menuitem>, <menuitem>Other Business Documents</menuitem>, <menuitem>Personal Correspondence and Documents</menuitem>, <menuitem>Presentations</menuitem> or <menuitem>Styles</menuitem>. You may also create new categories for your personal use. Press <widget>Manage</widget> at the top right corner of the Template Manager, then select <menuitem>New Category</menuitem> to create a new category." -msgstr "" +msgstr "<ahelp hid=\".\">Kategorier er mapper der du plasserer malene dine.</ahelp> Alle maler er plassert i en kategori, og kan bare plasseres i én kategori. Du kan velge fra standardkategoriene: <menuitem>Alle kategorier</menuitem>, <menuitem>Mine maler</menuitem>, <menuitem>Forretningskorrespondanse</menuitem>, <menuitem>MediaWiki</menuitem>, <menuitem> Andre forretningsdokumenter</menuitem>, <menuitem>Personlig korrespondanse og dokumenter</menuitem>, <menuitem>Presentasjoner</menuitem> eller <menuitem>Stiler</menuitem>. Du kan også opprette nye kategorier for personlig bruk. Trykk på <widget>Administrer</widget> øverst til høyre i malbehandlingen, og velg deretter <menuitem>Ny kategori</menuitem> for å opprette en ny kategori." #. WJZhb #: template_manager.xhp @@ -26321,7 +26348,7 @@ msgctxt "" "par_id341644402868376\n" "help.text" msgid "It is possible to move user-defined templates and copy built-in templates to another category. Use the <menuitem>Move</menuitem> option, found by right-clicking an individual template." -msgstr "" +msgstr "Det er mulig å flytte brukerdefinerte maler og kopiere innebygde maler til en annen kategori. Bruk alternativet <menuitem>Flytt</menuitem>, du finner ved å høyreklikke på en individuell mal." #. kGCqh #: template_manager.xhp @@ -26348,7 +26375,7 @@ msgctxt "" "par_id041620170723504497\n" "help.text" msgid "<ahelp hid=\".\">Press <widget>Manage</widget> at the top right corner to open the Manage menu.</ahelp> The options are: <menuitem>New Category</menuitem>, <menuitem>Import</menuitem>, and <menuitem>Extensions</menuitem>. If a template is set as default, then the option <menuitem>Reset Default</menuitem> appears. If a user-defined category is selected, then <menuitem>Rename Category</menuitem> and <menuitem>Delete Category</menuitem> also appear." -msgstr "" +msgstr "<ahelp hid=\".\">Trykk <widget>Administrer</widget> øverst til høyre for å åpne Administrer-menyen.</ahelp> Alternativene er: <menuitem>Ny kategori</menuitem>, <menuitem>Importer </menuitem> og <menuitem>Utvidelser</menuitem>. Hvis en mal er satt som standard, vises alternativet <menuitem>Tilbakestill standard</menuitem>. Hvis en brukerdefinert kategori er valgt, vises også <menuitem >Gi nytt navn til kategori</menuitem> og <menuitem>Slett kategori</menuitem>." #. uc7oA #: template_manager.xhp @@ -26357,7 +26384,7 @@ msgctxt "" "hd_id231644401056685\n" "help.text" msgid "New Category" -msgstr "" +msgstr "Ny kategori" #. Eumj5 #: template_manager.xhp @@ -26366,7 +26393,7 @@ msgctxt "" "par_id561644401085685\n" "help.text" msgid "If you want to create a new category to place a template, then select this option." -msgstr "" +msgstr "Hvis du vil opprette en ny kategori for å plassere en mal, velger du dette alternativet." #. DBAPN #: template_manager.xhp @@ -26375,7 +26402,7 @@ msgctxt "" "par_id91644402533961\n" "help.text" msgid "<image src=\"cmd/sc_add.png\" id=\"img_id821644402533961\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521644402533961\">New Category Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_add.png\" id=\"img_id821644402533961\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521644402533961\">Ny kategori ikon</alt></image>" #. VDrjC #: template_manager.xhp @@ -26384,7 +26411,7 @@ msgctxt "" "par_id21644402533961\n" "help.text" msgid "New Category" -msgstr "" +msgstr "Ny kategori" #. gYGYe #: template_manager.xhp @@ -26402,7 +26429,7 @@ msgctxt "" "par_id711642944419925\n" "help.text" msgid "This option appears only if you have set a template as default. Use this command to remove that setting. Use <menuitem>Filter</menuitem> to specify which application template will be reset. Select <menuitem>All Applications</menuitem> in Filter to reset templates for all applications." -msgstr "" +msgstr "Dette alternativet vises bare hvis du har angitt en mal som standard. Bruk denne kommandoen for å fjerne den innstillingen. Bruk <menuitem>Filter</menuitem> for å spesifisere hvilken applikasjonsmal som skal tilbakestilles. Velg <menuitem>Alle applikasjoner</menuitem> i Filter for å tilbakestille maler for alle applikasjoner." #. aNTjV #: template_manager.xhp diff --git a/source/nb/helpcontent2/source/text/shared/menu.po b/source/nb/helpcontent2/source/text/shared/menu.po index 5662b011e33..b2aa147f467 100644 --- a/source/nb/helpcontent2/source/text/shared/menu.po +++ b/source/nb/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: 2019-12-06 12:03+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedmenu/nb_NO/>\n" @@ -13,9 +13,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1465713182.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 "<variable id=\"h1\"><link href=\"text/shared/menu/forms.xhp\" name=\"Forms Submenu\">Forms Submenu</link></variable>" +msgstr "" + #. EEMss #: insert_chart.xhp msgctxt "" diff --git a/source/nb/helpcontent2/source/text/shared/optionen.po b/source/nb/helpcontent2/source/text/shared/optionen.po index 0584604b3b8..cf78db31b45 100644 --- a/source/nb/helpcontent2/source/text/shared/optionen.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565287713.000000\n" #. PzSYs @@ -15667,6 +15667,24 @@ msgctxt "" msgid "<emph>Calc A1 | Excel A1</emph>" msgstr "<emph>Calc A1 | Excel A1</emph>" +#. 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/nb/helpcontent2/source/text/swriter.po b/source/nb/helpcontent2/source/text/swriter.po index 64556c22087..1172fd744d6 100644 --- a/source/nb/helpcontent2/source/text/swriter.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1548252804.000000\n" #. x2qZ6 @@ -1726,14 +1726,14 @@ msgctxt "" msgid "<link href=\"text/swriter/main0120.xhp\" name=\"Form menu\">Form</link>" msgstr "<link href=\"text/swriter/main0120.xhp\" name=\"Form menu\">Skjema</link>" -#. LQF4M +#. FK2va #: main0120.xhp msgctxt "" "main0120.xhp\n" "par_id991529755027118\n" "help.text" -msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Contains commands for activate form design mode, open control wizards and insert form controls in your text document.</ahelp></variable>" -msgstr "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Inneholder kommandoer for å aktivere utformingsmodus for sjemae, åpner kontroll veivisere og setter inn skjema kontroller i tekstdokumentet. ditt</ahelp></variable>" +msgid "<variable id=\"form_intro\"><ahelp hid=\".\">Contains commands for activate form design mode, open control wizards and insert form controls in your document.</ahelp></variable>" +msgstr "" #. AdXBE #: main0120.xhp @@ -2895,3 +2895,399 @@ msgctxt "" "help.text" msgid "You can use the <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Help system</link> as a complete reference for $[officename] applications, including <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instructions</link> for simple and complex tasks." msgstr "Du kan bruke <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Hjelpesystemet</link> som et komplett oppslagsverk for $[officename]-programmene. Her finner du <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instruksjoner</link> for både enkle og avanserte oppgaver." + +#. 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 "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>" +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 <menuitem>View - Toolbars - Track Changes</menuitem>." +msgstr "" + +#. T8AaM +#: track_changes_toolbar.xhp +msgctxt "" +"track_changes_toolbar.xhp\n" +"par_id221647013245370\n" +"help.text" +msgid "<image src=\"cmd/lc_showtrackedchanges.svg\" id=\"img_id801647013245371\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821647013245372\">Icon Show track changes</alt></image>" +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 "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id921647013362401\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561647013362402\">Icon Record Changes</alt></image>" +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 "<image src=\"cmd/lc_previoustrackedchange.svg\" id=\"img_id151647013566070\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981647013566071\">Icon Previous track change</alt></image>" +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 "<image src=\"cmd/lc_nexttrackedchange.svg\" id=\"img_id1001647013679441\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971647013679442\">Icon Next track change</alt></image>" +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 "<image src=\"cmd/lc_accepttrackedchange.svg\" id=\"img_id491647013785666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301647013785667\">Icon Accept Track Change</alt></image>" +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 "<image src=\"cmd/lc_rejecttrackedchange.svg\" id=\"img_id931647013912302\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811647013912303\">Icon Reject Track Change</alt></image>" +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 "<image src=\"cmd/lc_acceptalltrackedchanges.svg\" id=\"img_id981647014053977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761647014053978\">Icon Accept All Tracked Changes</alt></image>" +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 "<image src=\"cmd/lc_rejectalltrackedchanges.svg\" id=\"img_id141647014121792\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861647014121793\">Icon Reject All Tracked Changes</alt></image>" +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 "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Icon Accept Track Change and select next one</alt></image>" +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 "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Icon Reject Track Change and select next one</alt></image>" +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 "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Icon Manage Track Changes</alt></image>" +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 "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Icon Insert Comment</alt></image>" +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 "<image src=\"cmd/lc_commentchangetracking.svg\" id=\"img_id181647015103300\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647015103301\">Icon Insert Track Change Comment</alt></image>" +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 "<image src=\"cmd/lc_protecttracechangemode.svg\" id=\"img_id591647015406607\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311647015406608\">Icon Protect Changes</alt></image>" +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 "<image src=\"cmd/lc_comparedocuments.svg\" id=\"img_id31647015829637\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691647015829638\">Icon Compare Document</alt></image>" +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 "<image src=\"cmd/lc_mergedocuments.svg\" id=\"img_id271647019044609\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451647019044610\">Icon Merge Document</alt></image>" +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/nb/helpcontent2/source/text/swriter/01.po b/source/nb/helpcontent2/source/text/swriter/01.po index 61eb4674ab3..a3026e6cff0 100644 --- a/source/nb/helpcontent2/source/text/swriter/01.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563829490.000000\n" #. sZfWF @@ -4516,14 +4516,230 @@ 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 "Avslutter den aktuelle linjen og flytter teksten til høyre for markøren til neste linje uten å skape et nytt avsnitt." -#. 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 "<image src=\"media/helpimg/line_break_sample_orig.png\" id=\"img_id941648819712405\" width=\"477px\" height=\"215px\"><alt id=\"alt_id361648819712406\">Original text layout</alt></image>" +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 "<image src=\"media/helpimg/line_break_none.png\" id=\"img_id71648815500904\" width=\"25px\" height=\"44px\"><alt id=\"alt_id121648815500905\">Line break none</alt></image>" +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 "<image src=\"media/helpimg/line_break_sample_none.png\" id=\"img_id941148819712405\" width=\"477px\" height=\"215px\"><alt id=\"alt_id361648819752406\">Sample line break none (default)</alt></image>" +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 "<image src=\"media/helpimg/line_break_full.png\" id=\"img_id71638815500904\" width=\"25px\" height=\"44px\"><alt id=\"alt_id121648815501905\">Line break full</alt></image>" +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 "<image src=\"media/helpimg/line_break_sample_full.png\" id=\"img_id341648819712405\" width=\"477px\" height=\"215px\"><alt id=\"alt_id961648819712406\">Sample line break full</alt></image>" +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 "<image src=\"media/helpimg/line_break_left.png\" id=\"img_id71647815500904\" width=\"25px\" height=\"44px\"><alt id=\"alt_id121648815500905\">Line break left</alt></image>" +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 "<image src=\"media/helpimg/line_break_sample_left.png\" id=\"img_id941649819712405\" width=\"477px\" height=\"215px\"><alt id=\"alt_id321648819712406\">Original text layout</alt></image>" +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 "<image src=\"media/helpimg/line_break_right.png\" id=\"img_id71648815500904\" width=\"25px\" height=\"44px\"><alt id=\"alt_id121648815500905\">Line break right</alt></image>" +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 "<image src=\"media/helpimg/line_break_sample_right.png\" id=\"img_id94164883712405\" width=\"477px\" height=\"215px\"><alt id=\"alt_id361648819712407\">Original text layout</alt></image>" +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 <keycode>Shift+Enter</keycode>." -msgstr "Du kan også sette inn et linjeskift ved å trykke <keycode>Shift+Enter</keycode>." +msgid "You can also insert a default line break by pressing <keycode>Shift+Enter</keycode>." +msgstr "" #. CZccf #: 04010000.xhp diff --git a/source/nb/helpcontent2/source/text/swriter/guide.po b/source/nb/helpcontent2/source/text/swriter/guide.po index 79de6e5c2cb..08a5e1d0b85 100644 --- a/source/nb/helpcontent2/source/text/swriter/guide.po +++ b/source/nb/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: 2022-02-09 15:47+0000\n" "Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/nb_NO/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565212247.000000\n" #. XAt2Y @@ -709,23 +709,23 @@ msgctxt "" msgid "<bookmark_value>spellcheck;Automatic Spell Checking on/off</bookmark_value> <bookmark_value>automatic spellcheck</bookmark_value> <bookmark_value>checking spelling;while typing</bookmark_value> <bookmark_value>words;disabling spellcheck</bookmark_value>" msgstr "<bookmark_value>stavekontroll;slå på/av</bookmark_value> <bookmark_value>automatisk stavekontroll</bookmark_value> <bookmark_value>sjekke staving;ved skriving</bookmark_value> <bookmark_value>ord;slå av stavkontroll</bookmark_value>" -#. NED6R +#. D3Z5v #: auto_spellcheck.xhp msgctxt "" "auto_spellcheck.xhp\n" "hd_id3154265\n" "help.text" -msgid "<variable id=\"auto_spellcheck\"><link href=\"text/swriter/guide/auto_spellcheck.xhp\" name=\"Automatically Check Spelling\">Automatically Check Spelling</link></variable>" -msgstr "<variable id=\"auto_spellcheck\"><link href=\"text/swriter/guide/auto_spellcheck.xhp\" name=\"Automatically Check Spelling\">Automatisk stavekontroll</link></variable>" +msgid "<variable id=\"auto_spellcheck\"><link href=\"text/swriter/guide/auto_spellcheck.xhp\" name=\"Automatically Check Spelling\">Automatic Check Spelling</link></variable>" +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." -msgstr "$[officename] kan automatisk kontrollere stavingen mens du skriver, og streke under ord som kan være feilstavet med en rød krøllstrek." +msgid "%PRODUCTNAME can automatically check spelling while you type and underline possible misspelled words with a red wavy line." +msgstr "" #. tUdEw #: auto_spellcheck.xhp @@ -15399,14 +15399,14 @@ msgctxt "" msgid "To Enable and Disable Smart Tags" msgstr "For å ta i bruk og slå av smarte tagger" -#. 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 <link href=\"text/shared/01/06040700.xhp\">Smart Tags</link> page in <item type=\"menuitem\">Tools - Autocorrect Options</item>. Use this dialog to enable or disable Smart Tags and to manage the installed tags." -msgstr "Når du har installeret minst en smarttaggutvidelse, vil du se <link href=\"text/shared/01/06040700.xhp\">Smarte tagger</link> siden i dialogvinduet <item type=\"menuitem\">Verktøy → Autoretting</item>. Bruk dette dialogvinduet for å ta i bruk eller slå av smarte tagger og for å håndtere de installerte smarttaggene." +msgid "When you have installed at least one Smart Tags extension, you see the <link href=\"text/shared/01/06040700.xhp\">Smart Tags</link> page in <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>. Use this dialog to enable or disable Smart Tags and to manage the installed tags." +msgstr "" #. CPCjL #: smarttags.xhp @@ -19098,14 +19098,14 @@ msgctxt "" msgid "<variable id=\"using_thesaurus\"><link href=\"text/swriter/guide/using_thesaurus.xhp\" name=\"Thesaurus\">Thesaurus</link></variable>" msgstr "<variable id=\"using_thesaurus\"><link href=\"text/swriter/guide/using_thesaurus.xhp\" name=\"Thesaurus\">Synonymordbok</link></variable>" -#. 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." -msgstr "Du kan bruke synonymordboka til oppslag av synonym og relaterte ord." +msgid "Use the thesaurus to look up synonyms or related terms." +msgstr "" #. ynxEV #: using_thesaurus.xhp |