diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:28:02 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:53:24 +0100 |
commit | 37a6f521ec6303193d6057736ff414ef7c62c6d4 (patch) | |
tree | e4b094dd028d5ada504a170318979f34ac4058a5 /source/sv/helpcontent2 | |
parent | 6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: Idf82bb4c2e7f863f2807524fdea1be4d11b88c2e
Diffstat (limited to 'source/sv/helpcontent2')
30 files changed, 5407 insertions, 2926 deletions
diff --git a/source/sv/helpcontent2/source/auxiliary.po b/source/sv/helpcontent2/source/auxiliary.po index 6a45ad996a7..3112e5dd59f 100644 --- a/source/sv/helpcontent2/source/auxiliary.po +++ b/source/sv/helpcontent2/source/auxiliary.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-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-25 17:08+0100\n" "PO-Revision-Date: 2019-06-10 20:35+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "Charts and Diagrams" msgstr "Grafer och diagram" -#. YC7ih +#. GVohQ #: shared.tree msgctxt "" "shared.tree\n" "1013\n" "node.text" -msgid "Load, Save, Import, Export" -msgstr "Öppna, spara, importera, exportera" +msgid "Load, Save, Import, Export, PDF" +msgstr "" #. Ty8Du #: shared.tree @@ -1077,4 +1077,3 @@ msgctxt "" "help_section.text" msgid "HTML Documents (Writer Web)" msgstr "HTML-dokument (Writer Web)" - diff --git a/source/sv/helpcontent2/source/text/sbasic/shared.po b/source/sv/helpcontent2/source/text/sbasic/shared.po index 0d820df178e..4e9a7844034 100644 --- a/source/sv/helpcontent2/source/text/sbasic/shared.po +++ b/source/sv/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" "PO-Revision-Date: 2019-02-03 21:48+0000\n" "Last-Translator: Robert <riedelkarlsson@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1969,14 +1969,14 @@ msgctxt "" msgid "Using Variables" msgstr "Använda variabler" -#. PDbAJ +#. TjAJy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" -msgstr "<bookmark_value>Namn på variabler</bookmark_value><bookmark_value>Variabler; använda</bookmark_value><bookmark_value>Typ av variabler</bookmark_value><bookmark_value>Deklarera variabler</bookmark_value><bookmark_value>Värden; på variabler</bookmark_value><bookmark_value>Konstanter</bookmark_value><bookmark_value>Matriser; deklarera</bookmark_value><bookmark_value>Definiera; konstanter</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgstr "" #. VAkCC #: 01020100.xhp @@ -2329,14 +2329,14 @@ msgctxt "" msgid "Single Variables" msgstr "Variabeltypen Single" -#. B2eF2 +#. VAptr #: 01020100.xhp msgctxt "" "01020100.xhp\n" "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 "Flyttalsvariabler av typen Single kan lagra positiva eller negativa värden mellan 3,402823 x 10E38 och 1,401298 x 10E-45. Antalet decimaler i en flyttalsvariabel minskar när variabelns heltalsdel ökar. Variabler av typen Single används ofta för matematiska beräkningar med genomsnittlig precision. Beräkningar med Single-variabler är långsammare än heltalsberäkningar, men är snabbare än beräkningar med variabler av typen Double. En variabel av typen Single tar upp 4 byte minne. Typdeklarationstecknet är \"!\"." +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 "" #. X2BBe #: 01020100.xhp @@ -2347,14 +2347,23 @@ msgctxt "" msgid "Double Variables" msgstr "Variabeltypen Double" -#. WVPhh +#. WhxRy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "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 "Flyttalsvariabler av typen Double kan lagra positiva eller negativa värden mellan 1,79769313486232 x 10E38 och 4,94065645841247 x 10E-324. Antalet decimaler i en flyttalsvariabel minskar när variabelns heltalsdel ökar. Double-variabler används för beräkningar med höga krav på precision. Beräkningar med Double-variabler tar mer tid än beräkningar med variabler av typen Single. En variabel av typen Double tar upp 8 byte minne. Typdeklarationstecknet är \"#\"." +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 "" + +#. KYBFy +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_idm1341130144\n" +"help.text" +msgid "Dim Variable#" +msgstr "" #. vFZcZ #: 01020100.xhp @@ -2374,6 +2383,24 @@ msgctxt "" msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"." msgstr "Valutavariabler lagras internt som 64-bitarsvärden (8 byte) och visas som ett fast decimaltal med 15 heltalsplatser och 4 decimaler. Värdeintervallet är -922337203685477,5808 till +922337203685477,5807. Valutavariabler används för att beräkna finansiella värden med hög precision. Typdeklarationstecknet är \"@\"." +#. rs7qz +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"hd_id301576839713868\n" +"help.text" +msgid "Literals for integers" +msgstr "" + +#. PTiRZ +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id1001576839723156\n" +"help.text" +msgid "Numbers can be encoded using octal and hexadecimal forms." +msgstr "" + #. nGGUD #: 01020100.xhp msgctxt "" @@ -3670,14 +3697,14 @@ msgctxt "" msgid "Organizing Libraries and Modules" msgstr "Strukturera bibliotek och moduler" -#. 7e73U +#. Kq6sz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "bm_id3148797\n" "help.text" -msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" -msgstr "<bookmark_value>bibliotek; administrera</bookmark_value><bookmark_value>moduler; administrera</bookmark_value><bookmark_value>kopiera; moduler</bookmark_value><bookmark_value>lägga till bibliotek</bookmark_value><bookmark_value>ta bort; bibliotek/moduler/dialogrutor</bookmark_value><bookmark_value>dialogrutor; administrera</bookmark_value><bookmark_value>flytta; moduler</bookmark_value><bookmark_value>administrera; moduler/bibliotek/dialogrutor</bookmark_value><bookmark_value>byta namn på moduler och dialogrutor</bookmark_value>" +msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" +msgstr "" #. ToKAi #: 01030400.xhp @@ -3688,6 +3715,60 @@ msgctxt "" msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>" msgstr "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Administrera bibliotek och moduler</link></variable>" +#. H2wBb +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"hd_id371574080559061\n" +"help.text" +msgid "Basic Libraries Containers" +msgstr "" + +#. diKBf +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id961574080563824\n" +"help.text" +msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" +msgstr "" + +#. HYjJE +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id571574079618609\n" +"help.text" +msgid "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." +msgstr "" + +#. UG2dG +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id151574079741214\n" +"help.text" +msgid "<emph>My Macros</emph>: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user." +msgstr "" + +#. 4ABok +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id581574080384335\n" +"help.text" +msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." +msgstr "" + +#. GCWxT +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id881574081445896\n" +"help.text" +msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>." +msgstr "" + #. bGzjL #: 01030400.xhp msgctxt "" @@ -9097,6 +9178,15 @@ msgctxt "" msgid "RGB Function" msgstr "RGB-funktion" +#. qMADe +#: 03010305.xhp +msgctxt "" +"03010305.xhp\n" +"bm_id851576768070903\n" +"help.text" +msgid "<bookmark_value>RGB function</bookmark_value>" +msgstr "" + #. LaGGq #: 03010305.xhp msgctxt "" @@ -17269,22 +17359,22 @@ msgctxt "" msgid "LF - Line feed" msgstr "" -#. q9iyd +#. CncC2 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id521512319135830\n" "help.text" -msgid "\\x0D\\x0A (13 10) for 32-bit Windows" +msgid "\\x0D\\x0A (13 10) for Windows" msgstr "" -#. bYvYU +#. CPCWE #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id61512319163913\n" "help.text" -msgid "\\x0A (10) for other 64-bit systems" +msgid "\\x0A (10) for other systems" msgstr "" #. LXUYw @@ -17620,14 +17710,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">Error Function</link>" msgstr "" -#. AwQS2 +#. rMs2R #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3148663\n" "help.text" -msgid "Returns the error message that corresponds to a given error code." -msgstr "Returnerar det felmeddelande som är associerat med en given felkod." +msgid "Returns the error message that corresponds to a value or raises a given error context." +msgstr "" #. h8KBQ #: 03050300.xhp @@ -17638,14 +17728,32 @@ msgctxt "" msgid "Syntax:" msgstr "Syntax:" -#. H7H8J +#. FowuD +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id631576404838377\n" +"help.text" +msgid "Error" +msgstr "" + +#. TMhEb #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154366\n" "help.text" -msgid "Error (Expression)" -msgstr "Error (Uttryck)" +msgid "Error(expression)" +msgstr "" + +#. bqewK +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id231576404629080\n" +"help.text" +msgid "Error err_code" +msgstr "" #. ANh6X #: 03050300.xhp @@ -17656,14 +17764,14 @@ msgctxt "" msgid "Return value:" msgstr "Returvärde:" -#. mkAsA +#. FNBFf #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154125\n" "help.text" -msgid "String" -msgstr "String" +msgid "String or raised error context" +msgstr "" #. BnAcN #: 03050300.xhp @@ -17674,23 +17782,32 @@ msgctxt "" msgid "Parameters:" msgstr "Parametrar:" -#. 6qk7p +#. cWGA9 +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id3159254\n" +"help.text" +msgid "If no argument is provided, the Error function returns the error message of the most recent error that occurred during program execution." +msgstr "" + +#. JCiAF #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3153193\n" "help.text" -msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return." -msgstr "<emph>Uttryck:</emph> Ett numeriskt uttryck som innehåller felkoden för det felmeddelande som ska returneras." +msgid "<emph>expression:</emph> Any numeric expression whose error code can be mapped to an existing error message. An empty string is returned if the error code does not exist." +msgstr "" -#. qoC93 +#. gDA6e #: 03050300.xhp msgctxt "" "03050300.xhp\n" -"par_id3159254\n" +"par_id351576405235602\n" "help.text" -msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution." -msgstr "Om parametern saknas returnerar funktionen Error det felmeddelande som hör till det senaste fel som uppstått under programkörningen." +msgid "<emph>err_code:</emph> Any value that corresponds to an existing error code." +msgstr "" #. YLe3q #: 03050500.xhp @@ -25369,22 +25486,40 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>" msgstr "" -#. RJfCF +#. TYvyD #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id3159158\n" "help.text" -msgid "Define non-UNO data structures (structs)." +msgid "Define non-UNO data structures." msgstr "" -#. czHF6 +#. hGDzF #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id311512206747401\n" "help.text" -msgid "A struct is an ordered collection of data fields, that can be manipulated as a single item." +msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item." +msgstr "" + +#. TTALN +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id351573639548645\n" +"help.text" +msgid "A Type structure scope is that of the module it belongs to." +msgstr "" + +#. eGJzD +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id701573639564765\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">Enumerations</link> can be created using Type statement definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." msgstr "" #. 2VyE8 @@ -28807,14 +28942,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">IsObject Function</link>" msgstr "" -#. GeK7z +#. AyVCR #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148538\n" "help.text" -msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False." -msgstr "Kontrollerar om en variabel är ett OLE-objekt. Funktionen returnerar True om variabeln är ett OLE-objekt, annars returnerar den False." +msgid "Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns <literal>True</literal> if the variable is an object, otherwise it returns <literal>False</literal>." +msgstr "" #. gBKMV #: 03102800.xhp @@ -28825,14 +28960,14 @@ msgctxt "" msgid "Syntax:" msgstr "Syntax:" -#. tRCWc +#. C8wfe #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3154285\n" "help.text" -msgid "IsObject (ObjectVar)" -msgstr "IsObject (ObjectVar)" +msgid "IsObject(var)" +msgstr "" #. ni2zH #: 03102800.xhp @@ -28843,14 +28978,14 @@ msgctxt "" msgid "Return value:" msgstr "Returvärde:" -#. qzFEL +#. 4SsCT #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3156024\n" "help.text" -msgid "Bool" -msgstr "Bool" +msgid "Boolean" +msgstr "" #. rEmQA #: 03102800.xhp @@ -28861,14 +28996,104 @@ msgctxt "" msgid "Parameters:" msgstr "Parametrar:" -#. j2b5R +#. JBB4B #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148552\n" "help.text" -msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True." -msgstr "<emph>ObjectVar:</emph> En variabel som du vill testa. Om variabeln innehåller ett OLE-objekt returnerar funktionen True." +msgid "<emph>var:</emph> Any variable that you want to test." +msgstr "" + +#. SPGXx +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id891575896963115\n" +"help.text" +msgid "The following objects return <literal>True</literal>:" +msgstr "" + +#. CBoWs +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id471575892220352\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">OLE objects or </caseinline></switchinline>UNO objects" +msgstr "" + +#. mBGyY +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id451575892264518\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/classmodule.xhp\" name=\"Class module\">Class module</link> object instances" +msgstr "" + +#. DgPrD +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id851575882379006\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Extended types\">Extended types</link> or <link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">enumerations</link>" +msgstr "" + +#. TFDZQ +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id131575882378422\n" +"help.text" +msgid "Routines or variables when defined as Object." +msgstr "" + +#. oqtFf +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id511575889156356\n" +"help.text" +msgid "%PRODUCTNAME Basic modules" +msgstr "" + +#. MCx37 +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id441575886284392\n" +"help.text" +msgid "Data structures return <literal>True</literal> even when empty. Object defined variables return <literal>True</literal> even if uninitialized." +msgstr "" + +#. yHDkt +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id191575887649871\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum statement\">Enum statement</link>" +msgstr "" + +#. Dg4st +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id51575897210153\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link>" +msgstr "" + +#. WEgzG +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id811575887627196\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using variables\">Using variables</link>" +msgstr "" #. dj7fW #: 03102900.xhp @@ -40084,22 +40309,22 @@ msgctxt "" msgid "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically." msgstr "" -#. z8D8s +#. j8iHM #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0129\n" +"N0131\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 "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." msgstr "" -#. j8iHM +#. 2hkYG #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0131\n" +"N0129\n" "help.text" -msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." +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 class module 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." msgstr "" #. 7pf8S @@ -40183,6 +40408,15 @@ msgctxt "" msgid "Display WindowManager grouped constant values:" msgstr "" +#. HBPCv +#: enum.xhp +msgctxt "" +"enum.xhp\n" +"par_id731573636687662\n" +"help.text" +msgid "Enumerations can be extended to other data types using <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link> definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." +msgstr "" + #. N48Xe #: enum.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/sbasic/shared/02.po b/source/sv/helpcontent2/source/text/sbasic/shared/02.po index 317e5b73242..3218786ddea 100644 --- a/source/sv/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/sv/helpcontent2/source/text/sbasic/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: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2017-05-15 16:51+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494867105.000000\n" +#. 6Kkin #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Library" msgstr "Bibliotek" +#. uR2gG #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>" msgstr "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Bibliotek\">Bibliotek</link>" +#. MCJF5 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE." msgstr "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Markera det bibliotek som du vill redigera.</ahelp> Den första modulen i det markerade biblioteket visas i Basic-IDE-fönstret." +#. hYM32 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>" msgstr "<image src=\"media/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">Listrutan Bibliotek</alt></image>" +#. 2WAR4 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Library List Box" msgstr "Listrutan Bibliotek" +#. QZQhW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Compile" msgstr "Kompilera" +#. sG7ET #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>" msgstr "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Översätt\">Översätt</link>" +#. FkJqv #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -80,14 +88,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps." msgstr "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Kompilerar Basic-makrot.</ahelp> Du måste kompilera ett makro när du har redigerat det, eller om makrot använder enstaka steg eller procedurstegning." +#. LLoQJ #: 11020000.xhp msgctxt "" "11020000.xhp\n" "par_id3156426\n" "help.text" -msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147576\">Icon Compile</alt></image>" +msgstr "" +#. 3Z8WW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Compile" msgstr "Kompilera" +#. GjyfZ #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Run" msgstr "Kör" +#. n3bkD #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>" msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Kör\">Kör</link>" +#. Vi9DY #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>" msgstr "<ahelp hid=\".uno:RunBasic\">Kör det första makrot i den aktuella modulen.</ahelp>" +#. s2xuG #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>" msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Symbol</alt></image>" +#. xkBpt #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Run" msgstr "Kör" +#. vbsDe #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Stop" msgstr "Stopp" +#. L7Mnk #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>" msgstr "<bookmark_value>Makron; stoppa</bookmark_value><bookmark_value>Programstopp</bookmark_value><bookmark_value>Stoppa makron</bookmark_value>" +#. ZV5Z3 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>" msgstr "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stoppa\">Stoppa</link>" +#. XevvQ #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>" msgstr "<ahelp hid=\".uno:BasicStop\">Avbryter det makro som körs.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> Du kan även trycka på Skift+Ctrl+Q.</defaultinline></switchinline>" +#. K8AjD #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>" msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Ikon</alt></image>" +#. g3Rn2 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Stop" msgstr "Stopp" +#. AdkXx #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Single Step" msgstr "Enkelt steg" +#. HrJ7h #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>" msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Enkelt steg\">Enkelt steg</link>" +#. 5NkKq #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepInto\">Kör makrot och stoppar det efter nästa kommando.</ahelp>" +#. nCFSZ #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "Du kan använda det här kommandot tillsammans med kommandot <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Bevakare</link> om du vill felsöka." +#. SD8E7 #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>" msgstr "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Ikon</alt></image>" +#. ESgvs #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single Step" msgstr "Enkelt steg" +#. NZffL #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>" msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedursteg</link>" +#. JceSB #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Procedure Step" msgstr "Procedursteg" +#. GCdz2 #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>" msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedursteg\">Procedursteg</link>" +#. narAD #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepOver\">Kör makrot och stoppar det efter nästa procedur.</ahelp>" +#. Re5BC #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "Du kan använda det här kommandot tillsammans med kommandot <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Bevakare</link> om du vill felsöka." +#. 8z956 #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>" msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Ikon</alt></image>" +#. 8cnSk #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Procedure Step" msgstr "Procedursteg" +#. dy7AF #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>" msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Enkelt steg</link>" +#. mK2Ph #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Breakpoint" msgstr "Brytpunkt" +#. dSrmB #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>" msgstr "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Brytpunkt\">Brytpunkt</link>" +#. iTCUE #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>" msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">Infogar en brytpunkt på programraden.</ahelp>" +#. 2S8i7 #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables." msgstr "Brytpunkten infogas där markören står. Du kan använda brytpunkter för att avbryta programkörningen innan ett fel inträffar. Du kan sedan felsöka programmet genom att köra det med <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Enkelt steg\">Enkelt steg</link> tills felet uppstår. Du kan också använda ikonen <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Bevakare\">Bevakare</link> för att kontrollera värdet på en eller flera variabler." +#. srCR5 #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>" msgstr "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Ikon</alt></image>" +#. GZkfR #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Breakpoint" msgstr "Brytpunkt" +#. Xnu9h #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Enable Watch" msgstr "Aktivera bevakare" +#. 4X56s #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>" msgstr "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Aktivera bevakare</link>" +#. TRivb #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>" msgstr "<ahelp hid=\".uno:AddWatch\">Klicka på den här ikonen för att visa variablerna i ett makro. Variabelns värde visas i ett separat fönster.</ahelp>" +#. JteXo #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated." msgstr "Klicka på ett variabelnamn för att markera variabeln och klicka sedan på ikonen <emph>Aktivera bevakare</emph>. Variabelns värde visas intill variabelnamnet. Värdet uppdateras automatiskt." +#. XDGmF #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>" msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Symbol</alt></image>" +#. LEifr #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Enable Watch" msgstr "Aktivera bevakare" +#. CLAjp #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon." msgstr "Om du vill ta bort variabelbevakaren markerar du variabeln i fönstret Bevakare och klickar på ikonen <emph>Ta bort bevakare</emph>." +#. kfzBw #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Object Catalog" msgstr "Objektkatalog" +#. EKx2C #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>" msgstr "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Objektkatalog\">Objektkatalog</link>" +#. bHCXS #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp>" msgstr "<ahelp hid=\".uno:ObjectCatalog\">Öppnar sidopanelen <emph>Objekt</emph> som du använder för att visa Basic-objekt.</ahelp>" +#. AVf2T #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Double click the name of a module or dialog to load and display that module or dialog." msgstr "Dubbelklicka på namnet på en funktion eller en subrutin för att ladda den modul som innehåller funktionen eller subrutinen, och för att placera markören. Dubbelklicka på namnet på en modul eller ett dialogfönster för att ladda och visa modulen eller dialogfönstret." +#. yNVBJ #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>" msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Symbol</alt></image>" +#. EtHDn #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Object Catalog" msgstr "Objektkatalog" +#. ATDaF #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Window Area" msgstr "Fönsterområdet" +#. 452ze #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double click its name.</ahelp>" msgstr "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Visar en hierarkisk vy över aktuella makrobibliotek, moduler och dialogrutor i $[officename]. Om du vill visa ett objekts innehåll i fönstret ska du dubbelklicka på namnet.</ahelp>" +#. gMG3o #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Macros" msgstr "Makron" +#. FLE8S #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>" msgstr "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Makron\">Makron</link>" +#. 5C9pN #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -488,14 +547,16 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Öppnar dialogrutan <emph>Makro</emph>.</ahelp>" +#. ST6ud #: 11100000.xhp msgctxt "" "11100000.xhp\n" "par_id3148538\n" "help.text" -msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153662\">Icon Macros</alt></image>" +msgstr "" +#. ZW2jE #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Macros" msgstr "Makron" +#. AzKnt #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Modules" msgstr "Moduler" +#. z4nD8 #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>" msgstr "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Moduler\">Moduler</link>" +#. dGdth #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -528,14 +592,16 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Klicka här för att öppna dialogrutan <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Adminstrera makron\"><emph>Administrera makron</emph></link>.</ahelp>" +#. 2pTWM #: 11110000.xhp msgctxt "" "11110000.xhp\n" "par_id3157958\n" "help.text" -msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Modules</alt></image>" +msgstr "" +#. DikyS #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Modules" msgstr "Moduler" +#. D3G7x #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "Sök parentes" +#. awTDX #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>" msgstr "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Sök parentes\">Sök parentes</link>" +#. Kkd6M #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -568,14 +637,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>" msgstr "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Markerar den text som står inom två matchande parenteser. Ställ textmarkören framför en inledande eller avslutande parentes, och klicka på den här ikonen.</ahelp>" +#. jPbz5 #: 11120000.xhp msgctxt "" "11120000.xhp\n" "par_id3149182\n" "help.text" -msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155892\">Icon Find Parentheses</alt></image>" +msgstr "" +#. Y8mTx #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "Sök parentes" +#. c5Phf #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "Insert Source Text" msgstr "Infoga källtext" +#. FBDRn #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>" msgstr "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Infoga källtext\">Infoga källtext</link>" +#. JscV7 #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>" msgstr "<ahelp hid=\".uno:LoadBasic\">Öppnar Basic-källkoden i ett Basic-IDE-fönster.</ahelp>" +#. vDwRJ #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>." msgstr "Ställ markören på det ställe i koden där källkoden ska infogas och klicka på ikonen <emph>Infoga källtext</emph>. Leta rätt på filen som innehåller den Basic-källkod som ska infogas och klicka på <emph>Öppna</emph>." +#. 9CHh2 #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Ikon</alt></image>" +#. WqWiH #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Insert source text" msgstr "Infoga källtext" +#. FtAKL #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Save Source As" msgstr "Spara källtext som" +#. QL8Bk #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>" msgstr "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Spara källtext som\">Spara källtext som</link>" +#. C4hju #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>" msgstr "<ahelp hid=\".uno:SaveBasicAs\">Sparar källkoden i det markerade Basic-makrot.</ahelp>" +#. MVAHT #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>" msgstr "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Ikon</alt></image>" +#. tHk8j #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Save Source As" msgstr "Spara källtext som" +#. GG5kY #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Step Out" msgstr "Hoppa tillbaka" +#. KeqCM #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>" msgstr "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Hoppa tillbaka\">Hoppa tillbaka</link>" +#. 4rNBj #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -696,14 +781,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Går ur rutinen och fortsätter körningen i den anropande rutinen.</ahelp>" +#. V7PQF #: 11160000.xhp msgctxt "" "11160000.xhp\n" "par_id3156410\n" "help.text" -msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Icon Step Out</alt></image>" +msgstr "" +#. aLy3R #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Step Out" msgstr "Hoppa tillbaka" +#. p2AD7 #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "Hantera brytpunkter" +#. 9xPeD #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>" msgstr "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Hantera brytpunkter\">Hantera brytpunkter</link>" +#. XqJ6C #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>" msgstr "<ahelp hid=\".\">Öppnar en dialogruta där du kan hantera brytpunkter.</ahelp>" +#. EJzPX #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Ikon</alt></image>" +#. drqjA #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "Hantera brytpunkter" +#. VEXGo #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>" msgstr "Dialogrutan<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Dialogrutan Hantera brytpunkter\"><emph>Hantera brytpunkter</emph></link>" +#. sBFuo #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Import Dialog" msgstr "Importera dialogruta" +#. DpFcB #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>" msgstr "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Importera dialogruta</link>" +#. XBChu #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>" msgstr "<ahelp hid=\".\">Anropar en \"Öppna\"-dialog för att importera en BASIC-dialogfil.</ahelp>" +#. FbBoM #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported." msgstr "Om den importerade dialogrutan har ett namn som redan finns i biblioteket, så ges du ett val om du vill döpa om den importerade dialogrutan. I så fall kommer dialogrutan att bli döpt till nästa fria \"automatiska\" namn på samma sätt som när du skapar en ny dialog. Om du väljer att inte döpa om dialogrutan så kommer den inte att importeras." +#. n6QpJ #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur." msgstr "Dialoger kan innehålla översättningar för flera språk. När en dialog importeras, så kan det i vissa fall uppstå problem med översättningarna." +#. DecXa #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale." msgstr "Om biblioteket innehåller ytterligare språk jämfört med den importerade dialogen, eller den importerade dialogen inte är översatt, så kommer de tillkommande språken att läggas till den importerade dialogen och tilldelas texterna från dialogen standardspråk." +#. mGc9E #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons." msgstr "Om den importerade dialogrutan innehåller ytterligare språk jämfört med biblioteket dit den importeras eller biblioteket inte är översatt, så får du välja om du vill lägga till språken, utelämna dem eller avbryta." +#. XrhtD #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually." msgstr "Lägg till: De tillkommande språken kommer att läggas till befintliga dialoger. Resurser från bibliotekets standardspråk kommer att användas för de nya språken. Detta är samma beteende som du får ifall du lägger till dessa språk manuellt." +#. GzYU9 #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files." msgstr "Utelämna: bibliotekets språkinställningar förblir oförändrade. Den importerade dialogens resurser för de utelämnade språken kopieras inte in i biblioteket, men de finns kvar bland den importerade dialogens resurser." +#. CYDb7 #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Ikon</alt></image>" +#. jhUym #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Import Dialog" msgstr "Importera dialogruta" +#. csTtJ #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Export Dialog" msgstr "Exportera dialogruta" +#. ZwGyC #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>" msgstr "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Exportera dialogruta</link>" +#. aVo7E #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>" msgstr "<ahelp hid=\".\">I dialogredigeraren så kommer detta kommando att anropa \"Spara som\"-dialogen för att exportera aktuell BASIC-dialog.</ahelp>" +#. 7DnCe #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Ikon</alt></image>" +#. hESPm #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Export Dialog" msgstr "Exportera dialogruta" +#. d2nFH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Insert Controls" msgstr "Infoga kontroller" +#. F2psp #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<bookmark_value>controls; in dialog editor</bookmark_value><bookmark_value>push button control in dialog editor</bookmark_value><bookmark_value>icon control</bookmark_value><bookmark_value>buttons; controls</bookmark_value><bookmark_value>image control</bookmark_value><bookmark_value>check box control</bookmark_value><bookmark_value>radio button control</bookmark_value><bookmark_value>option button control</bookmark_value><bookmark_value>fixed text control</bookmark_value><bookmark_value>label field control</bookmark_value><bookmark_value>editing; controls</bookmark_value><bookmark_value>text boxes; controls</bookmark_value><bookmark_value>list boxes; controls</bookmark_value><bookmark_value>combo box control</bookmark_value><bookmark_value>scroll bar control</bookmark_value><bookmark_value>horizontal scrollbar control</bookmark_value><bookmark_value>vertical scrollbar control</bookmark_value><bookmark_value>group box control</bookmark_value><bookmark_value>progress bar control</bookmark_value><bookmark_value>fixed line control</bookmark_value><bookmark_value>horizontal line control</bookmark_value><bookmark_value>line control</bookmark_value><bookmark_value>vertical line control</bookmark_value><bookmark_value>date field control</bookmark_value><bookmark_value>time field control</bookmark_value><bookmark_value>numerical field control</bookmark_value><bookmark_value>currency field control</bookmark_value><bookmark_value>formatted field control</bookmark_value><bookmark_value>pattern field control</bookmark_value><bookmark_value>masked field control</bookmark_value><bookmark_value>file selection control</bookmark_value><bookmark_value>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>" msgstr "<bookmark_value>Kontroller; i dialogredigeraren</bookmark_value><bookmark_value>Kommandoknapp, kontroll i dialogredigeraren</bookmark_value><bookmark_value>Ikonkontroll</bookmark_value><bookmark_value>Knappar; kontroller</bookmark_value><bookmark_value>Grafiska kontrollfält</bookmark_value><bookmark_value>Kryssruta, kontroll</bookmark_value><bookmark_value>Alternativknapp, kontroll</bookmark_value><bookmark_value>Alternativknapp, kontroll</bookmark_value><bookmark_value>Fast text, kontroll</bookmark_value><bookmark_value>Etikettfält, kontroll</bookmark_value><bookmark_value>Redigera; kontroller</bookmark_value><bookmark_value>Textrutor; kontroller</bookmark_value><bookmark_value>Listrutor; kontroller</bookmark_value><bookmark_value>Kombinationsfält, kontroll</bookmark_value><bookmark_value>Rullningslist, kontroll</bookmark_value><bookmark_value>Horisontell rullningslist, kontroll</bookmark_value><bookmark_value>Vertikal rullningslist, kontroll</bookmark_value><bookmark_value>Grupperingsram, kontroll</bookmark_value><bookmark_value>Förloppsindikator, kontroll</bookmark_value><bookmark_value>Fast linje, kontroll</bookmark_value><bookmark_value>Horisontell linje, kontroll</bookmark_value><bookmark_value>Linje, kontroll</bookmark_value><bookmark_value>Vertikal linje, kontroll</bookmark_value><bookmark_value>Datumfält, kontroll</bookmark_value><bookmark_value>Tidfält, kontroll</bookmark_value><bookmark_value>Numeriskt fält, kontroll</bookmark_value><bookmark_value>Valutafält, kontroll</bookmark_value><bookmark_value>Formaterat fält, kontroll</bookmark_value><bookmark_value>Maskerat fält, kontroll</bookmark_value><bookmark_value>Maskeringsfält, kontroll</bookmark_value><bookmark_value>Filurval, kontroll</bookmark_value><bookmark_value>Urvalsalternativ för kontroller</bookmark_value><bookmark_value>Testläge, kontroll</bookmark_value>" +#. YL3Za #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>" msgstr "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Infoga kontroller\">Infoga kontroller</link>" +#. jnfj9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\">Öppnar verktygsraden <emph>Verktygslåda</emph>.</ahelp>" +#. cJADH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Symbol</alt></image>" +#. DCFsK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Insert Controls" msgstr "Infoga kontroller" +#. BjneK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">properties dialog</link>." msgstr "Dubbelklicka på en kontroll i redigeringsläge om du vill öppna <link href=\"text/sbasic/shared/01170100.xhp\" name=\"dialogrutan Egenskaper\">dialogrutan Egenskaper</link>." +#. eo4TR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "In edit mode, you can also right-click a control and choose the cut, copy, and paste command." msgstr "I redigeringsläge kan du även högerklicka på en kontroll och välja kommandona klipp ut, kopiera och klistra in." +#. s9tA6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Button" msgstr "Knapp" +#. ApFSn #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Symbol</alt></image>" +#. pGofA #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPushbutton\">Adds a command button.</ahelp> You can use a command button to execute a command for a defined event, such as a mouse click." msgstr "<ahelp hid=\".uno:InsertPushbutton\">Lägger till en kommandoknapp.</ahelp> Du kan använda en kommandoknapp om du vill köra ett kommando för en definierad händelse, till exempel en musklickning." +#. GZHQC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "If you want, you can add text or a graphic to the button." msgstr "Om du vill kan du lägga till text eller grafik på knappen." +#. EFgyZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "Image Control" msgstr "Grafiskt kontrollfält" +#. iwZZH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Symbol</alt></image>" +#. VFc83 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>" msgstr "<ahelp hid=\".uno:InsertImageControl\">Lägger till en kontroll som visar grafik.</ahelp>" +#. bYtDg #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "Check Box" msgstr "Kryssruta" +#. jLYsw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Symbol</alt></image>" +#. QWB7B #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>" msgstr "<ahelp hid=\".uno:Checkbox\">Lägger till en kryssruta som du kan använda för att aktivera och inaktivera en funktion.</ahelp>" +#. gG6kh #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "Option Button" msgstr "Alternativfält" +#. 4PEup #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Symbol</alt></image>" +#. FWkY8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame." msgstr "<ahelp hid=\".uno:Radiobutton\">Lägger till en knapp som gör att användaren kan välja mellan ett antal alternativ.</ahelp> Grupperade alternativfält måste ha fortlöpande tabbindex. De brukar sättas i en grupperingsram. Om du har två grupper med alternativfält måste du infoga ett tabbindex mellan tabbindex för de två grupperna på gruppramen." +#. DaRgN #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "Label Field" msgstr "Etikettfält" +#. LwW4F #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Symbol</alt></image>" +#. XA4Aw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFixedText\">Adds a field for displaying text labels.</ahelp> These labels are only for displaying predefined text, and not for entering text." msgstr "<ahelp hid=\".uno:InsertFixedText\">Lägger till ett fält som visar textetiketter.</ahelp> De här etiketterna är bara till för att visa fördefinierad text och inte för inmatning av text." +#. BupCK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "Text Box" msgstr "Textfält" +#. dfUPJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Symbol</alt></image>" +#. ruGZ2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>" msgstr "<ahelp hid=\".uno:InsertEdit\">Lägger till en inmatningsruta där du kan skriva in och redigera text.</ahelp>" +#. zPAk2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "List Box" msgstr "Listruta" +#. w5Mw5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Symbol</alt></image>" +#. CZ7M5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>" msgstr "<ahelp hid=\".uno:InsertListbox\">Lägger till en ruta där du kan klicka på en post i en lista.</ahelp>" +#. Beb2k #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Combo Box" msgstr "Kombinationsfält" +#. QsBiA #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Symbol</alt></image>" +#. Vdn74 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Combobox\">Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list.</ahelp> If you want, you can make the entries in the combo box \"read only\"." msgstr "<ahelp hid=\".uno:Combobox\">Lägger till ett kombinationsfält. Ett kombinationsfält är en listruta med en rad som användaren kan klicka på och sedan välja en post i listan.</ahelp> Om du vill kan du skrivskydda posterna i kombinationsfältet." +#. Q7efB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Horisontell rullningslist" +#. vjpAs #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Symbol</alt></image>" +#. Vbp2o #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:HScrollbar\">Lägger till en horisontell rullningslist i dialogrutan.</ahelp>" +#. ECtLc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Vertikal rullningslist" +#. dXpxZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Symbol</alt></image>" +#. NmKDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:VScrollbar\">Lägger till en vertikal rullningslist i dialogrutan.</ahelp>" +#. JmAgh #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Group Box" msgstr "Grupperingsram" +#. GZiCH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Symbol</alt></image>" +#. aMgsB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>" msgstr "<ahelp hid=\".uno:Groupbox\">Lägger till en ram som du kan använda för att gruppera liknande kontroller visuellt, t.ex. alternativfält.</ahelp>" +#. CQpDj #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups." msgstr "Se till att tabbindex för gruppramen finns mellan de två gruppernas tabbindex om du vill definiera två olika grupper med alternativfält." +#. qusDD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "Progress Bar" msgstr "Förloppsindikator" +#. 3WCpk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1248,6 +1402,7 @@ msgctxt "" msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Symbol</alt></image>" +#. AUUic #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:ProgressBar\">Lägger till en förloppsindikator i dialogrutan.</ahelp>" +#. 2xdUf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "Horizontal Line" msgstr "Horisontell linje" +#. SdtNG #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Symbol</alt></image>" +#. rVrjy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:HFixedLine\">Lägger till en horisontell linje i dialogrutan.</ahelp>" +#. UcBeW #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "Vertical Line" msgstr "Vertikal linje" +#. qbWE3 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Symbol</alt></image>" +#. aQQuM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:VFixedLine\">Lägger till en vertikal linje i dialogrutan.</ahelp>" +#. FxkjD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1312,6 +1474,7 @@ msgctxt "" msgid "Date Field" msgstr "Datumfält" +#. LfULF #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1320,6 +1483,7 @@ msgctxt "" msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Symbol</alt></image>" +#. VU2nc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1328,6 +1492,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>" msgstr "<ahelp hid=\".uno:AddDateField\">Lägger till ett datumfält.</ahelp>" +#. DBqW6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1336,6 +1501,7 @@ msgctxt "" msgid "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date." msgstr "Om du tilldelar datumfältet egenskapen \"öppningsbar\" kan en användare öppna en kalender och markera ett datum." +#. Mofqo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1344,6 +1510,7 @@ msgctxt "" msgid "Time Field" msgstr "Tidsfält" +#. iuUUy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Symbol</alt></image>" +#. 6fSyF #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>" msgstr "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Lägger till ett tidsfält.</ahelp>" +#. 6vzHV #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "Numeric Field" msgstr "Numeriskt fält" +#. EvwcB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Symbol</alt></image>" +#. hMT5t #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>" msgstr "<ahelp hid=\".uno:InsertNumericField\">Lägger till ett numeriskt fält.</ahelp>" +#. jrbuR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Currency Field" msgstr "Valutafält" +#. XZarE #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Symbol</alt></image>" +#. BeFRH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>" msgstr "<ahelp hid=\".uno:InsertCurrencyField\">Lägger till ett valutafält.</ahelp>" +#. BJs4P #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "Formatted Field" msgstr "Formaterat fält" +#. EF6Gs #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Symbol</alt></image>" +#. QAd5c #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFormattedField\">Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.</ahelp>" msgstr "<ahelp hid=\".uno:InsertFormattedField\">Lägger till ett textfält där du kan definiera formateringen för text som matas in eller ut och eventuella begränsande värden.</ahelp>" +#. 2iDg4 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Pattern Field" msgstr "Maskerat fält" +#. ioBYv #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Symbol</alt></image>" +#. AJhaK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded." msgstr "<ahelp hid=\".uno:InsertPatternField\">Ett maskerat fält läggs till.</ahelp> Ett maskerat fält består av en inmatningsmask och en teckenmask. Inmatningsmasken bestämmer vilka användardata som kan matas in. Teckenmasken bestämmer det maskerade fältets tillstånd när formuläret laddas." +#. 8rcKD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1464,6 +1645,7 @@ msgctxt "" msgid "File Selection" msgstr "Filurval" +#. EHVkw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1472,6 +1654,7 @@ msgctxt "" msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Symbol</alt></image>" +#. 9GHDa #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>" msgstr "<ahelp hid=\".uno:InsertFileControl\">Lägger till en knapp som öppnar en dialogruta för filval.</ahelp>" +#. AnFmm #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "Select" msgstr "Markera" +#. kz5Vk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Symbol</alt></image>" +#. hAcNy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.</ahelp>" msgstr "<ahelp hid=\".\">Aktiverar och inaktiverar markeringsläge. I det här läget kan du markera kontrollerna i en dialogruta så att de går att redigera.</ahelp>" +#. SSQwJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "Properties" msgstr "Egenskaper" +#. Yb2pD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Symbol</alt></image>" +#. pjygv #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialog where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>" msgstr "<ahelp hid=\".uno:ShowPropBrowser\">Öppnar en dialogruta där du kan redigera <link href=\"text/sbasic/shared/01170100.xhp\" name=\"egenskaper\">egenskaperna</link> för den markerade kontrollen.</ahelp>" +#. GqGSX #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Aktivera testläge" +#. dYhm7 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Symbol</alt></image>" +#. 9gCL9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>" msgstr "<ahelp hid=\".uno:TestMode\">Startar testläget. Stäng dialogrutan om du vill avsluta testläget.</ahelp>" +#. 5HbMk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Manage Language" msgstr "Hantera språk" +#. GshVT #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Ikon Hantera språk</alt></image>" +#. adqA5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>" msgstr "<ahelp hid=\".uno:ManageLanguage\">Öppnar en <link href=\"text/sbasic/guide/translation.xhp\">dialogruta</link> som aktiverar eller hanterar flera uppsättningar av resurser för dialogrutor för flera språk.</ahelp>" +#. vbEQt #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Tree Control" msgstr "Trädkontroll" +#. vkwC5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Ikon Hantera språk</alt></image>" +#. xFjgC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>" msgstr "<ahelp hid=\".\">Lägger till en trädkontroll som kan visa en hierarkisk lista. Du kan uppdatera listan med ditt program genom att använda API-anrop (XtreeControl).</ahelp>" +#. KjMwM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Table Control" msgstr "" +#. B9AyQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" msgstr "" +#. XzXwf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp>" msgstr "" +#. BQz8k #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "Hyperlink Control" msgstr "" +#. 2UPZL #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" msgstr "" +#. C2Gjm #: 20000000.xhp msgctxt "" "20000000.xhp\n" diff --git a/source/sv/helpcontent2/source/text/scalc.po b/source/sv/helpcontent2/source/text/scalc.po index 47c57ca72df..db30d481813 100644 --- a/source/sv/helpcontent2/source/text/scalc.po +++ b/source/sv/helpcontent2/source/text/scalc.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-10-21 20:58+0200\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2018-11-19 11:48+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542628136.000000\n" +#. ZxQeC #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Välkommen till $[officename] Calc-hjälpen" +#. PqA2G #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Välkommen till $[officename] Calc-hjälpen" +#. FATnT #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "How to Work With $[officename] Calc" msgstr "Så här använder du $[officename] Calc" +#. hpSB8 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>" msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">Lista över funktioner per kategori</link>" +#. SBdpw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "$[officename] Calc Menus, Toolbars, and Keys" msgstr "Menyer, symbollister och tangenter i $[officename] Calc" +#. aFUnY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Menus" msgstr "Menyer" +#. JVoNZ #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>" msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menyer\">Menyer</link></variable>" +#. cbjYY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "The following menu commands are available for spreadsheets." msgstr "Följande menykommandon är tillgängliga för kalkylblad." +#. PvGHJ #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "File" msgstr "Arkiv" +#. 8jNU6 #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>" msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"Arkiv\">Arkiv</link>" +#. GbpEY #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>" msgstr "<ahelp hid=\".\">De här kommandona gäller för det aktuella dokumentet, för att öppna ett nytt dokument eller stänga ett program.</ahelp>" +#. 6hchv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Edit" msgstr "Redigera" +#. Ey57D #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>" msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"Redigera\">Redigera</link>" +#. cRq5f #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>" msgstr "<ahelp hid=\".\">På den här menyn finns kommandon för redigering av innehållet i det aktuella dokumentet.</ahelp>" +#. p5xh3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>" msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Länkar...\">Länkar...</link>" +#. A9QFv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Bildkarta\">Bildkarta</link>" +#. pFCu3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>" msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objekt\">Objekt</link>" +#. zRW8E #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "View" msgstr "Visa" +#. nYmdC #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>" msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"Visa\">Visa</link>" +#. 6WV9e #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>" msgstr "<ahelp hid=\".\">På den här menyn finns kommandon för att anpassa visningen av dokumentet på skärmen.</ahelp>" +#. X7bcB #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Normal" msgstr "Normal" +#. s6GiY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>" msgstr "<ahelp hid=\".\">Visar tabellens normalvy.</ahelp>" +#. tjNzu #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>" msgstr "<link href=\"text/scalc/01/03100000.xhp\">Sidbrytning</link>" +#. rJbW2 #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Grid Lines for Sheet" msgstr "Rutnät för kalkylblad" +#. TvxiA #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Toggle the visibility of grid lines for the current sheet." msgstr "Visa/dölj rutnät för aktuellt blad" +#. ZPjKe #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Show Formula" msgstr "Visa formel" +#. KRDBb #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Display the cell formula expression instead of the calculated result." msgstr "Visa cellformeluttrycket istället för det beräknade resultatet." +#. 95G2n #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" msgstr "<link href=\"text/shared/01/gallery.xhp\">Galleri</link>" +#. f3nqY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>" msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Skala\">Zoom</link>" +#. Dp7mC #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Insert" msgstr "Infoga" +#. p4P57 #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -264,38 +295,43 @@ msgctxt "" msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"Infoga\">Infoga</link>" +#. vJ4Ep #: main0104.xhp msgctxt "" "main0104.xhp\n" "par_id3153896\n" "help.text" -msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>" -msgstr "<ahelp hid=\".\">Infoga-menyn innehåller kommandon som infogar nya element, t.ex. celler, rader, tabeller och cellnamn, i det aktuella kalkylbladet.</ahelp>" +msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>" +msgstr "" +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3150769\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>" -msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Celler\">Celler</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Diagram</link>" +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3149260\n" +"par_id0302200904002496\n" "help.text" -msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>" -msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Blad</link>" +msgid "Inserts a chart." +msgstr "Infogar ett diagram." +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153726\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialtecken\">Specialtecken</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Flytande ram</link>" +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -304,46 +340,70 @@ msgctxt "" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Länk</link>" +#. iAa73 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3154492\n" +"hd_id3153726\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Funktion\">Funktion</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialtecken\">Specialtecken</link>" +#. FvWya #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145640\n" +"hd_id761577295440343\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Kommentar</link>" +msgid "Date" +msgstr "" +#. kzxk7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3146918\n" +"par_id11577295470732\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Diagram</link>" +msgid "Inserts the current date in the cell." +msgstr "" +#. hvV2C #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904002496\n" +"hd_id131577295445736\n" "help.text" -msgid "Inserts a chart." -msgstr "Infogar ett diagram." +msgid "Time" +msgstr "" +#. 6Aizu #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3147003\n" +"par_id91577295463980\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Flytande ram</link>" +msgid "Inserts the current time in the cell" +msgstr "" + +#. CzRJY +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"hd_id621577296064493\n" +"help.text" +msgid "Field" +msgstr "" +#. wWXMc +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"par_id391577296078546\n" +"help.text" +msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell." +msgstr "" + +#. JP4tR #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -352,6 +412,7 @@ msgctxt "" msgid "Format" msgstr "Format" +#. 9tCac #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -360,6 +421,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>" msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>" +#. AHPAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -368,6 +430,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>" msgstr "<ahelp hid=\".\"><emph>Format</emph>-menyn innehåller kommandon för formatering av markerade celler, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objekt\">objekt</link> och cellinnehåll i dokumentet.</ahelp>" +#. Ly37n #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -376,6 +439,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>" msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Celler\">Celler</link>" +#. FuTAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -384,6 +448,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Sida\">Sida</link>" +#. 2T8EY #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -392,6 +457,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Tecken\">Tecken</link>" +#. HiDBe #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -400,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Stycke\">Stycke</link>" +#. FDive #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -408,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>" msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">Autoformat</link>" +#. f5qPr #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -416,6 +484,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>" msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"Villkorlig formatering\">Villkorlig formatering</link>" +#. RugVk #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -424,6 +493,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>" msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Kontrollfält...\">Kontrollfält...</link>" +#. ejmDA #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -432,6 +502,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>" msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"Formulär...\">Formulär...</link>" +#. r9nLs #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -440,6 +511,7 @@ msgctxt "" msgid "Tools" msgstr "Verktyg" +#. J2ACm #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -448,6 +520,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>" msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Verktyg\">Verktyg</link>" +#. HRbnr #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -456,6 +529,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" msgstr "<ahelp hid=\".\"><emph>Verktygs</emph>-menyn innehåller kommandon som kontrollerar stavning, spårar tabellreferenser, utför felsökning och definierar scenarion.</ahelp>" +#. NkvRH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -464,6 +538,7 @@ msgctxt "" msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications." msgstr "Du kan också skapa och tilldela makron och konfigurera tangentbord, utseende på verktygslister och menyer, samt ange standardalternativ för $[officename]-program." +#. eoAXH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -472,6 +547,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>" msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Alternativ för autokorrigering</link>" +#. ToZU6 #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -480,6 +556,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Målvärdessökning\">Målvärdessökning</link>" +#. MzvSo #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -488,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>" msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarion...\">Scenarion...</link>" +#. SbKoe #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -496,6 +574,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Anpassa</link>" +#. KRfJh #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -504,6 +583,7 @@ msgctxt "" msgid "Window" msgstr "Fönster" +#. chBA8 #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -512,6 +592,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>" msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"Fönster\">Fönster</link>" +#. 9UWue #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -520,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Contains commands for manipulating and displaying document windows.</ahelp>" msgstr "<ahelp hid=\".\">Innehåller kommandon för att anpassa och visa dokumentfönster.</ahelp>" +#. RHWHH #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -528,6 +610,7 @@ msgctxt "" msgid "Data" msgstr "Data" +#. oCLhW #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -536,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>" msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>" +#. gxhqm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -544,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp>" msgstr "<ahelp hid=\".\">Använd kommandona på <emph>Data</emph>-menyn för att redigera data i det aktuella bladet. Du kan definiera områden, sortera och filtrera data, beräkna resultat, disponera data och skapa en pivottabell.</ahelp>" +#. fUFxA #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -552,6 +637,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>" msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"Definiera område...\">Definiera område...</link>" +#. zwUaL #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -560,6 +646,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>" msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"Välj område...\">Välj område...</link>" +#. Vu2AT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -568,6 +655,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>" msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sortera...\">Sortera...</link>" +#. YzBJT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -576,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>" msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"Delresultat...\">Delresultat...</link>" +#. MGamE #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -584,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>" msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validitet...\">Validitet...</link>" +#. aenfd #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -592,6 +682,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>" msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multipla räkneoperationer...\">Multipla räkneoperationer...</link>" +#. 2GDcm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -600,6 +691,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>" msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Text till kolumner</link>" +#. 7H4LD #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -608,6 +700,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>" msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"Konsolidera...\">Konsolidera...</link>" +#. LrNMe #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -616,6 +709,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>" msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Uppdatera område...\">Uppdatera område...</link>" +#. efuyu #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -624,6 +718,7 @@ msgctxt "" msgid "Sheet" msgstr "Blad" +#. 7eVaK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -632,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0116.xhp\">Sheet</link>" msgstr "<link href=\"text/scalc/main0116.xhp\">Blad</link>" +#. cLyep #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -640,6 +736,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands to modify and manage a sheet and its elements.</ahelp>" msgstr "<ahelp hid=\".\">Den här menyn innehåller kommandon som ändrar och hanterar det aktuella kalkylbladet och dess innehåll.</ahelp>" +#. qH2va #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -648,6 +745,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Insert Rows</link>" msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Infoga rader</link>" +#. VWDbt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -656,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Insert Columns</link>" msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Infoga kolumn</link>" +#. rkoqn #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -664,6 +763,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move or Copy Sheet</link>" msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Flytta eller kopiera blad</link>" +#. sugSD #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -672,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show Sheet</link>" msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Visa Blad</link>" +#. EF3XK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -680,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete Sheet</link>" msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Ta bort blad</link>" +#. wbNHt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -688,6 +790,7 @@ msgctxt "" msgid "Sheet Tab Color" msgstr "Bladets flikfärg" +#. BosLg #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -696,6 +799,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Sheet Events</link>" msgstr "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Bladhändelser</link>" +#. 5DRv5 #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -704,6 +808,7 @@ msgctxt "" msgid "Toolbars" msgstr "Verktygsrader" +#. mUvzp #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -712,6 +817,7 @@ msgctxt "" msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>" msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Symbollister\">Symbollister</link></variable>" +#. tdJRk #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -720,6 +826,7 @@ msgctxt "" msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" msgstr "I den här undermenyn visas en lista över de verktygslister som är tillgängliga i tabeller.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" +#. XUCUB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -728,6 +835,7 @@ msgctxt "" msgid "Formatting Bar" msgstr "Verktygsraden Formatering" +#. 8XR93 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -736,6 +844,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0202.xhp\" name=\"Verktygsraden Formatering\">Verktygsraden Formatering</link>" +#. ayoCz #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -744,6 +853,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">Verktygsraden <emph>Formatering</emph> innehåller grundläggande kommandon för manuell formatering.</ahelp>" +#. Arm5j #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -752,6 +862,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Teckensnittsfärg\">Teckensnittsfärg</link>" +#. Skg7A #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -760,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Vänsterjusterad\">Vänsterjusterad</link>" +#. 7BZfP #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -768,6 +880,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justering centrerat horisontellt\">Justering centrerat horisontellt</link>" +#. Qz94y #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -776,6 +889,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Högerjusterad\">Högerjusterad</link>" +#. UzBac #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -784,6 +898,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Marginaljusterad\">Marginaljusterad</link>" +#. RB8dx #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -792,6 +907,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justera överkant\">Justera överkant</link>" +#. 6jCFX #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -800,6 +916,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justera centrerat vertikalt\">Justera centrerat vertikalt</link>" +#. VsDGR #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -808,6 +925,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justera nederkant\">Justera nederkant</link>" +#. GFJrp #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -816,6 +934,7 @@ msgctxt "" msgid "Number Format : Date" msgstr "Talformat: Date" +#. jPLVg #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -824,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Använder datumformatet på de markerade cellerna.</ahelp>" +#. EpBYF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -832,6 +952,7 @@ msgctxt "" msgid "Number Format: Exponential" msgstr "Talformat: Exponentiell" +#. aA3sM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -840,6 +961,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Använder exponentiellt format på de markerade cellerna.</ahelp>" +#. 8BDJe #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -848,6 +970,7 @@ msgctxt "" msgid "Additional icons" msgstr "Fler ikoner" +#. BdMnG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -856,6 +979,7 @@ msgctxt "" msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible." msgstr "Om <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link>-stöd är aktiverat visas ytterligare två ikoner." +#. Ft8vF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -864,14 +988,16 @@ msgctxt "" msgid "Left-To-Right" msgstr "Vänster-till-höger" +#. vX3LE #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN1089C\n" "help.text" -msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" -msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">vänster till höger-ikon</alt></image>" +msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" +msgstr "" +#. PJwTW #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -880,6 +1006,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>" msgstr "<ahelp hid=\".uno:ParaLeftToRight\">Texten skrivs in från vänster till höger.</ahelp>" +#. HfCDq #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -888,14 +1015,16 @@ msgctxt "" msgid "Right-To-Left" msgstr "Höger-till-vänster" +#. mfrZi #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN108DF\n" "help.text" -msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" -msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">höger till vänster-ikon</alt></image>" +msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" +msgstr "" +#. fjLD6 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -904,6 +1033,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>" msgstr "<ahelp hid=\".uno:ParaRightToLeft\">Text som är formaterad i ett språk med komplex textlayout skrivs in från höger till vänster.</ahelp>" +#. NVkBC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -912,6 +1042,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Justerar cellens innehåll åt vänster.</ahelp>" +#. rfUHM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -920,6 +1051,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Justerar cellens innehåll åt höger.</ahelp>" +#. ZdwVC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -928,6 +1060,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Centrerar cellens innehåll horisontellt.</ahelp>" +#. bHQCG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -936,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Justerar cellens innehåll mot vänster och höger cellkant.</ahelp>" +#. GmxHK #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -944,6 +1078,7 @@ msgctxt "" msgid "Drawing Object Properties Bar" msgstr "Verktygsraden Egenskaper för ritobjekt" +#. ddCKC #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -952,6 +1087,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>" msgstr "<link href=\"text/scalc/main0203.xhp\" name=\"Verktygsraden Egenskaper för ritobjekt\">Verktygsraden Egenskaper för ritobjekt</link>" +#. BHsxU #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -960,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">Verktygsraden <emph>Egenskaper för ritobjekt</emph> för objekt som du markerar i tabellen innehåller kommandon för formatering och justering.</ahelp>" +#. ypZAt #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -968,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linjestil\">Linjestil</link>" +#. GJLtq #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -976,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linjebredd\">Linjebredd</link>" +#. J3HZu #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -984,6 +1123,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linjefärg\">Linjefärg</link>" +#. DAGaR #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -992,6 +1132,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>" msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Ytstil/-fyllning\">Ytstil/-fyllning</link>" +#. BgP3b #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1000,6 +1141,7 @@ msgctxt "" msgid "Text Formatting Bar" msgstr "Verktygsraden Textformatering" +#. tCQyT #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1008,14 +1150,16 @@ msgctxt "" msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"Verktygsraden Textformatering\">Verktygsraden Textformatering</link>" +#. h55fM #: main0205.xhp msgctxt "" "main0205.xhp\n" "par_id3151112\n" "help.text" -msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp>" -msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">Verktygsraden <emph>Textformatering</emph> som visas när markören finns i ett textobjekt, till exempel en textruta eller ett ritobjekt, innehåller kommandon för formatering och justering.</ahelp>" +msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp>" +msgstr "" +#. qzSkC #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1024,6 +1168,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Teckensnittsfärg\">Teckensnittsfärg</link>" +#. ZZMCx #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1032,6 +1177,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Radavstånd: 1\">Radavstånd: 1</link>" +#. wnVww #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1040,6 +1186,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Radavstånd: 1,5\">Radavstånd: 1,5</link>" +#. AUwKK #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1048,6 +1195,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Radavstånd: 2\">Radavstånd: 2</link>" +#. GB3jJ #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1056,6 +1204,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Vänsterjusterad\">Vänsterjusterad</link>" +#. DUWnb #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1064,6 +1213,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Centrerad\">Centrerad</link>" +#. 26EW2 #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1072,6 +1222,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Högerjusterad\">Högerjusterad</link>" +#. ipyGL #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1080,6 +1231,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Marginaljustering\">Marginaljustering</link>" +#. 3b4ep #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1088,6 +1240,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Upphöjt\">Upphöjt</link>" +#. crEFA #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1096,6 +1249,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Nedsänkt\">Nedsänkt</link>" +#. QLvQy #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1104,6 +1258,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Tecken\">Tecken</link>" +#. XCyBD #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1112,6 +1267,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Stycke\">Stycke</link>" +#. EDAGh #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1120,6 +1276,7 @@ msgctxt "" msgid "Formula Bar" msgstr "Formelrad" +#. Bnx9x #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1128,6 +1285,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>" msgstr "<link href=\"text/scalc/main0206.xhp\" name=\"Formellist\">Formellist</link>" +#. dnFAk #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1136,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>" msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">Använd den här listen när du skriver in formler.</ahelp>" +#. CG7Dj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1144,6 +1303,7 @@ msgctxt "" msgid "Status Bar" msgstr "Statusrad" +#. 8RA34 #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1152,6 +1312,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>" msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Statuslist\">Statuslist</link>" +#. QDPFj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1160,6 +1321,7 @@ msgctxt "" msgid "The <emph>Status Bar</emph> displays information about the current sheet." msgstr "<emph>Statuslisten</emph> visar information om den aktuellt blad." +#. nct5g #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1168,6 +1330,7 @@ msgctxt "" msgid "Digital Signature" msgstr "Digital signatur" +#. buUJc #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1176,6 +1339,7 @@ msgctxt "" msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>." msgstr "Se även <link href=\"text/shared/guide/digital_signatures.xhp\">Digitala signaturer</link>." +#. iEc7h #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1184,6 +1348,7 @@ msgctxt "" msgid "Print Preview Bar" msgstr "Verktygsraden Förhandsgranskning" +#. PXFAs #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1192,6 +1357,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Print Preview Bar\">Print Preview Bar</link>" msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Print Preview Bar\">Verktygsraden Förhandsgranskning</link>" +#. cFFdQ #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1200,6 +1366,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Print Preview</emph> Bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">Verktygsraden <emph>Förhandsgranskning</emph> visas när du väljer <emph>Arkiv - Förhandsgranskning</emph>.</ahelp>" +#. FEZVG #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1208,6 +1375,7 @@ msgctxt "" msgid "Full Screen" msgstr "Helskärm" +#. c2cjB #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1216,6 +1384,7 @@ msgctxt "" msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button." msgstr "Döljer menyer och verktygsrader. Klicka på knappen <emph>Helskärm</emph> för att lämna helskärmsläget." +#. owxGd #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1224,6 +1393,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Sidformatering</link>" +#. w9KJc #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1232,6 +1402,7 @@ msgctxt "" msgid "Margins" msgstr "Sidmarginaler" +#. cEsD4 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1240,6 +1411,7 @@ msgctxt "" msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog." msgstr "Visar eller döljer sidans marginaler. Marginaler kan dras med musen eller sättas under fliken <emph>Sida</emph> i dialogen <emph>Sidformatmall</emph>." +#. NsZqF #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1248,6 +1420,7 @@ msgctxt "" msgid "Scaling Factor" msgstr "Skalningsfaktor" +#. YZA55 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1256,6 +1429,7 @@ msgctxt "" msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too." msgstr "Detta reglage anger sidans skala för utskrivna tabeller. Skalningsfaktorn kan även ändras i <emph>Sidformat</emph>-dialogen under fliken <emph>Tabell</emph>." +#. GFMWr #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1264,6 +1438,7 @@ msgctxt "" msgid "Close Preview" msgstr "Stäng förhandsgranskningen" +#. kL6Ds #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1272,6 +1447,7 @@ msgctxt "" msgid "To exit the print preview, click the <emph>Close Preview</emph> button." msgstr "För att avsluta förhandsgranskningen, klicka på knappen <emph>Stäng förhandsgranskningen</emph>." +#. kTaqi #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1280,6 +1456,7 @@ msgctxt "" msgid "Image Bar" msgstr "Verktygsraden Bild" +#. bZuGP #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1288,6 +1465,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Image Bar\">Image Bar</link>" msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"Image Bar\">Verktygsraden Bild</link>" +#. MnQUQ #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1296,6 +1474,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Image</emph> bar is displayed when you insert or select an image in a sheet.</ahelp>" msgstr "<ahelp hid=\".\">Verktygsraden <emph>Bild</emph> visas när du infogar eller väljer en bild i ett kalkylblad.</ahelp>" +#. JKNbf #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1304,6 +1483,7 @@ msgctxt "" msgid "Tools Bar" msgstr "Verktygsraden Verktyg" +#. FkEmk #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1312,6 +1492,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>" msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"Verktygsraden Verktyg\">Verktygsraden Verktyg</link>" +#. nSzQ3 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1320,6 +1501,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">På verktygsraden Verktyg har du tillgång till vanliga kommandon.</ahelp>" +#. muQ5j #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1328,6 +1510,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>" msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>" +#. rXyMx #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1336,6 +1519,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Temaurval\">Temaurval</link>" +#. 3hmW7 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1344,6 +1528,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>" msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Specialfilter\">Specialfilter</link>" +#. NgA6E #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1352,6 +1537,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>" msgstr "<link href=\"text/scalc/01/12090100.xhp\">Start</link>" +#. AauQw #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1360,6 +1546,7 @@ msgctxt "" msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>" msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Eurokonverterare\">Eurokonverterare</link>" +#. Eu4wD #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1368,6 +1555,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>" msgstr "<link href=\"text/scalc/01/04070100.xhp\">Definiera </link>" +#. HyrGS #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1376,6 +1564,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Målvärdessökning\">Målvärdessökning</link>" +#. Fky5g #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1384,6 +1573,7 @@ msgctxt "" msgid "$[officename] Calc Features" msgstr "$[officename] Calc-funktioner" +#. NJ9KT #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1392,6 +1582,7 @@ msgctxt "" msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>" msgstr "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc-funktioner\">$[officename] Calc-funktioner</link></variable>" +#. ztyoG #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1400,6 +1591,7 @@ msgctxt "" msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets." msgstr "$[officename] Calc är ett kalkylprogram som du använder för att beräkna, analysera och hantera dina data. Du kan även importera och ändra Microsoft Excel-kalkylblad." +#. 6iQ5x #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1408,6 +1600,7 @@ msgctxt "" msgid "Calculations" msgstr "Beräkningar" +#. uiaMX #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1416,6 +1609,7 @@ msgctxt "" msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data." msgstr "$[officename] Calc erbjuder olika <link href=\"text/scalc/01/04060100.xhp\" name=\"funktioner\">funktioner</link>, inklusive statistk- och finansfunktioner, som du kan använda för att skapa formler och utföra komplexa beräkningar på dina data." +#. ZWXQP #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1424,6 +1618,7 @@ msgctxt "" msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas." msgstr "Du kan också använda <link href=\"text/scalc/01/04060000.xhp\" name=\"Guider\">Funktionsguiden</link> som hjälp när du skapar formler." +#. jARFA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1432,6 +1627,7 @@ msgctxt "" msgid "What-If Calculations" msgstr "Vad-händer-om-beräkningar" +#. 4yrYj #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1440,6 +1636,7 @@ msgctxt "" msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios." msgstr "En intressant funktion är att du direkt kan visa resultaten efter att en faktor ändrats i beräkningar som består av flera faktorer. Du kan t.ex. visa hur en ändrad tidsperiod i en låneberäkning påverkar räntor och amorteringar. Dessutom kan du hantera större tabeller genom att använda olika fördefinierade scenarion." +#. JRYyA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1448,6 +1645,7 @@ msgctxt "" msgid "Database Functions" msgstr "Databasfunktioner" +#. 99gbx #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1456,6 +1654,7 @@ msgctxt "" msgid "Use spreadsheets to arrange, store, and filter your data." msgstr "Använd kalkylblad för att ordna, spara och filtrera data." +#. EgN7B #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1464,6 +1663,7 @@ msgctxt "" msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer." msgstr "Med $[officename] Calc kan du dra och släppa tabeller från databaser, eller använda ett kalkylblad som datakälla när du skapar standardbrev i $[officename] Writer." +#. GKCva #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1472,6 +1672,7 @@ msgctxt "" msgid "Arranging Data" msgstr "Disponera data" +#. Bo5vg #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1480,6 +1681,7 @@ msgctxt "" msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals." msgstr "Med några få musklickningar kan du ändra ett kalkylblad så att vissa dataområden visas eller döljs, formatera områden enligt speciella villkor och snabbt beräkna delsummor och totalsummor." +#. JBCHF #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1488,6 +1690,7 @@ msgctxt "" msgid "Dynamic Charts" msgstr "Dynamiska diagram" +#. QEi8Q #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1496,6 +1699,7 @@ msgctxt "" msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes." msgstr "Med $[officename] Calc kan du presentera tabelldata i dynamiska diagram som uppdateras automatiskt med ändrade data." +#. aFG9z #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1504,6 +1708,7 @@ msgctxt "" msgid "Opening and Saving Microsoft Files" msgstr "Öppna och spara Microsoft-filer" +#. HBc3E #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/sv/helpcontent2/source/text/scalc/00.po b/source/sv/helpcontent2/source/text/scalc/00.po index c4448bf98ef..ead02bc51fd 100644 --- a/source/sv/helpcontent2/source/text/scalc/00.po +++ b/source/sv/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: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2018-11-20 17:44+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1735,13 +1735,184 @@ msgctxt "" msgid "Available since release" msgstr "" -#. B5GKt +#. rb2GF #: avail_release.xhp msgctxt "" "avail_release.xhp\n" -"par_id631551701603518\n" +"par_id651551701041690\n" "help.text" -msgid "<variable id=\"release\">This function is available since %PRODUCTNAME </variable>" +msgid "This function is available since %PRODUCTNAME 3.3" +msgstr "" + +#. cWt2c +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041690\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.4" +msgstr "" + +#. DJYpo +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041635\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.5" +msgstr "" + +#. movhF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041636\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.6" +msgstr "" + +#. ZabjA +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041640\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.0" +msgstr "" + +#. 8DzKR +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041641\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.1" +msgstr "" + +#. ZTLzW +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041642\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.2" +msgstr "" + +#. 86mak +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041643\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.3" +msgstr "" + +#. YVyh9 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041644\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.4" +msgstr "" + +#. zDETc +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041650\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.0" +msgstr "" + +#. SawAv +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041651\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.1" +msgstr "" + +#. z6ZA8 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041652\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.2" +msgstr "" + +#. STFrB +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041653\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.3" +msgstr "" + +#. 283yd +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041654\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.4" +msgstr "" + +#. bTkBF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041660\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.0" +msgstr "" + +#. A6MsJ +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041661\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.1" +msgstr "" + +#. ba2SV +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041662\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.2" +msgstr "" + +#. ADa9o +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041663\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.3" +msgstr "" + +#. acWGG +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041664\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.4" +msgstr "" + +#. 9FEZK +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041665\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.5" msgstr "" #. LSPBz @@ -1851,4 +2022,3 @@ msgctxt "" "help.text" msgid "<variable id=\"delete_page_break_column\">Choose <emph>Sheet - Delete Page Break - Column Break</emph>.</variable>" msgstr "" - diff --git a/source/sv/helpcontent2/source/text/scalc/01.po b/source/sv/helpcontent2/source/text/scalc/01.po index 7582693f3ca..9434338dc18 100644 --- a/source/sv/helpcontent2/source/text/scalc/01.po +++ b/source/sv/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2019-05-01 17:41+0000\n" "Last-Translator: Robert <riedelkarlsson@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3832,22 +3832,31 @@ msgctxt "" msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>" msgstr "<bookmark_value>Infoga funktioner; Funktionsguiden</bookmark_value><bookmark_value>Funktioner; Funktionsguiden</bookmark_value><bookmark_value>Guider; funktioner</bookmark_value>" -#. 8hkzg +#. KeWpp #: 04060000.xhp msgctxt "" "04060000.xhp\n" "hd_id3147426\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Funktiosguiden\">Funktionsguiden</link>" +msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function</link>" +msgstr "" -#. qWAXe +#. wjD4H #: 04060000.xhp msgctxt "" "04060000.xhp\n" "par_id3145271\n" "help.text" -msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." +msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable>" +msgstr "" + +#. exDJs +#: 04060000.xhp +msgctxt "" +"04060000.xhp\n" +"par_id491577286833512\n" +"help.text" +msgid "Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." msgstr "" #. xeqnV @@ -5542,13 +5551,13 @@ msgctxt "" msgid "<bookmark_value>date and time functions</bookmark_value> <bookmark_value>functions; date & time</bookmark_value> <bookmark_value>Function Wizard; date & time</bookmark_value>" msgstr "" -#. 27DbC +#. 4twnp #: 04060102.xhp msgctxt "" "04060102.xhp\n" "hd_id3154536\n" "help.text" -msgid "Date & Time Functions" +msgid "<variable id=\"h1\">Date & Time Functions</variable>" msgstr "" #. MJ2GD @@ -7045,23 +7054,23 @@ msgctxt "" msgid "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent." msgstr "<item type=\"input\">=DISK(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returnerar 0,0372 eller 3,72 procent." -#. hm7Tq +#. pLhCb #: 04060103.xhp msgctxt "" "04060103.xhp\n" "bm_id3154695\n" "help.text" -msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" -msgstr "<bookmark_value>LÖPTID_ADD, funktion</bookmark_value> <bookmark_value>Microsoft Excel-funktioner</bookmark_value> <bookmark_value>löptider;värdepapper med fast ränta</bookmark_value>" +msgid "<bookmark_value>DURATION function</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" +msgstr "" -#. bD2zQ +#. coRDF #: 04060103.xhp msgctxt "" "04060103.xhp\n" "hd_id3154695\n" "help.text" -msgid "DURATION_ADD" -msgstr "LÖPTID_ADD" +msgid "DURATION" +msgstr "" #. oA2tj #: 04060103.xhp @@ -7072,14 +7081,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Beräknar löptiden i år för ett värdepapper med periodisk räntebetalning.</ahelp>" -#. MEAyR +#. bJZPP #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3153373\n" "help.text" -msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" -msgstr "LÖPTID_ADD(\"Avräkning\"; \"Förfallotid\"; Kupong; Avkastning; Frekvens; Bas)" +msgid "DURATION(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" +msgstr "" #. JeeVp #: 04060103.xhp @@ -7135,14 +7144,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?" msgstr "Ett värdepapper köps den 1 januari 2001. Förfallodatum är den 1 januari 2006. Den nominella räntesatsen är 8%. Avkastningen är 9,0%. Räntan betalas halvårsvis (frekvensen är 2). Hur lång är löptiden om daglig ränteberäkning (bas 3) används?" -#. vGsKM +#. ggYzf #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3154902\n" "help.text" -msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" -msgstr "<item type=\"input\">=LÖPTID_ADD(\"2001-01-01\";\"2006-01-01\";0,08;0,09;2;3)</item>" +msgid "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" +msgstr "" #. TjeEJ #: 04060103.xhp @@ -14443,14 +14452,14 @@ msgctxt "" msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>" msgstr "Så här summerar du endast negativa tal: <item type=\"input\">=SUMMA.OM(A1:A10;\"<0\")</item>" -#. rxMQ3 +#. GGT9C #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id6670125\n" "help.text" -msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." -msgstr "<item type=\"input\">=SUMMA.OM(A1:A10;\">0\";B1:10)</item> - summerar värden från området B1:B10 endast om de motsvarande värdena i området A1:A10 är >0." +msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:B10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." +msgstr "" #. G5vdm #: 04060106.xhp @@ -15127,14 +15136,14 @@ msgctxt "" msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5." msgstr "<item type=\"input\">=UDDA(-3,1)</item> returnerar -5." -#. Tkdj9 +#. CR7gG #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id2957404\n" "help.text" -msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>RUNDA.NER, funktion</bookmark_value><bookmark_value>avrunda;ned till närmaste signifikanta multipel</bookmark_value>" +msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>FLOOR.XCL function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" #. ticPN #: 04060106.xhp @@ -15190,14 +15199,14 @@ msgctxt "" msgid "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> returns -12" msgstr "<item type=\"input\">=RUNDA.NER(-11;-2)</item> returnerar -12" -#. qdxiZ +#. aDgE5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id3157404\n" "help.text" -msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>RUNDA.NER, funktion</bookmark_value><bookmark_value>avrunda;ned till närmaste signifikanta multipel</bookmark_value>" +msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>FLOOR.MATH function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" #. BAZE3 #: 04060106.xhp @@ -17800,14 +17809,14 @@ msgctxt "" msgid "<variable id=\"head_statistic\"><link href=\"text/scalc/01/04060108.xhp\" name=\"Statistics Functions\">Statistics Functions</link></variable>" msgstr "" -#. eNDVS +#. M7Z6D #: 04060108.xhp msgctxt "" "04060108.xhp\n" "par_id3157874\n" "help.text" -msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>" -msgstr "<variable id=\"statistiktext\">Den här kategorin innehåller funktioner inom <emph>Statistik</emph>. </variable>" +msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions.</variable>" +msgstr "" #. HiTED #: 04060108.xhp @@ -17818,33 +17827,6 @@ msgctxt "" msgid "Some of the examples use the following data table:" msgstr "En del av exemplen använder följande datatabell:" -#. hYpm5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148775\n" -"help.text" -msgid "C" -msgstr "C" - -#. bPvvQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145297\n" -"help.text" -msgid "D" -msgstr "D" - -#. ySt77 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150661\n" -"help.text" -msgid "2" -msgstr "2" - #. PeXDp #: 04060108.xhp msgctxt "" @@ -17863,195 +17845,6 @@ msgctxt "" msgid "y value" msgstr "y-värde" -#. pNBpa -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153224\n" -"help.text" -msgid "3" -msgstr "3" - -#. GCDq5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150475\n" -"help.text" -msgid "-5" -msgstr "-5" - -#. K4fiE -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3155367\n" -"help.text" -msgid "-3" -msgstr "-3" - -#. 8cSjP -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149783\n" -"help.text" -msgid "4" -msgstr "4" - -#. YQKPp -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153181\n" -"help.text" -msgid "-2" -msgstr "-2" - -#. p5BEY -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148429\n" -"help.text" -msgid "0" -msgstr "0" - -#. DT4EG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152588\n" -"help.text" -msgid "5" -msgstr "5" - -#. zqQWt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3147483\n" -"help.text" -msgid "-1" -msgstr "-1" - -#. GsCZB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3083443\n" -"help.text" -msgid "1" -msgstr "1" - -#. LyuFQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149826\n" -"help.text" -msgid "6" -msgstr "6" - -#. BfBEi -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3163820\n" -"help.text" -msgid "0" -msgstr "0" - -#. 2pfGT -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154816\n" -"help.text" -msgid "3" -msgstr "3" - -#. 4idBB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149276\n" -"help.text" -msgid "7" -msgstr "7" - -#. wUKtq -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149267\n" -"help.text" -msgid "2" -msgstr "2" - -#. hyKxt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156310\n" -"help.text" -msgid "4" -msgstr "4" - -#. 8HMk6 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154639\n" -"help.text" -msgid "8" -msgstr "8" - -#. Ec6AG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145205\n" -"help.text" -msgid "4" -msgstr "4" - -#. FnpA8 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153276\n" -"help.text" -msgid "6" -msgstr "6" - -#. ee6VB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150756\n" -"help.text" -msgid "9" -msgstr "9" - -#. EM3Gs -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156095\n" -"help.text" -msgid "6" -msgstr "6" - -#. oFf2A -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152929\n" -"help.text" -msgid "8" -msgstr "8" - #. BbE8F #: 04060108.xhp msgctxt "" @@ -20041,14 +19834,14 @@ msgctxt "" msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked." msgstr "<item type=\"input\">=LÄNK(\"http://www.example.org\";\"Klicka här\")</item> visar texten \"Klicka här\" i cellen och aktiverar länken http://www.example.org när du klickar på den." -#. 6vtR6 +#. nBEGH #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id0907200912224534\n" "help.text" -msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked." -msgstr "=LÄNK(\"http://www.example.org\";12345) visar talet 12345 och aktiverar länken http://www.example.org när du klickar på den." +msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";12345)</item> displays the number 12345 and executes the hyperlink http://www.example.org when clicked." +msgstr "" #. GFCwJ #: 04060109.xhp @@ -30877,14 +30670,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:" msgstr "Ett värdepapper köptes 1999-02-15; förfallodatum är 2007-11-15. Den nominella räntesatsen är 5,75 %. Avkastningen är 6,5 %. Inlösningsvärdet är 100 valutaenheter. Räntan betalas halvårsvis (frekvensen är 2). Priset blir följande med beräkningsbas 0:" -#. SGB87 +#. mvRnh #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3147273\n" "help.text" -msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287." -msgstr "=PRIS(\"1999-02-15\"; \"2007-11-15\"; 0,0575; 0,065; 100; 2; 0) returnerar 95,04287." +msgid "<input>=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0)</input> returns 95.04287." +msgstr "" #. sQGxa #: 04060119.xhp @@ -30967,14 +30760,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:" msgstr "En säkerhet köptes 1999-02-15; förfallodatum är 1999-03-01. Diskontering i procent är 5,25 %. Värdet vid inlösen är 100. Vid beräkning på bas 2 blir prisreduktionen enligt följande:" -#. zWwmn +#. ZeFG7 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3151178\n" "help.text" -msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583." -msgstr "=PRISDISK(\"1999-02-15\"; \"1999-03-01\"; 0,0525; 100; 2) returnerar 99,79583." +msgid "<input>=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2)</input> returns 99.79583." +msgstr "" #. hbGNH #: 04060119.xhp @@ -31075,32 +30868,32 @@ msgctxt "" msgid "The price is calculated as follows:" msgstr "Priset beräknas på följande sätt:" -#. ed6RY +#. fi4NY #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3158409\n" "help.text" -msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888." -msgstr "=PRISFÖRF(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0,061; 0,061;0) returnerar 99,98449888." +msgid "<input>=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0)</input> returns 99.98449888." +msgstr "" -#. crj7S +#. GAN7n #: 04060119.xhp msgctxt "" "04060119.xhp\n" "bm_id3148448\n" "help.text" -msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>" -msgstr "<bookmark_value>Beräkna, löptider</bookmark_value><bookmark_value>Löptider, beräkna</bookmark_value><bookmark_value>LÖPTID, funktion</bookmark_value>" +msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>PDURATION function</bookmark_value>" +msgstr "" -#. HUEcU +#. EjWXp #: 04060119.xhp msgctxt "" "04060119.xhp\n" "hd_id3148448\n" "help.text" -msgid "DURATION" -msgstr "LÖPTID" +msgid "PDURATION" +msgstr "" #. mQkqy #: 04060119.xhp @@ -31111,14 +30904,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Beräknar antalet perioder som behövs för att en investering ska nå önskat värde.</ahelp>" -#. brSXj +#. wLSMC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148933\n" "help.text" -msgid "DURATION(Rate; PV; FV)" -msgstr "LÖPTID (Ränta; Nuvärde; Slutvärde)" +msgid "PDURATION(Rate; PV; FV)" +msgstr "" #. Rzxhq #: 04060119.xhp @@ -31327,14 +31120,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?" msgstr "Ett värdepapper köptes 2001-01-01; förfallodatum är 2006-01-01. Den nominella räntesatsen är 8 %. Avkastningen är 9,0 %. Räntan betalas halvårsvis (frekvensen är 2). Hur lång är den modifierade löptiden om daglig ränteberäkning (bas 3) används?" -#. uvE3L +#. PWSr2 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3145378\n" "help.text" -msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years." -msgstr "=MLÖPTID(\"2001-01-01\"; \"2006-01-01\"; 0,08; 0,09; 2; 3) returnerar 4,02 år." +msgid "<input>=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3)</input> returns 4.02 years." +msgstr "" #. BrDKP #: 04060119.xhp @@ -31876,14 +31669,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?" msgstr "Ett värdepapper köptes 1999-02-15; förfallodatum är 2007-11-15. Räntesatsen är 5,75 %. Priset är 95,04287 valutaenheter per 100 enheter nominellt värde, inlösningsvärdet är 100 enheter. Räntan betalas halvårsvis (frekvens = 2) och basen är 0. Hur hög är avkastningen?" -#. UfrLb +#. iewbU #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154194\n" "help.text" -msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent." -msgstr "=NOMAVK(\"1999-02-15\"; \"2007-11-15\"; 0,0575 ;95,04287; 100; 2; 0) returnerar 0,065 eller 6,50 procent." +msgid "<input>=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0)</input> returns 0.065 or 6.50 per cent." +msgstr "" #. AeJmf #: 04060119.xhp @@ -31966,14 +31759,14 @@ msgctxt "" msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?" msgstr "Ett icke-räntebärande värdepapper köptes 1999-02-15. Det förfaller 1999-03-01. Priset är 99,795 valutaenheter per 100 enheter nominellt värde, inlösningsvärdet är 100 enheter. Basen är 2. Hur hög är avkastningen?" -#. 7YN9G +#. DMev8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155187\n" "help.text" -msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent." -msgstr "=NOMAVKDISK(\"1999-02-15\"; \"1999-03-01\"; 99,795; 100; 2) returnerar 0,052823 eller 5,2823 procent." +msgid "<input>=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2)</input> returns 0.052823 or 5.2823 per cent." +msgstr "" #. 5mbhE #: 04060119.xhp @@ -32065,14 +31858,14 @@ msgctxt "" msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?" msgstr "Ett värdepapper köptes 1999-03-15. Det förfaller 1999-11-03. Emissionsdag var 1998-11-08. Räntesatsen är 6,25 %, priset är 100,0123 enheter. Basen är 0. Hur hög är avkastningen?" -#. EgFWh +#. DswXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155311\n" "help.text" -msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent." -msgstr "=NOMAVKFÖRF(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0,0625; 100,0123; 0) returnerar 0,060954 eller 6,0954 procent." +msgid "<input>=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0)</input> returns 0.060954 or 6.0954 per cent." +msgstr "" #. 2ZC4E #: 04060119.xhp @@ -32254,14 +32047,14 @@ msgctxt "" msgid "The return on the treasury bill corresponding to a security is worked out as follows:" msgstr "Förräntningen för statsskuldsväxeln motsvarande ett värdepapper räknas ut på följande sätt:" -#. PGMJB +#. QzDeZ #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154382\n" "help.text" -msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent." -msgstr "=SSVXRÄNTA(\"1999-03-31\";\"1999-06-01\"; 0,0914) returnerar 0,094151 eller 9,4151 procent." +msgid "<input>=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914)</input> returns 0.094151 or 9.4151 per cent." +msgstr "" #. zcFRa #: 04060119.xhp @@ -32344,14 +32137,14 @@ msgctxt "" msgid "The price of the treasury bill is worked out as follows:" msgstr "Priset på statsskuldsväxeln beräknas på följande sätt:" -#. 2oCRv +#. VfuXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154592\n" "help.text" -msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45." -msgstr "=SSVXPRIS(\"1999-03-31\";\"1999-06-01\"; 0,09) returnerar 98,45." +msgid "<input>=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09)</input> returns 98.45." +msgstr "" #. yEHpt #: 04060119.xhp @@ -32434,14 +32227,14 @@ msgctxt "" msgid "The yield of the treasury bill is worked out as follows:" msgstr "Avkastningen på en statsskuldsväxel beräknas på följande sätt:" -#. vwDmA +#. CrxD8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148528\n" "help.text" -msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent." -msgstr "=SSVXRÄNTA(\"1999-03-31\";\"1999-06-01\"; 98,45) returnerar 0,091417 eller 9,1417 procent." +msgid "<input>=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45)</input> returns 0.091417 or 9.1417 per cent." +msgstr "" #. NF5nu #: 04060119.xhp @@ -44350,14 +44143,14 @@ msgctxt "" msgid "Insert Function into calculation sheet" msgstr "Infoga funktion i beräkningsark" -#. 7J4VW +#. UPFoX #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3150043\n" "help.text" -msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Ikon</alt></image>" +msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159267\">Icon Insert Function</alt></image>" +msgstr "" #. 4Hfgb #: 04080000.xhp @@ -46177,14 +45970,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>" msgstr "<ahelp hid=\".uno:ParaStyle\">Visar en lista med tillgängliga cellformatmallar för <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirekt cellformatering\">indirekt cellformatering</link>.</ahelp>" -#. vDDA3 +#. JcMEc #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Ikon</alt></image>" +msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153714\">Icon Cell Styles</alt></image>" +msgstr "" #. HKD2C #: 05100000.xhp @@ -46213,13 +46006,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the Page Styles available for indirect page formatting.</ahelp>" msgstr "<ahelp hid=\".uno:PageStyle\">Visar de sidformatmallar som är tillgängliga för indirekt sidformatering.</ahelp>" -#. oCa5C +#. cM9f4 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3159100\n" "help.text" -msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149814\">Icon</alt></image>" +msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Icon Page Styles</alt></image>" msgstr "" #. BnFvb @@ -46249,14 +46042,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles window.</ahelp>" msgstr "" -#. JM3as +#. ChsD7 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3155087\n" "help.text" -msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153068\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Ikon</alt></image>" +msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153068\">Icon Fill Format Mode</alt></image>" +msgstr "" #. TEEFF #: 05100000.xhp @@ -46330,14 +46123,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog." msgstr "" -#. AGMAe +#. T967y #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150050\n" "help.text" -msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3154649\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Ikon</alt></image>" +msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154649\">Icon New Style from Selection</alt></image>" +msgstr "" #. aE4gp #: 05100000.xhp @@ -46366,14 +46159,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "" -#. 5cyG3 +#. F3Lph #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145118\n" "help.text" -msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3155754\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Ikon</alt></image>" +msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155754\">Icon Update Style</alt></image>" +msgstr "" #. AbPzG #: 05100000.xhp @@ -51190,14 +50983,14 @@ msgctxt "" msgid "Select Source" msgstr "Välj källa" -#. 9ePQP +#. tbA55 #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3153663\n" "help.text" -msgid "Select Source" -msgstr "Välj källa" +msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Pivot Table - Select Source\">Pivot Table - Select Source</link>" +msgstr "" #. JCesq #: 12090100.xhp @@ -58741,15 +58534,6 @@ msgctxt "" msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>." msgstr "<item type=\"input\">=TIMME(C4)</item> returnerar 17 om innehållet i C4 = <item type=\"input\">17:20:00</item>." -#. aYfHQ -#: func_hour.xhp -msgctxt "" -"func_hour.xhp\n" -"par_id3154188\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>." -msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"ÅR\">ÅR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NU\">NU</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUT\">MINUT</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MÅNAD\">MÅNAD</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAG\">DAG</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"VECKODAG\">VECKODAG</link>." - #. DiCWs #: func_ifs.xhp msgctxt "" @@ -59020,6 +58804,15 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcosh_des\">Returns the hyperbolic cosine of a complex number.</variable> The hyperbolic cosine of a complex number can be expressed by:</ahelp>" msgstr "" +#. cawEM +#: func_imcosh.xhp +msgctxt "" +"func_imcosh.xhp\n" +"par_id24939266285933\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_imcosh.svg\" id=\"img_id211575078735993\" width=\"464.56109px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMCOSH equation</alt></image>" +msgstr "" + #. neXB8 #: func_imcosh.xhp msgctxt "" @@ -59092,13 +58885,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcot_des\">Returns the cotangent of a complex number.</variable> The cotangent of a complex number can be expressed by:</ahelp>" msgstr "" -#. ofv76 +#. cdma2 #: func_imcot.xhp msgctxt "" "func_imcot.xhp\n" "par_id311713256011430\n" "help.text" -msgid "<image id=\"img_id5988220084990\" src=\"media/helpimg/sc_func_imcot.png\"><alt id=\"alt_id5988220084990\">cot(a+bi)=cos(a+bi)/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcot.svg\" id=\"img_id211575078735993\" width=\"258.56943px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCOT equation</alt></image>" msgstr "" #. z7EtV @@ -59173,13 +58966,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsc_des\">Returns the cosecant of a complex number. </variable> The cosecant of a complex number can be expressed by:</ahelp>" msgstr "" -#. Jd8pB +#. 9P8Xq #: func_imcsc.xhp msgctxt "" "func_imcsc.xhp\n" "par_id13510198901485\n" "help.text" -msgid "<image id=\"img_id24404683532568\" src=\"media/helpimg/sc_func_imcsc.png\"><alt id=\"alt_id148492012231637\">csc(a+bi)=1/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsc.svg\" id=\"img_id211575078735993\" width=\"594.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSC equation</alt></image>" msgstr "" #. jBzZA @@ -59254,13 +59047,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsch_des\">Returns the hyperbolic cosecant of a complex number.</variable> The hyperbolic cosecant of a complex number can be expressed by:</ahelp>" msgstr "" -#. PPDq3 +#. VWFPK #: func_imcsch.xhp msgctxt "" "func_imcsch.xhp\n" "par_id195151657917534\n" "help.text" -msgid "<image id=\"img_id23513691929169\" src=\"media/helpimg/sc_func_imcsch.png\"><alt id=\"alt_id313882186926700\">csch(a+bi)=1/sinh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsch.svg\" id=\"img_id211575078735993\" width=\"619.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSCH equation</alt></image>" msgstr "" #. ndjhY @@ -59335,13 +59128,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsec_des\">Returns the secant of a complex number. </variable> The secant of a complex number can be expressed by:</ahelp>" msgstr "" -#. oFCsQ +#. gbjYF #: func_imsec.xhp msgctxt "" "func_imsec.xhp\n" "par_id17543461310594\n" "help.text" -msgid "<image id=\"img_id112671346811327\" src=\"media/helpimg/sc_func_imsec.png\"><alt id=\"alt_id303562937523579\">sec(a+bi)=1/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsec.svg\" id=\"img_id211575078735993\" width=\"599.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSEC equation</alt></image>" msgstr "" #. CEucF @@ -59416,13 +59209,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsech_des\">Returns the hyperbolic secant of a complex number. </variable> The hyperbolic secant of a complex number can be expressed by:</ahelp>" msgstr "" -#. kCU6F +#. ymrxb #: func_imsech.xhp msgctxt "" "func_imsech.xhp\n" "par_id74572850718840\n" "help.text" -msgid "<image id=\"img_id8983315386682\" src=\"media/helpimg/sc_func_imsech.png\"><alt id=\"alt_id9157586510683\">sech(a+bi)=1/cosh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsech.svg\" id=\"img_id211575078735993\" width=\"624.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSECH equation</alt></image>" msgstr "" #. Rqker @@ -59497,13 +59290,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsin_des\">Returns the sine of a complex number. </variable> The sine of a complex number can be expressed by:</ahelp>" msgstr "" -#. ZXSse +#. 5FyPJ #: func_imsin.xhp msgctxt "" "func_imsin.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsin.svg\" id=\"img_id211575078735993\" width=\"447.2611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSIN equation</alt></image>" msgstr "" #. tcmGA @@ -59578,13 +59371,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsinh_des\">Returns the hyperbolic sine of a complex number.</variable> The hyperbolic sine of a complex number can be expressed by:</ahelp>" msgstr "" -#. eAYir +#. ZDbJS #: func_imsinh.xhp msgctxt "" "func_imsinh.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsinh.svg\" id=\"img_id211575078735993\" width=\"459.7611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSINH equation</alt></image>" msgstr "" #. CM4Gy @@ -59659,13 +59452,13 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imtan_des\">Returns the tangent of a complex number.</variable> The tangent of a complex number can be expressed by:</ahelp>" msgstr "" -#. CNTVt +#. mdUUP #: func_imtan.xhp msgctxt "" "func_imtan.xhp\n" "par_id25021317131239\n" "help.text" -msgid "<image id=\"img_id16283275473700\" src=\"media/helpimg/sc_func_imtan.png\"><alt id=\"alt_id676711494402\">tan(a+bi)=sin(a+bi)/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imtan.svg\" id=\"img_id211575078735993\" width=\"597.80275px\" height=\"59.5625px\"><alt id=\"alt_id401575078735994\">IMTAN equation</alt></image>" msgstr "" #. 7QtEG @@ -60424,15 +60217,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS.INTL(C3;D3)</item> gives 22 working days." msgstr "" -#. EVv5k -#: func_networkdays.intl.xhp -msgctxt "" -"func_networkdays.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "" - #. winzV #: func_networkdays.xhp msgctxt "" @@ -60442,14 +60226,14 @@ msgctxt "" msgid "NETWORKDAYS" msgstr "NETTOARBETSDAGAR" -#. 7srBV +#. v4yGQ #: func_networkdays.xhp msgctxt "" "func_networkdays.xhp\n" "bm_id3151254\n" "help.text" -msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>" -msgstr "<bookmark_value>NETTOARBETSDAGAR, funktion </bookmark_value>" +msgid "<bookmark_value>NETWORKDAYS function</bookmark_value> <bookmark_value>NETWORKDAYS_EXCEL2003 function</bookmark_value>" +msgstr "" #. HzF8v #: func_networkdays.xhp @@ -60550,15 +60334,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> returns 6 workdays." msgstr "" -#. MpfGY -#: func_networkdays.xhp -msgctxt "" -"func_networkdays.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "" - #. HCN8H #: func_now.xhp msgctxt "" @@ -60712,6 +60487,591 @@ msgctxt "" msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" msgstr "" +#. EJhfD +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_BARRIER" +msgstr "" + +#. 4HRGX +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"bm_id511575065323638\n" +"help.text" +msgid "<bookmark_value>OPT_BARRIER function</bookmark_value>" +msgstr "" + +#. KrCYn +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"hd_id241575063871994\n" +"help.text" +msgid "<variable id=\"optbrarrierh1\"><link href=\"text/scalc/01/func_opt_barrier.xhp\" name=\"OPT_BARRIER\">OPT_BARRIER</link></variable>" +msgstr "" + +#. uFKBs +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id121575063871995\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the pricing for a barrier option, calculated using the Black-Scholes option pricing model.</ahelp></variable>" +msgstr "" + +#. FxbGq +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id371575067051846\n" +"help.text" +msgid "OPT_BARRIER(Spot; Volatility; Rate; Foreign Rate; Maturity; Strike; LowerBarrier; UpperBarrier; Rebate; PutCall; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. XEMff +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<emph>Strike</emph> is the strike price of the option and should be non-negative." +msgstr "" + +#. 8tgWG +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id671575073495724\n" +"help.text" +msgid "<emph>Rebate</emph> is the amount of money to be paid at maturity if the barrier is hit." +msgstr "" + +#. uAzky +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id691575073511191\n" +"help.text" +msgid "<variable id=\"optputcall\"><emph>Put or Call</emph> is a string that defines whether the option is a put (“p”) or a call (“c”).</variable>" +msgstr "" + +#. PdCJb +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id651575073773761\n" +"help.text" +msgid "<input>=OPT_BARRIER(30;0.2;0.06;0;1;40;25;0;0;\"c\";\"o\";\"c\")</input> returns the value 0.4243." +msgstr "" + +#. ABVQH +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id401575073777593\n" +"help.text" +msgid "<input>=OPT_BARRIER(50;0.4;0.05;0;0.5;65;0;80;0;\"p\";\"o\";\"c\";\"e\")</input> returns the value 10.1585." +msgstr "" + +#. HWhRY +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_HIT" +msgstr "" + +#. 5Naq2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"bm_id961575074485125\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_HIT function</bookmark_value>" +msgstr "" + +#. jn8fF +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"hd_id71575063908363\n" +"help.text" +msgid "<variable id=\"optprobhith1\"><link href=\"text/scalc/01/func_opt_prob_hit.xhp\" name=\"OPT_PROB_HIT\">OPT_PROB_HIT</link></variable>" +msgstr "" + +#. fWecm +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id591575063908364\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset hits a predetermined barrier price, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "" + +#. ZJBj2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_HIT equation</alt></image>" +msgstr "" + +#. FnaCP +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id821575074114118\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "" + +#. 9NRxu +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id211575074192954\n" +"help.text" +msgid "OPT_PROB_HIT(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier)" +msgstr "" + +#. XaA8K +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id901575074339820\n" +"help.text" +msgid "<variable id=\"optdrift\"><emph>Drift</emph> is the annual stock price percentage drift rate (µ in the above formula). The value is expressed as a decimal (for example, enter 15% as 0.15).</variable>" +msgstr "" + +#. 6yrWk +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<variable id=\"optstrike\"><emph>Strike</emph> is the strike price of the option and should be non-negative.</variable>" +msgstr "" + +#. mHW3F +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id971575074431070\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(30;0.2;0.3;1;0;40)</input> returns the value 0.6119." +msgstr "" + +#. 3EshE +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id171575074434932\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(70;0.3;0.1;0.5;60;0)</input> returns the value 0.4239." +msgstr "" + +#. RFprF +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_INMONEY" +msgstr "" + +#. QQBrZ +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"bm_id961575065633373\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_INMONEY function</bookmark_value>" +msgstr "" + +#. kMBbw +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"hd_id941575063929082\n" +"help.text" +msgid "<variable id=\"optprobinmoneyh1\"><link href=\"text/scalc/01/func_opt_prob_inmoney.xhp\" name=\"OPT_PROB_INMONEY\">OPT_PROB_INMONEY</link></variable>" +msgstr "" + +#. QDryb +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575063929083\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset will end up between two barrier levels at maturity, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "" + +#. 2GJsA +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_INMONEY equation</alt></image>" +msgstr "" + +#. 7ja6D +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575074893788\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "" + +#. pMCin +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id241575075282150\n" +"help.text" +msgid "If the optional <emph>Strike</emph> and <emph>PutCall</emph> arguments are included, then" +msgstr "" + +#. vxxYT +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id931575075314553\n" +"help.text" +msgid "For a call option, the function returns the probability that the asset will end up between <emph>Strike</emph> and <emph>UpperBarrier</emph>." +msgstr "" + +#. UrAPw +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id531575075321659\n" +"help.text" +msgid "For a put option, the function returns the probability that the asset will end up between <emph>LowerBarrier</emph> and <emph>Strike</emph>." +msgstr "" + +#. 9VazP +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id191575075304900\n" +"help.text" +msgid "The function ignores the possibility of knock-out before maturity." +msgstr "" + +#. XTh5Y +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id761575075027094\n" +"help.text" +msgid "OPT_PROB_INMONEY(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier; Strike; PutCall)" +msgstr "" + +#. mE6CG +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id601575074993334\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(30;0.2;0.1;1;0;50)</input> returns the value 0.9844." +msgstr "" + +#. K7AED +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id261575074997216\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(70;0.3;0.15;1;60;0;80;\"p\")</input> returns the value 0.3440." +msgstr "" + +#. muQEH +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"tit\n" +"help.text" +msgid "OPT_TOUCH" +msgstr "" + +#. r3Awi +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"bm_id951575065400504\n" +"help.text" +msgid "<bookmark_value>OPT_TOUCH function</bookmark_value>" +msgstr "" + +#. DBPBG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"hd_id41575062825964\n" +"help.text" +msgid "<variable id=\"opttouchh1\"><link href=\"text/scalc/01/func_opt_touch.xhp\" name=\"function_opt_touch\">OPT_TOUCH</link></variable>" +msgstr "" + +#. HwW6c +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id531575062825965\n" +"help.text" +msgid "<ahelp hid=\".\">Returns the pricing of a touch / no-touch option, calculated using the Black-Scholes option pricing model.</ahelp>" +msgstr "" + +#. DE8qf +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id371575066515276\n" +"help.text" +msgid "For relevant background information, visit the <link href=\"https://en.wikipedia.org/wiki/Option_(finance)\" name=\"optionfinance\">Options (finance)</link> and <link href=\"https://en.wikipedia.org/wiki/Black–Scholes_model\" name=\"blackscholes\">Black-Scholes</link> model Wikipedia pages." +msgstr "" + +#. 29Wsy +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id571575080642652\n" +"help.text" +msgid "Further information about touch / no-touch options may be found on many financial websites." +msgstr "" + +#. pyway +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id151575063296819\n" +"help.text" +msgid "OPT_TOUCH(Spot; Volatility; Rate; ForeignRate; Maturity; LowerBarrier; UpperBarrier; ForeignDomestic; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. 6rD5u +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id321575066304659\n" +"help.text" +msgid "<variable id=\"optspot\"><emph>Spot</emph> is the price / value of the underlying asset and should be greater than 0.0.</variable>" +msgstr "" + +#. CoALG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id31575066315078\n" +"help.text" +msgid "<variable id=\"optvolat\"><emph>Volatility</emph> is the annual percentage volatility of the underlying asset expressed as a decimal (for example, enter 30% as 0.3). The value should be greater than 0.0.</variable>" +msgstr "" + +#. iCEkw +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id681575066324254\n" +"help.text" +msgid "<variable id=\"optrate\"><emph>Rate</emph> is the continuously compounded interest rate. This is a percentage expressed as a decimal (for example, enter 40% as 0.4).</variable>" +msgstr "" + +#. eoG8E +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id71575066333773\n" +"help.text" +msgid "<variable id=\"optfrate\"><emph>ForeignRate</emph> is the continuously compounded foreign interest rate. This is a percentage expressed as a decimal (for example, enter 50% as 0.5).</variable>" +msgstr "" + +#. hzfJp +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id21575066338734\n" +"help.text" +msgid "<variable id=\"optmaturity\"><emph>Maturity</emph> is the time to maturity of the option, in years, and should be non-negative.</variable>" +msgstr "" + +#. Gksbz +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id671575066343182\n" +"help.text" +msgid "<variable id=\"optlowbar\"><emph>LowerBarrier</emph> is the predetermined lower barrier price; set to zero for no lower barrier.</variable>" +msgstr "" + +#. KDTDW +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id301575066347357\n" +"help.text" +msgid "<variable id=\"optupbar\"><emph>UpperBarrier</emph> is the predetermined upper barrier price; set to zero for no upper barrier.</variable>" +msgstr "" + +#. oVmg7 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id561575066355924\n" +"help.text" +msgid "<variable id=\"optdomestic\"><emph>ForeignDomestic</emph> is a string that defines whether the option pays domestic (“d”) or foreign (“f”) currency.</variable>" +msgstr "" + +#. zTRA2 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575066360596\n" +"help.text" +msgid "<variable id=\"optinout\"><emph>InOut</emph> is a string that defines whether the option is knock-in (“i”) or knock-out (“o”).</variable>" +msgstr "" + +#. AsXAj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id861575066366861\n" +"help.text" +msgid "<variable id=\"optbarmon\"><emph>BarrierMonitoring</emph> is a string that defines whether the barrier is monitored continuously (“c”) or only at the end / maturity (“e”).</variable>" +msgstr "" + +#. xyF8R +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id721575066374340\n" +"help.text" +msgid "<emph>Greek</emph> (optional) is a string argument. If omitted or set to “value”, “v”, “price”, or “p”, then the function simply returns the option price. If another valid string is entered, the function returns price sensitivities (Greeks) to one of the input parameters. The valid options in this case are as follows." +msgstr "" + +#. NhW28 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id951575063536153\n" +"help.text" +msgid "“delta” or “d”." +msgstr "" + +#. DVKPe +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id361575063554232\n" +"help.text" +msgid "“gamma” or “g”." +msgstr "" + +#. mY7eD +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id961575063563017\n" +"help.text" +msgid "“theta” or “t”." +msgstr "" + +#. 7BNpN +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id971575063570632\n" +"help.text" +msgid "“vega” or “e”." +msgstr "" + +#. F4AQk +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id631575063580705\n" +"help.text" +msgid "“volga” or “o”." +msgstr "" + +#. DcBfK +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id981575063594505\n" +"help.text" +msgid "“vanna” or “a”." +msgstr "" + +#. vjCq4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575063598656\n" +"help.text" +msgid "“rho” or “r”." +msgstr "" + +#. NGCqj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id751575063602288\n" +"help.text" +msgid "“rhof” or “f”." +msgstr "" + +#. U7QqM +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id181575063666675\n" +"help.text" +msgid "<input>=OPT_TOUCH(50;0.25;0.05;0;1;0;55;\"d\";\"i\";\"c\")</input> returns the value 0.6876." +msgstr "" + +#. 8JFD4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id811575063677250\n" +"help.text" +msgid "<input>=OPT_TOUCH(80;0.2;0.05;0;0.5;60;0;\"f\";\"o\";\"c\";\"r\")</input> returns the value 15.5516." +msgstr "" + +#. ychjG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id121575125779535\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060103.xhp\">Financial Functions Part One</link>" +msgstr "" + +#. aX7LC +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575125873714\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060119.xhp\">Financial Functions Part Two</link>" +msgstr "" + +#. Q7SFh +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575125878595\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060118.xhp\">Financial Functions Part Three</link>" +msgstr "" + #. zr5G3 #: func_rawsubtract.xhp msgctxt "" @@ -63205,15 +63565,6 @@ msgctxt "" msgid "<item type=\"input\">=WORKDAY.INTL(C3;D3)</item> gives the result: January 10, 2017." msgstr "" -#. 4CAcU -#: func_workday.intl.xhp -msgctxt "" -"func_workday.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "" - #. 5dvmu #: func_workday.xhp msgctxt "" @@ -63340,14 +63691,14 @@ msgctxt "" msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>" msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">ÅR</link></variable>" -#. nEAhg +#. jfsgr #: func_year.xhp msgctxt "" "func_year.xhp\n" "par_id3147496\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_JAHR\">Returnerar året som ett tal enligt interna beräkningsregler.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the <link href=\"text/scalc/01/04060102.xhp#datebase\" name=\"date calculation rules\">internal calculation rules</link>.</ahelp>" +msgstr "" #. 3SfLe #: func_year.xhp @@ -63394,6 +63745,15 @@ msgctxt "" msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991" msgstr "<item type=\"input\">=ÅR(33333,33)</item> returnerar 1991" +#. YXa5g +#: func_year.xhp +msgctxt "" +"func_year.xhp\n" +"par_id141577548861101\n" +"help.text" +msgid "<input>=YEAR(DATEVALUE('2010-09-28'))</input> returns 2010." +msgstr "" + #. kAjPe #: func_yearfrac.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/scalc/02.po b/source/sv/helpcontent2/source/text/scalc/02.po index a8a4bee11d3..8fbb8bca86e 100644 --- a/source/sv/helpcontent2/source/text/scalc/02.po +++ b/source/sv/helpcontent2/source/text/scalc/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: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2018-11-14 12:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542197437.000000\n" +#. aSE5T #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Number format: Currency" msgstr "Talformat: Valuta" +#. qnxQS #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>" msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Talformat: valuta\">Talformat: valuta</link>" +#. mDBPb #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -40,14 +43,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Använder standardvalutaformatet för de markerade cellerna.</ahelp>" +#. 2nsBF #: 02130000.xhp msgctxt "" "02130000.xhp\n" "par_id3155267\n" "help.text" -msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" +msgid "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" msgstr "" +#. KBVhJ #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Number Format: Currency" msgstr "Talformat: valuta" +#. CDopB #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "" +#. fjGg6 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Number format: Percent" msgstr "Talformat: Procent" +#. vpFDA #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>" msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Talformat: procent\">Talformat: procent</link>" +#. fzGGF #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -88,14 +97,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatPercent\">Använder procentformatet för de markerade cellerna.</ahelp>" +#. AFCdX #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153968\n" "help.text" -msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>" -msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Symbol</alt></image>" +msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Icon</alt></image>" +msgstr "" +#. CAFBw #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Number Format: Percent" msgstr "Talformat: procent" +#. xrLA9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>percentage calculations</bookmark_value>" msgstr "<bookmark_value>Procentberäkningar</bookmark_value>" +#. Rwuzn #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "You can also enter a percentage sign (%) after a number in a cell:" msgstr "Du kan skriva in ett procenttecken (%) efter ett tal i en cell också:" +#. LKtGp #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "1% corresponds to 0.01" msgstr "1% motsvarar 0,01" +#. CwAEt #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "1 + 16% corresponds to 116% or 1.16" msgstr "1 + 16% motsvarar 116% eller 1,16" +#. j7BsM #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "1%% corresponds to 0.0001" msgstr "1%% motsvarar 0,0001" +#. DA27s #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>" msgstr "" +#. bX9GB #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Number format: Default" msgstr "Talformat: Standard" +#. di5Pr #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>" msgstr "<link href=\"text/scalc/02/02150000.xhp\" name=\"Talformat: standard\">Talformat: standard</link>" +#. CkVDA #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -176,14 +196,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Använder standardtalformatet för de markerade cellerna.</ahelp>" +#. MpiW2 #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3155922\n" "help.text" -msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">Icon Standard Format </alt></image>" +msgstr "" +#. 7xorF #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Number Format: Standard" msgstr "Talformat: standard" +#. JDEfG #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "" +#. BhR4Z #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Talformat: lägga till decimaler" +#. VsEUD #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02160000.xhp\" name=\"Talformat: lägg till decimal\">Talformat: lägg till decimal</link>" +#. jhPg6 #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -224,14 +250,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">Lägger till en decimal för talen i de markerade cellerna.</ahelp>" +#. BuLUg #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3145787\n" "help.text" -msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>" -msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Symbol</alt></image>" +msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Icon Add Decimal Place</alt></image>" +msgstr "" +#. NDn3G #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Talformat: lägga till decimaler" +#. JGSHw #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Talformat: ta bort decimal" +#. ENVTM #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02170000.xhp\" name=\"Talformat: radera decimal\">Talformat: radera decimal</link>" +#. Eip8y #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -264,14 +295,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">Tar bort en decimal från talen i de markerade cellerna.</ahelp>" +#. FCfMZ #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3145173\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Symbol</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Delete Decimal Place</alt></image>" +msgstr "" +#. xCuwp #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -280,14 +313,16 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Talformat: ta bort decimal" +#. 89BHV #: 06010000.xhp msgctxt "" "06010000.xhp\n" "tit\n" "help.text" -msgid "Sheet Area" -msgstr "Tabellområde" +msgid "Name Box" +msgstr "" +#. JJA9o #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>" msgstr "<bookmark_value>Formelrad; tabellområdesnamn</bookmark_value><bookmark_value>Tabellområdesnamn</bookmark_value><bookmark_value>Visa; cellreferenser</bookmark_value><bookmark_value>Cellreferenser; visa</bookmark_value>" +#. zo9WM #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>" msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Namnruta\">Namnruta</link>" +#. bJypW #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_POS\">Visar referensen för den aktiva cellen, det markerade cellområdet eller namnet på området. Du kan också markera ett cellområde och sedan skriva ett namn på området i rutan <emph>Namn</emph>.</ahelp>" +#. W3Br6 #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>" msgstr "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Kombinationsruta för tabellområde</alt></image>" +#. wFE7T #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -328,14 +367,16 @@ msgctxt "" msgid "Name Box" msgstr "Namnruta" +#. yH3c4 #: 06010000.xhp msgctxt "" "06010000.xhp\n" "par_id3152596\n" "help.text" -msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4." -msgstr "Om du vill gå till en viss cell, eller om du vill markera ett cellområde, skriver du cellreferensen eller områdesreferensen i den här rutan, t.ex. F1 eller A1:C4." +msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4. You can also enter full name of a sheet; the tooltip then changes to \"Go To Sheet\", and pressing Enter switches to that sheet." +msgstr "" +#. VFke2 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Sum" msgstr "Summa" +#. oK8fx #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>" msgstr "<bookmark_value>funktioner;summa, funktionsikon</bookmark_value> <bookmark_value>formellist;summa, funktion</bookmark_value> <bookmark_value>summa, ikon</bookmark_value> <bookmark_value>AutoSum-knapp, se ikon för summa</bookmark_value>" +#. EUeEf #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>" msgstr "<link href=\"text/scalc/02/06030000.xhp\" name=\"Summa\">Summa</link>" +#. M5UpW #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_SUMME\">Infogar summan av ett cellområde i den aktuella cellen, eller infogar summerade värden i markerade celler. Klicka i en cell, klicka på den här ikonen och justera vid behov cellområdet. Eller markera några celler som de summerade värdena ska infogas i, och klicka sedan på ikonen.</ahelp>" +#. urwhB #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>" msgstr "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Ikon</alt></image>" +#. hfmVm #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Sum" msgstr "Summa" +#. DEYk8 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function." msgstr "$[officename] föreslår automatiskt ett cellområde, under förutsättning att kalkylblad innehåller data. Om cellområdet redan innehåller en summeringsfunktion, kan du kombinera den med den nya funktionen för att få totalsumman för området. Om området innehåller filter infogas funktionen DELSUMMA i stället för funktionen SUMMA." +#. HRZZS #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line." msgstr "Klicka på ikonen <emph>Acceptera</emph> (grön bock) för att använda den formel som visas på inmatningsraden." +#. NYGR7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Function" msgstr "Funktion" +#. 9JFi8 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>" msgstr "<bookmark_value>Formelrad; funktioner</bookmark_value><bookmark_value>Funktioner; ikon för formelrad</bookmark_value>" +#. tnkP3 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>" msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Funktion\">Funktion</link>" +#. TnbLt #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">Lägger till en formel i den aktuella cellen. Klicka på den här ikonen och skriv in formeln på <emph>Inmatningsraden</emph>.</ahelp>" +#. WH6iw #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "This icon is only available when the <emph>Input line</emph> box is not active." msgstr "Den här ikonen är bara tillgänglig när <emph>Inmatningsraden</emph> inte är aktiv." +#. yAAo7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"sc/res/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "" +#. ZjzSD #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Function" msgstr "Funktion" +#. kC5QL #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Input line" msgstr "Inmatningsrad" +#. CXdQo #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>" msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Inmatningsrad\">Inmatningsrad</link>" +#. 4R8nP #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Skriv den formel som du ska lägga till i den aktiva cellen. Du kan också klicka på ikonen <link href=\"text/scalc/01/04060000.xhp\" name=\"Funktionsguiden\">Funktionsguiden</link> om du vill infoga en fördefinierad funktion i formeln.</ahelp>" +#. pBxxB #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Cancel" msgstr "Avbryt" +#. FRSZz #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>" msgstr "<bookmark_value>Formelrad; ignorera inmatning</bookmark_value><bookmark_value>Funktioner; ikon för ignorera</bookmark_value>" +#. nYGqw #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>" msgstr "<link href=\"text/scalc/02/06060000.xhp\" name=\"Ignorera\">Ignorera</link>" +#. uafDY #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_CANCEL\">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_CANCEL\">Rensar innehållet på <emph>Inmatningsraden</emph>, eller ångrar ändringar du har gjort i en befintlig formel.</ahelp>" +#. DjEeK #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"5.66mm\" height=\"5.66mm\"><alt id=\"alt_id3156422\">Symbol</alt></image>" +#. QZHAo #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Cancel" msgstr "Avbryt" +#. i4LsJ #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Accept" msgstr "Acceptera" +#. EG7Fb #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>" msgstr "<bookmark_value>Formelrad; acceptera inmatning</bookmark_value><bookmark_value>Funktioner; ikon för acceptera</bookmark_value>" +#. SK35g #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>" msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Överta\">Överta</link>" +#. BBvqG #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_OK\">Godkänner innehållet på <emph>Inmatningsraden</emph> och infogar innehållet i den aktuella cellen.</ahelp>" +#. D8cSd #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Symbol</alt></image>" +#. puh2n #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Accept" msgstr "Acceptera" +#. c7dbD #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Theme Selection" msgstr "Välja tema" +#. 7zx5b #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Temaurval\">Temaurval</link>" +#. rVKiP #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information." msgstr "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Använder en formatering för de markerade cellerna.</ahelp></variable> Formatmallarna omfattar information om teckensnitt, inramning och bakgrundsfärg." +#. SEmnU #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Symbol</alt></image>" +#. cgZs2 #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Choose Themes" msgstr "Temaurval" +#. xWp4x #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Klicka på det formateringstema som du vill använda och klicka sedan på <emph>OK</emph>.</ahelp>" +#. QCyEd #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Position in document" msgstr "Placering i dokument" +#. RiLaz #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>" msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position i dokument\">Position i dokument</link>" +#. L7Xk5 #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>" msgstr "<ahelp hid=\".uno:StatusDocPos\">Visar numret för den aktuella tabellen och det totala antalet tabeller i kalkylbladet.</ahelp>" +#. X2Dv6 #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Standard Formula, Date/Time, Error Warning" msgstr "Standardformel, Datum/tid, Felvarning" +#. fFadm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>formulas;status bar</bookmark_value>" msgstr "<bookmark_value>Formler;statusrad</bookmark_value>" +#. MFGFm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>" msgstr "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standardformel, datum/klockslag, felmeddelande\">Standardformel, datum/klockslag, felmeddelande</link>" +#. gvyvx #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>" msgstr "<ahelp hid=\".uno:StateTableCell\">Visar information om det aktuella dokumentet. Standardinställningen är att summan av innehållet i de markerade cellerna visas.</ahelp>" +#. eCfVn #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None." msgstr "Du kan ställa in vilken standardformel som visas genom att högerklicka i fältet och sedan välja en annan formel. Du kan välja mellan följande formler: Medelvärde, AntalV (antal värden), Antal (antal tal), Maximum, Minimum, Summa eller Ingen." +#. hAizh #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>" msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Felkoder\">Felkoder</link>" +#. 2fX5w #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Zoom In" msgstr "Zooma in" +#. kNqRX #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>" msgstr "<bookmark_value>Förhandsgranskning; ökande skalor</bookmark_value><bookmark_value>Ökande skalor i förhandsgranskning</bookmark_value><bookmark_value>Zooma;förstora sidvisning</bookmark_value>" +#. XBiGZ #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>" msgstr "<link href=\"text/scalc/02/10050000.xhp\" name=\"Förstora\">Förstora</link>" +#. Uq4Tv #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomIn\">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomIn\">Gör visningen av det aktuella dokumentet större. Den aktuella zoomfaktorn visas på <emph>statusraden</emph>.</ahelp>" +#. GBXen #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "The maximum zoom factor is 400%." msgstr "Den största zoomnivån är 400 %." +#. dD3H5 #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>" msgstr "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Ikon</alt></image>" +#. GcJsA #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Zoom In" msgstr "Zooma in" +#. XTPaZ #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Zooma ut" +#. P4mw7 #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>" msgstr "<bookmark_value>Förhandsgranskning;minska skalor</bookmark_value><bookmark_value>Zooma;minska förhandsgranskning</bookmark_value>" +#. fwoCG #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>" msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zooma ut\">Zooma ut</link>" +#. BgFbq #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomOut\">Gör visningen av det aktuella dokumentet större eller mindre. Den aktuella zoomfaktorn visas på <emph>statusraden</emph>.</ahelp>" +#. Czu2U #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "The minimum zoom factor is 20%." msgstr "Den minsta zoomnivån är 20 %." +#. DN9qj #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>" msgstr "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Ikon</alt></image>" +#. rfG8A #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Zooming Out" msgstr "Zoomar ut" +#. BwqAM #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Insert" msgstr "Infoga" +#. GADDh #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>" msgstr "<bookmark_value>Infoga; objekt, verktygsradsikon</bookmark_value>" +#. nuhSb #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/02/18010000.xhp\" name=\"Infoga\">Infoga</link>" +#. UfEHG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCtrl\">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsertCtrl\">Klicka på pilen bredvid ikonen om du vill öppna verktygsraden <emph>Infoga</emph> där du kan lägga till grafik och specialtecken i den aktuella tabellen.</ahelp>" +#. DnSkt #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Verktygsradsikon:" +#. Eaf8D #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>" msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Symbol</alt></image>" +#. sQ6Tc #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "Insert" msgstr "Infoga" +#. ZVCSS #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Du kan välja följande funktioner:" +#. mimKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Flytande ram</link>" +#. hJCq8 #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialtecken\">Specialtecken</link>" +#. 9YdEG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>" msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Från fil\">Från fil</link>" +#. kBXFP #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formel</link>" +#. MABzX #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>" msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Diagram</link>" +#. 98CKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>" msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE-objekt</link>" +#. QMjWB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "Insert Cells" msgstr "Infoga celler" +#. h3979 #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>" msgstr "<bookmark_value>Infoga; celler, verktygsradsikon</bookmark_value>" +#. CMJXh #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>" msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Infoga celler\">Infoga celler</link>" +#. iTWkf #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsCellsCtrl\">Klicka på pilen bredvid ikonen om du vill öppna verktygsraden <emph>Infoga celler</emph> där du kan infoga celler och kolumner i den aktuella tabellen.</ahelp>" +#. o7wEe #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Verktygsradsikon:" +#. eqHih #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Du kan välja följande funktioner:" +#. m2qTa #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Infoga celler, nedåt\">Infoga celler, nedåt</link>" +#. CLMtB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Infoga celler till höger\">Infoga celler till höger</link>" +#. nv4or #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rader\">Rader</link>" +#. ojZTY #: 18020000.xhp msgctxt "" "18020000.xhp\n" diff --git a/source/sv/helpcontent2/source/text/scalc/05.po b/source/sv/helpcontent2/source/text/scalc/05.po index 4feb0dacba2..f1fb7db4428 100644 --- a/source/sv/helpcontent2/source/text/scalc/05.po +++ b/source/sv/helpcontent2/source/text/scalc/05.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-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" "PO-Revision-Date: 2018-09-03 13:27+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -403,23 +403,23 @@ msgctxt "" msgid "Variable is not available" msgstr "Variabeln är inte tillgänglig." -#. HMhgw +#. 3Ewjd #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3146142\n" "help.text" -msgid "519<br/>#VALUE" -msgstr "519<br/>#VÄRDE" +msgid "519<br/>#VALUE!" +msgstr "" -#. XLuhq +#. ESdqW #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155954\n" "help.text" -msgid "No result (#VALUE is in the cell rather than Err:519!)" -msgstr "inget resultat (I cellen står inte Err:519 utan #VÄRDE!)" +msgid "No result (instead of Err:519 cell displays #VALUE!)" +msgstr "" #. cf6oh #: 02140000.xhp @@ -448,23 +448,23 @@ msgctxt "" msgid "Compiler creates an unknown compiler code." msgstr "Kompilatorn skapar en okänd kompilatorkod." -#. PJVYY +#. xbiK9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153737\n" "help.text" -msgid "Internal syntax error" -msgstr "Internt syntaxfel" +msgid "Internal syntax error (instead of Err:521 cell displays #NULL!)" +msgstr "" -#. u5uEu +#. AiUic #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155436\n" "help.text" -msgid "No result." -msgstr "Inget resultat." +msgid "No code or no result." +msgstr "" #. SWNv6 #: 02140000.xhp @@ -502,23 +502,23 @@ msgctxt "" msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set." msgstr "Funktionen missade ett målvärde, eller så kunde inte <link href=\"text/shared/optionen/01060500.xhp\">iterativa referenser</link> uppnå den minsta förändringen inom det högsta antalet steg som anges." -#. azaxi +#. K9EbP #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153544\n" "help.text" -msgid "524<br/>#REF" -msgstr "524<br/>#REF" +msgid "524<br/>#REF!" +msgstr "" -#. wDZiv +#. ioqDF #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3154634\n" "help.text" -msgid "invalid references (instead of Err:524 cell contains #REF)" -msgstr "Ogiltig referens (i cellen står inte Err:524 utan #REF!)" +msgid "invalid references (instead of Err:524 cell displays #REF!)" +msgstr "" #. iGGQE #: 02140000.xhp @@ -538,14 +538,14 @@ msgctxt "" msgid "525<br/>#NAME?" msgstr "525<br/>#NAMN?" -#. XxUaQ +#. KxXmj #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3148428\n" "help.text" -msgid "invalid names (instead of Err:525 cell contains #NAME?)" -msgstr "Ogiltigt namn (i cellen står inte Err:525 utan #NAMN?)" +msgid "invalid names (instead of Err:525 cell displays #NAME?)" +msgstr "" #. pTzCU #: 02140000.xhp @@ -1194,4 +1194,3 @@ msgctxt "" "help.text" msgid "=ISTEXT(C1)" msgstr "" - diff --git a/source/sv/helpcontent2/source/text/scalc/guide.po b/source/sv/helpcontent2/source/text/scalc/guide.po index d64ea25a9d9..78548e9817a 100644 --- a/source/sv/helpcontent2/source/text/scalc/guide.po +++ b/source/sv/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-11-14 12:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2464,13 +2464,13 @@ msgctxt "" msgid "When referencing a sheet with name containing spaces, use single quotes around the name: <item type=\"literal\">='Sheet with spaces in name'.A1</item>" msgstr "" -#. 3CbGE +#. 7thQw #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id3147383\n" "help.text" -msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." +msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 or R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." msgstr "" #. mK8vG @@ -12895,14 +12895,14 @@ msgctxt "" msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell." msgstr "Namn får inte vara identiska med cellreferenser. Till exempel är namnet A1 ogiltigt eftersom A1 är cellreferens till den översta vänstra cellen." -#. RfAJF +#. ufHkJ #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id32898987\n" "help.text" -msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information." -msgstr "Namn kan inte börja med bokstaven R följt av en siffra. Se funktionen ADRESS för mer information." +msgid "Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information." +msgstr "" #. ELFqL #: value_with_name.xhp diff --git a/source/sv/helpcontent2/source/text/schart/02.po b/source/sv/helpcontent2/source/text/schart/02.po index 07289c396d4..3c52e857be9 100644 --- a/source/sv/helpcontent2/source/text/schart/02.po +++ b/source/sv/helpcontent2/source/text/schart/02.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-05-24 13:08+0000\n" -"Last-Translator: Niklas Johansson <sleeping.pillow@gmail.com>\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" +"PO-Revision-Date: 2017-05-12 16:40+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: sv\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1369400881.000000\n" +"X-POOTLE-MTIME: 1494607219.000000\n" +#. RTFEU #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Data in Rows" msgstr "Data i rader" +#. DacjG #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>" msgstr "<link href=\"text/schart/02/01190000.xhp\" name=\"Data i rader\">Data i rader</link>" +#. Mn2kr #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -40,14 +43,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>" msgstr "<ahelp hid=\".uno:DataInRows\">Ändrar placeringen av diagramdata.</ahelp>" +#. DTBcs #: 01190000.xhp msgctxt "" "01190000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>" -msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Symbol</alt></image>" +msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145643\">Icon Data in Rows</alt></image>" +msgstr "" +#. 6yPuD #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Data in Rows" msgstr "Data i rader" +#. qvE3T #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Data in Columns" msgstr "Data i kolumner" +#. BFkD4 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>" msgstr "<link href=\"text/schart/02/01200000.xhp\" name=\"Data i kolumner\">Data i kolumner</link>" +#. eiQk2 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -80,14 +88,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>" msgstr "<ahelp hid=\".uno:DataInColumns\">Ändrar placeringen av diagramdata.</ahelp>" +#. mUTUF #: 01200000.xhp msgctxt "" "01200000.xhp\n" "par_id3149260\n" "help.text" -msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>" -msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Symbol</alt></image>" +msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icon Data in Columns</alt></image>" +msgstr "" +#. CByTA #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Data in Columns" msgstr "Data i kolumner" +#. C9YD9 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Scale Text" msgstr "Skala text" +#. DWxNU #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>" msgstr "<bookmark_value>Textskalning i diagram</bookmark_value><bookmark_value>Skalning; text i diagram</bookmark_value><bookmark_value>Diagram;skala text</bookmark_value>" +#. BSFqu #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>" msgstr "<link href=\"text/schart/02/01210000.xhp\" name=\"Textskalning\">Textskalning</link>" +#. 6xNG3 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>" msgstr "<ahelp hid=\".uno:ScaleText\">Anpassar texten i diagrammet till en ny skala när du ändrar diagrammets storlek.</ahelp>" +#. UQA8A #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>" msgstr "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Ikon</alt></image>" +#. D6XfW #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Scale Text" msgstr "Skala text" +#. B4chT #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Automatisk layout" +#. ipywg #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>" msgstr "<bookmark_value>Reorganisera diagram</bookmark_value><bookmark_value>diagram; reorganisera</bookmark_value>" +#. YwCv2 #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>" msgstr "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatisk layout</link>" +#. 2iKEq #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>" msgstr "<ahelp hid=\".uno:NewArrangement\">Flyttar alla diagramelement till standardpositionen i det aktuella diagrammet. Den här funktionen ändrar inte diagramtypen eller några andra attribut än elementens placering.</ahelp>" +#. Fjs5R #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>" msgstr "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Ikon</alt></image>" +#. FWQFj #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Automatisk layout" +#. i2NqE #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Current Chart Type" msgstr "Aktuell diagramtyp" +#. pabZ5 #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>" msgstr "<link href=\"text/schart/02/02020000.xhp\" name=\"Aktuell diagramtyp\">Aktuell diagramtyp</link>" +#. b2GAj #: 02020000.xhp msgctxt "" "02020000.xhp\n" diff --git a/source/sv/helpcontent2/source/text/sdraw/guide.po b/source/sv/helpcontent2/source/text/sdraw/guide.po index 641001c5fdd..088c8a42910 100644 --- a/source/sv/helpcontent2/source/text/sdraw/guide.po +++ b/source/sv/helpcontent2/source/text/sdraw/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2018-11-22 20:30+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2671,14 +2671,14 @@ msgctxt "" msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees." msgstr "Håll ned Skift-tangenten för att begränsa musrörelserna till 15 gradersmultipler." -#. XcEGA +#. 7nDAL #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id0930200803002463\n" "help.text" -msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value." -msgstr "Högerklicka på objektet för att öppna snabbmenyn. Välj Position och Storlek - Rotation för att ange ett exakt rotationsvärde." +msgid "Right-click the object to open the context menu. Choose <menuitem>Position and Size - Rotation</menuitem> to enter an exact rotation value." +msgstr "" #. G5NAB #: rotate_object.xhp diff --git a/source/sv/helpcontent2/source/text/shared/00.po b/source/sv/helpcontent2/source/text/shared/00.po index b2ed9840abd..366109fcc45 100644 --- a/source/sv/helpcontent2/source/text/shared/00.po +++ b/source/sv/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: 2019-11-08 20:19+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-12-05 13:07+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -889,13 +889,13 @@ msgctxt "" msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents." msgstr "" -#. ggyWG +#. EouXX #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156281\n" "help.text" -msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)." +msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and frames (see the Hyperlink Dialog icon on the Standard bar)." msgstr "" #. uYSgv @@ -916,13 +916,13 @@ msgctxt "" msgid "ImageMap" msgstr "" -#. h8MPs +#. vbAkm #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3154685\n" "help.text" -msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." +msgid "An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." msgstr "" #. CzwEW @@ -1042,13 +1042,13 @@ msgctxt "" msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time." msgstr "" -#. DBqoR +#. kB898 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3149664\n" "help.text" -msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." +msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." msgstr "" #. JCSdG @@ -3382,23 +3382,23 @@ msgctxt "" msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"." msgstr "Avståndet från grafik- och plugin-program till innehållet kan anges separat för export till $[officename] Writer och MS Internet Explorer. Om övre/nedre marginalen eller höger/vänster marginal anges med annorlunda värden exporteras avstånden med ett \"STYLE\"-alternativ för motsvarande tagg som CSS1-storleksegenskaperna \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" och \"Margin-Right\"." -#. CEtDK +#. xGAve #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3144510\n" "help.text" -msgid "Text frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Text frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." -msgstr "Textramar stöds tillsammans med CSS1-utökningar för absolut placerade objekt. Det här gäller bara exportalternativen Mozilla Firefox, Microsoft Internet Explorer och $[officename] Writer. Textramar kan justeras som grafiska objekt, <switchinline select=\"sys\"><caseinline select=\"WIN\"> plugin-program </caseinline></switchinline>och flytande ramar, men inte teckenlänkade ramar." +msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." +msgstr "" -#. 5Nq4u +#. Vym4j #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3147530\n" "help.text" -msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." -msgstr "Textrutor exporteras som taggar av typen \"<SPAN>\" eller \"<DIV>\" om de inte innehåller kolumner. Om de innehåller kolumner exporteras de som \"<MULTICOL>\"." +msgid "Frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." +msgstr "" #. wakAb #: 00000020.xhp @@ -6946,13 +6946,58 @@ msgctxt "" msgid "Export Directly as EPUB" msgstr "" -#. hEnsh +#. FKD8W #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3163421\n" "help.text" -msgid "Choose <emph>File - Export As - Export as PDF</emph>, <emph>Digital Signatures</emph> tab." +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Digital Signatures</emph> tab." +msgstr "" + +#. PnEEp +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id671574090639995\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Security</emph> tab." +msgstr "" + +#. ZDFjz +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id211574090645188\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>General</emph> tab." +msgstr "" + +#. SUTsb +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id601574090650587\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Initial View</emph> tab." +msgstr "" + +#. dwtTE +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id51574090655835\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Links</emph> tab." +msgstr "" + +#. RGybr +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id541574090661437\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>User Interface</emph> tab." msgstr "" #. itwVi @@ -7810,14 +7855,23 @@ msgctxt "" msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file.</variable>" msgstr "" -#. SGmx7 +#. r3DhT +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id491577300092990\n" +"help.text" +msgid "On the <emph>Fontwork</emph> bar, click" +msgstr "" + +#. 6QW9h #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_idN10DDC\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Symbol</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_fontwork\">Icon Fontwork</alt></image>" +msgstr "" #. W5iAB #: 00000404.xhp @@ -7828,6 +7882,15 @@ msgctxt "" msgid "Fontwork Gallery" msgstr "Fontwork-galleri" +#. uMQfA +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id521577299133097\n" +"help.text" +msgid "Choose <menuitem>Insert - Fontwork</menuitem>" +msgstr "" + #. jYEWS #: 00000404.xhp msgctxt "" @@ -7936,6 +7999,15 @@ msgctxt "" msgid "Stars" msgstr "Stjärnor" +#. c6VE3 +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id81526422144005\n" +"help.text" +msgid "Choose <emph>Insert - Signature Line...</emph>" +msgstr "" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -9196,14 +9268,14 @@ msgctxt "" msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> bar." msgstr "" -#. NbDPT +#. 3jukD #: 00000409.xhp msgctxt "" "00000409.xhp\n" "par_id3155619\n" "help.text" -msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147588\">Icon Standard Filter</alt></image>" +msgstr "" #. oB9GF #: 00000409.xhp @@ -9610,14 +9682,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "" -#. nUafY +#. KFCKR #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148998\n" "help.text" -msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Icon</alt></image>" -msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Ikon</alt></image>" +msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>" +msgstr "" #. AdBzN #: 00040500.xhp @@ -9826,14 +9898,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "På verktygsraden <emph>Texformatering</emph> (när markören står i objektet) klickar du på" -#. fdFdE +#. Kobha #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3155995\n" "help.text" -msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Icon</alt></image>" -msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Ikon</alt></image>" +msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>" +msgstr "" #. E7XoA #: 00040500.xhp @@ -10105,58 +10177,121 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab.</caseinline></switchinline>" msgstr "" -#. BiRy6 +#. DjVCQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3146791\n" "help.text" -msgid "Choose <emph>Format - Page - Organizer</emph> tab." +msgid "Choose <menuitem>Format - Page Style - Organizer</menuitem> tab." +msgstr "" + +#. 5BJtP +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id7146791\n" +"help.text" +msgid "Choose <menuitem>Styles - Edit Style - Organizer</menuitem> tab." +msgstr "" + +#. 8xdE8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id631579002848692\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. Z2AF5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3146788\n" +"help.text" +msgid "<variable id=\"Calcseiteverwaltenh1\">Choose <menuitem>Format - Page - Organizer</menuitem> tab.</variable>" +msgstr "" + +#. Y2ck5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id961579003607432\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. 5tDj9 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3123788\n" +"help.text" +msgid "<variable id=\"Drawseiteverwaltenh1\">Choose <menuitem>Format - Styles - Edit Style - Organizer</menuitem> tab.</variable>" msgstr "" -#. C33xr +#. HE8gX +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id111579003773016\n" +"help.text" +msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. rSUuK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3149388\n" +"help.text" +msgid "<variable id=\"Impressseiteverwaltenh1\">Choose <menuitem>Slide - Properties - Page</menuitem> tab.</variable>" +msgstr "" + +#. Tv5B3 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154482\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab." +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." msgstr "" -#. 7cgpF +#. a85dA #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153357\n" "help.text" -msgid "Choose <emph>Format - Page - Page</emph> tab." +msgid "Choose <menuitem>Format - Page - Page</menuitem> tab." msgstr "" -#. 8MnVJ +#. RWWCj #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149323\n" "help.text" -msgid "Choose <emph>Slide - Properties - Page</emph> tab (in $[officename] Impress)." +msgid "Choose <menuitem>Slide - Properties - Page</menuitem> tab (in $[officename] Impress)." msgstr "" -#. xvuQG +#. 9mYb4 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154972\n" "help.text" -msgid "Choose <emph>Page - Properties - Page</emph> tab (in $[officename] Draw)." +msgid "Choose <menuitem>Page - Properties - Page</menuitem> tab (in $[officename] Draw)." msgstr "" -#. xkH9C +#. Qk9bQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154362\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." msgstr "" #. w3yEG @@ -10222,14 +10357,14 @@ msgctxt "" msgid "On <emph>Formatting</emph> bar, click" msgstr "" -#. 29Sg8 +#. raTBP #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148533\n" "help.text" -msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\"><alt id=\"alt_id3149568\">Icon</alt></image>" -msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Ikon</alt></image>" +msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>" +msgstr "" #. GGmAC #: 00040500.xhp @@ -10402,31 +10537,40 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" msgstr "" -#. CQBHb +#. ZD5up +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156011\n" +"help.text" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a Presentation Style (except Background) - choose <menuitem>New/Modify - Numbering</menuitem> tab." +msgstr "" + +#. 3g7gB #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3150862\n" "help.text" -msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab." +msgid "Choose <menuitem>Format - Bullets and Numbering - Numbering</menuitem> tab." msgstr "" -#. 8cCLx +#. iTevh #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3155378\n" +"par_id3129011\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." msgstr "" -#. yYMEA +#. dAnx5 #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3156011\n" +"par_id3146019\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." msgstr "" #. 4AKhs @@ -10501,14 +10645,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>" msgstr "" -#. FKqFA +#. YKAFD #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149953\n" "help.text" -msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\"><alt id=\"alt_id3155092\">Icon</alt></image>" -msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Ikon</alt></image>" +msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icon Crop</alt></image>" +msgstr "" #. Qs4bZ #: 00040500.xhp @@ -11941,94 +12085,112 @@ msgctxt "" msgid "Area" msgstr "Yta" -#. dyPkA +#. dXFUA #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3154948\n" +"par_id3145607\n" "help.text" -msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." +msgid "Choose <menuitem>View - Styles</menuitem> - choose <switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph, Frame or Page</caseinline></switchinline> style - open context menu - choose <menuitem>Modify/New - </menuitem><switchinline select=\"appl\"><caseinline select=\"CALC\"><menuitem>Background</menuitem></caseinline><defaultinline><menuitem>Area</menuitem></defaultinline></switchinline> tab." msgstr "" -#. bepw3 +#. TGDHe #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3145607\n" +"par_id841527083135387\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)." +msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab." msgstr "" -#. bNuBh +#. jBEkR #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3152922\n" +"par_id821578662265845\n" "help.text" -msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - Page - Area</menuitem> tab." msgstr "" -#. CGx4L +#. hu68D #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3157894\n" +"par_id3149664\n" "help.text" -msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab." msgstr "" -#. Gv7um +#. NP4xZ #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3144444\n" +"par_id431578737397995\n" "help.text" -msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - Cells - Background</menuitem> tab" msgstr "" -#. ByfCM +#. 8Ac8B #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3156543\n" +"par_id9149694\n" "help.text" -msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Page - Properties - Background</menuitem> tab." msgstr "" -#. ByRAr +#. BNF8c #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3150685\n" +"par_id3154948\n" "help.text" -msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." msgstr "" -#. i6r3e +#. CQaYm #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3149664\n" +"par_id3152922\n" "help.text" -msgid "Choose <emph>Slide - Properties - Background</emph> tab (in $[officename] Impress)." +msgid "Choose <menuitem>Format - Title - Area</menuitem> tab (chart documents)." msgstr "" -#. MGKAR +#. dCqeB #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id9149694\n" +"par_id3157894\n" "help.text" -msgid "Choose <emph>Page - Properties - Background</emph> tab (in $[officename] Draw)." +msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab (chart documents)." msgstr "" -#. wgJx5 +#. KcL9w #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id841527083135387\n" +"par_id3144444\n" +"help.text" +msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab (chart documents)." +msgstr "" + +#. ijD7Y +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3156543\n" +"help.text" +msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem> tab (chart documents)." +msgstr "" + +#. Zuv4t +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3150685\n" "help.text" -msgid "Choose <emph>Table - Properties - Background</emph> tab." +msgid "Choose <menuitem>Format - Chart Area - Area</menuitem> tab (chart documents)." msgstr "" #. MBrCE @@ -12148,6 +12310,24 @@ msgctxt "" msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)." msgstr "" +#. pwXzp +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3147189\n" +"help.text" +msgid "Choose <emph>Format - Paragraph - Transparency</emph> tab." +msgstr "" + +#. GBRys +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3144352\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Transparency</emph> tab." +msgstr "" + #. JHYnk #: 00040502.xhp msgctxt "" @@ -12967,49 +13147,58 @@ msgctxt "" msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>." msgstr "" -#. kq94E +#. Bwd8k #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3148668\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab.</caseinline></switchinline>" +msgid "Choose <menuitem>Format - Cells - Numbers</menuitem> tab." msgstr "" -#. wKdCV +#. KdbT6 #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3152349\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu and choose <emph>Modify/New - Numbers</emph> tab." msgstr "" -#. Zpngu +#. hadQp #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3161459\n" "help.text" -msgid "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab." +msgid "Open context menu for a column header in an open database table - choose <menuitem>Column Format - Format</menuitem> tab." msgstr "" -#. hHBnY +#. uckxj #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3147531\n" +"par_id3150823\n" "help.text" -msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)." +msgid "Choose <menuitem>Table - Number Format</menuitem> (for tables)." msgstr "" -#. AbPHG +#. zEP8P #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3150823\n" +"par_id231578229435232\n" +"help.text" +msgid "Choose <menuitem>Insert - Field - More Fields - Variables</menuitem> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list (for variables)." +msgstr "" + +#. xXuAA +#: 00040503.xhp +msgctxt "" +"00040503.xhp\n" +"par_id3147531\n" "help.text" -msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list." +msgid "Choose <menuitem>Format - Axis - Y Axis - Numbers</menuitem> tab (chart documents)." msgstr "" #. yMFSR diff --git a/source/sv/helpcontent2/source/text/shared/01.po b/source/sv/helpcontent2/source/text/shared/01.po index f186e5d9e9f..ef67d5a5288 100644 --- a/source/sv/helpcontent2/source/text/shared/01.po +++ b/source/sv/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: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-02-04 18:36+0000\n" "Last-Translator: Robert <riedelkarlsson@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2293,13 +2293,13 @@ msgctxt "" msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>" msgstr "" -#. RWPLS +#. APLpD #: 01020001.xhp msgctxt "" "01020001.xhp\n" "hd_id151513629025611\n" "help.text" -msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote...\">Open Remote...</link>" +msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote\">Open Remote</link>" msgstr "" #. 5DG6r @@ -2311,13 +2311,13 @@ msgctxt "" msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>" msgstr "" -#. fByLE +#. HDqBq #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id611513629210220\n" "help.text" -msgid "Choose <item type=\"menuitem\">File - Open Remote...</item> ." +msgid "Choose <item type=\"menuitem\">File - Open Remote</item>." msgstr "" #. GqJTN @@ -2329,13 +2329,13 @@ msgctxt "" msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>." msgstr "" -#. 9zyka +#. HP9o5 #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id431513629862558\n" "help.text" -msgid "Long-click on the <emph>Open</emph> icon and select <emph>Open Remote File...</emph> ." +msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>." msgstr "" #. 8aZPe @@ -7999,13 +7999,13 @@ msgctxt "" msgid "The post-fix repetition operator that specifies an exact number of occurrences (\"N\") of the regular expression term immediately preceding it must be present for a match to occur. For example, \"tre{2}\" matches \"tree\"." msgstr "" -#. Fca5T +#. EVGGD #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id3147317\n" "help.text" -msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" marches \"tre\" and \"tree\"." +msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" matches \"tre\" and \"tree\"." msgstr "" #. Awzam @@ -8044,13 +8044,13 @@ msgctxt "" msgid "To group terms in a complex expression to be operated on by the post-fix operators: \"*\", \"+\" and \"?\" along with the post-fix repetition operators. For example, the regular expression \"a(bc)?d\" matches both \"ad\" and \"abcd\" in a search.; the regular expression \"M(iss){2}ippi\" matches \"Mississippi\"." msgstr "" -#. MBhCt +#. bpE22 #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id801559576780692\n" "help.text" -msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression in the <widget>Find</widget> box is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." +msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." msgstr "" #. ekwoG @@ -8305,6 +8305,15 @@ msgctxt "" msgid "{3} specifies that [:digit:] must occur three times," msgstr "" +#. y6MUw +#: 02100001.xhp +msgctxt "" +"02100001.xhp\n" +"par_id131559578728924\n" +"help.text" +msgid "\\bconst(itu|ruc)tion\\b" +msgstr "" + #. 22cNV #: 02100001.xhp msgctxt "" @@ -8386,13 +8395,13 @@ msgctxt "" msgid "tion specifies the characters \"tion\"," msgstr "" -#. G6A3i +#. TkAoJ #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id91559578832058\n" "help.text" -msgid "/b specifies that the match must end at a word boundary." +msgid "\\b specifies that the match must end at a word boundary." msgstr "" #. K8QcW @@ -10600,13 +10609,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Applies the changes that you made to the image map.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Tilldelar en image map de ändringar du har gjort.</ahelp>" -#. mFkv4 +#. Q5GKS #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149811\n" "help.text" -msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Icon</alt></image>" +msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147275\">Icon Apply</alt></image>" msgstr "" #. PtM8F @@ -10636,13 +10645,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_OPEN\">Loads an existing image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "" -#. dPtCW +#. YBA3c #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149795\n" "help.text" -msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Icon</alt></image>" +msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155503\">Icon Open</alt></image>" msgstr "" #. nGQif @@ -10672,13 +10681,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Saves the image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "" -#. z7Evm +#. DtBot #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3154280\n" "help.text" -msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Icon</alt></image>" +msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154923\">Icon Save</alt></image>" msgstr "" #. zzpcn @@ -10708,13 +10717,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selects a hotspot in the image map for editing.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Markerar en stödpunkt att redigera i image map.</ahelp>" -#. qESqQ +#. 4GoEm #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3156214\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Icon</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Select</alt></image>" msgstr "" #. TJAcj @@ -10744,13 +10753,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_RECT\">Draws a rectangular hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. DAeXz +#. pm6nN #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150769\n" "help.text" -msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Icon</alt></image>" +msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154297\">Icon Rectangle</alt></image>" msgstr "" #. 27ptx @@ -10780,13 +10789,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_CIRCLE\">Draws an elliptical hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. gSjtt +#. z8UMY #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155308\n" "help.text" -msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Icon</alt></image>" +msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154011\">Icon Ellipse</alt></image>" msgstr "" #. ShcoZ @@ -10816,13 +10825,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLY\">Draws a polygonal hotspot in the graphic. Click this icon, drag in the graphic, and then click to define one side of the polygon. Move to where you want to place the end of the next side, and then click. Repeat until you have drawn all of the sides of the polygon. When you are finished, double-click to close the polygon. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. F2rrJ +#. wAz5P #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3148577\n" "help.text" -msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Icon</alt></image>" +msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156005\">Icon Polygon</alt></image>" msgstr "" #. pK5eV @@ -10852,13 +10861,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_FREEPOLY\">Draws a hotspot that is based on a freeform polygon. Click this icon and move to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. aDnZK +#. k2wFH #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153877\n" "help.text" -msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Icon</alt></image>" +msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Freeform Polygon</alt></image>" msgstr "" #. CrbLf @@ -10888,13 +10897,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Här kan du ändra form på den markerade stödpunkten genom att redigera stödpunkterna.</ahelp>" -#. RDtYL +#. PFcBf #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Icon</alt></image>" +msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150113\">Icon Edit points</alt></image>" msgstr "" #. 5ZNA5 @@ -10924,13 +10933,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Här kan du flytta den markerade stödpunktens stödpunkter.</ahelp>" -#. NbWWv +#. Bbuy9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3146971\n" "help.text" -msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Icon</alt></image>" +msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148570\">Icon Move Points</alt></image>" msgstr "" #. UkQ35 @@ -10960,13 +10969,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Lägger till en stödpunkt där du klickar på stödpunktens kontur.</ahelp>" -#. PLL3T +#. 8hhth #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150749\n" "help.text" -msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Icon</alt></image>" +msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146793\">Icon Insert Points</alt></image>" msgstr "" #. Bps2C @@ -10996,13 +11005,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYDELETE\">Deletes the selected anchor point.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYDELETE\">Raderar den markerade stödpunkten.</ahelp>" -#. eFc9N +#. FAeCG #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149021\n" "help.text" -msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Icon</alt></image>" +msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Delete Points</alt></image>" msgstr "" #. WB6Zf @@ -11032,24 +11041,15 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Aktiverar eller deaktiverar länken för den markerade stödpunkten. En deaktiverad stödpunkt är transparent.</ahelp>" -#. ncC7x +#. 8XqEU #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155901\n" "help.text" -msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Icon</alt></image>" +msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145232\">Icon Active</alt></image>" msgstr "" -#. Giw7b -#: 02220000.xhp -msgctxt "" -"02220000.xhp\n" -"par_id3155959\n" -"help.text" -msgid "Active" -msgstr "Aktiv" - #. 5dKoE #: 02220000.xhp msgctxt "" @@ -11068,13 +11068,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Här kan du tilldela ett makro som körs när du klickar på den markerade stödpunkten i en webbläsare.</ahelp>" -#. wPorY +#. i8ix7 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145769\n" "help.text" -msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Icon</alt></image>" +msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153922\">Icon Macro</alt></image>" msgstr "" #. cVL5D @@ -11104,13 +11104,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Här kan du ange egenskaper för den markerade stödpunkten.</ahelp>" -#. L9PZZ +#. xMabR #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3159104\n" "help.text" -msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Icon</alt></image>" +msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149735\">Icon Properties</alt></image>" msgstr "" #. imNDz @@ -13714,13 +13714,13 @@ msgctxt "" msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." msgstr "" -#. TtJvG +#. DX5fQ #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id601573488847729\n" "help.text" -msgid "Replying comments" +msgid "Replying to comments" msgstr "" #. XjKE5 @@ -13732,13 +13732,13 @@ msgctxt "" msgid "If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too." msgstr "" -#. gPtB2 +#. FD6oN #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id201573491050815\n" "help.text" -msgid "Marking comments resolved" +msgid "Marking comments as resolved" msgstr "" #. F4jJK @@ -14119,22 +14119,49 @@ msgctxt "" msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>Insert</emph>.</ahelp>" msgstr "" -#. n8ENj +#. VSFia #: 04100000.xhp msgctxt "" "04100000.xhp\n" "hd_id3154317\n" "help.text" -msgid "Characters" -msgstr "Tecken" +msgid "Recent Characters" +msgstr "" -#. ta52D +#. 4FZk9 #: 04100000.xhp msgctxt "" "04100000.xhp\n" "par_id3152551\n" "help.text" -msgid "Displays the special characters to be inserted. Edit this field if you want to change the current selection of characters." +msgid "Displays the special characters that were inserted recently." +msgstr "" + +#. FhhBr +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"hd_id9854317\n" +"help.text" +msgid "Favorite Characters" +msgstr "" + +#. Qp8gh +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id3159351\n" +"help.text" +msgid "Displays the special characters that were chosen with the <emph>Add to Favorites</emph> button. Up to 16 special characters can be saved as a favorite." +msgstr "" + +#. yjLEK +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id31525545\n" +"help.text" +msgid "Double-click on a special character will insert it into the document." msgstr "" #. U8Mm2 @@ -14254,42 +14281,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formel\">Formel</link>" -#. tgqqs -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017343575\n" -"help.text" -msgid "Chart From File" -msgstr "" - -#. RHGkL -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161036124113\n" -"help.text" -msgid "<ahelp hid=\".uno:InsertObjectChartFromFile\">Inserts a chart from within another spreadsheet or from an ODF Chart file (file extension: <emph>*.odc</emph>).</ahelp>" -msgstr "" - -#. DRhEX -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017345031\n" -"help.text" -msgid "3D Model" -msgstr "" - -#. u3mir -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id03042016103612802\n" -"help.text" -msgid "<ahelp hid=\".uno:Insert3DModel\">Inserts a 3D models in the glTF format. This option is currently only available for Windows and Linux.</ahelp>" -msgstr "" - #. mRZCQ #: 04150000.xhp msgctxt "" @@ -15109,6 +15100,24 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable id=\"textfarbe\">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the <emph>Font color</emph> toolbar.</variable></ahelp>" msgstr "" +#. Yvw3j +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"hd_id0123200902243377\n" +"help.text" +msgid "Transparency" +msgstr "" + +#. xbjmo +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"par_id3146925\n" +"help.text" +msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all." +msgstr "" + #. giEeL #: 05020200.xhp msgctxt "" @@ -15487,6 +15496,15 @@ msgctxt "" msgid "Numbers / Format" msgstr "Tal / Format" +#. CNMbg +#: 05020300.xhp +msgctxt "" +"05020300.xhp\n" +"par_id3145086\n" +"help.text" +msgid "Specify the formatting option for the selected variable." +msgstr "" + #. z8GFZ #: 05020300.xhp msgctxt "" @@ -15532,14 +15550,14 @@ msgctxt "" msgid "Format" msgstr "<emph>Format</emph>" -#. EUEpX +#. igSKQ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3148491\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Välj hur du vill visa innehållet av markerade celler.</ahelp> Koden för det markerade valet visas i rutan <emph>Formatbeskrivning</emph>." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cell(s) </caseinline><defaultinline>field</defaultinline></switchinline> to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format code</emph> box." +msgstr "" #. zFHm5 #: 05020300.xhp @@ -15577,13 +15595,13 @@ msgctxt "" msgid "Language" msgstr "Språk" -#. BRVHP +#. tGmXJ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3154138\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline>field</defaultinline></switchinline>. <switchinline select=\"appl\"><caseinline select=\"WRITER\">With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language.</caseinline></switchinline> Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" msgstr "" #. K29ZG @@ -15775,41 +15793,41 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" msgstr "<ahelp hid=\"cui/ui/numberingformatpage/add\">Lägger till den talformatbeskrivning du har angett i den användardefinierade kategorin.</ahelp>" -#. LhvTR +#. FqD4t #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3149263\n" +"hd_id3153573\n" "help.text" -msgid "Delete" -msgstr "Radera" +msgid "Edit Comment" +msgstr "Redigera kommentar" -#. MLH57 +#. yjr9j #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3154150\n" +"par_id3083444\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Raderar det markerade talformatet.</ahelp> Ändringarna träder i kraft när du startar om $[officename]." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Lägger till en kommentar i det markerade talformatet.</ahelp>" -#. FqD4t +#. LhvTR #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3153573\n" +"hd_id3149263\n" "help.text" -msgid "Edit Comment" -msgstr "Redigera kommentar" +msgid "Delete" +msgstr "Radera" -#. yjr9j +#. MLH57 #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3083444\n" +"par_id3154150\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Lägger till en kommentar i det markerade talformatet.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." +msgstr "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Raderar det markerade talformatet.</ahelp> Ändringarna träder i kraft när du startar om $[officename]." #. 8oTWz #: 05020300.xhp @@ -20599,23 +20617,23 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Indents the first line of a paragraph by the amount that you enter. To create a hanging indent enter a positive value for \"Before text\" and a negative value for \"First line\". To indent the first line of a paragraph that uses numbering or bullets, choose \"<link href=\"text/shared/01/06050600.xhp\">Format - Bullets and Numbering - Position</link>\".</ahelp>" msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Den första raden i ett stycke får ett indrag (vars längd du anger). Om du vill ha ett hängande indrag anger du ett positivt värde för \"Före text\" och ett negativt värde för \"Första raden\". Om du vill att första raden i numrerade stycken eller i stycken med punktlistor ska få ett indrag väljer du \"<link href=\"text/shared/01/06050600.xhp\">Format - Punktuppställningstecken - Position</link>\" .</ahelp>" -#. XD9qr +#. yWgGc #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3150288\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatic</caseinline></switchinline>" +msgid "Automatic" msgstr "" -#. aB2NF +#. dJRTJ #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3151041\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Gör automatiskt indrag i ett stycke beroende på teckenstorlek och radavstånd. Inställningen i fältet <emph>Första raden</emph> ignoreras.</ahelp></caseinline></switchinline>" +msgid "<ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp>" +msgstr "" #. Ppsst #: 05030100.xhp @@ -20824,22 +20842,22 @@ msgctxt "" msgid "Sets the height of the vertical space that is inserted between two lines." msgstr "Bestämmer höjden på det vertikala mellanrummet som infogas mellan två rader." -#. AxTDN +#. TDxWX #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3155443\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fixed</caseinline></switchinline>" +msgid "Fixed" msgstr "" -#. mgn8P +#. 7Dv79 #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3153711\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters.</caseinline></switchinline>" +msgid "Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters." msgstr "" #. sqTV8 @@ -21220,14 +21238,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paratabspage/buttonBTN_NEW\">Adds the tab stop that you defined to the current paragraph.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paratabspage/buttonBTN_NEW\">Lägger till den tabb du har definierat i det aktuella stycket.</ahelp>" -#. WU5sj +#. vhsNK #: 05030300.xhp msgctxt "" "05030300.xhp\n" "hd_id3153945\n" "help.text" -msgid "Clear All" -msgstr "Avmarkera alla" +msgid "Delete all" +msgstr "" #. n3nWv #: 05030300.xhp @@ -21634,14 +21652,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Set the background color or graphic.</ahelp>" msgstr "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Ange bakgrundens färg eller grafiska mönster.</ahelp>" -#. G8i9t +#. cfKE8 #: 05030600.xhp msgctxt "" "05030600.xhp\n" "par_id3147653\n" "help.text" -msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" -msgstr "Du kan ange bakgrunden för <switchinline select=\"appl\"><caseinline select=\"WRITER\">stycken, sidor, rubriker, sidfötter, textramar, tabeller, tabellceller, avsnitt och index.</caseinline><caseinline select=\"CALC\">celler och sidor </caseinline></switchinline>" +msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" +msgstr "" #. WUJz3 #: 05030600.xhp @@ -21931,14 +21949,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Sets the alignment of the paragraph relative to the margins of page.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Anger styckejusteringen i förhållande till sidmarginalerna.</ahelp>" -#. N65sZ +#. DQeLQ #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3143268\n" "help.text" -msgid "Alignment" -msgstr "Justering" +msgid "Options" +msgstr "" #. zEFM8 #: 05030700.xhp @@ -22075,14 +22093,23 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Aligns the paragraph to a text grid. To activate the text grid, choose <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Format - Page - Text Grid</emph></link>.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Justerar stycket mot ett textraster. Om du vill aktivera textrastret väljer du <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Sida - Text Textraster\"><emph>Format - Sida - Textraster</emph></link>.</ahelp>" -#. EANa5 +#. 8fVGt #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3148672\n" "help.text" -msgid "Text-to-text - Alignment" -msgstr "Text-till-text - Justering" +msgid "Text-to-text" +msgstr "" + +#. CvZ85 +#: 05030700.xhp +msgctxt "" +"05030700.xhp\n" +"hd_id3154451\n" +"help.text" +msgid "Alignment" +msgstr "" #. rARSM #: 05030700.xhp @@ -22507,23 +22534,41 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/nextstyle\">Select an existing style that you want to follow the current style in your document. For paragraph styles, the next style is applied to an empty paragraph that is created when you press Enter at the end of an existing paragraph. For page styles, the next style is applied when a new page is created.</ahelp>" msgstr "" -#. pMBwD +#. cLVjF #: 05040100.xhp msgctxt "" "05040100.xhp\n" "hd_id3163802\n" "help.text" -msgid "Linked with" -msgstr "Länkad med" +msgid "Inherit from" +msgstr "" -#. BL7nv +#. PNQTa #: 05040100.xhp msgctxt "" "05040100.xhp\n" "par_id3166461\n" "help.text" -msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style that you want to base the new style on, or select none to define your own style.</ahelp>" -msgstr "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Välj en befintlig formatmall som du vill basera den nya formatmallen på, eller välj ingen och definiera en egen formatmall.</ahelp>" +msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>" +msgstr "" + +#. nt5th +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"hd_id3148400\n" +"help.text" +msgid "Edit Style" +msgstr "" + +#. TAEAj +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"par_id3155179\n" +"help.text" +msgid "Edit the properties of the parent style." +msgstr "" #. eaxKa #: 05040100.xhp @@ -22570,24 +22615,6 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/desc\">Describes the relevant formatting used in the current style.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/managestylepage/desc\">Beskriver den formatering som används i den aktuella formatmallen.</ahelp>" -#. iABDv -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN1072D\n" -"help.text" -msgid "Assign Shortcut Key" -msgstr "Tilldela kortkommando" - -#. VDMuN -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN10731\n" -"help.text" -msgid "Opens the <emph>Tools - Customize - Keyboard</emph> tab page where you can assign a shortcut key to the current Style." -msgstr "Öppnar fliksidan <emph>Verktyg - Anpassa - Tangentbord</emph> där du kan tilldela ett kortkommando till aktuell formatmall." - #. UjGXL #: 05040100.xhp msgctxt "" @@ -23209,14 +23236,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040300.xhp\" name=\"Header\">Header</link>" msgstr "<link href=\"text/shared/01/05040300.xhp\" name=\"Sidhuvud\">Sidhuvud</link>" -#. PUUhF +#. CHjxs #: 05040300.xhp msgctxt "" "05040300.xhp\n" "par_id3156027\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Lägger till ett sidhuvud i den aktuella sidformatmallen. Ett sidhuvud är ett område i sidans övre marginal där du kan lägga till text eller grafiska objekt.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" +msgstr "" #. AiAZ8 #: 05040300.xhp @@ -23533,13 +23560,13 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040400.xhp\" name=\"Footer\">Footer</link>" msgstr "<link href=\"text/shared/01/05040400.xhp\" name=\"Sidfot\">Sidfot</link>" -#. N2y4H +#. ah7vE #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3156553\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/FFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" msgstr "" #. ofejE @@ -26647,24 +26674,6 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/btnnone\">Do not fill the selected object.</ahelp>" msgstr "" -#. wjDrT -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "Color" -msgstr "" - -#. sJECX -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"par_id3149750\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/areatabpage/btncolor\">Fills the object with a color selected on this page.</ahelp>" -msgstr "" - #. 58oAC #: 05210100.xhp msgctxt "" @@ -26755,6 +26764,222 @@ msgctxt "" msgid "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Select the type of fill that you want to apply to the selected drawing object.</ahelp></variable>" msgstr "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Markera den typ av fyllning som du vill tilldela det markerade ritobjektet.</ahelp></variable>" +#. GUfm5 +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"tit\n" +"help.text" +msgid "Colors" +msgstr "" + +#. RSPZA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"bm_id37440771\n" +"help.text" +msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value>" +msgstr "" + +#. vay4k +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id681578759272545\n" +"help.text" +msgid "<variable id=\"colorpageh1\"><link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link></variable>" +msgstr "" + +#. QfPqQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id3149119\n" +"help.text" +msgid "Select a color to apply, save the current color list, or load a different color list." +msgstr "" + +#. vUNGz +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id291578764209687\n" +"help.text" +msgid "Press the <widget>Color</widget> button in one of the situations below:" +msgstr "" + +#. uiJLg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id931578758906569\n" +"help.text" +msgid "Colors" +msgstr "" + +#. 2iXVW +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id551578758911321\n" +"help.text" +msgid "Palette" +msgstr "" + +#. ebwpw +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id411578758922329\n" +"help.text" +msgid "Select the color palette in the list box to pick the color for the selected object. The palette color set displays below." +msgstr "" + +#. DQAGQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id981578758969146\n" +"help.text" +msgid "Recent colors" +msgstr "" + +#. 6LC8v +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id751578758975939\n" +"help.text" +msgid "Displays the recent selected colors." +msgstr "" + +#. Gkcmg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id41578758979874\n" +"help.text" +msgid "Custom Palette" +msgstr "" + +#. u7xEP +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id641578758985603\n" +"help.text" +msgid "Click <widget>Add</widget> to open a dialog to set a name for the custom color. The palette changes to \"custom\"." +msgstr "" + +#. 5Br7h +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id191578758991563\n" +"help.text" +msgid "Click <widget>Delete</widget> to delete the color from the custom palette." +msgstr "" + +#. ECZqn +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id921578758048450\n" +"help.text" +msgid "You cannot add or delete colors of the palettes provided by your installation." +msgstr "" + +#. BwEAC +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id991578758873888\n" +"help.text" +msgid "Active" +msgstr "" + +#. 77qcm +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id361578758881241\n" +"help.text" +msgid "Displays the current active color for the object. Red, blue and green components values and the color value in hexadecimal notation are displayed just below." +msgstr "" + +#. hKFBD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id801578758863952\n" +"help.text" +msgid "New" +msgstr "" + +#. J3FdA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id271578758868425\n" +"help.text" +msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>." +msgstr "" + +#. kw6LA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id701578758840552\n" +"help.text" +msgid "R, G and B" +msgstr "" + +#. gNMXD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id691578758845984\n" +"help.text" +msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes.Allowed values are 0 to 255." +msgstr "" + +#. NAGAE +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id591578758836544\n" +"help.text" +msgid "Hex" +msgstr "" + +#. TBTQV +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id121578758850944\n" +"help.text" +msgid "The color value in hexadecimal notation. You can enter the hexadecimal value in the <emph>Hex</emph> text box." +msgstr "" + +#. hW3tX +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id891578758832248\n" +"help.text" +msgid "Pick" +msgstr "" + +#. oVvDT +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id131578758826856\n" +"help.text" +msgid "Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker\">color picker dialog</link> for a graphical selection of the desired color." +msgstr "" + #. Eybzn #: 05210300.xhp msgctxt "" @@ -29392,41 +29617,32 @@ msgctxt "" msgid "Fontwork" msgstr "Fontwork" -#. CfLRY +#. TCGqk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3146959\n" "help.text" -msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Previous Version)</link></variable>" -msgstr "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"Fontwork\">Dialogrutan Fontwork (tidigare version)</link></variable>" +msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (for putting text along a curve)</link></variable>" +msgstr "" -#. 6cPGC +#. EF8Ai #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151097\n" "help.text" -msgid "<ahelp hid=\".uno:FontWork\">Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</ahelp>" -msgstr "<ahelp hid=\".uno:FontWork\">Redigerar Fontwork-effekter för det valda objektet som har skapats i den föregående Fontwork-dialogrutan.</ahelp>" +msgid "<ahelp hid=\".uno:FontWork\">Simple tool for putting text along a curve without any fancy effects.</ahelp>" +msgstr "" -#. AEyBA +#. DGABQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155934\n" "help.text" -msgid "This <emph>Fontwork</emph> dialog is only available for Fontwork in old Writer text documents that were created prior to OpenOffice.org 2.0. You must first call <emph>Tools - Customize</emph> to add a menu command or an icon to open this dialog." -msgstr "Den här instansen av dialogrutan <emph>Fontwork</emph> är bara tillgänglig för Fontwork i äldre Writer textdokument som skapades före OpenOffice.org 2.0. Du måste välja <emph>Verktyg - Anpassa</emph> om du vill lägga till ett menykommando eller en ikon för att öppna dialogrutan." - -#. rFDAD -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3154497\n" -"help.text" -msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines." -msgstr "Du kan ändra form på textens baslinje så att den följer en halvcirkel, cirkelbåge, cirkel eller frihandslinje." +msgid "This <emph>Fontwork</emph> dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Fontwork command. <switchinline select=\"appl\"><caseinline select=\"WRITER\">Access the dialog by choosing <menuitem>Format - Text Box and Shape - Fontwork</menuitem></caseinline><defaultinline>First call <menuitem>Tools - Customize</menuitem> to add a menu command or a toolbar button to open the dialog. The <emph>Fontwork</emph> command is found in the Format category of the Customize dialog</defaultinline></switchinline>." +msgstr "" #. dLxem #: 05280000.xhp @@ -29437,41 +29653,14 @@ msgctxt "" msgid "Alignment icons" msgstr "Justeringsikoner" -#. kAoZC -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3149760\n" -"help.text" -msgid "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Click the shape of the baseline that you want to use for the text.</ahelp>" -msgstr "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Klicka på den form du vill att baslinjen ska ha i texten.</ahelp>" - -#. opZXe -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3152542\n" -"help.text" -msgid "The top row contains the following baseline shapes: <emph>Upper Semicircle</emph>, <emph>Lower Semicircle</emph>, <emph>Left Semicircle</emph> and <emph>Right Semicircle</emph>." -msgstr "Den övre raden innehåller följande former för baslinjer: <emph>Övre halvcirkel</emph>, <emph>Undre halvcirkel</emph>, <emph>Vänster halvcirkel</emph> och <emph>Höger halvcirkel</emph>." - -#. nttRE -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3150774\n" -"help.text" -msgid "The middle row contains the following baseline shapes: <emph>Upper Arc</emph>, <emph>Lower Arc, Left Arc</emph> and <emph>Right Arc</emph>." -msgstr "Mittersta raden innehåller följande former för baslinjer: <emph>Övre cirkelbåge</emph>, <emph>Undre cirkelbåge</emph>, <emph>Vänster cirkelbåge</emph> och <emph>Höger cirkelbåge</emph>." - -#. dZD6W +#. cULRv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159158\n" "help.text" -msgid "The bottom row contains the following baseline shapes: <emph>Open Circle, Closed Circle, Closed Circle II</emph>, and <emph>Open Circle Vertical</emph>. For the best results, the drawing object must contain more than two lines of text." -msgstr "Nedre raden innehåller följande former för baslinjer: <emph>Öppen cirkel</emph>, <emph>Sluten cirkel</emph>, <emph>Sluten cirkel II</emph> och <emph>Öppen cirkel lodrätt</emph>. För att bästa resultat ska uppnås måste ritobjektet innehålla mer än två rader text." +msgid "You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Fontwork. In Impress or Draw, right-click the shape and select <emph>Convert - To Curve/Polygon/Contour</emph>. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the <emph>Legacy Circles and Ovals</emph> and <emph>Legacy Rectangles</emph> toolbars do not need to be converted. The <emph>Arc</emph> included in the basic shapes is also a legacy shape." +msgstr "" #. rDFeE #: 05280000.xhp @@ -36889,14 +37078,14 @@ msgctxt "" msgid "Numbering Style" msgstr "Numreringsformatmall" -#. 4oGz6 +#. soKRn #: 06050200.xhp msgctxt "" "06050200.xhp\n" "hd_id3146807\n" "help.text" -msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering</link>" -msgstr "<link href=\"text/shared/01/06050200.xhp\" name=\"Numreringstyp\">Numreringstyp</link>" +msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>" +msgstr "" #. 3FT7A #: 06050200.xhp @@ -36934,14 +37123,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>" msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Fliken Position (dialogrutan Numrering/punktuppställning)\">Fliken Position (dialogrutan Numrering/punktuppställning)</link>" -#. zsU2G +#. b4BYW #: 06050200.xhp msgctxt "" "06050200.xhp\n" "par_id3152918\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>" -msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Fliken Alternativ (dialogrutan Numrering/punktuppställning)\">Fliken Alternativ (dialogrutan Numrering/punktuppställning)</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>" +msgstr "" #. mFseS #: 06050300.xhp @@ -37015,14 +37204,14 @@ msgctxt "" msgid "Image" msgstr "Bild" -#. HDHNj +#. b9BPD #: 06050400.xhp msgctxt "" "06050400.xhp\n" "hd_id0611200904373284\n" "help.text" -msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Graphics</link>" -msgstr "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Grafik</link>" +msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Image</link>" +msgstr "" #. g8rob #: 06050400.xhp @@ -37105,14 +37294,14 @@ msgctxt "" msgid "<bookmark_value>numbering;options</bookmark_value> <bookmark_value>bullet lists; formatting options</bookmark_value> <bookmark_value>font sizes;bullets</bookmark_value>" msgstr "<bookmark_value>numrering; alternativ</bookmark_value> <bookmark_value>punktlistor; formateringsalternativ</bookmark_value> <bookmark_value>teckenstorlekar;punkter</bookmark_value>" -#. r2ZUG +#. Cq4hL #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3147240\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Options</link>" -msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Alternativ</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Customize</link>" +msgstr "" #. KTDdy #: 06050500.xhp @@ -37123,15 +37312,6 @@ msgctxt "" msgid "Sets the formatting options for numbered or bulleted lists. If you want, you can apply formatting to individual levels in the list hierarchy." msgstr "Anger formateringsalternativen för numrerade listor och punktlistor. Om du vill kan du formatera enskilda nivåer i listhierarkin." -#. mWs5a -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3155069\n" -"help.text" -msgid "Format" -msgstr "<emph>Format</emph>" - #. pGwyV #: 06050500.xhp msgctxt "" @@ -37159,6 +37339,15 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/levellb\">Select the level(s) that you want to define the formatting options for.</ahelp> The selected level is highlighted in the preview." msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/levellb\">Markera den nivå/de nivåer du vill ange formateringsalternativ för.</ahelp> Den markerade nivån visas framhävd i förhandsgranskningen." +#. ugWJQ +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"hd_id3159200\n" +"help.text" +msgid "Number" +msgstr "" + #. LEAqu #: 06050500.xhp msgctxt "" @@ -37285,6 +37474,42 @@ msgctxt "" msgid "Roman numerals (lowercase)" msgstr "Gemena romerska siffror" +#. cxHdx +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356426\n" +"help.text" +msgid "1st, 2nd, 3rd, ..." +msgstr "" + +#. wCRvr +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356410\n" +"help.text" +msgid "Ordinal numerals" +msgstr "" + +#. duuRN +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2378426\n" +"help.text" +msgid "One, Two, Three, ..." +msgstr "" + +#. CDDpc +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2896410\n" +"help.text" +msgid "Cardinal numerals" +msgstr "" + #. BcNvd #: 06050500.xhp msgctxt "" @@ -37330,14 +37555,14 @@ msgctxt "" msgid "Bullet" msgstr "Punkt" -#. SyGSi +#. vZdhE #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3145085\n" "help.text" -msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Character</emph> button to choose a bullet style." -msgstr "Lägger till ett punktuppställningstecken i början av en rad. Markera det här alternativet och klicka sedan på knappen <emph>Tecken</emph> om du vill välja en punktlista." +msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Select</emph> button to choose a bullet style." +msgstr "" #. JBJEa #: 06050500.xhp @@ -37348,14 +37573,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullets are resized to fit the current line height. If you want, you can define a Character Style that uses a different font size for bullets.</caseinline></switchinline>" msgstr "" -#. ebWFN +#. pqU3e #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3152811\n" "help.text" -msgid "Image" -msgstr "Bild" +msgid "Graphics" +msgstr "" #. BJUoD #: 06050500.xhp @@ -37447,13 +37672,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style \"1.)\", enter \".)\" in this box.</ahelp>" msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Ange ett tecken eller texten som ska visas efter numret i listan. Om du vill skapa en numrerad lista som använder stilen \"1.)\", anger du \".)\" i den här rutan.</ahelp>" -#. PYrAJ +#. Uw4HA #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3156423\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Styles</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Style</caseinline></switchinline>" msgstr "" #. zkHUZ @@ -37537,24 +37762,6 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/relsize\">Enter the amount by which you want to resize the bullet character with respect to the font height of the current paragraph.</ahelp></defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/relsize\">Ange hur mycket du vill ändra storleken på punktuppställningstecknet i förhållande till teckenhöjden för det aktuella stycket.</ahelp></defaultinline></switchinline>" -#. v8T5P -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3147444\n" -"help.text" -msgid "Character" -msgstr "Teckenattribut" - -#. gPGpp -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"par_id3153144\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/numberingoptionspage/bullet\">Opens the <link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link> dialog, where you can select a bullet symbol.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/bullet\">Öppnar dialogrutan <link href=\"text/shared/01/04100000.xhp\" name=\"Specialtecken\">Specialtecken</link> där du kan markera en punktuppställningssymbol.</ahelp>" - #. iEYKN #: 06050500.xhp msgctxt "" @@ -37762,14 +37969,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, a line break, or nothing.</ahelp>" msgstr "" -#. NJWoJ +#. Ahxab #: 06050600.xhp msgctxt "" "06050600.xhp\n" "hd_id7809686\n" "help.text" -msgid "at" -msgstr "vid" +msgid "Tab stop at" +msgstr "" #. AwaE8 #: 06050600.xhp @@ -42649,6 +42856,168 @@ msgctxt "" msgid "Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document." msgstr "Kommentars- och skriptfält i början av det första stycket exporteras som HTML-dokumentets rubrik (header-fält). Om dokumentet inleds med en tabell så exporteras det första stycket i den första cellen som HTML-dokumentets rubrik." +#. KBbjw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Adding Signature Line in Documents" +msgstr "" + +#. EGN36 +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"bm_id821526779524753\n" +"help.text" +msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" +msgstr "" + +#. fYs2f +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id501526421873817\n" +"help.text" +msgid "<variable id=\"addsignatureline01\"><link href=\"text/shared/01/addsignatureline.xhp\" name=\"Signature Line\">Signature Line</link></variable>" +msgstr "" + +#. bcvDE +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id991526423190756\n" +"help.text" +msgid "Insert a graphic box representing a signature line of the document." +msgstr "" + +#. FFaDB +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id751526436546030\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" +msgstr "" + +#. AgbBh +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id651526423393786\n" +"help.text" +msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." +msgstr "" + +#. auwte +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id631526467960460\n" +"help.text" +msgid "Name" +msgstr "" + +#. mwYBp +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id351526467968348\n" +"help.text" +msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. bucAF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id171526467974440\n" +"help.text" +msgid "Title" +msgstr "" + +#. fyUJY +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id701526467979209\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. Aa59Z +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id431526467986157\n" +"help.text" +msgid "Email" +msgstr "" + +#. EnpJD +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id111526467993387\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" +msgstr "" + +#. EpDAG +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id451526468019876\n" +"help.text" +msgid "Signer can add comments" +msgstr "" + +#. x49zw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id531526562791579\n" +"help.text" +msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" +msgstr "" + +#. rAhqF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id31526468046686\n" +"help.text" +msgid "Show sign date in signature line" +msgstr "" + +#. xWyoH +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id11526468051934\n" +"help.text" +msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" +msgstr "" + +#. SGaTf +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id791526468057743\n" +"help.text" +msgid "Instructions to the signer" +msgstr "" + +#. jrvVd +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id131526560799876\n" +"help.text" +msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" +msgstr "" + #. ViF5g #: digitalsignatures.xhp msgctxt "" @@ -44899,14 +45268,14 @@ msgctxt "" msgid "You can disable or enable the automatic check in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>." msgstr "Du kan inaktivera eller aktivera automatisk sökning under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME – Inställningar</caseinline><defaultinline>Verktyg – Alternativ</defaultinline></switchinline> – %PRODUCTNAME – <link href=\"text/shared/optionen/online_update.xhp\">Online-uppdatering</link>." -#. qpBRJ +#. AJBeB #: online_update.xhp msgctxt "" "online_update.xhp\n" "par_id3422345\n" "help.text" -msgid "If an update is available, an icon<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." -msgstr "Om en uppdatering är tillgänglig visas en ikon <image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Ikon</alt></image> på menyraden som anger att det finns en uppdatering. Om du klickar på ikonen visas en dialogruta med mer information." +msgid "If an update is available, an icon <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." +msgstr "" #. bGkRw #: online_update.xhp @@ -46375,13 +46744,13 @@ msgctxt "" msgid "Identifier" msgstr "" -#. zC2TC +#. 76CQA #: ref_epub_export.xhp msgctxt "" "ref_epub_export.xhp\n" "par_id3154237\n" "help.text" -msgid "Enter an unique identifier for the publication." +msgid "Enter a unique identifier for the publication." msgstr "" #. nhyXh @@ -46465,14 +46834,14 @@ msgctxt "" msgid "Export as PDF" msgstr "Exportera som PDF" -#. aKMDK +#. 9A7EN #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" "bm_id3149532\n" "help.text" -msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>" -msgstr "<bookmark_value>PDF;exportera</bookmark_value> <bookmark_value>Portable Document Format</bookmark_value> <bookmark_value>exportera;till PDF</bookmark_value>" +msgid "<bookmark_value>PDF;export</bookmark_value><bookmark_value>portable document format</bookmark_value><bookmark_value>exporting;to PDF</bookmark_value>" +msgstr "" #. iNwuy #: ref_pdf_export.xhp @@ -46492,1562 +46861,1886 @@ msgctxt "" msgid "<variable id=\"export\"><ahelp hid=\".\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>" msgstr "" -#. YGFLw +#. NHTF4 #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" -"hd_id746482\n" +"hd_id3150507\n" "help.text" -msgid "General tab" -msgstr "Fliken Allmänt" +msgid "Export button" +msgstr "Knappen Export" -#. rYXBh +#. kHxND #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" +"par_id3146975\n" +"help.text" +msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" +msgstr "<ahelp hid=\".\">Exporterar den aktuella filen i PDF-format.</ahelp>" + +#. g65mo +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Digital Signature" +msgstr "" + +#. yMdYf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"bm_id761574111929927\n" +"help.text" +msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>" +msgstr "" + +#. ChX9A +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id13068636\n" +"help.text" +msgid "<variable id=\"pdfexportdigitalsignatureh1\"><link href=\"text/shared/01/ref_pdf_export_digital_signature.xhp\" name=\"Digital Signatures\">Digital Signatures</link></variable>" +msgstr "" + +#. uXfCT +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107303\n" +"help.text" +msgid "This tab contains the options related to exporting to a digitally signed PDF." +msgstr "" + +#. xU5Ci +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107304\n" +"help.text" +msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." +msgstr "" + +#. ArQN3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107305\n" +"help.text" +msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." +msgstr "" + +#. BQDRC +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107306\n" +"help.text" +msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline> <defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." +msgstr "" + +#. JoMg7 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107307\n" +"help.text" +msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." +msgstr "" + +#. yv3nB +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id191574111792669\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. knZ4u +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id12927335\n" +"help.text" +msgid "Use this certificate to digitally sign PDF documents" +msgstr "" + +#. taTZ3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12107303\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" +msgstr "" + +#. 73q3H +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id17985168\n" +"help.text" +msgid "Select" +msgstr "" + +#. tx8zW +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507303\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" +msgstr "" + +#. CajHf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507403\n" +"help.text" +msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." +msgstr "" + +#. dzcYc +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507503\n" +"help.text" +msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." +msgstr "" + +#. JcDDp +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507603\n" +"help.text" +msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." +msgstr "" + +#. 3VMee +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1876186\n" +"help.text" +msgid "Certificate password" +msgstr "" + +#. q2bWg +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13939634\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." +msgstr "" + +#. BgD3C +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13932634\n" +"help.text" +msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." +msgstr "" + +#. 5x66U +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13933634\n" +"help.text" +msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." +msgstr "" + +#. 87YWF +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1599688\n" +"help.text" +msgid "Location, Contact information, Reason" +msgstr "" + +#. a4FkK +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id11371501\n" +"help.text" +msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" +msgstr "" + +#. dDtVb +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id14661702\n" +"help.text" +msgid "Time Stamp Authority" +msgstr "" + +#. MUvFG +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id17868892\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" +msgstr "" + +#. Po9jA +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id29089022\n" +"help.text" +msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." +msgstr "" + +#. aTCsU +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id39089022\n" +"help.text" +msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgstr "" + +#. Gnocd +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id49089022\n" +"help.text" +msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." +msgstr "" + +#. 74q7v +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export General" +msgstr "" + +#. mDa2C +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"bm_id611574100815898\n" +"help.text" +msgid "<bookmark_value>PDF export;general options</bookmark_value><bookmark_value>hybrid PDF</bookmark_value><bookmark_value>PDF forms</bookmark_value>" +msgstr "" + +#. 7dwDw +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id746482\n" +"help.text" +msgid "<variable id=\"pdfexportgeneralh1\"><link href=\"text/shared/01/ref_pdf_export_general.xhp\" name=\"General tab\">General</link></variable>" +msgstr "" + +#. G9CkE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id641574099149998\n" +"help.text" +msgid "Sets the general options for exporting your document to a PDF file. Range, images, watermark, forms and other parameters." +msgstr "" + +#. iiCGi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id3148520\n" "help.text" msgid "Range" -msgstr "Område" +msgstr "" -#. srrym -#: ref_pdf_export.xhp +#. hVmqN +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3154230\n" "help.text" msgid "Sets the export options for the pages included in the PDF file." -msgstr "Anger exportalternativen för PDF-filen." +msgstr "" -#. KWsEZ -#: ref_pdf_export.xhp +#. DZmde +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3166445\n" "help.text" msgid "All" -msgstr "Allt" +msgstr "" -#. PQn2n -#: ref_pdf_export.xhp +#. ad55B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3149893\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>" -msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exporterar alla definierade utskriftsområden. Om inget utskriftsområde definieras exporteras hela dokumentet.</ahelp>" +msgstr "" -#. rgZyG -#: ref_pdf_export.xhp +#. irArA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3154673\n" "help.text" msgid "Pages" -msgstr "Sidor" +msgstr "" -#. xKAfj -#: ref_pdf_export.xhp +#. jXfhZ +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3147571\n" "help.text" msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>" msgstr "" -#. PSJWi -#: ref_pdf_export.xhp +#. B4Ntf +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3145136\n" "help.text" msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12." -msgstr "Om du vill exportera ett sidintervall använder du formatet 3-6. Om du vill exportera enstaka sidor använder du formatet 7;9;11. Om du vill kan du exportera en kombination av sidintervall och enstaka sidor genom att använda ett format som till exempel 3-6;8;10;12." +msgstr "" -#. RaSHL -#: ref_pdf_export.xhp +#. bHBcc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3147043\n" "help.text" msgid "Selection" -msgstr "Urval" +msgstr "" -#. NBTeg -#: ref_pdf_export.xhp +#. d6rFh +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3150774\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>" -msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exporterar den aktuella markeringen.</ahelp>" +msgstr "" -#. nENWC -#: ref_pdf_export.xhp +#. Gzztk +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id871574106145581\n" +"help.text" +msgid "View PDF after export" +msgstr "" + +#. 5G7Gh +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631574106701788\n" +"help.text" +msgid "Open the exported document in the system default PDF viewer." +msgstr "" + +#. MnPmj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10706\n" "help.text" msgid "Images" -msgstr "Bilder" +msgstr "" -#. bV5A4 -#: ref_pdf_export.xhp +#. A2F7m +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1070A\n" "help.text" msgid "Sets the PDF export options for images inside your document." -msgstr "Anger PDF-exportalternativ för bilder i dokumentet." +msgstr "" -#. CNv4i -#: ref_pdf_export.xhp +#. eMHjG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1071B\n" "help.text" msgid "EPS images with embedded previews are exported only as previews. EPS images without embedded previews are exported as empty placeholders." -msgstr "EPS-bilder med inbäddade förhandsgranskningar exporteras bara som förhandsgranskningar. EPS-bilder utan inbäddade förhandsgranskningar exporteras som tomma platshållare." +msgstr "" -#. EXhvs -#: ref_pdf_export.xhp +#. ZszgA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10715\n" "help.text" msgid "Lossless compression" -msgstr "Komprimering utan förlust av originaldata" +msgstr "" -#. QMqTQ -#: ref_pdf_export.xhp +#. a4qQR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10719\n" "help.text" msgid "<ahelp hid=\".\">Selects a lossless compression of images. All pixels are preserved.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer en komprimeringsmetod för bilder där inga data försvinner. Alla pixlar bevaras.</ahelp>" +msgstr "" -#. FzmLm -#: ref_pdf_export.xhp +#. jhrAG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10730\n" "help.text" msgid "JPEG compression" -msgstr "JPEG-komprimering" +msgstr "" -#. 3BGfd -#: ref_pdf_export.xhp +#. z3ei4 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10734\n" "help.text" msgid "<ahelp hid=\".\">Selects a JPEG compression of images. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels get lost and artefacts are introduced, but file sizes are reduced.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer en JPEG-komprimering för bilderna. Vid en hög kvalitetsnivå bevaras de flesta pixlar.</ahelp> Med en låg kvalitetsnivå försvinner vissa pixlar och annat kommer till, men filstorleken minskar." +msgstr "" -#. WWRxq -#: ref_pdf_export.xhp +#. MZoXB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1074C\n" "help.text" msgid "Quality" -msgstr "Kvalitet" +msgstr "" -#. QsCUW -#: ref_pdf_export.xhp +#. Ej8Dz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10750\n" "help.text" msgid "<ahelp hid=\".\">Enter the quality level for JPEG compression.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer kvalitetsnivå för JPEG-komprimering.</ahelp>" +msgstr "" -#. izozi -#: ref_pdf_export.xhp +#. DhAPY +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10767\n" "help.text" msgid "Reduce image resolution" -msgstr "Minska bildupplösning" +msgstr "" -#. sSETc -#: ref_pdf_export.xhp +#. BWwdD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1076B\n" "help.text" msgid "<ahelp hid=\".\">Select to resample or down-size the images to a lower number of pixels per inch.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer att sampla om eller minska bilderna till ett färre antal pixlar per tum.</ahelp>" +msgstr "" -#. v7AX7 -#: ref_pdf_export.xhp +#. hFmPG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10782\n" "help.text" msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>" -msgstr "<ahelp hid=\".\">Markera målupplösningen för bilderna.</ahelp>" +msgstr "" -#. dfuhc -#: ref_pdf_export.xhp +#. ZmGtx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id141574104956415\n" +"help.text" +msgid "Watermark" +msgstr "" + +#. 32jmH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id341574104961922\n" +"help.text" +msgid "Add a centered, vertical, light green watermark text to the page background. The watermark is not part of the source document." +msgstr "" + +#. ZPLc3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id381574104981670\n" +"help.text" +msgid "Sign with watermark" +msgstr "" + +#. aRDYE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id981574105202743\n" +"help.text" +msgid "Check to enable the watermark signature." +msgstr "" + +#. pn9H3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id511574105027966\n" +"help.text" +msgid "Text" +msgstr "" + +#. Wesdj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id361574105035733\n" +"help.text" +msgid "Insert the text for the watermark signature." +msgstr "" + +#. DjKkz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id621574105378072\n" +"help.text" +msgid "You cannot adjust the position, orientation and size of the watermark. The watermark is not stored in the source document." +msgstr "" + +#. EgBnH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10791\n" "help.text" msgid "General" -msgstr "Allmänt" +msgstr "" -#. FhMZo -#: ref_pdf_export.xhp +#. 4HuMF +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10795\n" "help.text" msgid "Sets general PDF export options." -msgstr "Anger allmänna alternativ för PDF-export." +msgstr "" -#. ewbZV -#: ref_pdf_export.xhp +#. JZuBd +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id080420080355360\n" "help.text" msgid "Hybrid PDF (embed ODF file)" msgstr "" -#. HBAvM -#: ref_pdf_export.xhp +#. ywf7E +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id0804200803553767\n" "help.text" msgid "<ahelp hid=\".\">This setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.</ahelp> In PDF viewers it behaves like a normal .pdf file and it remains fully editable in %PRODUCTNAME." -msgstr "<ahelp hid=\".\">Detta alternativ låter dig exportera dokumentet som en pdf-fil som innehåller två filformat: PDF och ODF.</ahelp> I PDF-läsare beter sig filen som en normal pdf-fil samtidigt som filen fortfarande är fullt redigerbar i %PRODUCTNAME." +msgstr "" -#. H3oPC -#: ref_pdf_export.xhp +#. ioGVp +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id2796411\n" "help.text" -msgid "Archive PDF/A-1a (ISO 19005-1)" +msgid "Archive (PDF/A ISO 19005)" msgstr "" -#. s4qAD -#: ref_pdf_export.xhp +#. EZ8fR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id5016327\n" "help.text" -msgid "<ahelp hid=\".\">Converts to the PDF/A-1a format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" -msgstr "<ahelp hid=\".\">Konverterar till PDF/A-1-format. Detta är ett elektroniskt dokumentfilformat för långsiktigt bevarande. Alla teckensnitt som används i källdokumentet bäddas in i den skapade PDF-filen. PDF-taggarna skrivs.</ahelp>" +msgid "<ahelp hid=\".\">Converts to the PDF/A-2b or PDF/A-1b format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" +msgstr "" -#. GuGBF -#: ref_pdf_export.xhp +#. UTPZ7 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A0\n" "help.text" msgid "Tagged PDF (add document structure)" msgstr "" -#. AUDyF -#: ref_pdf_export.xhp +#. cyGKc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A4\n" "help.text" msgid "<ahelp hid=\".\">Select to write PDF tags. This can increase file size by huge amounts.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer för att skriva PDF-taggar. Det gör att filstorleken kan öka kraftigt.</ahelp>" +msgstr "" -#. GQAtH -#: ref_pdf_export.xhp +#. JpL7Q +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107B3\n" "help.text" msgid "Tagged PDF contains information about the structure of the document contents. This can help to display the document on devices with different screens, and when using screen reader software." -msgstr "En taggad PDF innehåller information om dokumentinnehållets struktur. Det underlättar om du ska visa dokumentet på olika datorskärmar och när skärmläsarprogram används." +msgstr "" -#. ZwLki -#: ref_pdf_export.xhp +#. fJMbL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"par_idN107F4\n" +"help.text" +msgid "Create PDF form" +msgstr "" + +#. 5VHmT +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id4909817\n" +"help.text" +msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" +msgstr "" + +#. GfzoX +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id6585283\n" +"help.text" +msgid "Submit format" +msgstr "" + +#. TiT6m +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN107F8\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" +msgstr "" + +#. fDMyN +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id0901200811454970\n" +"help.text" +msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." +msgstr "" + +#. oscV7 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN10807\n" +"help.text" +msgid "This setting overrides the control's URL property that you set in the document." +msgstr "" + +#. maGDz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id1026200909535841\n" +"help.text" +msgid "Allow duplicate field names" +msgstr "" + +#. TuXqi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id102620090953596\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" +msgstr "" + +#. JCBTD +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id8257087\n" "help.text" msgid "Export bookmarks" -msgstr "Exportera bokmärken" +msgstr "" -#. WtLDu -#: ref_pdf_export.xhp +#. ne8RR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3479415\n" "help.text" msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<item type=\"menuitem\">Tools - Chapter Numbering</item>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>" msgstr "" -#. GQbw7 -#: ref_pdf_export.xhp +#. PejFz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107BE\n" +"ref_pdf_export_general.xhp\n" +"hd_id561574106156581\n" "help.text" -msgid "Comments as PDF annotations" +msgid "Export Placeholders" msgstr "" -#. TgVUa -#: ref_pdf_export.xhp +#. HAGBC +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107C2\n" +"ref_pdf_export_general.xhp\n" +"par_id851574109680187\n" "help.text" -msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" +msgid "Export the placeholders fields visual markings only. The exported placeholder is ineffective." msgstr "" -#. wDJVG -#: ref_pdf_export.xhp +#. xCL7B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN207C2\n" +"ref_pdf_export_general.xhp\n" +"par_idN107BE\n" "help.text" -msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." +msgid "Comments as PDF annotations" msgstr "" -#. bVe7R -#: ref_pdf_export.xhp +#. FYA5k +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F4\n" +"ref_pdf_export_general.xhp\n" +"par_idN107C2\n" "help.text" -msgid "Create PDF form" -msgstr "Skickar formulär i formatet:" +msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" +msgstr "" -#. SWCE3 -#: ref_pdf_export.xhp +#. anEFb +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4909817\n" +"ref_pdf_export_general.xhp\n" +"par_idN207C2\n" "help.text" -msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" -msgstr "<ahelp hid=\".\">Välj om du vill skapa ett PDF-formulär. Det fylls i och skrivs ut av användaren av PDF-dokumentet.</ahelp>" +msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem> </caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." +msgstr "" -#. CbcL6 -#: ref_pdf_export.xhp +#. 2qBJx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6585283\n" +"ref_pdf_export_general.xhp\n" +"hd_id451574107102243\n" "help.text" -msgid "Submit format" -msgstr "Submit format" +msgid "Export Notes Page" +msgstr "" -#. FMAWB -#: ref_pdf_export.xhp +#. bMEP8 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F8\n" +"ref_pdf_export_general.xhp\n" +"par_id971574108811475\n" "help.text" -msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Välj ett format som du vill skicka formulär i från PDF-filen.</ahelp>" +msgid "Export also the Notes pages view at the end of the exported PDF presentation document." +msgstr "" -#. CDCBP -#: ref_pdf_export.xhp +#. 3KkeL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id0901200811454970\n" +"ref_pdf_export_general.xhp\n" +"hd_id831574107106923\n" "help.text" -msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." -msgstr "Välj det dataformat som du mottar från sändaren: FDF (Forms Data Format), PDF, HTML eller XML." +msgid "Export only notes page" +msgstr "" -#. cMjBY -#: ref_pdf_export.xhp +#. zuDdx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN10807\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108064993\n" "help.text" -msgid "This setting overrides the control's URL property that you set in the document." -msgstr "Den här inställningen åsidosätter kontrollens URL-egenskap som du anger i dokumentet. Det finns bara en gemensam inställning som gäller för hela PDF dokumentet: PDF (skickar hela dokumentet), FDF (skickar kontrollens innehåll), HTML och XML." +msgid "Exports only the Notes page views." +msgstr "" -#. SbrYH -#: ref_pdf_export.xhp +#. 9FqPS +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1026200909535841\n" +"ref_pdf_export_general.xhp\n" +"hd_id51574108224576\n" "help.text" -msgid "Allow duplicate field names" -msgstr "Tillåt dubbletter av fältnamn" +msgid "Whole sheet export" +msgstr "" -#. fG8Bo -#: ref_pdf_export.xhp +#. 95sab +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id102620090953596\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108602417\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" -msgstr "<ahelp hid=\".\">Innebär att samma fältnamn kan användas på flera fält i den genererade PDF-filen. Om alternativet är inaktiverat exporteras fältnamn med genererade unika namn.</ahelp>" +msgid "Export one sheet per page." +msgstr "" -#. krybr -#: ref_pdf_export.xhp +#. KCagR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946958\n" "help.text" msgid "Export automatically inserted blank pages" -msgstr "Exportera automatiskt infogade tomma sidor" +msgstr "" -#. FUnoV -#: ref_pdf_export.xhp +#. oCgCD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551896\n" "help.text" msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Om det här alternativet är aktiverat skrivs automatiskt infogade blanksidor ut. Det är det bästa alternativet om du skriver ut dubbelsidigt. Exempel: I en bok har en styckeformatmall för kapitel inställningen att alltid börja på en sida med udda sidnummer. Föregående kapitel slutar på en udda sida. %PRODUCTNAME infogar en tom sida med jämnt sidnummer. Med det här alternativet kan du styra om sidan med jämnt sidnummer ska skrivas ut.</ahelp>" +msgstr "" -#. wfKDq -#: ref_pdf_export.xhp +#. 9CTHu +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946959\n" "help.text" msgid "Use reference XObjects" msgstr "" -#. odL4p -#: ref_pdf_export.xhp +#. ogMpB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551897\n" "help.text" msgid "<ahelp hid=\".\">This option affects how PDF images are exported back to PDF. When this option is disabled, then the first page of the PDF data is included in the output. The PDF export merges the used images, fonts and other resources during export. This is a complex operation, but the result can be viewed in various viewers. When the option is enabled, then the reference XObject markup is used: this is a simple operation, but viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer.</ahelp>" msgstr "" -#. 9rswW -#: ref_pdf_export.xhp +#. FphzH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Initial View" +msgstr "" + +#. Vohw6 +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" +"bm_id501574100782266\n" +"help.text" +msgid "<bookmark_value>PDF export;initial document view</bookmark_value>" +msgstr "" + +#. sygue +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id9796441\n" "help.text" -msgid "Initial View tab" -msgstr "Startvy" +msgid "<variable id=\"pdfexportinitialviewh1\"><link href=\"text/shared/01/ref_pdf_export_initial_view.xhp\" name=\"Initial View tab\">Initial View</link></variable>" +msgstr "" -#. qvDSZ -#: ref_pdf_export.xhp +#. A3pPj +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"par_id631574099455028\n" +"help.text" +msgid "Sets the options for the initial view of the PDF file in the external PDF viewer." +msgstr "" + +#. WwbUh +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id1218604\n" "help.text" msgid "Panes" -msgstr "Rutor" +msgstr "" -#. iF2tA -#: ref_pdf_export.xhp +#. bEDqK +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7071443\n" "help.text" msgid "Page only" -msgstr "Endast sida" +msgstr "" -#. ES53g -#: ref_pdf_export.xhp +#. 5RgtV +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1851557\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows only the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som endast visar sidans innehåll.</ahelp>" +msgstr "" -#. zNkrs -#: ref_pdf_export.xhp +#. 4ByUi +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7464217\n" "help.text" msgid "Bookmarks and page" -msgstr "Bokmärken och sida" +msgstr "" -#. wnCDu -#: ref_pdf_export.xhp +#. 8e4Tz +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id4490188\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a bookmarks palette and the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar en bokmärkespalett och sidans innehåll.</ahelp>" +msgstr "" -#. GB36z -#: ref_pdf_export.xhp +#. 9r2CE +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id3581041\n" "help.text" msgid "Thumbnails and page" -msgstr "Miniatyrbilder och sida" +msgstr "" -#. h8vY2 -#: ref_pdf_export.xhp +#. FRnCt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id956755\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a thumbnails palette and the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar en miniatyrbildspalett och sidans innehåll.</ahelp>" +msgstr "" -#. BNovE -#: ref_pdf_export.xhp +#. Busqt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1905575\n" "help.text" msgid "Open on page" -msgstr "Open on page" +msgstr "" -#. NdddP -#: ref_pdf_export.xhp +#. GALpy +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9776909\n" "help.text" msgid "<ahelp hid=\".\">Select to show the given page when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Select to show the given page when the reader opens the PDF file.</ahelp>" +msgstr "" -#. gksFn -#: ref_pdf_export.xhp +#. DGsCQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7509994\n" "help.text" msgid "Magnification" -msgstr "Förstoring" +msgstr "" -#. NKFjK -#: ref_pdf_export.xhp +#. aQ3Sd +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5900143\n" "help.text" msgid "Default" -msgstr "Standard" +msgstr "" -#. e3Jsd -#: ref_pdf_export.xhp +#. 4hDXM +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id822168\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page contents without zooming. If the reader software is configured to use a zoom factor by default, the page shows with that zoom factor.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidans innehåll utan zoomning. Om läsarprogramvaran är konfigurerad att använda en zoomfaktor som standard, visas sidan med denna zoomfaktor.</ahelp>" +msgstr "" -#. g9xUr -#: ref_pdf_export.xhp +#. DoxvC +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1092257\n" "help.text" msgid "Fit in window" -msgstr "Anpassa till fönster" +msgstr "" -#. EHC2g -#: ref_pdf_export.xhp +#. B6YsR +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id3092135\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit entirely into the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidan zoomad för att passa helt i läsarens fönster.</ahelp>" +msgstr "" -#. RFtR3 -#: ref_pdf_export.xhp +#. DPqW4 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id654622\n" "help.text" msgid "Fit width" -msgstr "Anpassa bredd" +msgstr "" -#. EEqwy -#: ref_pdf_export.xhp +#. i6ZAF +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id814539\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit the width of the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidan zoomad för att passa bredden på läsarens fönster.</ahelp>" +msgstr "" -#. PjWsX -#: ref_pdf_export.xhp +#. GwVwu +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id9883114\n" "help.text" msgid "Fit visible" -msgstr "Anpassa synlig" +msgstr "" -#. pvGRo -#: ref_pdf_export.xhp +#. nEKBx +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id2362437\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the text and graphics on the page zoomed to fit the width of the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar text och grafik på sidan zoomad för att passa bredden på läsarens fönster.</ahelp>" +msgstr "" -#. v2Ysd -#: ref_pdf_export.xhp +#. qETwo +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7296975\n" "help.text" msgid "Zoom factor" -msgstr "Zoomfaktor" +msgstr "" -#. EBt5k -#: ref_pdf_export.xhp +#. azkEb +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id371715\n" "help.text" msgid "<ahelp hid=\".\">Select a given zoom factor when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Select a given zoom factor when the reader opens the PDF file.</ahelp>" +msgstr "" -#. VAT9F -#: ref_pdf_export.xhp +#. MRYkB +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id329905\n" "help.text" msgid "Page layout" -msgstr "Sidlayout" +msgstr "" -#. A8BbX -#: ref_pdf_export.xhp +#. wz7rH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5632496\n" "help.text" msgid "Default" -msgstr "Standard" +msgstr "" -#. ve6xm -#: ref_pdf_export.xhp +#. ELtpQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1694082\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the pages according to the layout setting of the reader software.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidorna enligt layotinställningen i läsarprogramvaran.</ahelp>" +msgstr "" -#. EeRDe -#: ref_pdf_export.xhp +#. RSJ9k +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id8454237\n" "help.text" msgid "Single page" -msgstr "Enskild sida" +msgstr "" -#. J2hh5 -#: ref_pdf_export.xhp +#. icsgH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id672322\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows one page at a time.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar en sida åt gången.</ahelp>" +msgstr "" -#. xYXTC -#: ref_pdf_export.xhp +#. 7iUMG +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7387310\n" "help.text" msgid "Continuous" -msgstr "Kontinuerligt" +msgstr "" -#. AMVAo -#: ref_pdf_export.xhp +#. jtnwD +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id8764305\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages in a continuous vertical column.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidorna i en kontinuerlig vertikal kolumn.</ahelp>" +msgstr "" -#. VaqyP -#: ref_pdf_export.xhp +#. LYBU7 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id6223639\n" "help.text" msgid "Continuous facing" -msgstr "Kontinuerligt sida-vid-sida" +msgstr "" -#. G9ZDi -#: ref_pdf_export.xhp +#. uXXhc +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id5318765\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the right.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visar sidorna sida vid sida i en kontinuerlig kolumn. Om det är fler än två sidor visas den första sidan till höger.</ahelp>" +msgstr "" -#. SsbPb -#: ref_pdf_export.xhp +#. VhW8S +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1416364\n" "help.text" msgid "First page is left" -msgstr "Första sidan till vänster" +msgstr "" -#. nyFgf -#: ref_pdf_export.xhp +#. VunCm +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9596850\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box.</ahelp>" -msgstr "<ahelp hid=\".\">Välj alternativet om du vill generera en PDF-fil som visar sidorna bredvid varandra i en kontinuerlig kolumn. Om det är mer än två sidor så visas den första sidan till vänster. Du måste aktivera stöd för komplex textlayout under Språkinställningar – Språk i dialogrutan Alternativ.</ahelp>" - -#. BBVDG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id18005\n" -"help.text" -msgid "User Interface tab" -msgstr "Användargränssnitt" - -#. 2CqWB -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6676839\n" -"help.text" -msgid "Window options" -msgstr "Fönsteralternativ" - -#. fGQQW -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3809015\n" -"help.text" -msgid "Resize window to initial page" -msgstr "Ändra fönsterstorlek till inledande sida" - -#. TAv3i -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1321146\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" -msgstr "<ahelp hid=\".\">Välj detta om du vill skapa en PDF-fil som visas i ett fönster och består av hela startsidan.</ahelp>" - -#. EEvjg -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6994842\n" -"help.text" -msgid "Center window on screen" -msgstr "Centrera fönster på skärm" - -#. YE9Br -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id9601428\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visas i ett läsarfönster som är centrerat på skärmen.</ahelp>" - -#. FNtXA -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6369212\n" -"help.text" -msgid "Open in full screen mode" -msgstr "Öppna i helskärmsläge" - -#. x5W3x -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1111789\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visas i ett helskärmsläsarfönster framför alla andra fönster.</ahelp>" - -#. BZohV -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id2041993\n" -"help.text" -msgid "Display document title" -msgstr "Visa dokumenttitel" - -#. gDZoN -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4576555\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att generera en PDF-fil som visas med dokumenttiteln i läsarens titelrad.</ahelp>" - -#. BrmFe -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id4632099\n" -"help.text" -msgid "User interface options" -msgstr "Alternativ för användargränssnitt" - -#. mEPWU -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3154087\n" -"help.text" -msgid "Hide menu bar" -msgstr "Dölj menyrad" - -#. DVTx5 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id6582537\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att dölja läsarens menyrad när dokumentet är aktivt.</ahelp>" - -#. bFqTM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id729697\n" -"help.text" -msgid "Hide toolbar" -msgstr "Dölj verktygsrad" - -#. HUYTD -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id769066\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att dölja läsarens verktygsrad när dokumentet är aktivt.</ahelp>" - -#. 3WXPG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id376293\n" -"help.text" -msgid "Hide window controls" -msgstr "Dölj fönsterkontroller" - -#. BsDe9 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id43641\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Välj för att dölja läsarens kontroller när dokumentet är aktivt.</ahelp>" - -#. hpLGf -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1886654\n" -"help.text" -msgid "Transitions" -msgstr "Transitions" - -#. cDDSr -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107D9\n" -"help.text" -msgid "Use transition effects" -msgstr "Använd övergångseffekter" - -#. SQACg -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107DD\n" -"help.text" -msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" -msgstr "<ahelp hid=\".\">Väljer att exportera Impress-bildväxlingseffekter till respektive PDF-effekt.</ahelp>" - -#. TBeAD -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id9053926\n" -"help.text" -msgid "Bookmarks" -msgstr "Bookmarks" - -#. EBBNM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1941892\n" -"help.text" -msgid "All bookmark levels" -msgstr "All bookmark levels" - -#. SFf5R -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id341807\n" -"help.text" -msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" +msgstr "" -#. WGuip -#: ref_pdf_export.xhp +#. 5DSPy +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id486770\n" +"ref_pdf_export_links.xhp\n" +"tit\n" "help.text" -msgid "Visible bookmark levels" -msgstr "Visible bookmark levels" +msgid "PDF Export Links" +msgstr "" -#. BE6L5 -#: ref_pdf_export.xhp +#. TBE2y +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4850001\n" +"ref_pdf_export_links.xhp\n" +"bm_id891574100750278\n" "help.text" -msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" +msgid "<bookmark_value>PDF export;links</bookmark_value>" +msgstr "" -#. HWHCC -#: ref_pdf_export.xhp +#. 4baAA +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id9464094\n" "help.text" -msgid "Links tab" -msgstr "Länkar" +msgid "<variable id=\"pdfexportlinksh1\"><link href=\"text/shared/01/ref_pdf_export_links.xhp\" name=\"Links tab\">Links</link></variable>" +msgstr "" -#. XFXvp -#: ref_pdf_export.xhp +#. sEKFT +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id9302346\n" "help.text" msgid "Specify how to export bookmarks and hyperlinks in your document." -msgstr "Ange hur bokmärken och länkar i dokumentet ska exporteras." +msgstr "" -#. bRHVU -#: ref_pdf_export.xhp +#. CDBGh +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" +"hd_id541574116548796\n" +"help.text" +msgid "General" +msgstr "" + +#. GKCBf +#: ref_pdf_export_links.xhp +msgctxt "" +"ref_pdf_export_links.xhp\n" "hd_id8296151\n" "help.text" msgid "Export bookmarks as named destinations" -msgstr "Exportera bokmärken som namngivna mål" +msgstr "" -#. avjir -#: ref_pdf_export.xhp +#. YmVwd +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id4809411\n" "help.text" msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>" -msgstr "<ahelp hid=\".\">Bokmärken (målhänvisningar) i PDF-filer kan definieras som rektangulära områden. Dessutom kan bokmärken för namngivna objekt definieras genom deras namn. Markera kryssrutan för att exportera namnen på objekten i dokumenten som giltiga bokmärkesmål. På så sätt kan dessa objekt länkas vid namn från andra dokument.</ahelp>" +msgstr "" -#. XJjkM -#: ref_pdf_export.xhp +#. vGzbC +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id6454969\n" "help.text" msgid "Convert document references to PDF targets" -msgstr "Konvertera dokumentreferenser till PDF-mål" +msgstr "" -#. LcXFo -#: ref_pdf_export.xhp +#. XWDop +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id7928708\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to convert the URLs referencing other ODF files to PDF files with the same name. In the referencing URLs the extensions .odt, .odp, .ods, .odg, and .odm are converted to the extension .pdf.</ahelp>" -msgstr "<ahelp hid=\".\">Markera denna kryssruta för att konvertera URL:er som hänvisar andra ODF-filer till PDF-filer med samma namn. I hänvisnings-URL:erna konverteras filtilläggen odt, odp, ods, odg och odm till pdf.</ahelp>" +msgstr "" -#. CtF3B -#: ref_pdf_export.xhp +#. DaZuR +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3864253\n" "help.text" msgid "Export URLs relative to file system" -msgstr "Exportera URL:er i relation till filsystemet" +msgstr "" -#. 4FEeP -#: ref_pdf_export.xhp +#. 8wcR4 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id3144016\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to export URLs to other documents as relative URLs in the file system. See <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"relative hyperlinks\"</link> in the Help.</ahelp>" -msgstr "<ahelp hid=\".\">Markera denna kryssruta för att exportera URL:er till andra dokument som relativa URL:er i filsystemet. Se <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"relativa länkar\"</link> i Hjälpen.</ahelp>" +msgstr "" -#. rym4J -#: ref_pdf_export.xhp +#. 7pCv6 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id9937131\n" "help.text" msgid "Cross-document links" -msgstr "Länkar mellan olika dokument" +msgstr "" -#. BgW4m -#: ref_pdf_export.xhp +#. 9mR8B +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id5616626\n" "help.text" msgid "Specify how to handle hyperlinks from your PDF file to other files." -msgstr "Anger hur länkar från PDF-filen till andra filer ska hanteras." +msgstr "" -#. WDB5A -#: ref_pdf_export.xhp +#. AVSxU +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id1972106\n" "help.text" msgid "Default mode" -msgstr "Standardläge" +msgstr "" -#. JVafj -#: ref_pdf_export.xhp +#. hoUxt +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id79042\n" "help.text" msgid "<ahelp hid=\".\">Links from your PDF document to other documents will be handled as it is specified in your operating system.</ahelp>" -msgstr "<ahelp hid=\".\">Länkar från PDF-dokumentet till andra dokument hanteras enligt inställningarna för dem i operativsystemet.</ahelp>" +msgstr "" -#. FFGxP -#: ref_pdf_export.xhp +#. DgzzG +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id4076357\n" "help.text" msgid "Open with PDF reader application" -msgstr "Öppna med PDF-läsningsprogram" +msgstr "" -#. mVbw3 -#: ref_pdf_export.xhp +#. Pr4hN +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id8231757\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the PDF reader application that currently shows the document. The PDF reader application must be able to handle the specified file type inside the hyperlink.</ahelp>" -msgstr "<ahelp hid=\".\">Länkar mellan olika länkar öppnas i samma PDF-läsare som dokumentet är öppet i (detta kräver att PDF-läsaren har stöd för den angivna filtypen i länken).</ahelp>" +msgstr "" -#. 9mYvK -#: ref_pdf_export.xhp +#. 2E8em +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3168736\n" "help.text" msgid "Open with Internet browser" -msgstr "Öppna med webbläsare" +msgstr "" -#. QQa9q -#: ref_pdf_export.xhp +#. GxGBj +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id1909848\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink.</ahelp>" -msgstr "<ahelp hid=\".\">Länkar mellan olika länkar öppnas i webbläsaren. Webbläsaren måste ha stöd för den angivna filtypen i länken.</ahelp>" +msgstr "" -#. wBMRL -#: ref_pdf_export.xhp +#. 8iBvu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Security" +msgstr "" + +#. 5kxYj +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" +"bm_id241574100707591\n" +"help.text" +msgid "<bookmark_value>PDF export;security</bookmark_value>" +msgstr "" + +#. 4c4XK +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id3068636\n" "help.text" -msgid "Security tab" -msgstr "Säkerhet" +msgid "<variable id=\"pdfexportsecurityh1\"><link href=\"text/shared/01/ref_pdf_export_security.xhp\" name=\"Security tab\">Security</link></variable>" +msgstr "" -#. VrmgD -#: ref_pdf_export.xhp +#. RRcJ2 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"par_id291574099537389\n" +"help.text" +msgid "Specifies the security options of the exported PDF file." +msgstr "" + +#. ENhob +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2927335\n" "help.text" msgid "Set passwords" -msgstr "Ange lösenord" +msgstr "" -#. rGpfQ -#: ref_pdf_export.xhp +#. 6ixp9 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2107303\n" "help.text" msgid "<ahelp hid=\".\">Click to open a dialog where you enter the passwords.</ahelp>" -msgstr "<ahelp hid=\".\">Klicka för att öppna en dialog där lösenordet anges.</ahelp>" +msgstr "" -#. mCJfz -#: ref_pdf_export.xhp +#. fSFwW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id41123951\n" "help.text" msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document." msgstr "" -#. apbQ8 -#: ref_pdf_export.xhp +#. zTe3V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7985168\n" "help.text" msgid "Printing" -msgstr "Printing" +msgstr "" -#. 6mkCM -#: ref_pdf_export.xhp +#. wpyGW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id876186\n" "help.text" msgid "Not permitted" -msgstr "Not permitted" +msgstr "" -#. PwjrA -#: ref_pdf_export.xhp +#. 6AbXC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3939634\n" "help.text" msgid "<ahelp hid=\".\">Printing the document is not permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Printing the document is not permitted.</ahelp>" +msgstr "" -#. tstuU -#: ref_pdf_export.xhp +#. qFw2A +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id599688\n" "help.text" msgid "Low resolution (150 dpi)" -msgstr "Low resolution (150 dpi)" +msgstr "" -#. 58DFp -#: ref_pdf_export.xhp +#. 6C4hC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1371501\n" "help.text" msgid "<ahelp hid=\".\">The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting.</ahelp>" -msgstr "<ahelp hid=\".\">The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting.</ahelp>" +msgstr "" -#. 6doE5 -#: ref_pdf_export.xhp +#. a7e4V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id4661702\n" "help.text" msgid "High resolution" -msgstr "High resolution" +msgstr "" -#. Kv2ro -#: ref_pdf_export.xhp +#. oZFWk +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7868892\n" "help.text" msgid "<ahelp hid=\".\">The document can be printed in high resolution.</ahelp>" -msgstr "<ahelp hid=\".\">Dokumentet kan skrivas ut i hög upplösning.</ahelp>" +msgstr "" -#. xY9JS -#: ref_pdf_export.xhp +#. fwe8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id2188787\n" "help.text" msgid "Changes" -msgstr "Changes" +msgstr "" -#. JRjN2 -#: ref_pdf_export.xhp +#. huf8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id5833307\n" "help.text" msgid "Not permitted" -msgstr "Not permitted" +msgstr "" -#. G443J -#: ref_pdf_export.xhp +#. DK4FY +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7726676\n" "help.text" msgid "<ahelp hid=\".\">No changes of the content are permitted.</ahelp>" -msgstr "<ahelp hid=\".\">No changes of the content are permitted.</ahelp>" +msgstr "" -#. AEenB -#: ref_pdf_export.xhp +#. ZzgJG +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3729361\n" "help.text" msgid "Inserting, deleting, and rotating pages" -msgstr "Infoga, ta bort och rotera sidor" +msgstr "" -#. UXF73 -#: ref_pdf_export.xhp +#. ECsAs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9573961\n" "help.text" msgid "<ahelp hid=\".\">Only inserting, deleting, and rotating pages is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Det är endast tillåtet att infoga, ta bort och rotera sidor.</ahelp>" +msgstr "" -#. 3Wc4s -#: ref_pdf_export.xhp +#. BBKXs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7700430\n" "help.text" msgid "Filling in form fields" -msgstr "Filling in form fields" +msgstr "" -#. 3VvMi -#: ref_pdf_export.xhp +#. VEprE +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1180455\n" "help.text" msgid "<ahelp hid=\".\">Only filling in form fields is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Only filling in form fields is permitted.</ahelp>" +msgstr "" -#. EfJTd -#: ref_pdf_export.xhp +#. uNYzx +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3405560\n" "help.text" msgid "Commenting, filling in form fields" -msgstr "Commenting, filling in form fields" +msgstr "" -#. T4ng2 -#: ref_pdf_export.xhp +#. XuQVH +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3409527\n" "help.text" msgid "<ahelp hid=\".\">Only commenting and filling in form fields is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Only commenting and filling in form fields is permitted.</ahelp>" +msgstr "" -#. BFTbm -#: ref_pdf_export.xhp +#. jEsBj +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7112338\n" "help.text" msgid "Any except extracting pages" -msgstr "Any except extracting pages" +msgstr "" -#. WEVPK -#: ref_pdf_export.xhp +#. mZe6m +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2855616\n" "help.text" msgid "<ahelp hid=\".\">All changes are permitted, except extracting pages.</ahelp>" -msgstr "<ahelp hid=\".\">All changes are permitted, except extracting pages.</ahelp>" +msgstr "" -#. GAJQH -#: ref_pdf_export.xhp +#. JHbUu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"hd_id841574111651138\n" +"help.text" +msgid "Contents" +msgstr "" + +#. xUSS6 +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2091433\n" "help.text" msgid "Enable copying of content" -msgstr "Enable copying of content" +msgstr "" -#. agEJy -#: ref_pdf_export.xhp +#. F9N4b +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id5092318\n" "help.text" msgid "<ahelp hid=\".\">Select to enable copying of content to the clipboard.</ahelp>" -msgstr "<ahelp hid=\".\">Select to enable copying of content to the clipboard.</ahelp>" +msgstr "" -#. aGCLL -#: ref_pdf_export.xhp +#. YN4vV +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id9312417\n" "help.text" msgid "Enable text access for accessibility tools" -msgstr "Enable text access for accessibility tools" +msgstr "" -#. KEuQK -#: ref_pdf_export.xhp +#. Wdm6G +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9089022\n" "help.text" msgid "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>" -msgstr "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>" +msgstr "" -#. jQ3Bj -#: ref_pdf_export.xhp +#. ihxeF +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id13068636\n" +"ref_pdf_export_user_interface.xhp\n" +"tit\n" "help.text" -msgid "Digital Signatures tab" -msgstr "Digitala signaturer" +msgid "PDF Export User Interface" +msgstr "" -#. T6i2E -#: ref_pdf_export.xhp +#. go9S3 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107303\n" +"ref_pdf_export_user_interface.xhp\n" +"bm_id871574100654871\n" "help.text" -msgid "This tab contains the options related to exporting to a digitally signed PDF." +msgid "<bookmark_value>PDF export;user interface</bookmark_value>" msgstr "" -#. qtaAD -#: ref_pdf_export.xhp +#. TYF4D +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107304\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id18005\n" "help.text" -msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." +msgid "<variable id=\"pdfexportuserinterfaceh1\"><link href=\"text/shared/01/ref_pdf_export_user_interface.xhp\" name=\"User Interface tab\">User Interface</link></variable>" msgstr "" -#. i4GGE -#: ref_pdf_export.xhp +#. tiBmQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107305\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id261574099621912\n" "help.text" -msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." +msgid "Specifies the options for the external PDF viewer user interface." msgstr "" -#. mDGZQ -#: ref_pdf_export.xhp +#. 5Jw39 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107306\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6676839\n" "help.text" -msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." +msgid "Window options" msgstr "" -#. SFCfE -#: ref_pdf_export.xhp +#. 9LBfo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107307\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3809015\n" "help.text" -msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." +msgid "Resize window to initial page" msgstr "" -#. ZUqG4 -#: ref_pdf_export.xhp +#. LwcNn +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id12927335\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1321146\n" "help.text" -msgid "Use this certificate to digitally sign PDF documents" +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" msgstr "" -#. nAGcx -#: ref_pdf_export.xhp +#. S3F7A +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12107303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6994842\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" +msgid "Center window on screen" msgstr "" -#. 6jhXq -#: ref_pdf_export.xhp +#. RvCRC +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id17985168\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id9601428\n" "help.text" -msgid "Select" -msgstr "Urval" +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" +msgstr "" -#. acUx7 -#: ref_pdf_export.xhp +#. 6ottQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6369212\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" +msgid "Open in full screen mode" msgstr "" -#. cTQMD -#: ref_pdf_export.xhp +#. AAMwV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507403\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1111789\n" "help.text" -msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" msgstr "" -#. jvAGE -#: ref_pdf_export.xhp +#. GMp2t +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507503\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id2041993\n" "help.text" -msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." +msgid "Display document title" msgstr "" -#. pD7zw -#: ref_pdf_export.xhp +#. mKxYG +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507603\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id4576555\n" "help.text" -msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" msgstr "" -#. EqDoE -#: ref_pdf_export.xhp +#. E5iSo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1876186\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id4632099\n" "help.text" -msgid "Certificate password" +msgid "User interface options" msgstr "" -#. AEBYJ -#: ref_pdf_export.xhp +#. iC2dq +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13939634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3154087\n" "help.text" -msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." +msgid "Hide menu bar" msgstr "" -#. 2HCP7 -#: ref_pdf_export.xhp +#. AC8NQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13932634\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id6582537\n" "help.text" -msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." +msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" msgstr "" -#. EYbQ2 -#: ref_pdf_export.xhp +#. 7FeM6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13933634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id729697\n" "help.text" -msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." +msgid "Hide toolbar" msgstr "" -#. hTGDG -#: ref_pdf_export.xhp +#. PGyhr +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1599688\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id769066\n" "help.text" -msgid "Location, Contact information, Reason" +msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" msgstr "" -#. RLvWg -#: ref_pdf_export.xhp +#. xG2Ua +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id11371501\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id376293\n" "help.text" -msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" +msgid "Hide window controls" msgstr "" -#. HaXtK -#: ref_pdf_export.xhp +#. zEBUV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id14661702\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id43641\n" "help.text" -msgid "Time Stamp Authority" +msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" msgstr "" -#. BiAYc -#: ref_pdf_export.xhp +#. zf2om +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id17868892\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1886654\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" +msgid "Transitions" msgstr "" -#. w5qEp -#: ref_pdf_export.xhp +#. fhAFT +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id29089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107D9\n" "help.text" -msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." +msgid "Use transition effects" msgstr "" -#. FUEnM -#: ref_pdf_export.xhp +#. gAEB5 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id39089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107DD\n" "help.text" -msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" msgstr "" -#. D9GLD -#: ref_pdf_export.xhp +#. QnGof +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id49089022\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id9053926\n" "help.text" -msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." +msgid "Bookmarks" msgstr "" -#. NHTF4 -#: ref_pdf_export.xhp +#. jtoVv +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3150507\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1941892\n" "help.text" -msgid "Export button" -msgstr "Knappen Export" +msgid "All bookmark levels" +msgstr "" -#. kHxND -#: ref_pdf_export.xhp +#. 8tTN6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id3146975\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id341807\n" "help.text" -msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" -msgstr "<ahelp hid=\".\">Exporterar den aktuella filen i PDF-format.</ahelp>" +msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" +msgstr "" + +#. VcrQh +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"hd_id486770\n" +"help.text" +msgid "Visible bookmark levels" +msgstr "" + +#. ZoAs9 +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"par_id4850001\n" +"help.text" +msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" +msgstr "" #. HUGki #: ref_pdf_send_as.xhp @@ -48328,6 +49021,159 @@ msgctxt "" msgid "Sign the PDF document as usual." msgstr "" +#. MDAYT +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Signing the Signature Line" +msgstr "" + +#. DBWeJ +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"bm_id651526779220785\n" +"help.text" +msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" +msgstr "" + +#. NC7Qf +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526575112776\n" +"help.text" +msgid "<variable id=\"signsignatureline01\"><link href=\"text/shared/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" +msgstr "" + +#. wfYC7 +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id611526575121298\n" +"help.text" +msgid "%PRODUCTNAME lets you sign digitally a signature line in your document." +msgstr "" + +#. ri5RP +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526575127337\n" +"help.text" +msgid "On signing a signature line, %PRODUCTNAME fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." +msgstr "" + +#. 2S44H +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id291526564031387\n" +"help.text" +msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." +msgstr "" + +#. roSVC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id311526563971364\n" +"help.text" +msgid "Your Name" +msgstr "" + +#. EDZbU +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526564217965\n" +"help.text" +msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" +msgstr "" + +#. AdPnC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526563978041\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. VATQB +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id31526564223526\n" +"help.text" +msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" +msgstr "" + +#. 7EAfe +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id251526576138883\n" +"help.text" +msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." +msgstr "" + +#. CG8CA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id301526563985718\n" +"help.text" +msgid "Instructions from the document creator" +msgstr "" + +#. GoLTw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id271526564228571\n" +"help.text" +msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" +msgstr "" + +#. H8zHw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id161526563992082\n" +"help.text" +msgid "Add comments" +msgstr "" + +#. dYbqA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526564234712\n" +"help.text" +msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" +msgstr "" + +#. SAEMF +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id621526576147414\n" +"help.text" +msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." +msgstr "" + +#. GLUyy +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526579319036\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" +msgstr "" + #. m3D8J #: webhtml.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/shared/02.po b/source/sv/helpcontent2/source/text/shared/02.po index f6097060628..843a087c47b 100644 --- a/source/sv/helpcontent2/source/text/shared/02.po +++ b/source/sv/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2018-11-12 14:07+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2824,13 +2824,13 @@ msgctxt "" msgid "Enabled" msgstr "Aktiverad" -#. 3eeD9 +#. ag5GD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150084\n" "help.text" -msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> otherwise (<emph>No</emph>), it is disabled and greyed out." +msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> Otherwise (<emph>No</emph>), it is disabled and greyed out." msgstr "" #. tYDLf @@ -10546,13 +10546,13 @@ msgctxt "" msgid "Styles" msgstr "" -#. YHFXR +#. eQswn #: 02010000.xhp msgctxt "" "02010000.xhp\n" "tit\n" "help.text" -msgid "Set Paragrph Style" +msgid "Set Paragraph Style" msgstr "" #. b7cD8 @@ -10807,14 +10807,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionLeftToRight\">Specifies the horizontal direction of the text.</ahelp>" msgstr "" -#. TEscT +#. Cncyn #: 02040000.xhp msgctxt "" "02040000.xhp\n" "par_id3147291\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155805\">Icon Text direction from left to right</alt></image>" +msgstr "" #. caPbq #: 02040000.xhp @@ -10852,14 +10852,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionTopToBottom\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>" msgstr "" -#. zGbFL +#. HzVEe #: 02050000.xhp msgctxt "" "02050000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154927\">Icon Text direction from top to bottom</alt></image>" +msgstr "" #. QLaEc #: 02050000.xhp @@ -11266,14 +11266,14 @@ msgctxt "" msgid "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable>" msgstr "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Klicka för att öppna en verktygsrad där du kan välja en bakgrundsfärg för ett stycke genom att klicka. Färgen används som bakgrundsfärg i det aktuella stycket eller de markerade styckena.</ahelp></variable>" -#. RgkCC +#. FpnJ5 #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3147276\n" "help.text" -msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>" -msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Symbol</alt></image>" +msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148538\">Icon Background color</alt></image>" +msgstr "" #. 22wMa #: 02170000.xhp @@ -11419,14 +11419,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>" msgstr "<ahelp hid=\".uno:SetBorderStyle\">När du klickar på ikonen <emph>Inramning</emph> öppnas verktygsraden <emph>Inramning</emph> där du kan ändra inramning för ett tabellområde eller ett objekt.</ahelp>" -#. sN4r4 +#. 3dkCT #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147261\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>Det här objektet kan vara inramningen till en textram, ett grafiskt objekt eller en tabell. Ikonen visas bara om du markerar grafik, en tabell, ett objekt eller en ram.</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" +msgstr "" #. qqXKC #: 03130000.xhp @@ -12148,13 +12148,13 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline>" msgstr "" -#. MPbCK +#. 23PDg #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3154317\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" msgstr "" #. QCjAp @@ -13372,14 +13372,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. 6EC8g +#. Q3Dco #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3155552\n" "help.text" -msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Previous Page</alt></image>" +msgstr "" #. QWY2G #: 10010000.xhp @@ -13417,14 +13417,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. 97P94 +#. LFDee #: 10020000.xhp msgctxt "" "10020000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149346\">Icon Next Page</alt></image>" +msgstr "" #. FS8rq #: 10020000.xhp @@ -13462,14 +13462,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. QWRqX +#. gtbnE #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154751\n" "help.text" -msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon First Page</alt></image>" +msgstr "" #. mHeYZ #: 10030000.xhp @@ -13507,14 +13507,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. FvLuj +#. ZMv7T #: 10040000.xhp msgctxt "" "10040000.xhp\n" "par_id3155805\n" "help.text" -msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153394\">Icon Last Page</alt></image>" +msgstr "" #. E7V4E #: 10040000.xhp @@ -15127,14 +15127,14 @@ msgctxt "" msgid "<link href=\"text/shared/02/12100000.xhp\" name=\"Sort Order\">Sort Order</link>" msgstr "<link href=\"text/shared/02/12100000.xhp\" name=\"Sorteringsordning\">Sorteringsordning</link>" -#. foE9D +#. 7cyxb #: 12100000.xhp msgctxt "" "12100000.xhp\n" "par_id3144436\n" "help.text" -msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Ikon</alt></image>" +msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153894\">Icon Sort Order</alt></image>" +msgstr "" #. 48yLL #: 12100000.xhp @@ -16549,14 +16549,14 @@ msgctxt "" msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse." msgstr "Du kan definiera indrag och marginaler för det aktuella stycket eller alla markerade stycken med hjälp av musen." -#. tCEuS +#. vbmVx #: 13020000.xhp msgctxt "" "13020000.xhp\n" "par_id3152594\n" "help.text" -msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." -msgstr "Om du delar in en sida i kolumner, eller om markören befinner sig i en textram med flera kolumner, kan du ändra kolumnbredd och kolumnavstånd genom att dra på linjalen med musen." +msgid "If you split the page into columns, or the cursor is placed in a multiple-column frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." +msgstr "" #. dBqE3 #: 13020000.xhp @@ -18736,14 +18736,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible." msgstr "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Anger det markerade objektets ljusstyrka.</ahelp> Möjliga värden ligger mellan -100 % (svart) och +100 % (vitt)." -#. p4H4C +#. fbAqa #: 24060000.xhp msgctxt "" "24060000.xhp\n" "par_id3150808\n" "help.text" -msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Symbol</alt></image>" +msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Brightness</alt></image>" +msgstr "" #. h5Rsx #: 24060000.xhp @@ -18781,14 +18781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible." msgstr "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Anger kontrasten för visningen av den markerade bilden.</ahelp> Möjliga värden ligger mellan -100 % (ingen kontrast alls) och +100 % (maximal kontrast)." -#. gmtNC +#. jAUcg #: 24070000.xhp msgctxt "" "24070000.xhp\n" "par_id3156027\n" "help.text" -msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>" -msgstr "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Symbol</alt></image>" +msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154398\">Icon </alt></image>" +msgstr "" #. G799w #: 24070000.xhp diff --git a/source/sv/helpcontent2/source/text/shared/05.po b/source/sv/helpcontent2/source/text/shared/05.po index 5e0e7e4406d..e62cde41b6d 100644 --- a/source/sv/helpcontent2/source/text/shared/05.po +++ b/source/sv/helpcontent2/source/text/shared/05.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: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2018-12-11 21:23+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1069,14 +1069,14 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Displays the name of the bookmarked page. You can also type a new name for the bookmark.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Visar namnet på sidan där bokmärket finns. Du kan också skriva in ett nytt namn för bokmärket.</ahelp>" -#. FWRCQ +#. DCXuy #: 00000150.xhp msgctxt "" "00000150.xhp\n" "par_id3149140\n" "help.text" -msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Icon</alt></image>" -msgstr "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Symbol</alt></image>" +msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149549\">Icon</alt></image>" +msgstr "" #. H2dME #: 00000150.xhp diff --git a/source/sv/helpcontent2/source/text/shared/06.po b/source/sv/helpcontent2/source/text/shared/06.po index 034c0e78403..35dcf63bceb 100644 --- a/source/sv/helpcontent2/source/text/shared/06.po +++ b/source/sv/helpcontent2/source/text/shared/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-09-03 13:27+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,69 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1535981278.000000\n" +#. EUcrc +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Filter screenshots" +msgstr "" + +#. KKTAL +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfgeneralpage/PdfGeneralPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export General Options Dialog Image</alt></image>" +msgstr "" + +#. NiURr +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdflinkspage/PdfLinksPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Links Options Dialog Image</alt></image>" +msgstr "" + +#. 6V29R +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfviewpage/PdfViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export View Options Dialog Image</alt></image>" +msgstr "" + +#. csH2C +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export User Interface Options Dialog Image</alt></image>" +msgstr "" + +#. Ea8o3 +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsignpage/PdfSignPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Digital Signature Options Dialog Image</alt></image>" +msgstr "" + +#. mBPGC +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434034703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Security Options Dialog Image</alt></image>" +msgstr "" + #. cEcCB #: optionen_screenshots.xhp msgctxt "" @@ -178,6 +241,168 @@ msgctxt "" msgid "<image src=\"media/screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png\" id=\"img_id411572279106814\"><alt id=\"alt_id611572279106816\">Hyperlink New Document Dialog Image</alt></image>" msgstr "" +#. j7M36 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id61884\n" +"help.text" +msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\"><alt id=\"alt_id34144\">The Pick a Color window</alt></image>" +msgstr "" + +#. WUBTK +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id651578766209506\n" +"help.text" +msgid "<image id=\"img_id521237\" src=\"media/screenshots/cui/ui/colorpage/ColorPage.png\"><alt id=\"alt_id378144\">Color page dialog</alt></image>" +msgstr "" + +#. agtWk +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "SIMPRESS Screenshots" +msgstr "" + +#. c6FJr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Impress General Options Dialog</alt></image>" +msgstr "" + +#. 5EVvY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Impress View Options Dialog</alt></image>" +msgstr "" + +#. a5Djv +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/prntopts/prntopts.png\" id=\"img_id231531783734367\"><alt id=\"alt_id671534783731367\">Impress Print Options Dialog</alt></image>" +msgstr "" + +#. nUdKY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png\" id=\"img_id231591783734367\"><alt id=\"alt_id671534783731067\">Impress Photo Album Dialog</alt></image>" +msgstr "" + +#. CitKQ +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/presentationdialog/PresentationDialog.png\" id=\"img_id231591783734567\"><alt id=\"alt_id671538783731067\">Presentation Dialog</alt></image>" +msgstr "" + +#. yFT8R +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/slidedesigndialog/SlideDesignDialog.png\" id=\"img_id231591783734560\"><alt id=\"alt_id671538783731060\">Slide Design Dialog</alt></image>" +msgstr "" + +#. dgGzF +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414780735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" id=\"img_id231591780734560\"><alt id=\"alt_id671538780731060\">Header Footer Dialog</alt></image>" +msgstr "" + +#. cxPnD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id891577672025399\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/masterlayoutdlg/MasterLayoutDialog.png\" id=\"img_id231577672025400\"><alt id=\"alt_id601577672025401\">Master Layout Dialog</alt></image>" +msgstr "" + +#. P2Ap4 +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id521577673588040\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customslideshows/CustomSlideShows.png\" id=\"img_id51577673588041\"><alt id=\"alt_id171577673588042\">Custom Slide Shows Dialog</alt></image>" +msgstr "" + +#. fAstm +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id651577674792950\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/definecustomslideshow/DefineCustomSlideShow.png\" id=\"img_id791577674792951\"><alt id=\"alt_id171577674792952\">Define Custom Slide Show Dialog</alt></image>" +msgstr "" + +#. nwxvb +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id291577710686074\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png\" id=\"img_id761577710686075\"><alt id=\"alt_id701577710686076\">Enhanced Animation Effects Dialog</alt></image>" +msgstr "" + +#. 7grsS +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id911577712535653\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png\" id=\"img_id461577712535654\"><alt id=\"alt_id501577712535655\">Text Animation Dialog</alt></image>" +msgstr "" + +#. 9FESr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id471577714065260\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png\" id=\"img_id381577714065261\"><alt id=\"alt_id151577714065262\">Custom Animation Timing Dialog</alt></image>" +msgstr "" + +#. 5E4AD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png\" id=\"img_id131634783734367\"><alt id=\"alt_id273534783734367\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" +msgstr "" + +#. Vda3k +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783034366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png\" id=\"img_id121634783734367\"><alt id=\"alt_id273534733734367\">Impress Remote: initial thumbnail shown</alt></image>" +msgstr "" + #. 9viDm #: svx_screenshots.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/shared/guide.po b/source/sv/helpcontent2/source/text/shared/guide.po index f7c3b2c2305..2213f1f0be9 100644 --- a/source/sv/helpcontent2/source/text/shared/guide.po +++ b/source/sv/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-08-09 08:30+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3886,15 +3886,6 @@ msgctxt "" msgid "Text" msgstr "" -#. DjMCj -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer124\n" -"help.text" -msgid "text/plain" -msgstr "" - #. 2CRnm #: convertfilters.xhp msgctxt "" @@ -3904,15 +3895,6 @@ msgctxt "" msgid "Text" msgstr "" -#. BJffz -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer127\n" -"help.text" -msgid "text/plain" -msgstr "" - #. iEVLD #: convertfilters.xhp msgctxt "" @@ -3922,15 +3904,6 @@ msgctxt "" msgid "Text" msgstr "" -#. 23EHF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer130\n" -"help.text" -msgid "text/plain" -msgstr "" - #. we8Kv #: convertfilters.xhp msgctxt "" @@ -4579,15 +4552,6 @@ msgctxt "" msgid "Text" msgstr "" -#. aFApy -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_calc118\n" -"help.text" -msgid "text/plain" -msgstr "" - #. ovpqS #: convertfilters.xhp msgctxt "" @@ -5947,14 +5911,14 @@ msgctxt "" msgid "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Inserting Data From Text Documents\">Inserting Data From Text Documents</link></variable>" msgstr "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Infoga data från textdokument\">Infoga data från textdokument</link></variable>" -#. yFkFP +#. iFDtC #: copytext2application.xhp msgctxt "" "copytext2application.xhp\n" "par_id3156426\n" "help.text" -msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a text frame, a spreadsheet cell, or into the outline view of a presentation." -msgstr "Du kan infoga text i andra dokumenttyper, t.ex. tabeller och presentationer. Observera att det är skillnad på om texten infogas i en textram, i en tabellcell eller i dispositionsvyn för en presentation." +msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a frame, a spreadsheet cell, or into the outline view of a presentation." +msgstr "" #. NMAmB #: copytext2application.xhp @@ -7198,14 +7162,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registrera och radera databaser</link></variable>" -#. hjjf4 +#. E6cCK #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "Data från valfri <link href=\"text/shared/explorer/database/dabadoc.xhp\">databasfil</link> kan registreras i %PRODUCTNAME. Att registrera innebär att ange för %PRODUCTNAME var data finns, hur de är strukturerade, hur de hämtas med mera. När du har registrerat databasen kan du använda kommandot <emph>Visa - Datakälla</emph> när du vill använda dataposter från textdokument och kalkylblad." +msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -13732,23 +13696,23 @@ msgctxt "" msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text." msgstr "Med den här funktionen kan du infoga specialtecken, t.ex. bockmarkeringar, rutor eller telefonsymboler i texten." -#. WCagg +#. N5gfA #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3155535\n" "help.text" -msgid "To view a selection of all characters, choose <emph>Insert - Special Character</emph>." -msgstr "Om du vill visa alla tecken väljer du <emph>Infoga - Specialtecken</emph>." +msgid "To view a selection of all characters, choose <menuitem>Insert - Special Character</menuitem>." +msgstr "" -#. yimCE +#. fFAT9 #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3147275\n" "help.text" -msgid "In the large selection field click the desired character or several characters in succession. The characters are displayed at the bottom of the dialog. When you close the dialog with <emph>OK</emph>, all displayed characters in the selected font are inserted in the current document." -msgstr "I det stora urvalsfältet klickar du på önskat tecken eller flera tecken i följd. Tecknen visas längst ned i dialogrutan. När du stänger dialogrutan med <emph>OK</emph> infogas alla tecken som visas i det markerade teckensnittet i det aktuella dokumentet." +msgid "In the large selection field double-click on the desired character, which is inserted in the current document." +msgstr "" #. p7XqC #: insert_specialchar.xhp @@ -18322,23 +18286,23 @@ msgctxt "" msgid "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator for Document Overview\">Navigator for Document Overview</link></variable>" msgstr "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator för dokumentöversikt\">Navigator för dokumentöversikt</link></variable>" -#. 46zBL +#. J58D6 #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3154823\n" "help.text" -msgid "All contents of the Navigator window are referred to here as \"categories,\" whether titles, sheets, tables, text frames, graphics, OLE objects, sections, hyperlinks, references, indexes or comments." -msgstr "Allt innehåll i Navigator-fönstret betraktas som \"kategorier\", oavsett om det gäller rubriker, blad, tabeller, textramar, grafik, OLE-objekt, avsnitt, hyperlänkar, referenser, index eller kommentarer." +msgid "All contents of the Navigator window are referred to here as \"categories,\" whether headings, sheets, tables, frames, graphics, OLE objects, sections, hyperlinks, references, indexes, comments, or drawing objects." +msgstr "" -#. ettQE +#. EseGu #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3153662\n" "help.text" -msgid "The Navigator displays all types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." -msgstr "I fönstret Navigator visas alla typer av objekt som finns i ett dokument. Om det finns ett plustecken intill en kategori betyder det att det finns minst ett objekt av den typen. Om du håller muspekaren över kategorinamnet visas antalet objekt i ett utökat tips." +msgid "The Navigator displays types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." +msgstr "" #. GD7Zi #: navigator.xhp @@ -18628,13 +18592,13 @@ msgctxt "" msgid "<bookmark_value>OpenPGP;document encryption</bookmark_value> <bookmark_value>file encryption;OpenPGP</bookmark_value> <bookmark_value>public key;file encryption</bookmark_value> <bookmark_value>private key;file encryption</bookmark_value> <bookmark_value>file encryption;symmetric keys</bookmark_value>" msgstr "" -#. vNaWK +#. 3JoL7 #: openpgp.xhp msgctxt "" "openpgp.xhp\n" "hd_id131543693200115\n" "help.text" -msgid "<link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link>" +msgid "<variable id=\"openpgph1\"><link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link></variable>" msgstr "" #. pDG6n @@ -20176,13 +20140,13 @@ msgctxt "" msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR Code</link>" msgstr "" -#. PjhrC +#. Q8ujF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id381566315781439\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Generate QR Code for any text or URL.</ahelp>" +msgid "<ahelp hid=\".\">Generate QR Code for any text or URL.</ahelp>" msgstr "" #. SzeNM diff --git a/source/sv/helpcontent2/source/text/shared/optionen.po b/source/sv/helpcontent2/source/text/shared/optionen.po index 19aaae8bc9a..f6c9f6f075c 100644 --- a/source/sv/helpcontent2/source/text/shared/optionen.po +++ b/source/sv/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-11-14 12:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2401,22 +2401,22 @@ msgctxt "" msgid "Selecting a new color" msgstr "" -#. fB99W +#. B6n3s #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"hd_id3153126\n" +"bm_id3150771\n" "help.text" -msgid "Selecting a new color" +msgid "<bookmark_value>pick color</bookmark_value><bookmark_value>color selector</bookmark_value>" msgstr "" -#. wBuaY +#. yHj82 #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"bm_id3150771\n" +"hd_id3153126\n" "help.text" -msgid "<bookmark_value>defining;colors</bookmark_value> <bookmark_value>colors;selection</bookmark_value> <bookmark_value>colors;adding</bookmark_value>" +msgid "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Selecting a new color</link></variable>" msgstr "" #. 2DKci @@ -2437,15 +2437,6 @@ msgctxt "" msgid "The Pick a Color Window" msgstr "" -#. EH8MY -#: 01010501.xhp -msgctxt "" -"01010501.xhp\n" -"par_id61884\n" -"help.text" -msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">The Pick a Color window</caption></image>" -msgstr "" - #. 5u2bL #: 01010501.xhp msgctxt "" @@ -4300,14 +4291,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/delete\">Deletes the color scheme shown in the <emph>Scheme</emph> box. You cannot delete the Default scheme.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/delete\">Tar bort färgschemat som visas i rutan <emph>Schema</emph>. Du kan inte ta bort standardschemat.</ahelp>" -#. LGhAa +#. E3wCV #: 01012000.xhp msgctxt "" "01012000.xhp\n" "hd_id3148672\n" "help.text" -msgid "Scheme" -msgstr "Schema" +msgid "Custom Colors" +msgstr "" #. 7JQfD #: 01012000.xhp @@ -4318,32 +4309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Select the colors for the user interface elements.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Markera färgerna för elementen i användargränssnittet.</ahelp>" -#. Gepg5 +#. gBGAR #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3150769\n" "help.text" -msgid "To apply a color to a user interface element, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." -msgstr "Kontrollera att kryssrutan framför namnet är markerad om du vill använda en färg för ett element i användargränssnittet. Om du vill dölja ett element i användargränssnittet avmarkerar du kryssrutan." +msgid "To apply a color to a <emph>user interface element</emph>, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." +msgstr "" -#. PM7xD +#. LRXwH #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3155430\n" "help.text" -msgid "Some user interface elements cannot be hidden." -msgstr "Det går inte att dölja en del element i användargränssnittet." +msgid "Some <emph>user interface elements</emph> cannot be hidden." +msgstr "" -#. 2P3wG +#. ebKkM #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3145365\n" "help.text" -msgid "In order to enhance cursor visibility, if the user sets the application background color between 40% and 60% gray, it is automatically changed to 40% gray." -msgstr "Om användaren anger bakgrundsfärgen för programmet till mellan 40 % och 60 % grå, ändras inställningen automatiskt till 40 % grå för att förbättra markörsynligheten." +msgid "To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray." +msgstr "" #. 7xJHG #: 01012000.xhp @@ -5560,14 +5551,14 @@ msgctxt "" msgid "View" msgstr "Visa" -#. a57WH +#. C8LR2 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "bm_id3156346\n" "help.text" -msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" -msgstr "<bookmark_value>Hjälplinjer; visas när ramar flyttas (Writer)</bookmark_value><bookmark_value>Rullningslister; horisontellt och vertikalt (Writer)</bookmark_value><bookmark_value>Horisontella rullningslister (Writer)</bookmark_value><bookmark_value>Vertikala rullningslister (Writer)</bookmark_value><bookmark_value>Mjuk rullning (Writer)</bookmark_value><bookmark_value>Visning; bilder och objekt (Writer)</bookmark_value><bookmark_value>Bilder; visning i Writer (Writer)</bookmark_value><bookmark_value>Objekt; visning i textdokument</bookmark_value><bookmark_value>Visning; tabeller (Writer)</bookmark_value><bookmark_value>Tabeller i text; visning</bookmark_value><bookmark_value>Tabellers begränsningar (Writer)</bookmark_value><bookmark_value>Inramning; tabellgränser (Writer)</bookmark_value><bookmark_value>Visning; teckningar och kontroller (Writer)</bookmark_value><bookmark_value>Visning; kommentarer i textdokument</bookmark_value>" +msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" +msgstr "" #. Bc7jh #: 01040200.xhp @@ -5587,14 +5578,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>" msgstr "<ahelp hid=\".\">Definierar standardinställningar för hur objekt ska visas i textdokument, och för fönstrets element.</ahelp>" -#. o38xd +#. oFHR7 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "hd_id3145072\n" "help.text" -msgid "Snap Lines" -msgstr "Stödlinjer" +msgid "Guides" +msgstr "" #. ye7LB #: 01040200.xhp @@ -5812,24 +5803,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Visar de teckningar och kontrollfält som finns i dokumentet.</ahelp>" -#. XLehC -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"hd_id3155937\n" -"help.text" -msgid "Field codes" -msgstr "Fältnamn" - -#. XybFS -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"par_id3155959\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link> in a text document." -msgstr "" - #. xFt8H #: 01040200.xhp msgctxt "" @@ -12247,23 +12220,23 @@ msgctxt "" msgid "Only text area selectable" msgstr "Bara textområde kan markeras" -#. 2io3m +#. PBTUn #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3149808\n" "help.text" -msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>" +msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text box by clicking the text.</ahelp></variable>" msgstr "" -#. JpcnC +#. mUpr6 #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3155431\n" "help.text" -msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>" -msgstr "<variable id=\"textbereich2\">I det område av textramen som inte är fyllt med text, kan du markera ett objekt bakom textramen. </variable>" +msgid "<variable id=\"textbereich2\">In the area of the text box that is not filled with text, an object behind the text box can be selected.</variable>" +msgstr "" #. 3jDfz #: 01070500.xhp diff --git a/source/sv/helpcontent2/source/text/simpress.po b/source/sv/helpcontent2/source/text/simpress.po index 398a287a89c..bf6b5f3ae86 100644 --- a/source/sv/helpcontent2/source/text/simpress.po +++ b/source/sv/helpcontent2/source/text/simpress.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2018-11-28 21:29+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -250,113 +250,77 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp>" msgstr "<ahelp hid=\".\">På den här menyn är alla kommandon sammanfattade som används till att infoga nya element i dokumentet, som t.ex. skannade objekt, grafik, objekt, symboler och andra filer.</ahelp>" -#. mYoZ5 +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN105C7\n" -"help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Sidnummer</link>" - -#. dk5d2 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10609\n" -"help.text" -msgid "Adds the slide number or the page number." -msgstr "Infogar bildnumret eller sidnumret." - -#. PVRc8 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN105D7\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Date and Time</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Datum och tid</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "" -#. YWRW6 +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN10624\n" +"par_id0302200904002496\n" "help.text" -msgid "Adds the date and time as a field." -msgstr "Infogar datum och tid som fält." +msgid "Inserts a chart." +msgstr "" -#. A9PJu +#. Rz4Mz #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id0915200910362363\n" +"hd_id3145768\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Kommentar</link>" +msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" +msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Tabell</link>" -#. htnbK +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153964\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialtecken...\">Specialtecken...</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "" -#. YQZYf +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145790\n" +"hd_id3156285\n" "help.text" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" -msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlänk\">Hyperlänk</link>" - -#. X2n9P -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10651\n" -"help.text" -msgid "<link href=\"text/simpress/01/06050000.xhp\">Animated Image</link>" -msgstr "<link href=\"text/simpress/01/06050000.xhp\">Animerad bild</link>" - -#. Rz4Mz -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3145768\n" -"help.text" -msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" -msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Tabell</link>" +msgstr "" -#. F4ECD +#. qs9B7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3143232\n" +"hd_id3163726\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Diagram</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "" -#. FbALH +#. JdPCK #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904013251\n" +"par_idN105C7\n" "help.text" -msgid "Inserts a chart." -msgstr "Infogar ett diagram." +msgid "Slide Number" +msgstr "" -#. pkzom +#. dk5d2 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153812\n" +"par_idN10609\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Ram...\">Ram...</link>" +msgid "Adds the slide number or the page number." +msgstr "Infogar bildnumret eller sidnumret." #. KRfJh #: main0107.xhp diff --git a/source/sv/helpcontent2/source/text/simpress/00.po b/source/sv/helpcontent2/source/text/simpress/00.po index 85bf11e11b0..5cc7f66cff0 100644 --- a/source/sv/helpcontent2/source/text/simpress/00.po +++ b/source/sv/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2018-12-05 11:46+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "<variable id=\"efglbe\">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph></variable>" msgstr "<variable id=\"efglbe\">Markera en stödpunkt eller stödlinje, öppna snabbmenyn och välj <emph>Redigera stödpunkt/stödlinje</emph></variable>" -#. z7KYF +#. hmnUh #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151239\n" "help.text" -msgid "Choose <emph>Insert - Spreadsheet</emph>" -msgstr "Menyn <emph>Infoga - Tabell</emph>" +msgid "Choose <emph>Insert - Table</emph>" +msgstr "" #. 6CAQP #: 00000404.xhp @@ -601,23 +601,23 @@ msgctxt "" msgid "On the <emph>Insert</emph> toolbar, click" msgstr "På verktygsraden <emph>Infoga</emph> klickar du på" -#. H2v3R +#. h7J5j #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3163703\n" "help.text" -msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_grid.png\" id=\"img_id3145361\"><alt id=\"alt_id3145361\">Symbol</alt></image>" +msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145361\">Icon Insert Table</alt></image>" +msgstr "" -#. Rg8zC +#. tUXJX #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146963\n" "help.text" -msgid "Spreadsheet" -msgstr "Kalkylblad" +msgid "Table" +msgstr "" #. mEkeS #: 00000404.xhp @@ -781,6 +781,42 @@ msgctxt "" msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)" msgstr "Välj <emph>Format - Nivå</emph> i nivåvy (endast $[officename] Draw)." +#. i9rFk +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3146316\n" +"help.text" +msgid "Choose <emph>Format - Interaction</emph>" +msgstr "" + +#. Gfjf3 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3149257\n" +"help.text" +msgid "On the <emph>Standard</emph> toolbar, click" +msgstr "" + +#. 4a3bB +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154649\n" +"help.text" +msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Icon Interaction</alt></image>" +msgstr "" + +#. 8eiDD +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3155380\n" +"help.text" +msgid "Interaction" +msgstr "" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -835,14 +871,14 @@ msgctxt "" msgid "Slide Show Menu" msgstr "Bildskärmspresentation-menyn" -#. GNGFA +#. xdCQt #: 00000407.xhp msgctxt "" "00000407.xhp\n" "par_id3158394\n" "help.text" -msgid "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>" -msgstr "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>" +msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem></variable>" +msgstr "" #. LvLjL #: 00000407.xhp @@ -889,42 +925,6 @@ msgctxt "" msgid "Custom Animation" msgstr "Anpassad animering" -#. EmpP5 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3146316\n" -"help.text" -msgid "Choose <emph>Slide Show - Interaction</emph>" -msgstr "Choose <emph>Slide Show - Interaction</emph>" - -#. VxBs4 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3149257\n" -"help.text" -msgid "On the <emph>Drawing</emph> toolbar, click" -msgstr "På verktygsraden <emph>Ritverktyg</emph> klickar du på" - -#. r5Z3N -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3154649\n" -"help.text" -msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>" -msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Symbol</alt></image>" - -#. Td3BT -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3155380\n" -"help.text" -msgid "Interaction" -msgstr "Interaction" - #. jGCAJ #: 00000407.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/simpress/01.po b/source/sv/helpcontent2/source/text/simpress/01.po index 2df0006687c..d44db4e7905 100644 --- a/source/sv/helpcontent2/source/text/simpress/01.po +++ b/source/sv/helpcontent2/source/text/simpress/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-12-05 11:48+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2230,15 +2230,6 @@ msgctxt "" msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages." msgstr "<emph>Fliken Anteckningar och flygblad</emph> där du kan ange alternativ för anteckningssidor och flygblad." -#. mR6tn -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_id083120160418133174\n" -"help.text" -msgid "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Header and footer dialog</alt></image>" -msgstr "" - #. J6vXD #: 03152000.xhp msgctxt "" @@ -2257,42 +2248,6 @@ msgctxt "" msgid "Specify the elements to include on your slides." msgstr "Ange vilka element som ska ingå på bilderna." -#. 7kXWb -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106BD\n" -"help.text" -msgid "Footer" -msgstr "Sidfot" - -#. LEMfH -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106C8\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Lägger till texten som du anger i rutan <emph>Sidfotstext</emph> längst ned på bilden.</ahelp>" - -#. HfkEu -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106D7\n" -"help.text" -msgid "Footer text" -msgstr "Sidfotstext" - -#. dwcTd -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106E2\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Lägger till texten du skriver in längst ned på bilden.</ahelp>" - #. tDVab #: 03152000.xhp msgctxt "" @@ -2401,6 +2356,42 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Select the language for the date and time format.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Välj språk för datum och tidsformat.</ahelp>" +#. 7kXWb +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106BD\n" +"help.text" +msgid "Footer" +msgstr "Sidfot" + +#. LEMfH +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106C8\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Lägger till texten som du anger i rutan <emph>Sidfotstext</emph> längst ned på bilden.</ahelp>" + +#. HfkEu +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106D7\n" +"help.text" +msgid "Footer text" +msgstr "Sidfotstext" + +#. dwcTd +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106E2\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Lägger till texten du skriver in längst ned på bilden.</ahelp>" + #. RkFDQ #: 03152000.xhp msgctxt "" @@ -2581,14 +2572,14 @@ msgctxt "" msgid "<bookmark_value>snap lines, see also guides</bookmark_value><bookmark_value>snap points;inserting</bookmark_value><bookmark_value>guides; inserting</bookmark_value><bookmark_value>magnetic lines in presentations</bookmark_value>" msgstr "<bookmark_value>Stödlinjer, se även hjälplinjer</bookmark_value><bookmark_value>Stödpunkter;infoga</bookmark_value><bookmark_value>Hjälplinjer; infoga</bookmark_value><bookmark_value>Magnetiska linjer i presentationer</bookmark_value>" -#. WG3my +#. WGziE #: 04030000.xhp msgctxt "" "04030000.xhp\n" "hd_id3145800\n" "help.text" -msgid "Snap Point/Line" -msgstr "Stödpunkt/stödlinje" +msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Snap Point/Line\">Snap Point/Line</link>" +msgstr "" #. YTzoX #: 04030000.xhp @@ -3085,14 +3076,14 @@ msgctxt "" msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide." msgstr "Infogar text från en ASCII-, RTF- eller HTML-fil i den aktiva sidan." -#. VTnZg +#. W7iC7 #: 04110200.xhp msgctxt "" "04110200.xhp\n" "par_id3149018\n" "help.text" -msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text frame in your slide, and then insert the text. The text frame automatically extends downwards for longer text passages." -msgstr "Den infogade texten använder den aktiva sidans standardformatering för text. Om du vill kan du dra en textram på sidan och sedan infoga texten. Textramen utvidgas automatiskt nedåt för längre textavsnitt." +msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text box in your slide, and then insert the text. The box automatically extends downwards for longer text passages." +msgstr "" #. zJb7d #: 04110200.xhp @@ -3679,13 +3670,13 @@ msgctxt "" msgid "<ahelp hid=\".uno:TemplateFamily5\">Show styles used in <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can only modify Presentation Styles." msgstr "<ahelp hid=\".uno:TemplateFamily5\">Visa de formatmallar som används i <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayout.</ahelp> Det går bara att ändra presentationsobjektmallar." -#. auBGf +#. L9LrX #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3154253\n" "help.text" -msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\"><alt id=\"alt_id3156382\">Icon</alt></image>" +msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156382\">Icon Presentation Styles</alt></image>" msgstr "" #. FX2fC @@ -3715,13 +3706,13 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaStyle\">Show styles for formatting graphical elements, including text objects.</ahelp>" msgstr "<ahelp hid=\".uno:ParaStyle\">Visa formatmallar för grafiska element, inklusive textobjekt.</ahelp>" -#. rAxMq +#. XNPx5 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145587\n" "help.text" -msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\"><alt id=\"alt_id3150370\">Icon</alt></image>" +msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150370\">Icon Graphic Styles</alt></image>" msgstr "" #. CVtXt @@ -3751,13 +3742,13 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to an object on your slide. Click the paint bucket icon and then click an object in your slide to apply the style. Click the paint bucket icon again to exit this mode.</ahelp>" msgstr "" -#. rFZ9d +#. uFKrE #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3156020\n" "help.text" -msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153246\">Icon</alt></image>" +msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153246\">Icon Fill format mode</alt></image>" msgstr "" #. Nafq7 @@ -3787,13 +3778,13 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Creates a new style</link> using the format attributes of a selected object.</ahelp>" msgstr "" -#. fD7tX +#. Pgf2Q #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3147297\n" "help.text" -msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3151390\">Icon</alt></image>" +msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151390\">Icon New Style from selection</alt></image>" msgstr "" #. xeuEr @@ -3823,13 +3814,13 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "" -#. CGfUP +#. niAJk #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149888\n" "help.text" -msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3146878\">Icon</alt></image>" +msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146878\">Icon Update Style</alt></image>" msgstr "" #. FuMK5 @@ -6109,14 +6100,14 @@ msgctxt "" msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>" msgstr "<bookmark_value>interaktioner; objekt i interaktiva presentationer</bookmark_value><bookmark_value>program som körs efter musklick i presentationer</bookmark_value><bookmark_value>köra makron/program i presentationer</bookmark_value><bookmark_value>makron; köra i presentationer</bookmark_value><bookmark_value>presentationer; avsluta genom interaktion</bookmark_value><bookmark_value>avsluta genom att klicka på objekt</bookmark_value>" -#. Kc7zW +#. tTBcr #: 06070000.xhp msgctxt "" "06070000.xhp\n" "hd_id3153246\n" "help.text" -msgid "Interaction" -msgstr "Interaktion" +msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>" +msgstr "" #. fFHEt #: 06070000.xhp diff --git a/source/sv/helpcontent2/source/text/simpress/02.po b/source/sv/helpcontent2/source/text/simpress/02.po index ae8a263ba0e..0347b36cdc0 100644 --- a/source/sv/helpcontent2/source/text/simpress/02.po +++ b/source/sv/helpcontent2/source/text/simpress/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2017-10-04 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -718,14 +718,14 @@ msgctxt "" msgid "Shift" msgstr "Shift" -#. kWiGE +#. yEHKT #: 10030000.xhp msgctxt "" "10030000.xhp\n" "tit\n" "help.text" -msgid "Mode" -msgstr "Läge" +msgid "Transformations" +msgstr "" #. R839F #: 10030000.xhp @@ -763,23 +763,23 @@ msgctxt "" msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Symbol</alt></image>" -#. 6a5Du +#. fMEpv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154018\n" "help.text" -msgid "Effects (%PRODUCTNAME Draw only)" -msgstr "Effekter (endast %PRODUCTNAME Draw)" +msgid "Transformations (%PRODUCTNAME Draw only)" +msgstr "" -#. XHDTm +#. xeiRd #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3149018\n" "help.text" -msgid "To open the<item type=\"productname\">%PRODUCTNAME</item> Draw <emph>Mode </emph>toolbar, click the arrow next to the <emph>Effects </emph>icon on the <emph>Drawing</emph> bar. In %PRODUCTNAME Impress, choose <emph>View - Toolbars - Mode</emph>." -msgstr "Du öppnar verktygsraden <emph>Läge</emph> i <item type=\"productname\">%PRODUCTNAME</item> Draw genom att klicka på pilen bredvid ikonen <emph>Effekter</emph> på verktygsraden <emph>Ritobjekt</emph>. Välj <emph>Visa - Verktygsrader - Läge</emph> i %PRODUCTNAME Impress." +msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" #. pfG6c #: 10030000.xhp @@ -1744,14 +1744,14 @@ msgctxt "" msgid "Fit Vertical Text to Frame" msgstr "Anpassa vertikal text till ram" -#. VZSdD +#. cQVEE #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3148770\n" "help.text" -msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text frame with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the frame. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text frame, and then type or paste your text." -msgstr "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Ritar en textram med vertikal textriktning där du klickar eller drar i det aktuella dokumentet. Den text du infogar storleksanpassas automatiskt så att den passar i rutan. (Du aktiverar den här ikonen genom att aktivera stöd för asiatiska språk).</ahelp> Klicka var som helst i dokumentet och skriv eller klistra in texten. Du kan också flytta markören till den plats där du vill lägga till texten, dra en textruta och sedan skriva eller klistra in texten." +msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text box with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the box. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a box, and then type or paste your text." +msgstr "" #. GYCAK #: 10050000.xhp @@ -5029,14 +5029,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>All Levels</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Döljer alla rubriker på bilderna i bildskärmspresentationen utom bildrubrikerna. Dolda rubriker visas med en svart linje framför rubriken. Om du vill visa rubrikerna klickar du på ikonen <link href=\"text/simpress/02/11070000.xhp\" name=\"Alla nivåer\"><emph>Alla nivåer</emph></link>.</ahelp>" -#. qA2jY +#. daXsB #: 11060000.xhp msgctxt "" "11060000.xhp\n" "par_id3154702\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon First Level</alt></image>" +msgstr "" #. cx5A2 #: 11060000.xhp @@ -5083,14 +5083,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href=\"text/simpress/02/11060000.xhp\" name=\"First Level\"><emph>First Level</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Visar dolda rubriker i bilderna i den aktuella bildskärmspresentationen. Om du vill dölja alla rubriker i bildskärmspresentationen utom bildrubriker, klickar du på ikonen <link href=\"text/simpress/02/11060000.xhp\" name=\"Första nivån\"><emph>Första nivån</emph></link>.</ahelp>" -#. AvtWZ +#. qv42E #: 11070000.xhp msgctxt "" "11070000.xhp\n" "par_id3155333\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154705\">Icon All Levels</alt></image>" +msgstr "" #. Y9hBE #: 11070000.xhp @@ -5137,14 +5137,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>Show Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Döljer underrubrikerna för en markerad rubrik. Dolda underrubriker visas med en svart linje framför rubriken. Om du vill visa de undre rubriknivåerna klickar du på ikonen <link href=\"text/simpress/02/11090000.xhp\" name=\"Visa understycken\"><emph>Visa understycken</emph></link>.</ahelp>" -#. jsYSz +#. 49fKD #: 11080000.xhp msgctxt "" "11080000.xhp\n" "par_id3155961\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149256\">Icon Hide Subpoints</alt></image>" +msgstr "" #. YhA3W #: 11080000.xhp @@ -5191,14 +5191,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>Hide Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Visar de dolda underrubrikerna för en markerad rubrik. Om du vill dölja underrubrikerna under en markerad rubrik klickar du på ikonen <link href=\"text/simpress/02/11080000.xhp\" name=\"Dölj understycken\"><emph>Dölj understycken</emph></link>.</ahelp>" -#. 7EDvZ +#. a3dwN #: 11090000.xhp msgctxt "" "11090000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon Show Subpoints</alt></image>" +msgstr "" #. CYjYo #: 11090000.xhp @@ -5344,14 +5344,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Insert or modify the properties of a glue point. A glue point is a custom connection point where you can attach a <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">connector</link> line.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Infoga eller ändra egenskaper för en fästpunkt. En fästpunkt är en anpassad förbindelsepunkt där du kan placera en <link href=\"text/simpress/02/10100000.xhp\" name=\"förbindelse\">förbindelselinje</link>.</ahelp>" -#. GATCB +#. cSpbQ #: 13010000.xhp msgctxt "" "13010000.xhp\n" "par_id3153713\n" "help.text" -msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154256\">Icon Glue Points</alt></image>" +msgstr "" #. TnU3Q #: 13010000.xhp @@ -5713,14 +5713,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Exits all groups and returns to normal view.</ahelp>" msgstr "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Lämnar alla grupper och återgår till normalvy.</ahelp>" -#. Seb4L +#. v8HRQ #: 13100000.xhp msgctxt "" "13100000.xhp\n" "par_id3155443\n" "help.text" -msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154757\">Icon Exit all groups</alt></image>" +msgstr "" #. CGmZy #: 13100000.xhp @@ -5785,14 +5785,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>" msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"Fäst mot sidmarginaler\">Fäst mot sidmarginaler</link>" -#. 8FEbY +#. Mv3cD #: 13150000.xhp msgctxt "" "13150000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154016\">Icon Snap to Page Margins</alt></image>" +msgstr "" #. BVB6e #: 13150000.xhp @@ -5821,14 +5821,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>" msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"Fäst mot objektram\">Fäst mot objektram</link>" -#. 8GZSk +#. 72nDp #: 13160000.xhp msgctxt "" "13160000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154510\">Icon Snap to Object Border</alt></image>" +msgstr "" #. 5AnZF #: 13160000.xhp @@ -5857,14 +5857,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>" msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"Fäst mot objektpunkter\">Fäst mot objektpunkter</link>" -#. 9prpZ +#. nDEAG #: 13170000.xhp msgctxt "" "13170000.xhp\n" "par_id3154016\n" "help.text" -msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Snap to Object Points</alt></image>" +msgstr "" #. ggjdc #: 13170000.xhp @@ -5893,14 +5893,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>" msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"Tillåt snabbredigering\">Tillåt snabbredigering</link>" -#. FPwL5 +#. 86BGL #: 13180000.xhp msgctxt "" "13180000.xhp\n" "par_id3149664\n" "help.text" -msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153728\">Icon Allow Quick Editing</alt></image>" +msgstr "" #. 6agsE #: 13180000.xhp @@ -5929,14 +5929,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>" msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"Bara textområde kan markeras\">Bara textområde kan markeras</link>" -#. 73Fgr +#. 2KA8K #: 13190000.xhp msgctxt "" "13190000.xhp\n" "par_id3154510\n" "help.text" -msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154015\">Icon Select Text Area Only</alt></image>" +msgstr "" #. GUik3 #: 13190000.xhp diff --git a/source/sv/helpcontent2/source/text/simpress/guide.po b/source/sv/helpcontent2/source/text/simpress/guide.po index 1603ac6cb5c..f9149a64026 100644 --- a/source/sv/helpcontent2/source/text/simpress/guide.po +++ b/source/sv/helpcontent2/source/text/simpress/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2018-09-03 13:28+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -610,14 +610,14 @@ msgctxt "" msgid "To preview the animation, click the <emph>Play</emph> button." msgstr "Klicka på <emph>Spela upp</emph> för att förhandsgranska animationen." -#. ukSGq +#. EDUEJ #: animated_objects.xhp msgctxt "" "animated_objects.xhp\n" "par_id3148826123\n" "help.text" -msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." -msgstr "På bildpanelen visas en ikon <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> bredvid förhandsgranskningen av de bilder som innehåller en anpassad animation. Om du använder presentationskonsolen när du kör din presentation så visas ikonen <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> när följande bild innehåller en anpassad animation." +msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\" width=\"0.5cm\" height=\"0.5cm\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." +msgstr "" #. Dd9pi #: animated_objects.xhp @@ -1051,13 +1051,13 @@ msgctxt "" msgid "To use a color, gradient, or hatching pattern for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background" msgstr "" -#. 7EdvK +#. qokFC #: background.xhp msgctxt "" "background.xhp\n" "par_id3149942\n" "help.text" -msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." +msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "" #. EoCa7 @@ -2311,15 +2311,6 @@ msgctxt "" msgid "Close %PRODUCTNAME Impress and start it again." msgstr "" -#. RkMCT -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id15531\n" -"help.text" -msgid "<image id=\"img_id23615\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id23615\">Impress Options General Page</alt></image>" -msgstr "" - #. 27FX5 #: impress_remote.xhp msgctxt "" @@ -2419,24 +2410,6 @@ msgctxt "" msgid "Some Impress Remote mobile screenshots:" msgstr "" -#. BPDFc -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844239321\n" -"help.text" -msgid "<image id=\"img_id180820171837541035\" src=\"media/helpimg/impress_remote01.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171837541035\">Impress Remote: initial thumbnail shown</alt></image>" -msgstr "" - -#. TCYtU -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844236663\n" -"help.text" -msgid "<image id=\"img_id180820171838519214\" src=\"media/helpimg/impress_remote02.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171838519214\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" -msgstr "" - #. jAx2G #: impress_remote.xhp msgctxt "" @@ -3841,13 +3814,13 @@ msgctxt "" msgid "To apply the slide design to the current slide only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "" -#. WLrV6 +#. iDdL3 #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id4150436\n" "help.text" -msgid "To apply the master page to all of the pages in your presentation, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." +msgid "To apply the master page to all of the pages in your document, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "" #. MAp6s @@ -4822,15 +4795,6 @@ msgctxt "" msgid "Select <emph>Enable Presenter Console</emph> in the Presentation area." msgstr "" -#. XLLiS -#: presenter_console.xhp -msgctxt "" -"presenter_console.xhp\n" -"par_id261512578116942\n" -"help.text" -msgid "<image id=\"img_impressoptions\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id821512578116950\">Enable Presenter Console option</alt></image>" -msgstr "" - #. uvjdu #: presenter_console.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/smath/01.po b/source/sv/helpcontent2/source/text/smath/01.po index 1cc44412c02..c751e73d15f 100644 --- a/source/sv/helpcontent2/source/text/smath/01.po +++ b/source/sv/helpcontent2/source/text/smath/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: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-11-12 14:08+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3850,13 +3850,13 @@ msgctxt "" msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attributes</link> </variable>" msgstr "" -#. qJugC +#. Q2dMs #: 03090600.xhp msgctxt "" "03090600.xhp\n" "par_id3145802\n" "help.text" -msgid "You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." +msgid "You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." msgstr "" #. LGFaf @@ -13794,4 +13794,3 @@ msgctxt "" "help.text" msgid "This command handles only MathML content. If you have copied a %PRODUCTNAME Math formula to clipboard, insert it using the command <link href=\"text/shared/01/02060000.xhp\" name=\"Paste\"><emph>Paste</emph></link> under <emph>Edit</emph>." msgstr "" - diff --git a/source/sv/helpcontent2/source/text/swriter.po b/source/sv/helpcontent2/source/text/swriter.po index b5dfa2af9cd..b2da0b467be 100644 --- a/source/sv/helpcontent2/source/text/swriter.po +++ b/source/sv/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: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-11-27 22:28+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -304,13 +304,13 @@ msgctxt "" msgid "Use the file with your %PRODUCTNAME locale in the name as example." msgstr "" -#. pouDz +#. rx2Dm #: classificationbar.xhp msgctxt "" "classificationbar.xhp\n" "par_id030820161747137522\n" "help.text" -msgid "Save the file and make the adequate changes to the classificationpath above to access the file." +msgid "Save the file and make the adequate changes to the classification path above to access the file." msgstr "" #. Z2iUo @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Envelope</link>" msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"Kuvert\">Kuvert</link>" -#. HzowX +#. qjyHA #: main0104.xhp msgctxt "" "main0104.xhp\n" "hd_id3149428\n" "help.text" -msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Document</link>" -msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Dokument</link>" +msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Text from File</link>" +msgstr "" #. RFwdc #: main0104.xhp @@ -2941,14 +2941,14 @@ msgctxt "" msgid "Desktop Publishing with $[officename] Writer" msgstr "Desktop Publishing med $[officename] Writer" -#. QPCu7 +#. aTuVb #: main0503.xhp msgctxt "" "main0503.xhp\n" "par_id3145610\n" "help.text" -msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"text frames\">text frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." -msgstr "I $[officename] Writer finns flera olika verktyg för sidlayout och grafik som du kan använda för att skapa dokument med mer avancerad formatering, t.ex. broschyrer, nyhetsbrev och inbjudningar. Du kan formatera dokumenten i flera spalter och med <link href=\"text/swriter/guide/text_frame.xhp\" name=\"textramar\">textramar</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"grafik\">grafik</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tabeller\">tabeller</link> och andra objekt." +msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"frames\">frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." +msgstr "" #. EpFCE #: main0503.xhp diff --git a/source/sv/helpcontent2/source/text/swriter/00.po b/source/sv/helpcontent2/source/text/swriter/00.po index 21dae88a780..814d697c9fc 100644 --- a/source/sv/helpcontent2/source/text/swriter/00.po +++ b/source/sv/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2018-11-20 17:54+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542736441.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Så här använder du den här funktionen..." +#. GQ8bd #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Så hittar du den här funktionen...</variable>" +#. 3N95t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Wrap Off Icon</alt></image>" msgstr "" +#. nv7mD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Wrap Off" msgstr "Textanpassning av" +#. Q8zEm #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Wrap On Icon</alt></image>" msgstr "" +#. nC6WC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Wrap On" msgstr "Textanpassning på" +#. qAnaB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Wrap Through Icon</alt></image>" msgstr "" +#. uVsbJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Wrap Through" msgstr "Textgenomflöde" +#. d3MtU #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Jump to Previous Script Icon</alt></image>" msgstr "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Hoppa till föregående skript ikon</alt></image>" +#. AHLxL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Jump to Previous Script" msgstr "Hoppa till föregående skript" +#. Ph3Fs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Jump to Next Script Icon</alt></image>" msgstr "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Hoppa till nästa skript ikon</alt></image>" +#. aewGi #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Hoppa till nästa skript" +#. X5cDM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "File Menu" msgstr "Arkiv-menyn" +#. 5oEzK #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "File Menu" msgstr "Arkiv-menyn" +#. q82FL #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<variable id=\"exportdoc\">Menu <emph>File - Export</emph></variable>" msgstr "<variable id=\"exportdoc\">Menyn <emph>Arkiv - Exportera</emph></variable>." +#. 3vEGM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<variable id=\"sendenstarimpress\">Choose <emph>File - Send - Outline to Presentation</emph></variable>" msgstr "<variable id=\"sendenstarimpress\">Menyn <emph>Arkiv - Skicka - Disposition till presentation</emph></variable>" +#. FDUyb #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<variable id=\"sendenclipboard\">Choose <emph>File - Send - Outline to Clipboard</emph></variable>" msgstr "<variable id=\"sendenclipboard\">Menyn <emph>Arkiv - Skicka - Disposition till urklippet</emph></variable>" +#. CmJgA #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"sendenautoabstract\">Choose <emph>File - Send - Create AutoAbstract</emph></variable>" msgstr "<variable id=\"sendenautoabstract\">Menyn <emph>Arkiv - Skicka - Skapa AutoUtdrag</emph></variable>" +#. HoUBv #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<variable id=\"sendenpraeser\">Choose <emph>File - Send - AutoAbstract to Presentation</emph></variable>" msgstr "<variable id=\"sendenpraeser\">Menyn <emph>Arkiv - Skicka - AutoUtdrag till presentation</emph></variable>" +#. houmq #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"html\">Choose <emph>File - Send - Create HTML Document</emph></variable>" msgstr "<variable id=\"html\">Menyn <emph>Arkiv - Skicka - Skapa HTML dokument</emph></variable>" +#. XX296 #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Insert at least one address database field into a text document, then start printing the document. Answer \"Yes\" to the question whether you want to print a form letter." msgstr "Infoga minst ett adressdatabasfält i ett textdokument, och starta sedan utskriften av dokumentet. Svara \"Ja\" på frågan om du vill skriva ut ett standardbrev." +#. ByWBp #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Symbol</alt></image>" +#. 3kcBU #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Kopplad utskrift" +#. Cjh6J #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Redigera-menyn" +#. GRgvP #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Redigera-menyn" +#. MxzoA #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText</emph>" msgstr "Menyn <emph>Redigera - AutoText...</emph>" +#. CuxBv #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. 6LT7E #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Insert toolbar, click" msgstr "Klicka på verktygsraden Infoga" +#. na7eb #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">Icon</alt></image>" msgstr "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">Symbol</alt></image>" +#. kqPGC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoText" msgstr "Autotext" +#. F7ALF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>" msgstr "<variable id=\"datenaust\">Menyn <emph>Redigera - Byt databas...</emph></variable>" +#. DXxuu #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Menyn <emph>Redigera - Fält...</emph></variable>" +#. t2xAY #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"fussnote\">Choose <emph>Edit - Footnotes</emph></variable>" msgstr "<variable id=\"fussnote\">Menyn <emph>Redigera - Fotnot...</emph></variable>" +#. AfaAC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>Edit - Reference - Index Entry...</emph>" msgstr "Välj <emph>Redigera - Referens - Förteckningspost...</emph>" +#. bntq3 #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Index Entry</emph>" msgstr "Snabbmenyn <emph>Förteckningspost...</emph>" +#. gBkCT #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"bereiche\">Choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereiche\">Menyn <emph>Format - Områden...</emph></variable>" +#. Y3Vug #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"autotextum\">Choose <emph>Tools - AutoText - AutoText - Rename</emph></variable>" msgstr "<variable id=\"autotextum\">Menyn <emph>Redigera - AutoText... - AutoText - Byt namn</emph></variable>" +#. B4EbE #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>" msgstr "<variable id=\"lit\">Menyn <emph>Redigera - Litteraturförteckningspost...</emph></variable>" +#. qG3yF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>" msgstr "<variable id=\"selection_mode\">Välj<emph>Redigera - Markeringsläge</emph></variable>" +#. DLEkm #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>" msgstr "<variable id=\"selection_mode\">Välj<emph>Redigera - Markeringsläge</emph></variable>" +#. cjzea #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "View Menu" msgstr "Visa-menyn" +#. Wdbcy #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "View Menu" msgstr "Visa-menyn" +#. mMSDJ #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<variable id=\"lineal\">Choose <emph>View - Rulers - Rulers</emph> </variable>" msgstr "<variable id=\"lineal\">Menyn <emph>Visa - Linjal</emph></variable>" +#. 8zXhi #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<variable id=\"textbegrenzungen\">Choose <emph>View - Text Boundaries</emph> </variable>" msgstr "<variable id=\"textbegrenzungen\">Menyn <emph>Visa - Textbegränsningar</emph></variable>" +#. UomAh #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Choose <emph>View - Field Shadings</emph>" msgstr "Menyn <emph>Visa - Markeringar</emph>" +#. 7zbQ6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" +#. kAvaF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>View - Field Names</emph>" msgstr "Välj <emph>Visa - Fältnamn</emph>" +#. xEYKW #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" +#. 6YKx6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Choose <emph>View - Formatting Marks</emph>" msgstr "Välj <emph>Visa - Formateringstecken</emph>" +#. 7XsL6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" +#. jRY7j #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "On Standard bar, click" msgstr "På standardraden klickar du på" +#. 9xqfr #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatting Marks Icon</alt></image>" msgstr "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formateringstecken ikon</alt></image>" +#. hqSje #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Formatting Marks" msgstr "Formateringstecken" +#. fSKqF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Choose <emph>View - Web</emph>" msgstr "Välj <emph>Visa - Webblayout</emph>." +#. owBsk #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "On Tools bar, enable" msgstr "På raden Verktyg aktiverar du" +#. gaGd3 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Webb ikon</alt></image>" +#. ac6QE #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Web" msgstr "Webb" +#. rVNpz #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Välj <emph>Visa - Webblayout</emph>." +#. QRamf #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"versteckteabs\">Choose <emph>View - Hidden Paragraphs</emph> </variable>" msgstr "<variable id=\"versteckteabs\">Menyn <emph>Visa - Dolda stycken</emph></variable>" +#. yDXA6 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Infoga-menyn" +#. zv43y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Infoga-menyn" +#. ZGnFD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -512,86 +574,97 @@ msgctxt "" msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emph></variable>" msgstr "<variable id=\"manuellerumbruch\">Menyn <emph>Infoga - Manuell brytning...</emph></variable>" +#. HX3xL #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3154654\n" "help.text" -msgid "Choose <emph>Insert - Field</emph>" -msgstr "Menyn <emph>Infoga - Fält</emph>" +msgid "Choose <menuitem>Insert - Field</menuitem>" +msgstr "" +#. 28cuG #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146966\n" "help.text" -msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)" -msgstr "Snabbmenyn <emph>Fält...</emph> (vid infogat fält)" +msgid "<variable id=\"fieldcontextmenu\" visibility=\"hidden\">Open context menu - choose <menuitem>Fields</menuitem> (inserted fields)</variable>" +msgstr "" +#. TNXhr #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149053\n" "help.text" -msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>" -msgstr "<variable id=\"feldbefehldatum\">Menyn <emph>Infoga - Fält - Datum</emph></variable>" +msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>" +msgstr "" +#. nKMHB #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151393\n" "help.text" -msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>" -msgstr "<variable id=\"feldbefehluhrzeit\">Menyn <emph>Infoga - Fält - Klockslag</emph></variable>" +msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>" +msgstr "" +#. WHhqc #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146325\n" "help.text" -msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>" -msgstr "<variable id=\"feldbefehlseitennummer\">Menyn <emph>Infoga - Fält - Sidnummer</emph></variable>" +msgid "<variable id=\"feldbefehlseitennummer\">Choose <menuitem>Insert - Field - Page Number</menuitem></variable>" +msgstr "" +#. yZFgD #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149356\n" "help.text" -msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>" -msgstr "<variable id=\"feldbefehlseitenanzahl\">Menyn <emph>Infoga - Fält - Sidantal</emph></variable>" +msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <menuitem>Insert - Field - Page Count</menuitem></variable>" +msgstr "" +#. 6qzDS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153003\n" "help.text" -msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>" -msgstr "<variable id=\"feldbefehlthema\">Menyn <emph>Infoga - Fält - Ämne</emph></variable>" +msgid "<variable id=\"feldbefehlthema\">Choose <menuitem>Insert - Field - Subject</menuitem></variable>" +msgstr "" +#. Q72uA #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150016\n" "help.text" -msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>" -msgstr "<variable id=\"feldbefehltitel\">Menyn <emph>Infoga - Fält - Titel</emph></variable>" +msgid "<variable id=\"feldbefehltitel\">Choose <menuitem>Insert - Field - Title</menuitem></variable>" +msgstr "" +#. WhGex #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150564\n" "help.text" -msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>" -msgstr "<variable id=\"feldbefehlautor\">Menyn <emph>Infoga - Fält - Författare</emph></variable>" +msgid "<variable id=\"feldbefehlautor\">Choose <menuitem>Insert - Field - First Author</menuitem></variable>" +msgstr "" +#. UEyYF #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3148386\n" "help.text" -msgid "Choose <emph>Insert - Field - More Fields</emph>" -msgstr "Menyn <emph>Infoga - Fält - Andra...</emph>" +msgid "Choose <menuitem>Insert - Field - More Fields</menuitem>" +msgstr "" +#. 7Fiod #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2" +#. ZEnEt #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "On Insert toolbar, click" msgstr "På verktygsraden Infoga klickar du på" +#. CBN2Y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Icon</alt></image>" msgstr "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Ikon</alt></image>" +#. pZiTF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Insert Fields" msgstr "Infoga fält" +#. C3Avr #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>" msgstr "<variable id=\"felddokument\">Välj fliken <emph>Infoga - Fält - Annan - Dokument</emph> </variable>" +#. XrdXS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab" msgstr "Välj <emph>Infoga - Fält - Annan - Korsreferenser</emph>" +#. UKFbV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Choose <emph>Insert - Cross-reference</emph>" msgstr "Välj kommandot <emph>Infoga - Korshänvisning</emph>" +#. GJDk8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>" msgstr "<variable id=\"feldfunktionen\">Välj fliken <emph>Infoga - Fält - Annan - Funktioner</emph> </variable>" +#. gzeof #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>" msgstr "<variable id=\"felddokumentinfo\">Välj fliken <emph>Infoga - Fält - Annan - Dokumentinfofält</emph></variable>" +#. ApGDC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>" msgstr "<variable id=\"feldvariablen\">Välj fliken <emph>Infoga - Fält - Annan - Variabler </emph></variable>" +#. 2GeFY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>" msgstr "<variable id=\"felddatenbank\">Välj fliken <emph>Infoga - Fält - Annan - Databas</emph> </variable>" +#. 4dGC3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section</emph>" msgstr "Menyn <emph>Infoga - Område...</emph>" +#. jpNCE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. d8Cn4 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Icon</alt></image>" msgstr "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Ikon</alt></image>" +#. YVzDx #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Section" msgstr "Område" +#. jyoQM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<variable id=\"bereicheinbereich\">Choose <emph>Insert - Section - Section</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereicheinbereich\">Menyn <emph>Infoga - Område... -</emph> fliken <emph>Område</emph> och menyn <emph>Format - Områden...</emph></variable>" +#. JT4o8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<variable id=\"sectionindents\">Choose <emph>Insert - Section - Indents</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"sectionindents\">Välj fliken <emph>Infoga - Område - Indrag</emph> eller <emph>Format - Områden</emph></variable>" +#. oCG8Q #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Choose <emph>Insert - Footnote and Endnote - Footnote or Endnote</emph>" msgstr "Välj <emph>Infoga - Fotnoter och slutnoter - Fotnot eller Slutnot</emph>" +#. cExks #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Footnote/Endnote</emph> (inserted Footnote/Endnote)" msgstr "Öppna snabbmenyn - välj <emph>Fotnot/slutnot</emph> (infogad fotnot/slutnot)" +#. rHySW #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. hLQGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Icon</alt></image>" msgstr "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Ikon</alt></image>" +#. VgB6H #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Insert Footnote Directly" msgstr "Infoga fotnot direkt" +#. AfAPT #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Icon</alt></image>" msgstr "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Ikon</alt></image>" +#. YsSsR #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Insert Endnote Directly" msgstr "Infoga slutnot direkt" +#. cNyhQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption</emph>" msgstr "Menyn <emph>Infoga - Bildtext...</emph>" +#. V3onD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption</emph>" msgstr "Snabbmenyn <emph>Bildtext...</emph>" +#. dzvpw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption - Options</emph>" msgstr "Menyn <emph>Infoga - Bildtext... - Alternativ</emph>" +#. cp5Vm #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption - Options</emph>" msgstr "Snabbmenyn <emph>Bildtext... - Alternativ</emph>" +#. NVLUa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Choose <emph>Insert - Bookmark</emph>" msgstr "Menyn <emph>Infoga - Bokmärke...</emph>" +#. 2Eb4B #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. RByCZ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Icon</alt></image>" msgstr "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Ikon</alt></image>" +#. A5qEq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Bookmark" msgstr "Bokmärke" +#. t5HbC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<variable id=\"einfscript\">Choose <emph>Insert - Script</emph> (only HTML documents)</variable>" msgstr "<variable id=\"einfscript\">Välj <emph>Infoga - Skript</emph> (endast HTML-dokument)</variable>" +#. Ghd8y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<variable id=\"verzeichnisseeinf\">Choose <emph>Insert - Table of Contents and Index</emph></variable>" msgstr "<variable id=\"verzeichnisseeinf\">Menyn <emph>Infoga - Förteckningar</emph></variable>" +#. DDBoM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>" msgstr "Välj <emph>Infoga - Innehållsförteckning och sakregister - Förteckningspost</emph>" +#. rUEg3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. hNdpk #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Icon</alt></image>" msgstr "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Ikon</alt></image>" +#. F32jG #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Entry" msgstr "Post" +#. k7zqb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "" +#. wGD6e #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<variable id=\"inhaltsverz\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph></variable>" msgstr "<variable id=\"inhaltsverz\">Menyn <emph>Infoga - Förteckningar - Litteraturförteckningspost...</emph></variable>" +#. Rx74c #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "" +#. fJApB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab</variable>" msgstr "" +#. BMPH7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (depending on the type)</variable>" msgstr "" +#. zzTXh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "" +#. jz32s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "" +#. V6XgJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "" +#. zn7D3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "" +#. tdxV5 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when User-Defined is the selected type)</variable>" msgstr "" +#. GSF5s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "" +#. KpLVs #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Bibliography is the selected type)</variable>" msgstr "" +#. qn5TV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>" msgstr "" +#. t6h2G #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<variable id=\"verz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (depending on type selected)</variable>" msgstr "<variable id=\"verz31\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när innehållsförteckning är den valda typen) </variable>" +#. xpBfB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "<variable id=\"verz31\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "<variable id=\"verz31\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när innehållsförteckning är den valda typen) </variable>" +#. SC5Pb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<variable id=\"verz32\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "<variable id=\"verz32\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när sakregister är den valda typen) </variable>" +#. Ci8Fj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "<variable id=\"verz33\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "<variable id=\"verz33\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när illustration är den valda typen) </variable>" +#. KxEAf #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "<variable id=\"verz34\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "<variable id=\"verz31\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när innehållsförteckning är den valda typen) </variable>" +#. ghkXB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "<variable id=\"verz35\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when User-Defined is the selected type)</variable>" msgstr "<variable id=\"verz32\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när sakregister är den valda typen) </variable>" +#. Eup8R #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<variable id=\"verz36\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "<variable id=\"verz31\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när innehållsförteckning är den valda typen) </variable>" +#. X6HKC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "<variable id=\"verz37\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Bibliography is the selected type)</variable>" msgstr "<variable id=\"verz31\">Välj fliken <emph>Infoga - Förteckningar - Förteckningar - Poster</emph> (när innehållsförteckning är den valda typen) </variable>" +#. dhV8C #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "<variable id=\"litdef\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph> and click <emph>Edit</emph></variable>" msgstr "<variable id=\"litdef\">Välj <emph>Infoga - Förteckningar - </emph><emph>Litteraturförteckningspost</emph> och klicka på <emph>Redigera</emph></variable>" +#. cxegq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>" msgstr "" +#. DDiWX #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "<variable id=\"briefumschlag\">Choose <emph>Insert - Envelope</emph></variable>" msgstr "<variable id=\"briefumschlag\">Menyn <emph>Infoga - Kuvert...</emph></variable>" +#. 9V7Qa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<variable id=\"umschlagb\">Choose <emph>Insert - Envelope - Envelope</emph> tab</variable>" msgstr "" +#. HWGGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "<variable id=\"formatbr\">Choose <emph>Insert - Envelope - Format</emph> tab</variable>" msgstr "" +#. HiwuJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "<variable id=\"druckerbr\">Choose <emph>Insert - Envelope - Printer</emph> tab</variable>" msgstr "" +#. RmDRv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>" msgstr "Menyn <emph>Infoga - Ram...</emph>" +#. Kqvsj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>" msgstr "" +#. f4vSS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. QFRDY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Icon</alt></image>" msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Ikon</alt></image>" +#. 9WJAn #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "Insert Frame Manually" msgstr "Infoga ram manuellt" +#. 48zNA #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert Table</emph>" msgstr "" +#. G4vMQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12" msgstr "" +#. pZRkv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. Fw7DE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Icon</alt></image>" msgstr "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Ikon</alt></image>" +#. 7XCPh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Table" msgstr "Tabell" +#. EJeBg #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1200,14 +1348,16 @@ msgctxt "" msgid "<variable id=\"einfhorizlinie\">Choose <emph>Insert - Horizontal Rule</emph></variable>" msgstr "<variable id=\"einfhorizlinie\">Välj <emph>Infoga - Horisontell linje...</emph></variable>" +#. LePpP #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150661\n" "help.text" -msgid "Choose <emph>Insert - File</emph>" -msgstr "Menyn <emph>Infoga - Fil...</emph>" +msgid "Choose <menuitem>Insert - Text from File</menuitem>" +msgstr "" +#. Yk7M7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öppna verktygsraden <emph>Infoga</emph>, klicka på" +#. VTF6u #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1224,14 +1375,16 @@ msgctxt "" msgid "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Icon</alt></image>" msgstr "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Ikon</alt></image>" +#. e6VAk #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150599\n" "help.text" -msgid "File" -msgstr "Dokument" +msgid "Text from File" +msgstr "" +#. 5exGw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header and Footer - Header</emph></variable>" msgstr "" +#. it9RJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1248,14 +1402,7 @@ msgctxt "" msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Header and Footer - Footer</emph></variable>" msgstr "" -#: 00000404.xhp -msgctxt "" -"00000404.xhp\n" -"par_id81526422144005\n" -"help.text" -msgid "Choose <emph>Insert - Signature Line...</emph>" -msgstr "" - +#. p2LBA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1264,6 +1411,7 @@ msgctxt "" msgid "Format Menu" msgstr "Format-menyn" +#. Ziumz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1272,6 +1420,7 @@ msgctxt "" msgid "Format Menu" msgstr "Format-menyn" +#. GA9eA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1280,6 +1429,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Drop Caps</emph> tab." msgstr "" +#. iE5E9 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1288,6 +1438,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Drop Caps</emph> tab." msgstr "" +#. JSAcg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1296,6 +1447,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Text Flow</emph> tab." msgstr "" +#. HGsyD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1304,6 +1456,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Text Flow</emph> tab." msgstr "" +#. ANWP6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1312,6 +1465,7 @@ msgctxt "" msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab." msgstr "" +#. ihtMU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1320,6 +1474,16 @@ msgctxt "" msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab." msgstr "" +#. ZFBcv +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id651578069976376\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> (F11). Right-click any paragraph style. Choose <menuitem>New - Condition</menuitem> tab." +msgstr "" + +#. uEw9U #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1328,22 +1492,25 @@ msgctxt "" msgid "Open <emph>Styles</emph> window. Click the <emph>New Style from Selection</emph> icon and keep the mouse button pressed. Choose <emph>Load Styles</emph> from the submenu." msgstr "" +#. GDexs #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3152947\n" "help.text" -msgid "Choose <emph>Format - Page</emph>." +msgid "Choose <menuitem>Format - Page</menuitem>." msgstr "" +#. 5B3jU #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3153536\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>New/Modify</emph> (for Page Styles)." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu <emph>New/Modify</emph> (for Page Styles)." msgstr "" +#. 9DejE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab." msgstr "" +#. 4quPH #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)." msgstr "" +#. MeRnj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button.</variable>" msgstr "" +#. GqyGY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Columns</emph> tab." msgstr "" +#. 9F5Bz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Columns</emph> tab." msgstr "" +#. wzgCY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Columns</emph> tab." msgstr "" +#. 9sMo7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Columns</emph> tab." msgstr "" +#. phkWS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Section(s) - Columns</emph> tab." msgstr "" +#. 2LmDy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Footnote</emph> tab." msgstr "" +#. CDmGU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Footnote</emph> tab." msgstr "" +#. GpwGB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section - Footnotes/Endnotes</emph> tab." msgstr "" +#. YyJMo #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Choose <emph>Format - Sections - Options</emph> button <emph>Footnotes/Endnotes</emph> tab." msgstr "" +#. f8wAM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Paragraph Styles)." msgstr "" +#. kG6CF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Character Styles)." msgstr "" +#. woQEB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1464,14 +1645,16 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Frame Styles)." msgstr "" +#. 2riZS #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3156364\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for List Styles)." +msgid "Choose <emph>View - Styles</emph> (F11) - open context menu <emph>Modify/New</emph> (for List Styles)." msgstr "" +#. rYRkT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<variable id=\"eingabe\">Choose <emph>Tools - AutoCorrect - While Typing</emph>.</variable>" msgstr "" +#. EBrtG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "<variable id=\"autoformat1\">Choose <emph>Tools - AutoCorrect</emph>.</variable>" msgstr "" +#. 9gCAB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "<variable id=\"autoformat2\">Choose <emph>Tools - AutoCorrect - Apply</emph>.</variable>" msgstr "" +#. ymEMr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<variable id=\"autoformat3\">Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>.</variable>" msgstr "" +#. ZA54b #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat Styles</emph> (with cursor in a table).</variable>" msgstr "" +#. KtR4n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "Choose <emph>Format - Image</emph>." msgstr "" +#. fzd8D #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "Choose <emph>Insert - Image - From File - Properties</emph> button." msgstr "" +#. FuDEm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected).</caseinline></switchinline>" msgstr "" +#. H2Zb6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "On the <emph>Image</emph> bar (when images are selected), click" msgstr "" +#. RTRdP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Icon</alt></image>" msgstr "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Ikon</alt></image>" +#. nQDmh #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Graphics Properties" msgstr "Grafikegenskaper" +#. 7MC6H #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Type</emph> tab." msgstr "" +#. U6rG8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Type</emph> tab." msgstr "" +#. cGFGF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Type</emph> tab." msgstr "" +#. Dnq8R #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Type</emph> tab." msgstr "" +#. GVNFT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Wrap</emph> tab." msgstr "" +#. kboFg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Wrap</emph> tab." msgstr "" +#. AC2Dm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Wrap</emph> tab." msgstr "" +#. fNikE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "Choose <emph>Format - Wrap - Edit - Wrap</emph> tab." msgstr "" +#. uQtgx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "<variable id=\"kontureditor\">Choose <emph>Format - Wrap - Edit Contour</emph>.</variable>" msgstr "" +#. qU4oE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Hyperlink</emph> tab." msgstr "" +#. AcwCD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1648,6 +1852,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Hyperlink</emph> tab." msgstr "" +#. ttao8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1656,6 +1861,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Hyperlink</emph> tab." msgstr "" +#. W6yF8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1664,6 +1870,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Options</emph> tab." msgstr "" +#. BBix8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1672,6 +1879,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph> tab." msgstr "" +#. BVcWP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1680,6 +1888,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> -open context menu <emph>Modify/New - Options</emph> tab." msgstr "" +#. 8DneW #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1688,6 +1897,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab." msgstr "" +#. k2JDN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1696,6 +1906,7 @@ msgctxt "" msgid "<variable id=\"grafik1\">Choose <emph>Format - Image - Properties - Image</emph> tab.</variable>" msgstr "" +#. xKJtv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1704,6 +1915,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Image - Properties - Macro</emph> tab." msgstr "" +#. UA93M #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1712,6 +1924,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab." msgstr "" +#. RUiBn #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1720,6 +1933,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText - AutoText (button) - Macro</emph>." msgstr "" +#. sm4Qi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1728,6 +1942,7 @@ msgctxt "" msgid "Choose <emph>Edit - ImageMap</emph> - open context menu <emph>Macro</emph>." msgstr "" +#. T5m7n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1736,6 +1951,7 @@ msgctxt "" msgid "Choose <emph>Format - Character - Hyperlink</emph> tab - <emph>Events</emph> button." msgstr "" +#. KCsKj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1744,6 +1960,7 @@ msgctxt "" msgid "<variable id=\"formattabelle\">Choose <emph>Table - Properties</emph>.</variable>" msgstr "" +#. TBJPz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1752,6 +1969,7 @@ msgctxt "" msgid "<variable id=\"tabauf\">Choose <emph>Table - Split Table</emph>.</variable>" msgstr "" +#. 2TCie #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1760,6 +1978,7 @@ msgctxt "" msgid "<variable id=\"tabverb\">Choose <emph>Table - Merge Table</emph>.</variable>" msgstr "" +#. MVBHQ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1768,6 +1987,7 @@ msgctxt "" msgid "<variable id=\"tabformat\">Choose <emph>Table - Properties - Table</emph> tab.</variable>" msgstr "" +#. GeJzw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1776,6 +1996,7 @@ msgctxt "" msgid "<variable id=\"spaltentab\">Choose <emph>Table - Properties - Columns</emph> tab.</variable>" msgstr "" +#. Wza6u #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1784,6 +2005,7 @@ msgctxt "" msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Properties - Text Flow</emph> tab.</variable>" msgstr "" +#. VQGrF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1792,6 +2014,7 @@ msgctxt "" msgid "<variable id=\"zelle\">Right-click in a table, choose <emph>Cell</emph>.</variable>" msgstr "" +#. GWSS4 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1800,6 +2023,7 @@ msgctxt "" msgid "Choose <emph>Table - Merge Cells</emph>." msgstr "" +#. SKiuL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1808,6 +2032,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "" +#. JGqGG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1816,6 +2041,7 @@ msgctxt "" msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Icon</alt></image>" msgstr "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Ikon</alt></image>" +#. dpXBa #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1824,6 +2050,7 @@ msgctxt "" msgid "Merge Cells" msgstr "Sammanfoga celler" +#. Vzsnt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1832,6 +2059,7 @@ msgctxt "" msgid "Choose <emph>Table - Split Cells</emph>." msgstr "" +#. wWCGz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1840,6 +2068,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "" +#. 5TCpD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1848,6 +2077,7 @@ msgctxt "" msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Icon</alt></image>" msgstr "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Ikon</alt></image>" +#. fCPij #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1856,6 +2086,7 @@ msgctxt "" msgid "Split Cells" msgstr "Dela cell" +#. BGm4B #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1864,6 +2095,7 @@ msgctxt "" msgid "<variable id=\"schtzenze\">In the context menu of a cell, choose <emph>Cell - Protect</emph>.</variable>" msgstr "" +#. Lh5om #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1872,6 +2104,7 @@ msgctxt "" msgid "In the context menu of a cell, choose <emph>Cell - Unprotect</emph>." msgstr "" +#. JqhNZ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1880,6 +2113,7 @@ msgctxt "" msgid "Open context menu in <emph>Navigator</emph> for tables." msgstr "" +#. Eh3ud #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1888,6 +2122,7 @@ msgctxt "" msgid "<variable id=\"zeile\">In the context menu of a cell, choose <emph>Row</emph>.</variable>" msgstr "" +#. GXGax #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1896,6 +2131,7 @@ msgctxt "" msgid "<variable id=\"hoehez\">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable>" msgstr "" +#. cWnEp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1904,6 +2140,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." msgstr "" +#. mLkuG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1912,6 +2149,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "" +#. 3UF7h #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1920,6 +2158,7 @@ msgctxt "" msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Icon</alt></image>" msgstr "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Ikon</alt></image>" +#. fRVE5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1928,6 +2167,7 @@ msgctxt "" msgid "Optimal Row Height" msgstr "Optimal radhöjd" +#. SKLB2 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1936,6 +2176,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>." msgstr "" +#. anxFF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1944,6 +2185,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "" +#. PVPb8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1952,6 +2194,7 @@ msgctxt "" msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Icon</alt></image>" msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Ikon</alt></image>" +#. KuUhp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1960,6 +2203,7 @@ msgctxt "" msgid "Distribute Rows Equally" msgstr "Fördela rader jämnt" +#. sa4Tg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1968,6 +2212,7 @@ msgctxt "" msgid "<variable id=\"selektierenz\">Choose <emph>Table - Select - Row</emph>.</variable>" msgstr "" +#. e8qyf #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1976,6 +2221,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Rows</emph>." msgstr "" +#. fHaeJ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1984,6 +2230,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "" +#. Na4rx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1992,6 +2239,7 @@ msgctxt "" msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Icon</alt></image>" msgstr "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Ikon</alt></image>" +#. EfTgN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2000,6 +2248,7 @@ msgctxt "" msgid "Delete Row" msgstr "Radera rad" +#. STSLi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2008,6 +2257,7 @@ msgctxt "" msgid "<variable id=\"spalte\">In the context menu of a cell, choose <emph>Column</emph>.</variable>" msgstr "" +#. qqWGi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2016,6 +2266,7 @@ msgctxt "" msgid "<variable id=\"breites\">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable>" msgstr "" +#. nmQbw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2024,6 +2275,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." msgstr "" +#. DZ9xL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2032,6 +2284,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "" +#. i89K7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2040,6 +2293,7 @@ msgctxt "" msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Icon</alt></image>" msgstr "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Ikon</alt></image>" +#. iRYb5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2048,6 +2302,7 @@ msgctxt "" msgid "Optimal Column Width" msgstr "Optimal kolumnbredd" +#. GM4n5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2056,6 +2311,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." msgstr "" +#. GZbSc #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2064,6 +2320,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "" +#. V4Cqu #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2072,6 +2329,7 @@ msgctxt "" msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Icon</alt></image>" msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Ikon</alt></image>" +#. njBSt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2080,6 +2338,7 @@ msgctxt "" msgid "Space Columns Equally" msgstr "Fördela kolumnerna jämnt" +#. zEgss #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2088,6 +2347,7 @@ msgctxt "" msgid "<variable id=\"spaltesel\">Choose <emph>Table - Select - Column</emph>.</variable>" msgstr "" +#. wdeG7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2096,6 +2356,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Columns</emph>." msgstr "" +#. vn9q8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2104,6 +2365,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Rows</emph>." msgstr "" +#. tVtsx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2112,6 +2374,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "" +#. e5L4N #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2120,6 +2383,7 @@ msgctxt "" msgid "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Icon</alt></image>" msgstr "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Ikon</alt></image>" +#. jeDiz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2128,6 +2392,7 @@ msgctxt "" msgid "Insert Column" msgstr "Infoga kolumn" +#. yvgkg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2136,6 +2401,7 @@ msgctxt "" msgid "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Icon</alt></image>" msgstr "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Ikon</alt></image>" +#. MFvHr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2144,6 +2410,7 @@ msgctxt "" msgid "Insert Row" msgstr "Infoga rad" +#. BiyKv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2152,6 +2419,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Columns</emph>." msgstr "" +#. C2LDS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2160,6 +2428,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "" +#. XqFzq #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2168,6 +2437,7 @@ msgctxt "" msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Icon</alt></image>" msgstr "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Ikon</alt></image>" +#. ro8Mr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2176,6 +2446,7 @@ msgctxt "" msgid "Delete Column" msgstr "Radera kolumn" +#. BNgAG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2184,6 +2455,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>." msgstr "" +#. AygsC #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2192,6 +2464,7 @@ msgctxt "" msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Icon</alt></image>" msgstr "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Ikon</alt></image>" +#. vpeBB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2200,6 +2473,7 @@ msgctxt "" msgid "Object Properties" msgstr "Objektegenskaper" +#. LVQCy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2208,6 +2482,7 @@ msgctxt "" msgid "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Icon</alt></image>" msgstr "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Ikon</alt></image>" +#. CZwgM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2216,6 +2491,7 @@ msgctxt "" msgid "Frame Properties" msgstr "Ramegenskaper" +#. bfpT5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2224,6 +2500,7 @@ msgctxt "" msgid "Menu <emph>Format - Page</emph> - tab <emph>Text Grid</emph>, if Asian language support is enabled" msgstr "Menyn <emph>Format - Sida</emph> - fliken <emph>Textraster</emph>, om stöd för asiatiska språk har aktiverats" +#. aFWLc #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2232,6 +2509,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Verktyg-menyn" +#. Fk94Q #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2240,6 +2518,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Verktyg-menyn" +#. vyuAB #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2248,6 +2527,7 @@ msgctxt "" msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>" msgstr "<variable id=\"silbentrennung\">Välj <emph>Verktyg - Språk - Avstavning</emph></variable>" +#. DE6CF #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2256,6 +2536,7 @@ msgctxt "" msgid "<variable id=\"wordcount\">Choose <emph>Tools - Word Count</emph></variable>" msgstr "<variable id=\"wordcount\">Välj <emph>Verktyg - Antal ord</emph></variable>" +#. TBACN #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2264,6 +2545,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung\">Choose <emph>Tools - Chapter Numbering</emph></variable>" msgstr "" +#. KzJGt #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2272,6 +2554,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung1\">Choose <emph>Tools - Chapter Numbering - Numbering</emph> tab</variable>" msgstr "" +#. yEEDL #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2280,6 +2563,7 @@ msgctxt "" msgid "<variable id=\"zeilennumerierung\">Choose <emph>Tools - Line Numbering</emph> (not for HTML format)</variable>" msgstr "" +#. BJMF7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2288,6 +2572,7 @@ msgctxt "" msgid "<variable id=\"fussnoteneinstellung\">Choose <emph>Tools - Footnotes and Endnotes</emph></variable>" msgstr "<variable id=\"fussnoteneinstellung\">Välj <emph>Verktyg - Fotnoter/Slutnoter</emph></variable>" +#. PDQMQ #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2296,6 +2581,7 @@ msgctxt "" msgid "<variable id=\"fussnoten\">Choose <emph>Tools - Footnotes and Endnotes - Footnotes</emph> tab</variable>" msgstr "<variable id=\"fussnoten\">Välj <emph>Verktyg - Fotnoter - fliken Fotnoter/slutnoter</emph></variable>" +#. YDkPi #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2304,6 +2590,7 @@ msgctxt "" msgid "<variable id=\"endnoten\">Choose <emph>Tools - Footnotes and Endnotes - Endnotes</emph> tab</variable>" msgstr "<variable id=\"endnoten\">Välj <emph>Verktyg - Fotnoter/slutnoter - fliken Slutnoter</emph></variable>" +#. LFvpA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2312,6 +2599,7 @@ msgctxt "" msgid "<variable id=\"texttabelle\">Choose <emph>Table - Convert - Text to Table</emph></variable>" msgstr "<variable id=\"texttabelle\">Menyn <emph>Verktyg - Text <-> Tabell...</emph></variable>" +#. za5Js #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2320,6 +2608,7 @@ msgctxt "" msgid "<variable id=\"sortieren\">Choose <emph>Tools - Sort</emph></variable>" msgstr "<variable id=\"sortieren\">Menyn <emph>Verktyg - Sortera...</emph></variable>" +#. REM3P #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2328,6 +2617,7 @@ msgctxt "" msgid "Choose <emph>Tools - Calculate</emph>" msgstr "Menyn <emph>Verktyg - Beräkna</emph>" +#. UrBtA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2336,6 +2626,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plustecken" +#. oTAC7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2344,6 +2635,7 @@ msgctxt "" msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>" msgstr "<variable id=\"aktualisieren\">Menyn <emph>Verktyg - Uppdatera</emph></variable>" +#. b7SMj #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2352,6 +2644,7 @@ msgctxt "" msgid "<variable id=\"seitenformatierung\">Choose <emph>Tools - Update - Reformat Pages</emph></variable>" msgstr "<variable id=\"seitenformatierung\">Menyn <emph>Verktyg - Uppdatera - Sidformatering</emph></variable>" +#. gnwPv #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2360,6 +2653,7 @@ msgctxt "" msgid "<variable id=\"aktuellesverz\">Choose <emph>Tools - Update - Current Index</emph></variable>" msgstr "<variable id=\"aktuellesverz\">Menyn <emph>Verktyg - Uppdatera - Aktuell förteckning</emph></variable>" +#. Xtmjq #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2368,6 +2662,7 @@ msgctxt "" msgid "<variable id=\"alleverz\">Choose <emph>Tools - Update - All Indexes and Tables</emph></variable>" msgstr "<variable id=\"alleverz\">Menyn <emph>Verktyg - Uppdatera - Alla förteckningar</emph></variable>" +#. w865X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2376,6 +2671,7 @@ msgctxt "" msgid "<variable id=\"alles\">Choose <emph>Tools - Update - Update All </emph></variable>" msgstr "<variable id=\"alles\">Menyn <emph>Verktyg - Uppdatera - Uppdatera allt</emph></variable>" +#. vmmB6 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2384,6 +2680,7 @@ msgctxt "" msgid "Choose <emph>Tools - Update - Fields </emph>" msgstr "Menyn <emph>Verktyg - Uppdatera - Fält</emph>" +#. LVSKP #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2392,6 +2689,7 @@ msgctxt "" msgid "F9 key" msgstr "Tangenten F9" +#. bCN3R #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2400,6 +2698,7 @@ msgctxt "" msgid "<variable id=\"aktverknuepf\">Choose <emph>Tools - Update - Links</emph></variable>" msgstr "<variable id=\"aktverknuepf\">Menyn <emph>Verktyg - Uppdatera - Länkar</emph></variable>" +#. FF63X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2408,6 +2707,7 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <emph>Tools - Update - All Charts</emph></variable>" msgstr "<variable id=\"adiagr\">Menyn <emph>Verktyg - Uppdatera - Alla diagram</emph></variable>" +#. DbjCa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2416,6 +2716,7 @@ msgctxt "" msgid "Choose <emph>Tools - Mail Merge Wizard</emph>" msgstr "Välj <emph>Verktyg - guiden Kopplad utskrift</emph>" +#. ZEDqa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2424,6 +2725,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Mail Merge</emph> bar:" msgstr "" +#. hLXjy #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2432,6 +2734,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Table Data</emph> bar:" msgstr "" +#. jc5yA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2440,6 +2743,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Ikon</alt></image>" +#. evE8T #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2448,6 +2752,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Kopplad utskrift" +#. pwCa2 #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2456,6 +2761,7 @@ msgctxt "" msgid "The styles menu" msgstr "" +#. VK5GG #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2464,6 +2770,7 @@ msgctxt "" msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>." msgstr "" +#. MKAfZ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2472,6 +2779,7 @@ msgctxt "" msgid "<variable id=\"sus\">Choose <emph>Styles - Update Style</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+ Shift + F11</emph></variable>." msgstr "" +#. SWpVT #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2480,6 +2788,7 @@ msgctxt "" msgid "<variable id=\"sns\">Choose <emph>Styles - New Style</emph> or <emph>Shift + F11</emph></variable>." msgstr "" +#. WpohJ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2488,6 +2797,7 @@ msgctxt "" msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>." msgstr "" +#. sTmDY #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" diff --git a/source/sv/helpcontent2/source/text/swriter/01.po b/source/sv/helpcontent2/source/text/swriter/01.po index 174cab238b4..c8f30127bae 100644 --- a/source/sv/helpcontent2/source/text/swriter/01.po +++ b/source/sv/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2018-11-27 22:24+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -727,14 +727,14 @@ msgctxt "" msgid "To jump to the next or previous item in a document, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon to open the Navigation toolbar, click the item category, and then click the up or down arrows." msgstr "Om du vill gå till nästa eller föregående objekt i dokumentet, klickar du på ikonen <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> för att öppna verktygsraden Navigation. Klicka sedan på en kategori, och klicka på uppåt- eller nedåtpilarna." -#. AYA9f +#. SMFgG #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3155136\n" "help.text" -msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, text frames, graphics, OLE objects, and indexes." -msgstr "Ett dolt område i ett dokument visas med grå färg i Navigator-fönstret, och texten \"dold\" visas när du för muspekaren över området. Samma sak gäller för innehåll i sidhuvud och sidfot som har en sidformatmall som inte används i dokumentet, och dolt innehåll i tabeller, textramar, grafik, OLE-objekt och förteckningar." +msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes." +msgstr "" #. G9U2S #: 02110000.xhp @@ -1033,6 +1033,15 @@ msgctxt "" msgid "Set Reminder" msgstr "Sätt temporärt bokmärke" +#. GpFmn +#: 02110000.xhp +msgctxt "" +"02110000.xhp\n" +"par_id3495381\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set. Reminders are not saved when a document is closed." +msgstr "" + #. 7kk6X #: 02110000.xhp msgctxt "" @@ -1510,14 +1519,23 @@ msgctxt "" msgid "By default, as long as you have not selected any other entry, the arrow buttons jump to the previous or the next page in the document. The arrow buttons are black if you are browsing through pages and blue if you jump to other objects." msgstr "Så länge Du inte har valt någon annan post, hoppar Du, enligt standardinställningen, med pilknapparna till föregående eller nästa sida i dokumentet. De båda dubbelpil-symbolerna är svarta om Du bläddrar igenom sidor, och blå om Du hoppar till andra objekt." -#. Kn7MB +#. ibYbz #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3154330\n" "help.text" -msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, text frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." -msgstr "Posterna motsvarar i stort dem i urvalsrutan i <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>. Du kan också markera andra mål att hoppa till. Målen kan exempelvis vara temporära bokmärken, som du kan ställa in med ikonen <emph>Sätt temporärt bokmärke</emph> i Navigator. Du kan välja ett objekt bland följande alternativ i verktygsraden <emph>Navigation</emph>: tabell, textram, grafik, OLE-objekt, sida, rubriker, temporära bokmärken, ritobjekt, kontrollfält, område, bokmärke, markering, fotnot, not, förteckningspost, tabellformel, fel tabellformel." +msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." +msgstr "" + +#. gVFCS +#: 02110100.xhp +msgctxt "" +"02110100.xhp\n" +"par_id3148330\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set." +msgstr "" #. BiC9u #: 02110100.xhp @@ -1537,14 +1555,14 @@ msgctxt "" msgid "Working With the Navigation Toolbar" msgstr "Arbeta med verktygsraden Navigation" -#. xrscv +#. ZzGR7 #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3150045\n" "help.text" -msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arrange it on the screen." -msgstr "Öppna verktygsraden <emph>Navigation</emph> genom att klicka på ikonen i den vertikala rullningslisten. Du kan flytta verktygsraden genom att dra den och ordna om den på skärmen." +msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arranging it on the screen." +msgstr "" #. sg88n #: 02110100.xhp @@ -1618,14 +1636,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through drawing objects.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Välj den här ikonen om du vill bläddra igenom ritobjekten.</ahelp>" -#. ujxdi +#. QvVDK #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_idN10722\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through text frames.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Välj den här ikonen om du vill bläddra igenom textramarna.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through frames.</ahelp>" +msgstr "" #. Bdjqb #: 02110100.xhp @@ -2941,13 +2959,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Jumps to the previous field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Går till föregående fält av samma typ i dokumentet.</ahelp> Den här knappen är bara aktiv om ett dokument innehåller mer än ett fält av samma typ." -#. a5dEV +#. 8EoF9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\"><alt id=\"alt_id3155348\">Icon</alt></image>" +msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155348\">Icon Previous Field</alt></image>" msgstr "" #. 8DYxg @@ -2977,13 +2995,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Jumps to the next field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Går till nästa fält av samma typ i dokumentet.</ahelp> Den här knappen är bara aktiv om ett dokument innehåller mer än ett fält av samma typ." -#. Cz22j +#. bFjsY #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3145117\n" "help.text" -msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\"><alt id=\"alt_id3149575\">Icon</alt></image>" +msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149575\">Icon Next Field</alt></image>" msgstr "" #. 8ZUxu @@ -3166,13 +3184,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Moves to the previous footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Går till föregående fotnot eller slutnot i dokumentet.</ahelp>" -#. HbasA +#. eG7px #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3150023\n" "help.text" -msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\"><alt id=\"alt_id3150030\">Icon</alt></image>" +msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150030\">Icon Previous footnote</alt></image>" msgstr "" #. AFFAN @@ -3202,13 +3220,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Moves to the next footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Går till nästa fotnot eller slutnot i dokumentet.</ahelp>" -#. 7BxPZ +#. 7LpCD #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3154029\n" "help.text" -msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\"><alt id=\"alt_id3154044\">Icon</alt></image>" +msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154044\">Icon Next footnote</alt></image>" msgstr "" #. yKfqA @@ -3409,13 +3427,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Jumps to the first index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Hoppar till första förteckningsposten av samma typ i dokumentet.</ahelp>" -#. jYpNX +#. y9w7C #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3147420\n" "help.text" -msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\"><alt id=\"alt_id3149551\">Icon</alt></image>" +msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Icon End arrow to left</alt></image>" msgstr "" #. ejnCG @@ -3445,13 +3463,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Jumps to the last index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Går till den sista förteckningsposten av samma typ i dokumentet.</ahelp>" -#. FhwG4 +#. UmFvL #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3153298\n" "help.text" -msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\"><alt id=\"alt_id3153309\">Icon</alt></image>" +msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153309\">Icon End arrow to right</alt></image>" msgstr "" #. ce3FA @@ -3481,13 +3499,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Jumps to the previous index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Går till den föregående förteckningsposten av samma typ i dokumentet.</ahelp>" -#. 44HBK +#. sbfHD #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3148785\n" "help.text" -msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\"><alt id=\"alt_id3148791\">Icon</alt></image>" +msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148791\">Icon Left Arrow</alt></image>" msgstr "" #. GC654 @@ -3517,13 +3535,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Jumps to the next index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Går till den nästa förteckningsposten av samma typ i dokumentet.</ahelp>" -#. fsXcV +#. 3nZVK #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3150677\n" "help.text" -msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\"><alt id=\"alt_id3154020\">Icon</alt></image>" +msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154020\">Icon Right Arrow</alt></image>" msgstr "" #. EBDTE @@ -8305,14 +8323,14 @@ msgctxt "" msgid "Show Variable" msgstr "Visa variabel" -#. CZdW9 +#. dDFj8 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3153669\n" "help.text" -msgid "Inserts the current value of the variable that you click in the <emph>Selection </emph>list." -msgstr "Infogar aktuellt värde för den variabel du klickar på i listan <emph>Urval</emph>." +msgid "Inserts the current value of the variable that you click in the <emph>Select</emph> list." +msgstr "" #. 6BsrS #: 04090005.xhp @@ -8377,14 +8395,14 @@ msgctxt "" msgid "The value of a variable in an Input field is only valid from where the field is inserted and onwards. To change the value of the variable later in the document, insert another Input field of the same name, but with a different value. However, the value of a User Field is changed globally." msgstr "Värdet på en variabel i ett inmatningsfält är bara giltigt från det ställe där fältet är infogat och framåt. Du kan ändra värdet på variabeln senare i dokumentet genom att infoga ett annat inmatningsfält med samma namn, men med ett annat värde. Värdet i ett användarfält ändras dock globalt." -#. 32WvE +#. qmZAg #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3151255\n" "help.text" -msgid "The variables are displayed in the <emph>Selection</emph> field. When you click the <emph>Insert</emph> button, the dialog<link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Input Field</emph></link> appears, where you can enter the new value or additional text as a remark." -msgstr "Variablerna visas i fältet <emph>Urval</emph>. När du klickar på knappen <emph>Infoga</emph> visas dialogrutan <link href=\"text/swriter/01/04090100.xhp\" name=\"Inmatningsfält\"><emph>Inmatningsfält</emph></link> där du kan skriva in det nya värdet eller text till en kommentar." +msgid "The variables are displayed in the <emph>Select</emph> field. When you click the <emph>Insert</emph> button, the dialog <link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Review Fields</emph></link> appears, where you can enter the new value or additional text as a remark." +msgstr "" #. tbz9T #: 04090005.xhp @@ -8395,14 +8413,14 @@ msgctxt "" msgid "Number range" msgstr "Nummersekvens" -#. ZdR6m +#. 7amgE #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3152772\n" "help.text" -msgid "Inserts automatic numbering for tables, graphics, or text frames." -msgstr "Infogar automatisk numrering av tabeller, grafiska objekt eller textramar." +msgid "Inserts automatic numbering for tables, graphics, or frames." +msgstr "" #. VB7DC #: 04090005.xhp @@ -8422,14 +8440,14 @@ msgctxt "" msgid "Inserts a reference point in the document, after which the page count restarts. Select \"on\" to enable the reference point, and \"off\" to disable it. You can also enter an offset to start the page count at a different number." msgstr "Infogar en referenspunkt i dokumentet, efter vilken sidnumreringen ska börja om. Välj \"på\" om du vill aktivera referenspunkten, och \"av\" om du vill deaktivera den. Du kan också ange en korrigering som startar sidnumreringen på ett annat nummer." -#. h244E +#. DZ22Q #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3156267\n" "help.text" -msgid "Show Page Variable" -msgstr "Visa sidvariabel" +msgid "Show page variable" +msgstr "" #. KbVdV #: 04090005.xhp @@ -8458,23 +8476,41 @@ msgctxt "" msgid "Inserts a custom global variable. You can use the User Field to define a variable for a condition statement. When you change a User Field, all instances of the variable in the document are updated." msgstr "Infogar en användardefinierad global variabel. Du kan använda användarfältet för att definiera en variabel för ett villkorsuttryck. När du ändrar ett användarfält uppdateras alla förekomster av variabeln i dokumentet." -#. 6vw2i +#. nrVng #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id0903200802243892\n" +"hd_id3888363\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klicka på det format som du vill använda för det markerade fältet, eller klicka på \"Ytterligare format\" för att definiera ett eget format.</ahelp>" +msgid "Select" +msgstr "" + +#. JEhvd +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id7453535\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" +msgstr "" + +#. DUaXS +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id3326822\n" +"help.text" +msgid "To quickly insert a field from the <emph>Select</emph> list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." +msgstr "" -#. quL74 +#. 6vw2i #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id3148886\n" +"par_id0903200802243892\n" "help.text" -msgid "For user-defined fields, click the format that you want to apply in the <emph>Format </emph>list, or click \"Additional formats\" to define a custom format." -msgstr "För användardefinierade fält klickar du på det format du vill använda i listan <emph>Format</emph>, eller klickar på \"Ytterligare format\" och definierar ett eget format." +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klicka på det format som du vill använda för det markerade fältet, eller klicka på \"Ytterligare format\" för att definiera ett eget format.</ahelp>" #. uy2HM #: 04090005.xhp @@ -8503,33 +8539,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\">In the <emph>Format</emph> list, define if the value is inserted as text or a number.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\">I listan <emph>Format</emph> kan du ange om värdet ska infogas som text eller som ett tal.</ahelp>" -#. nrVng -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"hd_id3888363\n" -"help.text" -msgid "Select" -msgstr "" - -#. JEhvd -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id7453535\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" -msgstr "" - -#. yhqFk -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3326822\n" -"help.text" -msgid "To quickly insert a field from the list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." -msgstr "" - #. siatD #: 04090005.xhp msgctxt "" @@ -8539,15 +8548,6 @@ msgctxt "" msgid "In an HTML document, two additional fields are available for the \"Set variable\" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> (<Value>) or to a closing HTML (</Value>) tag when the file is saved as an HTML document, depending on the option that you select." msgstr "I ett HTML dokument är ytterligare två fält tillgängliga för fälttypen \"Sätt variabel\": HTML_ON och HTML_OFF. Den text du skriver i rutan <emph>Värde</emph> konverteras till en inledande <link href=\"text/shared/00/00000002.xhp#tags\" name=\"HTML-tagg\">HTML-tagg</link> (<Värde>) eller en avslutande HTML-tagg (</Värde>) när filen sparas som ett HTML dokument, beroende på vilket alternativ du väljer." -#. hFAv8 -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3149555\n" -"help.text" -msgid "If you double-click an entry while holding the Ctrl key or select the desired variable and press the spacebar, it is immediately inserted into your document." -msgstr "Om Du håller Ctrl-tangenten nedtryckt samtidigt som Du dubbelklickar på en post, så infogas denna direkt i dokumentet. Du kan även markera den önskade variabeln och trycka på blankstegstangenten." - #. CwbNv #: 04090005.xhp msgctxt "" @@ -8557,14 +8557,14 @@ msgctxt "" msgid "Formula" msgstr "Formel" -#. C4Txc +#. sEDCi #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155982\n" "help.text" -msgid "This option is only available if the \"Insert formula\" field type is selected." -msgstr "Det här alternativet är bara tillgängligt om fälttypen \"Infoga formel\" är vald." +msgid "This option is only available if the \"Insert Formula\" field type is selected." +msgstr "" #. Yr3JD #: 04090005.xhp @@ -8647,14 +8647,14 @@ msgctxt "" msgid "Apply" msgstr "Tilldela" -#. FTLpK +#. 46bSG #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155562\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Selection</emph> list.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Lägger till det användardefinierade fältet i listan <emph>Urval</emph>.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Select</emph> list.</ahelp>" +msgstr "" #. iaGUw #: 04090005.xhp @@ -8665,14 +8665,14 @@ msgctxt "" msgid "Delete" msgstr "Radera" -#. CAuhV +#. Cp5d2 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3154769\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the selection list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Tar bort det användardefinierade fältet från urvalslistan. Du kan bara ta bort fält som inte används i det aktuella dokumentet.</ahelp> Om du vill ta bort ett fält från listan som används i det aktuella dokumentet, raderar du först alla förekomster av fältet i dokumentet, och tar sedan bort det från listan." +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the select list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." +msgstr "" #. qfWQD #: 04090005.xhp @@ -9367,13 +9367,13 @@ msgctxt "" msgid "Reference" msgstr "" -#. CaPTJ +#. D7fsP #: 04090100.xhp msgctxt "" "04090100.xhp\n" "par_id3154571\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box of the Input Field on the <emph>Functions</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box on the <emph>Functions</emph> or <emph>Variables</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" msgstr "" #. 4YeCA @@ -11473,14 +11473,14 @@ msgctxt "" msgid "Type" msgstr "Typ" -#. h8743 +#. CSFUr #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3145418\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\" visibility=\"visible\">Ange vilken typ av förteckning som du vill infoga.</ahelp> De tillgängliga alternativen under den här fliken beror på vilken typ av förteckning du väljer. Om markören befinner sig i en förteckning när du väljer <emph>Infoga - Förteckningar - Förteckningar</emph>, så kan du sedan redigera förteckningen." +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert or edit.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." +msgstr "" #. AwFMg #: 04120211.xhp @@ -11518,14 +11518,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Prevents the contents of the index from being changed.</ahelp> Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and then select the <emph>Enable cursor</emph> check box in the <emph>Protected Areas</emph> section." msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Förhindrar att innehållet i förteckningen ändras.</ahelp> Manuella ändringar som du gör i en förteckning går förlorade när förteckningen uppdateras. Om du vill bläddra med markören genom ett skyddat område väljer du <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME – Inställningar</caseinline><defaultinline>Verktyg – Alternativ</defaultinline></switchinline> – %PRODUCTNAME Writer – Formateringshjälp</emph> och markerar sedan kryssrutan <emph>Markör i skyddade områden – Aktiverad</emph>." -#. couHm +#. qkdbH #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3155893\n" "help.text" -msgid "Create index for" -msgstr "Skapa förteckning för" +msgid "Create Index or Table of Contents" +msgstr "" + +#. dMaEW +#: 04120211.xhp +msgctxt "" +"04120211.xhp\n" +"hd_id3154197\n" +"help.text" +msgid "For" +msgstr "" #. 3VrDK #: 04120211.xhp @@ -11536,14 +11545,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\">Select whether to create the index for the document or for the current chapter.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\" visibility=\"visible\">Välj om du vill skapa en förteckning för dokumentet eller för det aktuella kapitlet.</ahelp>" -#. k2tC7 +#. r7J7H #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3154199\n" "help.text" -msgid "Evaluation level" -msgstr "Utvärdera till nivå" +msgid "Evaluate up to level" +msgstr "" #. gJisP #: 04120211.xhp @@ -11581,14 +11590,14 @@ msgctxt "" msgid "Outline" msgstr "Disposition" -#. UEc9n +#. 8qPDj #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3151253\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels, that is, paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\" visibility=\"visible\">Skapar en förteckning med kapitelnivåer, d.v.s. stycken som är formaterade med någon av de fördefinierade rubrikformatmallarna Rubrik 1 - 10 läggs till i förteckningen.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels. Paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" +msgstr "" #. XavFH #: 04120211.xhp @@ -11716,23 +11725,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Replaces identical index entries with a single entry that lists the page numbers where the entry occurs in the document. For example, the entries \"View 10, View 43\" are combined as \"View 10, 43\".</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Ersätter identiska förteckningsposter med en enda som visar de sidnummer där posten förekommer i dokumentet. T.ex. posterna \"Visning 10, visning 43\" slås samman till \"Visning 10, 43\".</ahelp>" -#. NqJBw +#. FCktB #: 04120212.xhp msgctxt "" "04120212.xhp\n" "hd_id3147403\n" "help.text" -msgid "Combine identical entries with p or pp" -msgstr "Kombinera med f eller ff" +msgid "Combine identical entries with f or ff" +msgstr "" -#. DJBG3 +#. ot2kf #: 04120212.xhp msgctxt "" "04120212.xhp\n" "par_id3083451\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries, which occur also on the directly following page or pages, with a single entry that lists the first page number and a \"p\" or \"pp\". For example, the entries \"View 10, View 11, View 12\" are combined as \"View 10pp\", and \"View 10, View 11\" as \"View 10p\".</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Ersätter identiska förteckningsposter som förekommer på sammanhängande sidor med en enda post som listar det första sidnumret och a\"p\" eller \"pp\". Till exempel posterna \"Visning 10, visning 11, visning 12\" slås samman till \"Visning 10ff\", och \"Visning 10, visning 11\" till \"Visning 10f\".</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries that occur on the directly following page(s), with a single entry that lists the first page number and a \"f\" or \"ff\". For example, the entries \"View 10, View 11\" are combined as \"View 10f\", and \"View 10, View 11, View 12\" as \"View 10ff\". Actual appearance depends on the locale setting, but can be overridden with <emph>Sort - Language</emph>.</ahelp>" +msgstr "" #. jxWc7 #: 04120212.xhp @@ -12229,23 +12238,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Includes graphics in the index.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Tar med grafiska objekt i förteckningen.</ahelp>" -#. 6vEny +#. aDJWi #: 04120215.xhp msgctxt "" "04120215.xhp\n" "hd_id3149685\n" "help.text" -msgid "Text frames" -msgstr "Textramar" +msgid "Frames" +msgstr "" -#. G95yo +#. KZGba #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3154195\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes text frames in the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Tar med textramar i förteckningen.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes frames in the index.</ahelp>" +msgstr "" #. jG3As #: 04120215.xhp @@ -12274,14 +12283,14 @@ msgctxt "" msgid "Use level from source chapter" msgstr "Nivå från ursprungskapitel" -#. FFCkz +#. vGppC #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3151250\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, text frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Drar in förteckningsposter i form av tabeller, grafiska objekt, textramar och OLE-objekt enligt deras plats i kapitlens rubrikhierarki.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" +msgstr "" #. 2F5ha #: 04120215.xhp @@ -14605,22 +14614,22 @@ msgctxt "" msgid "Click <emph>Define</emph>." msgstr "Klicka på <emph>Definiera</emph>." -#. NjJ4s +#. sCkK8 #: 04190000.xhp msgctxt "" "04190000.xhp\n" "tit\n" "help.text" -msgid "Insert (File)" -msgstr "Infoga (fil)" +msgid "Insert (Text from File)" +msgstr "" -#. quYiB +#. tAvDd #: 04190000.xhp msgctxt "" "04190000.xhp\n" "hd_id3147562\n" "help.text" -msgid "Insert (Document)" +msgid "Insert (Text from File)" msgstr "" #. uZwPG @@ -14956,23 +14965,23 @@ msgctxt "" msgid "To format a footer, choose <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link>." msgstr "Om du vill formatera en sidfot väljer du <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Sida - Sidfot\"><emph>Format - Sida - Sidfot</emph></link>." -#. jvuJN +#. FWTLB #: 04990000.xhp msgctxt "" "04990000.xhp\n" "tit\n" "help.text" -msgid "Fields" -msgstr "Fältkommando" +msgid "Insert Fields (submenu)" +msgstr "" -#. sBFhd +#. TApBS #: 04990000.xhp msgctxt "" "04990000.xhp\n" "hd_id3147405\n" "help.text" -msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Fields</link>" -msgstr "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fältkommandon\">Fältkommandon</link>" +msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Insert Fields (submenu)</link>" +msgstr "" #. qVhAD #: 04990000.xhp @@ -15388,14 +15397,14 @@ msgctxt "" msgid "Settings" msgstr "Inställningar" -#. RAx4k +#. rD4Cj #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3147295\n" "help.text" -msgid "Show Drop Caps" -msgstr "Visa anfanger" +msgid "Display drop caps" +msgstr "" #. QTU6Z #: 05030400.xhp @@ -15460,14 +15469,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Enter the number of lines that you want the drop cap to extend downward from the first line of the paragraph. Shorter paragraphs will not get drop caps.</ahelp> The selection is limited to 2-9 lines." msgstr "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Ange hur många rader som anfangen kan sträcka sig över, räknat från den första raden i stycket och neråt. Anfanger kan inte sättas in i kortare stycken.</ahelp> Du kan välja ett värde mellan 2 och 9 rader." -#. ous39 +#. TE5oy #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3149030\n" "help.text" -msgid "Distance from text" -msgstr "Avstånd till text" +msgid "Space to text" +msgstr "" #. UyC28 #: 05030400.xhp @@ -15568,6 +15577,15 @@ msgctxt "" msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab." msgstr "" +#. Si9tL +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"hd_id1209200804386034\n" +"help.text" +msgid "Outline" +msgstr "" + #. biGWu #: 05030800.xhp msgctxt "" @@ -15577,13 +15595,13 @@ msgctxt "" msgid "Outline level" msgstr "Visade rubriknivåer" -#. iq7GB +#. oF8Bd #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id1209200804371097\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Text Body</emph> to reset the outline level." msgstr "" #. GaPuE @@ -15604,13 +15622,13 @@ msgctxt "" msgid "Numbering Style" msgstr "" -#. X8CYW +#. db43r #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3155178\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window if you click the <emph>Numbering Style</emph> icon." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window (F11) if you click the <emph>List Styles</emph> icon." msgstr "" #. MycJD @@ -15631,6 +15649,24 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style." msgstr "" +#. dXFVa +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3149195\n" +"help.text" +msgid "This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering...</emph> to edit the outline level and numbering style." +msgstr "" + +#. GR3YW +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3151117\n" +"help.text" +msgid "Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering...</emph> to assign numbering styles to paragraph styles." +msgstr "" + #. 3KS2Y #: 05030800.xhp msgctxt "" @@ -16459,14 +16495,14 @@ msgctxt "" msgid "Footnotes/Endnotes" msgstr "Fotnoter/Slutnoter" -#. LEFFh +#. yrx8p #: 05040700.xhp msgctxt "" "05040700.xhp\n" "hd_id3149028\n" "help.text" -msgid "<link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link>" -msgstr "<link href=\"text/swriter/01/05040700.xhp\" name=\"Fot-/slutnoter\">Fot-/slutnoter</link>" +msgid "<variable id=\"fussendnotenh1\"><link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link></variable>" +msgstr "" #. C5KXQ #: 05040700.xhp @@ -21760,14 +21796,14 @@ msgctxt "" msgid "Displays formatting styles for indexes." msgstr "Visar formatmallar för sakregister och innehållsförteckningar." -#. seyC4 +#. fiijM #: 05130000.xhp msgctxt "" "05130000.xhp\n" "par_id3149213\n" "help.text" -msgid "Special Region Styles" -msgstr "Formatmallar specialområde" +msgid "Special Styles" +msgstr "" #. CbZpk #: 05130000.xhp @@ -22012,14 +22048,14 @@ msgctxt "" msgid "The header text now has the attributes you specified in the Header Paragraph Style, while the other parts of the document have the attributes defined in the business letter conditional Paragraph Style." msgstr "Du ser nu att texten i sidhuvudet har de attribut som har definierats i styckeformatmallen \"Sidhuvud\" (om det var den Du använde), medan alla andra delar av dokumentet har de attribut som Du definierade i den (villkorliga) styckeformatmallen \"Affärsbrev\"." -#. ST4oV +#. yHaYc #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154473\n" "help.text" -msgid "The \"Text body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." -msgstr "Vi har skapat mallen \"Brödtext\" som villkorlig mall. Alla mallar som du själv skapar och baserar på \"Brödtext\" kan därför också användas som villkorliga mallar." +msgid "The \"Text Body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." +msgstr "" #. x2gbt #: 05130100.xhp @@ -22066,14 +22102,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Here you can see the $[officename] predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10, table header, table contents, section, border, footnote, header and footer.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Här kan du se de fördefinierade kontexterna i $[officename], däribland kapitelnivåerna 1 till 10, numrerings-/punktuppställningsnivåerna 1 till 10, tabellrubrik, tabellinnehåll, område, kant, fotnot, sidhuvud och sidfot.</ahelp>" -#. oGtVA +#. PdECE #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3155896\n" "help.text" -msgid "Applied Style" -msgstr "Använda formatmallar" +msgid "Applied Styles" +msgstr "" #. icGBP #: 05130100.xhp @@ -22084,14 +22120,14 @@ msgctxt "" msgid "Here you can see the list of all Paragraph Styles applied to a context." msgstr "Här visas en lista över alla styckeformatmallar som har tilldelats ett visst sammanhang." -#. ENFYU +#. 4AMuk #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3154194\n" "help.text" -msgid "Styles" -msgstr "Formatmallar" +msgid "Paragraph Styles" +msgstr "" #. imvmV #: 05130100.xhp @@ -22129,14 +22165,14 @@ msgctxt "" msgid "Assign" msgstr "Tilldela" -#. EmL3x +#. K5F9U #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154829\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Assign</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Klicka på <emph>Tilldela</emph> om du vill använda den <emph>valda styckeformatmallen</emph> till <emph>kontexten</emph> ifråga.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" +msgstr "" #. fY638 #: 05140000.xhp @@ -22255,13 +22291,13 @@ msgctxt "" msgid "Style Category" msgstr "Mallkategori" -#. FcFUc +#. boarT #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3147506\n" "help.text" -msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\"><alt id=\"alt_id3147512\">Icon</alt></image>" +msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147512\">Icon Paragraph Styles</alt></image>" msgstr "" #. EFWQb @@ -22282,13 +22318,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." msgstr "<ahelp hid=\".uno:ParaStyle\">Visar formatmallar för stycken.</ahelp> Använd styckeformatmallar för att få samma <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatering\">formatering</link>, till exempel teckensnitt, numrering och layout på alla stycken i dokumentet." -#. oPGwP +#. MXRNF #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3151319\n" "help.text" -msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\"><alt id=\"alt_id3152955\">Icon</alt></image>" +msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152955\">Icon Character Styles</alt></image>" msgstr "" #. s6xth @@ -22309,13 +22345,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for characters.</ahelp> Use character styles to apply font styles to selected text in a paragraph." msgstr "<ahelp hid=\".uno:CharStyle\">Visar formatmallar för tecken.</ahelp> Teckenformatmallar används för att formatera de markerade tecknen i ett stycke." -#. ZeKs2 +#. VHuh5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3159194\n" "help.text" -msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\"><alt id=\"alt_id3159200\">Icon</alt></image>" +msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159200\">Icon Frame Styles</alt></image>" msgstr "" #. pboYw @@ -22336,13 +22372,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for frames.</ahelp> Use frame styles to format frame layouts and position." msgstr "<ahelp hid=\".uno:FrameStyle\">Visar formatmallar för ramar.</ahelp> Du använder ramformatmallar för att formatera ramlayout och placering." -#. BLfvs +#. bhrCK #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149819\n" "help.text" -msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149826\">Icon</alt></image>" +msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149826\">Icon Page Styles</alt></image>" msgstr "" #. EGGG4 @@ -22363,13 +22399,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for pages.</ahelp> Use page styles to determine page layouts, including the presence of headers and footers." msgstr "<ahelp hid=\".uno:PageStyle\">Visar formatmallar för sidor.</ahelp> Sidformatmallar används för att ange sidlayout, inklusive sidfot och sidhuvud." -#. BAaEn +#. RYdPv #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3152766\n" "help.text" -msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\"><alt id=\"alt_id3152772\">Icon</alt></image>" +msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon List Styles</alt></image>" msgstr "" #. rSCbA @@ -22390,13 +22426,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents." msgstr "<ahelp hid=\".uno:TemplateFamily5\">Visar formatmallar för numrerade listor och punktlistor.</ahelp> Använd listformatmallar när du vill formatera siffror och punkter och för att ange indrag." -#. dnjWj +#. 7Eid5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150576\n" "help.text" -msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3150590\">Icon</alt></image>" +msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150590\">Icon Fill Format Mode</alt></image>" msgstr "" #. GWZP9 @@ -22417,13 +22453,13 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to the object or text that you select in the document. Click this icon, and then drag a selection in the document to apply the style.</ahelp> To exit this mode, click the icon again, or press Esc." msgstr "" -#. osgEF +#. RnoDE #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150114\n" "help.text" -msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3150122\">Icon</alt></image>" +msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>" msgstr "" #. EmaCA @@ -24028,13 +24064,13 @@ msgctxt "" msgid "Level" msgstr "Nivå" -#. pBnhE +#. EBZSv #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150018\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for the paragraph style, to all of the levels, click \"1-10\"." +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for paragraph style, to all the levels, click \"1-10\"." msgstr "" #. s4LDs @@ -24046,14 +24082,14 @@ msgctxt "" msgid "Numbering" msgstr "Nummer" -#. xkkus +#. EBkuu #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150930\n" "help.text" -msgid "Specify the formatting for the select outline level." -msgstr "Ange formatering för den valda kapitelnivån." +msgid "Specify the formatting for the selected outline level." +msgstr "" #. Z3udV #: 06060100.xhp @@ -24370,41 +24406,41 @@ msgctxt "" msgid "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Specifies the display settings for footnotes and endnotes.</ahelp></variable>" msgstr "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Anger visningsalternativ för fotnoter och slutnoter.</ahelp></variable>" -#. D7F5c +#. 4gY7v #: 06080100.xhp msgctxt "" "06080100.xhp\n" "tit\n" "help.text" -msgid "Footnotes" -msgstr "Fotnoter" +msgid "Footnote Settings" +msgstr "" -#. 94Y2F +#. yXZUg #: 06080100.xhp msgctxt "" "06080100.xhp\n" "hd_id3154705\n" "help.text" -msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnotes</link>" -msgstr "<link href=\"text/swriter/01/06080100.xhp\" name=\"Fotnoter\">Fotnoter</link>" +msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnote Settings</link>" +msgstr "" -#. 32tPC +#. hBHjS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3149500\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes and endnotes.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Anger formateringen för fotnoter och slutnoter.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes.</ahelp>" +msgstr "" -#. TB5nC +#. JkEHS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3154560\n" "help.text" -msgid "To set additional option for footnotes and endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." -msgstr "Du kan ange ytterligare alternativ för fotnoter och slutnoter genom att välja <emph>Format - Sida</emph> och sedan klicka på fliken <link href=\"text/swriter/01/05040600.xhp\" name=\"Fotnot\"><emph>Fotnot</emph></link>." +msgid "To set additional option for footnotes, choose <menuitem>Format - Page Style</menuitem>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." +msgstr "" #. mGXqS #: 06080100.xhp @@ -24424,14 +24460,14 @@ msgctxt "" msgid "Numbering" msgstr "Nummer" -#. PTzX6 +#. R2sxP #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3150568\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use for footnotes or endnotes.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Ange numreringsstil för fotnoter eller slutnoter.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use.</ahelp>" +msgstr "" #. cqBBB #: 06080100.xhp @@ -24802,14 +24838,14 @@ msgctxt "" msgid "Paragraph" msgstr "Stycke..." -#. CBrU5 +#. zLPuG #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3147620\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Välj den styckeformatmall som ska användas av fotnoternas text.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text. Only special styles can be selected.</ahelp>" +msgstr "" #. 3bbSC #: 06080100.xhp @@ -24937,23 +24973,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Enter the text that you want to display on the page where the footnotes are continued, for example, \"Continued from Page \". $[officename] Writer automatically inserts the number of the previous page.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Ange den text som ska visas om fotnoterna fortsätter från föregående sida, till exempel \"Fortsättning från sida \". $[officename] infogar automatiskt sidnumret från föregående sida.</ahelp>" -#. DJwPd +#. FDC89 #: 06080200.xhp msgctxt "" "06080200.xhp\n" "tit\n" "help.text" -msgid "Endnotes" -msgstr "Slutnoter" +msgid "Endnote Settings" +msgstr "" -#. uqcCR +#. i4S6A #: 06080200.xhp msgctxt "" "06080200.xhp\n" "hd_id3156321\n" "help.text" -msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnotes</link>" -msgstr "<link href=\"text/swriter/01/06080200.xhp\" name=\"Slutnoter\">Slutnoter</link>" +msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnote Settings</link>" +msgstr "" #. sVpC6 #: 06080200.xhp @@ -25036,14 +25072,14 @@ msgctxt "" msgid "Styles" msgstr "Formatmallar" -#. qTLXs +#. 7BMFG #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3150970\n" "help.text" -msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style to the footnotes." -msgstr "Du kan ge slutnoterna i dokumentet ett enhetligt utseende genom att tilldela dem en styckeformatmall." +msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style." +msgstr "" #. TGC8v #: 06080200.xhp @@ -25054,14 +25090,14 @@ msgctxt "" msgid "Paragraph" msgstr "Stycke..." -#. vXFFs +#. DERAY #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3147526\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Välj vilken styckeformatmall du vill använda i slutnotstexten.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text. Only special styles can be selected.</ahelp>" +msgstr "" #. 9WDi7 #: 06080200.xhp @@ -26125,14 +26161,14 @@ msgctxt "" msgid "Count" msgstr "Räkna" -#. ahFoV +#. jERTn #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150358\n" "help.text" -msgid "Specify whether to include empty paragraphs or lines in text frames in the line count." -msgstr "Ange om tomma stycken eller rader i textramar ska tas med i antalet rader." +msgid "Specify whether to include empty paragraphs or lines in frames in the line count." +msgstr "" #. Cj4Xa #: 06180000.xhp @@ -26152,23 +26188,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Includes empty paragraphs in the line count.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Räkna även tomma stycken.</ahelp>" -#. iZdUV +#. yz57v #: 06180000.xhp msgctxt "" "06180000.xhp\n" "hd_id3154476\n" "help.text" -msgid "Lines in text frames" -msgstr "Rader i textram" +msgid "Lines in frames" +msgstr "" -#. 3tKi2 +#. 52nQd #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150995\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in text frames. The numbering restarts in each text frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." -msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Lägger till radnummer för text i textramar. Numreringen börjar om för varje textram, och ingår inte i radräkningen i dokumentets huvudtextområde.</ahelp> I <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">länkade ramar</link> börjar numreringen inte om." +msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in frames. The numbering restarts in each frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." +msgstr "" #. C8CwD #: 06180000.xhp @@ -26332,168 +26368,6 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Uppdaterar objekt i det aktuella dokumentet som har dynamiskt innehåll, t.ex. fält och förteckningar." -#. za3Bd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Adding Signature Line in Text Documents" -msgstr "" - -#. EGN36 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"bm_id821526779524753\n" -"help.text" -msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" -msgstr "" - -#. JjQRb -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id501526421873817\n" -"help.text" -msgid "<variable id=\"addsignatureline01\"><link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding Signature Line\">Adding a Signature Line in Text Documents</link></variable>" -msgstr "" - -#. eEJD5 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id991526423190756\n" -"help.text" -msgid "%PRODUCTNAME Writer can insert a graphic box inside the document representing a signature line of the document." -msgstr "" - -#. FFaDB -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id751526436546030\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" -msgstr "" - -#. AgbBh -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id651526423393786\n" -"help.text" -msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." -msgstr "" - -#. auwte -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id631526467960460\n" -"help.text" -msgid "Name" -msgstr "" - -#. mwYBp -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id351526467968348\n" -"help.text" -msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" -msgstr "" - -#. bucAF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id171526467974440\n" -"help.text" -msgid "Title" -msgstr "" - -#. fyUJY -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id701526467979209\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" -msgstr "" - -#. Aa59Z -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id431526467986157\n" -"help.text" -msgid "Email" -msgstr "" - -#. EnpJD -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id111526467993387\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" -msgstr "" - -#. EpDAG -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id451526468019876\n" -"help.text" -msgid "Signer can add comments" -msgstr "" - -#. x49zw -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id531526562791579\n" -"help.text" -msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" -msgstr "" - -#. rAhqF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id31526468046686\n" -"help.text" -msgid "Show sign date in signature line" -msgstr "" - -#. xWyoH -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id11526468051934\n" -"help.text" -msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" -msgstr "" - -#. SGaTf -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id791526468057743\n" -"help.text" -msgid "Instructions to the signer" -msgstr "" - -#. jrvVd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id131526560799876\n" -"help.text" -msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" -msgstr "" - #. 4qVPZ #: format_object.xhp msgctxt "" @@ -29446,159 +29320,6 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">I Blockera markeringsläge kan du välja ett rektangulärt textblock.</ahelp>" -#. MDAYT -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Signing the Signature Line" -msgstr "" - -#. DBWeJ -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"bm_id651526779220785\n" -"help.text" -msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" -msgstr "" - -#. RppUk -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526575112776\n" -"help.text" -msgid "<variable id=\"signsignatureline01\"><link href=\"text/swriter/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" -msgstr "" - -#. QNtMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id611526575121298\n" -"help.text" -msgid "%PRODUCTNAME Writer lets you sign digitally a signature line." -msgstr "" - -#. TNcxx -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526575127337\n" -"help.text" -msgid "On signing a signature line, %PRODUCTNAME Writer fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." -msgstr "" - -#. 2S44H -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id291526564031387\n" -"help.text" -msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." -msgstr "" - -#. roSVC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id311526563971364\n" -"help.text" -msgid "Your Name" -msgstr "" - -#. EDZbU -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526564217965\n" -"help.text" -msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" -msgstr "" - -#. AdPnC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526563978041\n" -"help.text" -msgid "Certificate" -msgstr "" - -#. VATQB -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id31526564223526\n" -"help.text" -msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" -msgstr "" - -#. 7EAfe -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id251526576138883\n" -"help.text" -msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." -msgstr "" - -#. CG8CA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id301526563985718\n" -"help.text" -msgid "Instructions from the document creator" -msgstr "" - -#. GoLTw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id271526564228571\n" -"help.text" -msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" -msgstr "" - -#. H8zHw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id161526563992082\n" -"help.text" -msgid "Add comments" -msgstr "" - -#. dYbqA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526564234712\n" -"help.text" -msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" -msgstr "" - -#. SAEMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id621526576147414\n" -"help.text" -msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." -msgstr "" - -#. GLUyy -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526579319036\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" -msgstr "" - #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter/02.po b/source/sv/helpcontent2/source/text/swriter/02.po index c011a4ce334..6cc0872e807 100644 --- a/source/sv/helpcontent2/source/text/swriter/02.po +++ b/source/sv/helpcontent2/source/text/swriter/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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2017-11-22 15:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -106,14 +106,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another." msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Länkar den markerade ramen till nästa ram.</ahelp> Texten bryts automatiskt från ram till ram." -#. 8tiT2 +#. BA5Cn #: 03210000.xhp msgctxt "" "03210000.xhp\n" "par_id3145244\n" "help.text" -msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148771\">Icon Link Frames</alt></image>" +msgstr "" #. kcF9p #: 03210000.xhp @@ -313,14 +313,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">Om det här läget är aktivt påverkar ändringar av en linje och/eller kolumn endast de intilliggande linjerna eller kolumnerna.</ahelp>" -#. GFCW3 +#. ds3eW #: 04220000.xhp msgctxt "" "04220000.xhp\n" "par_id3155896\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155903\">Icon Table: Fixed</alt></image>" +msgstr "" #. aRzgG #: 04220000.xhp @@ -358,14 +358,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">If this mode is active, changes to the line and/or column affect the entire table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">Om det här läget är aktivt påverkar ändringar i en rad och/eller kolumn hela tabellen.</ahelp>" -#. CzehF +#. f7A4m #: 04230000.xhp msgctxt "" "04230000.xhp\n" "par_id3145087\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156378\">Icon Table: Fixed, Proportional</alt></image>" +msgstr "" #. nSBPn #: 04230000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">Om det här läget är aktivt påverkar ändringar i en rad och/eller kolumn storleken på tabellen.</ahelp>" -#. kyrCK +#. 5oPk9 #: 04240000.xhp msgctxt "" "04240000.xhp\n" "par_id3145415\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Table: Variable</alt></image>" +msgstr "" #. 6EZas #: 04240000.xhp @@ -511,14 +511,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Turns off numbering or bullets in the current paragraph or selected paragraphs.</ahelp>" msgstr "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Stänger av numrering eller punktuppställning i det aktuella stycket eller de markerade styckena.</ahelp>" -#. MT9kg +#. p6pTC #: 06040000.xhp msgctxt "" "06040000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145083\">Icon Numbering Off</alt></image>" +msgstr "" #. tfm6a #: 06040000.xhp @@ -691,14 +691,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a paragraph with subpoints to above the previous paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Flyttar ett stycke med understycken till ovanför föregående stycke.</ahelp> Den är bara synlig om markören är placerad i en numrerad lista eller en punktlista." -#. fpBvY +#. BRFCD #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3145083\n" "help.text" -msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Move Up with Subpoints</alt></image>" +msgstr "" #. QBCGp #: 06120000.xhp @@ -736,14 +736,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Flyttar ett stycke med alla understycken till efter följande stycke.</ahelp> Den är bara synlig om markören är placerad i en numrerad lista eller en punktlista." -#. jZNDe +#. we8BZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3145086\n" "help.text" -msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icon Move Down with Subpoints</alt></image>" +msgstr "" #. XsMtS #: 06130000.xhp @@ -781,14 +781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restarts the text numbering.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Börjar om textnumreringen. </ahelp> Den är bara synlig om markören är placerad i en numrerad lista eller en punktlista." -#. Xo2Dt +#. SLjuC #: 06140000.xhp msgctxt "" "06140000.xhp\n" "par_id3145082\n" "help.text" -msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145089\">Icon Restart Numbering</alt></image>" +msgstr "" #. dPfnv #: 06140000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zooms in to get a close-up view of the document.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zoomar in och ger en närbild av dokumentet.</ahelp>" -#. ADShg +#. CCWap #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3154572\n" "help.text" -msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Ikon</alt></image>" +msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155895\">Icon Zoom In</alt></image>" +msgstr "" #. pBveG #: 10010000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Displays two pages in the Print Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left." msgstr "" -#. 8gY6Q +#. 5xzpi #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3149292\n" "help.text" -msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151170\">Icon Two Pages Preview</alt></image>" +msgstr "" #. tb5KW #: 10050000.xhp @@ -2806,14 +2806,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp>" msgstr "" -#. BXqdY +#. YsphR #: 14040000.xhp msgctxt "" "14040000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Icon</alt></image>" -msgstr "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Symbol</alt></image>" +msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149291\">Icon Apply</alt></image>" +msgstr "" #. nwkU8 #: 14040000.xhp @@ -3391,23 +3391,23 @@ msgctxt "" msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." msgstr "Om du vill infoga en annan dokumentegenskap som fältkommando, väljer du kommandot <emph>Infoga - Fältkommando - Andra...</emph> och gör önskade inställningar i dialogrutan <link href=\"text/swriter/01/04090000.xhp\" name=\"Fältkommandon\"><emph>Fältkommandon</emph></link>. Här hittar du samtliga tillgängliga fälttyper under fliken <emph>Dokumentinfo</emph>." -#. yKXfD +#. XDZuz #: 18030700.xhp msgctxt "" "18030700.xhp\n" "tit\n" "help.text" -msgid "Author" -msgstr "Författare" +msgid "First Author (field)" +msgstr "" -#. pULSs +#. 7ACzA #: 18030700.xhp msgctxt "" "18030700.xhp\n" "hd_id3154505\n" "help.text" -msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>" -msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"Författare\">Författare</link>" +msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">First Author (field)</link>" +msgstr "" #. wAFbk #: 18030700.xhp @@ -3454,14 +3454,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Graphic\">If the <emph>Images and Charts</emph> icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp>" msgstr "<ahelp hid=\".uno:Graphic\">Om ikonen <emph>Visning av bilder på/av</emph> är aktiverad på <emph>ikonraden</emph> så visas inga grafiska objekt - bara tomma ramar som platshållare.</ahelp>" -#. ubDCM +#. cpSji #: 18120000.xhp msgctxt "" "18120000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\"><alt id=\"alt_id3156379\">Icon</alt></image>" -msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Symbol</alt></image>" +msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156379\">Icon Images and Charts</alt></image>" +msgstr "" #. P95p4 #: 18120000.xhp @@ -3517,14 +3517,14 @@ msgctxt "" msgid "On Tools bar, click" msgstr "" -#. xewd4 +#. DPCTF #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>" -msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Symbol</alt></image>" +msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" +msgstr "" #. yboK5 #: 18130000.xhp @@ -3805,14 +3805,14 @@ msgctxt "" msgid "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Text Animation</link>" msgstr "<link href=\"text/swriter/02/19050000.xhp\" name=\"Animerad text\">Animerad text</link>" -#. nR5SH +#. aDAnh #: 19050000.xhp msgctxt "" "19050000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149292\">Icon Text Animation</alt></image>" +msgstr "" #. Hp96F #: 19050000.xhp @@ -3849,4 +3849,3 @@ msgctxt "" "help.text" msgid "<ahelp hid=\".uno:StateWordCount\">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">word count dialog</link>, which shows extra document statistics.</ahelp>" msgstr "<ahelp hid=\".uno:StateWordCount\">Antalet ord i ett dokument och antalet ord som är markerade visas i detta fält i statusfältet. Dubbelklick öppnar dialogen <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">Antal ord</link> som visar ytterligare dokumentstatistik.</ahelp>" - diff --git a/source/sv/helpcontent2/source/text/swriter/04.po b/source/sv/helpcontent2/source/text/swriter/04.po index f7b494faf34..2bbfaccd018 100644 --- a/source/sv/helpcontent2/source/text/swriter/04.po +++ b/source/sv/helpcontent2/source/text/swriter/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: 2019-07-11 18:38+0200\n" +"POT-Creation-Date: 2019-12-17 14:18+0100\n" "PO-Revision-Date: 2018-11-20 17:47+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -223,13 +223,13 @@ msgctxt "" msgid "Shift+F5" msgstr "" -#. 4HBb2 +#. E4Zqz #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id191547122572675\n" "help.text" -msgid "Places the cursor at the position it had when the file was last saved. This only works if an author’s name is provided in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem>." +msgid "Moves the cursor to the position that it had when the document was last saved before it was last closed." msgstr "" #. GEWBz @@ -2212,23 +2212,23 @@ msgctxt "" msgid "Esc" msgstr "Esc" -#. YzJwP +#. 2Rxbk #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149024\n" "help.text" -msgid "Cursor is inside a text frame and no text is selected: Escape selects the text frame." -msgstr "Markören står i en textram och ingen text är markerad: Escape markerar textramen." +msgid "Cursor is inside a frame and no text is selected: Escape selects the frame." +msgstr "" -#. zC5Pc +#. 9B5YD #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149039\n" "help.text" -msgid "Text frame is selected: Escape clears the cursor from the text frame." -msgstr "Textramen är markerad: Escape avmarkerar ramen." +msgid "Frame is selected: Escape clears the cursor from the frame." +msgstr "" #. aCq7z #: 01020000.xhp @@ -2239,14 +2239,14 @@ msgctxt "" msgid "F2 or Enter or any key that produces a character on screen" msgstr "F2, Retur eller någon annan tangent som skapar ett tecken på skärmen." -#. kTaZn +#. 3dnSh #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149890\n" "help.text" -msgid "If a text frame is selected: positions the cursor to the end of the text in the text frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." -msgstr "Om en textram är markerad: placerar markören i slutet av texten i textramen. Om du trycker på en tangent som skapar ett tecken på skärmen och dokumentet är i redigeringsläge, läggs tecknet till i texten." +msgid "If a frame is selected: positions the cursor to the end of the text in the frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." +msgstr "" #. EHxBu #: 01020000.xhp diff --git a/source/sv/helpcontent2/source/text/swriter/guide.po b/source/sv/helpcontent2/source/text/swriter/guide.po index 6a424a3fdad..85bedaa868e 100644 --- a/source/sv/helpcontent2/source/text/swriter/guide.po +++ b/source/sv/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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-11-12 14:08+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2878,14 +2878,14 @@ msgctxt "" msgid "Using Captions" msgstr "Använda bildtexter" -#. ACbSy +#. KJCFz #: captions.xhp msgctxt "" "captions.xhp\n" "bm_id3147691\n" "help.text" -msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" -msgstr "<bookmark_value>infoga; bildtexter</bookmark_value> <bookmark_value>bildtexter; infoga och redigera</bookmark_value> <bookmark_value>redigera;bildtexter</bookmark_value> <bookmark_value>objekt; förse med bildtext</bookmark_value> <bookmark_value>tabeller; etikettera</bookmark_value> <bookmark_value>ramar; etikettera</bookmark_value> <bookmark_value>diagram; etikettera</bookmark_value> <bookmark_value>textramar; etikettera</bookmark_value> <bookmark_value>ritobjekt; infoga bildtexter</bookmark_value> <bookmark_value>förklaringar, se även bildtexter</bookmark_value>" +msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" +msgstr "" #. S9d5u #: captions.xhp @@ -8818,6 +8818,15 @@ msgctxt "" msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the <item type=\"menuitem\">Assign styles</item> button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the chapter level for the paragraph style." msgstr "" +#. a7Nyb +#: indices_toc.xhp +msgctxt "" +"indices_toc.xhp\n" +"par_id1001574720273772\n" +"help.text" +msgid "%PRODUCTNAME creates the table of contents entries based on the chapter level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Chapter Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents." +msgstr "" + #. Fdoe5 #: indices_toc.xhp msgctxt "" @@ -10978,13 +10987,13 @@ msgctxt "" msgid "To Change the Page Background" msgstr "Så här ändrar du sidbakgrunden" -#. PJ8gN +#. gsKDm #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10827\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." msgstr "" #. ER3fT @@ -11041,23 +11050,23 @@ msgctxt "" msgid "To apply the new page style to all subsequent pages, select the name of the new page style." msgstr "För att använda det nya sidformatet på alla följande sidor så markerar du namnet på det nya sidformatet." -#. bBhFQ +#. VwG2A #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN1085F\n" "help.text" -msgid "Click the <emph>Background</emph> tab." -msgstr "Klicka på fliken <emph>Bakgrund</emph>." +msgid "Click the <emph>Area</emph> tab." +msgstr "" -#. aVDSn +#. FivVF #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10867\n" "help.text" -msgid "In the list box at the top, select whether you want a solid color or a graphic. Then select your options from the tab page." -msgstr "Välj i listrutan längst upp om du vill ha grafik i bakgrunden eller enfärgad bakgrund. Sedan kan du välja olika alternativ på fliken." +msgid "Select whether you want a solid color or a graphic. Then select your options from the tab page." +msgstr "" #. Wx8wE #: pagebackground.xhp @@ -11086,13 +11095,13 @@ msgctxt "" msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details." msgstr "Kontrollera först om du har skapat en sidformatmall med sidbakgrund. Se <link href=\"text/swriter/guide/pagebackground.xhp#define\">Så här ändrar du sidbakgrunden</link> för mer information." -#. 7AGc4 +#. zrFB3 #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10892\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." msgstr "" #. Pr9iF @@ -11140,14 +11149,14 @@ msgctxt "" msgid "Click in front of the first character of the paragraph where you want to change the page background." msgstr "Klicka framför den första bokstaven i det stycke där du vill tillämpa sidbakgrunden." -#. CrwyY +#. p4WdD #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN108C1\n" "help.text" -msgid "Choose <emph>Insert - Manual Break</emph>." -msgstr "Välj <emph>Infoga - Manuell brytning </emph>." +msgid "Choose <menuitem>Insert - Manual Break</menuitem>." +msgstr "" #. GkxXk #: pagebackground.xhp @@ -16747,14 +16756,14 @@ msgctxt "" msgid "Using a Frame to Center Text on a Page" msgstr "Centrera text på en sida genom att använda en ram" -#. Beo25 +#. b3dV2 #: text_centervert.xhp msgctxt "" "text_centervert.xhp\n" "bm_id3155177\n" "help.text" -msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" -msgstr "<bookmark_value>textramar; centrera på sidor</bookmark_value> <bookmark_value>centrera;textramar på sidor</bookmark_value> <bookmark_value>rubriksidor; centrera text på</bookmark_value>" +msgid "<bookmark_value>frames; centering on pages</bookmark_value> <bookmark_value>centering;frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" +msgstr "" #. DwAcK #: text_centervert.xhp @@ -17017,50 +17026,50 @@ msgctxt "" msgid "Use Fontwork. To open the Fontwork window, click the Fontwork Gallery icon on the Drawing bar." msgstr "Använd Fontwork. Du öppnar Fontwork-fönstret genom att klicka på ikonen Fontwork-galleri på Ritverktygsraden." -#. 4BM7c +#. CiExc #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "tit\n" "help.text" -msgid "Inserting, Editing, and Linking Text Frames" -msgstr "Infoga, redigera och länka textramar" +msgid "Inserting, Editing, and Linking Frames" +msgstr "" -#. xkkVy +#. 5QyBg #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "bm_id3149487\n" "help.text" -msgid "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>" -msgstr "<bookmark_value>textramar; infoga/redigera/länka</bookmark_value> <bookmark_value>redigera;textramar</bookmark_value> <bookmark_value>infoga;textramar</bookmark_value> <bookmark_value>ändra storlek på;textramar, med musen</bookmark_value> <bookmark_value>skalning; textramar, med musen</bookmark_value> <bookmark_value>länkar;textramar</bookmark_value> <bookmark_value>textflöde; från ram till ram</bookmark_value> <bookmark_value>ramar; länka</bookmark_value> <bookmark_value>skriva ut;dölja textramar vid utskrift</bookmark_value>" +msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>" +msgstr "" -#. GTZ2B +#. XN4cq #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3149487\n" "help.text" -msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Inserting, Editing, and Linking Text Frames</link></variable>" -msgstr "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Infoga, redigera och länka textramar\">Infoga, redigera och länka textramar</link></variable>" +msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Frames\">Inserting, Editing, and Linking Frames</link></variable>" +msgstr "" -#. T26YG +#. JY4Cz #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149842\n" "help.text" -msgid "A text frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." -msgstr "En textram är en behållare för text och grafik som du kan placera var som helst på sidan. Du kan även använda en ram för att tillämpa en kolumnlayout på texten." +msgid "A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." +msgstr "" -#. HEucf +#. WuTkK #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3156104\n" "help.text" -msgid "To Insert a Text Frame" -msgstr "Så här infogar du en textram" +msgid "To Insert a Frame" +msgstr "" #. yqfuF #: text_frame.xhp @@ -17080,23 +17089,23 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>, and click OK." msgstr "Välj <emph>Infoga - Ram</emph> och klicka på OK." -#. MrG8E +#. TDcUM #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3145115\n" "help.text" -msgid "To Edit a Text Frame" -msgstr "Så här redigerar du en textram" +msgid "To Edit a Frame" +msgstr "" -#. GxKCC +#. oPhnC #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149578\n" "help.text" -msgid "To edit the contents of a text frame, click in the frame, and make the changes that you want." -msgstr "Om du vill redigera innehållet i en textram klickar du i ramen och ändrar det som du vill ändra." +msgid "To edit the contents of a frame, click in the frame, and make the changes that you want." +msgstr "" #. jjneJ #: text_frame.xhp @@ -17107,14 +17116,14 @@ msgctxt "" msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>." msgstr "Om du vill redigera en ram markerar du ramen, högerklickar och väljer sedan ett formateringsalternativ. Du kan även högerklicka på den markerade ramen och välja <emph>Ram</emph>." -#. vegBE +#. 4xw7Q #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3156261\n" "help.text" -msgid "To resize a text frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." -msgstr "Om du vill ändra storlek på en textram klickar du på ramens kant och drar i en kant eller ett hörn. Om du håller ned Skift medan du drar så behåller du ramens proportioner." +msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." +msgstr "" #. buehC #: text_frame.xhp @@ -17125,23 +17134,23 @@ msgctxt "" msgid "To Hide Text From Printing" msgstr "Så här döljer du textramar vid utskrift" -#. 6AQfD +#. K2BJm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154262\n" "help.text" -msgid "Any Writer text frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." -msgstr "Alla Writer-textramar kan ställas in så att texten visas på skärmen men inte skrivs ut." +msgid "Any Writer frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." +msgstr "" -#. FC4BY +#. 2DYo3 #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154858\n" "help.text" -msgid "Select the text frame (you see the eight handles)." -msgstr "Markera textramen (åtta handtag visas)." +msgid "Select the frame (you see the eight handles)." +msgstr "" #. eamsW #: text_frame.xhp @@ -17161,23 +17170,23 @@ msgctxt "" msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>." msgstr "Under <emph>Egenskaper</emph> avmarkerar du kryssrutan <emph>Skriv ut</emph> och klickar på <emph>OK</emph>." -#. jCGTB +#. 85fLs #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3148701\n" "help.text" -msgid "To Link Text Frames" -msgstr "Så här länkar du textramar" +msgid "To Link Frames" +msgstr "" -#. 6wEGE +#. AqEGm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149986\n" "help.text" -msgid "You can link Writer text frames so that their contents automatically flow from one frame to another." -msgstr "Du kan länka Writer-textramar så att innehållet automatiskt flödar från en ram till en annan." +msgid "You can link Writer frames so that their contents automatically flow from one frame to another." +msgstr "" #. AFrkj #: text_frame.xhp @@ -17188,14 +17197,14 @@ msgctxt "" msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame." msgstr "Klicka på kanten på en ram som du vill länka. Markeringshandtag visas på ramens kanter." -#. NB84a +#. aBJGi #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3150223\n" "help.text" -msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." -msgstr "Klicka på ikonen <item type=\"menuitem\">Länka</item> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Ikon</alt></image> på raden <item type=\"menuitem\">Ram</item>." +msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon<image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." +msgstr "" #. vEBwD #: text_frame.xhp @@ -17746,14 +17755,14 @@ msgctxt "" msgid "Place the cursor in the document where you want to insert the file." msgstr "Placera markören i dokumentet där du vill infoga filen." -#. XCVLy +#. qKtc5 #: textdoc_inframe.xhp msgctxt "" "textdoc_inframe.xhp\n" "par_id3147412\n" "help.text" -msgid "Choose <emph>Insert - File</emph>." -msgstr "Välj <emph>Infoga - Fil</emph>." +msgid "Choose <menuitem>Insert - Text from File</menuitem>." +msgstr "" #. jNsFu #: textdoc_inframe.xhp @@ -18160,14 +18169,14 @@ msgctxt "" msgid "Select the paragraph(s) that you want to add bullets to." msgstr "Markera stycket eller styckena där du vill lägga till en punktuppställning." -#. Yx5zS +#. SjDdr #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3149635\n" "help.text" -msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image>." -msgstr "På verktygsraden <item type=\"menuitem\">Formatera</item> klickar du på ikonen <item type=\"menuitem\">Punktuppställning på/av</item> <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">Ikon</alt></image>." +msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image> (Shift-F12)." +msgstr "" #. fd4ap #: using_numbered_lists.xhp @@ -18196,14 +18205,23 @@ msgctxt "" msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>." msgstr "Om du vill ändra formateringen av en punktuppställd lista väljer du <item type=\"menuitem\">Format - Punktuppställningstecken</item>." -#. EfcyW +#. wyMSC #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3153390\n" "help.text" -msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Image</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area." -msgstr "Om du t.ex. vill ändra symbolen i punktuppställningen så klickar du på fliken <item type=\"menuitem\">Alternativ</item>, klickar på bläddringsknappen (<item type=\"menuitem\">...</item>) intill <item type=\"menuitem\">Tecken</item> och markerar ett specialtecken. Du kan även klicka på fliken <item type=\"menuitem\">Bild</item> och sedan klicka på en symbolformatmall under <item type=\"menuitem\">Urval</item> ." +msgid "Click on the <item type=\"menuitem\">Bullet</item> tab or the <item type=\"menuitem\">Image</item> tab, and then select a symbol style in the <item type=\"menuitem\">Selection</item> area." +msgstr "" + +#. XtKb5 +#: using_numbered_lists.xhp +msgctxt "" +"using_numbered_lists.xhp\n" +"par_id3153399\n" +"help.text" +msgid "To introduce another bulleting symbol, click on the <item type=\"menuitem\">Customize</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, then select a special character." +msgstr "" #. xJEoQ #: using_numbered_lists2.xhp @@ -19230,4 +19248,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/swriter/01/05060201.xhp\" name=\"Contour Editor\">Contour Editor</link>" msgstr "<link href=\"text/swriter/01/05060201.xhp\" name=\"Konturredigerare\">Konturredigerare</link>" - |