diff options
Diffstat (limited to 'source/en-GB/helpcontent2')
15 files changed, 559 insertions, 279 deletions
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/source/en-GB/helpcontent2/source/text/sbasic/shared.po index 8287ecfde50..06da25ec5e9 100644 --- a/source/en-GB/helpcontent2/source/text/sbasic/shared.po +++ b/source/en-GB/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: 2018-10-21 20:57+0200\n" +"POT-Creation-Date: 2018-11-16 22:41+0100\n" "PO-Revision-Date: 2018-10-22 23:03+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1540249388.000000\n" #: 00000002.xhp @@ -15275,6 +15275,30 @@ msgstr "Description" #: 03040000.xhp msgctxt "" "03040000.xhp\n" +"par_id671542197262160\n" +"help.text" +msgid "Part of vbTriState enumeration." +msgstr "" + +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id351542197255532\n" +"help.text" +msgid "Part of vbTriState enumeration." +msgstr "" + +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id251542197274514\n" +"help.text" +msgid "Part of vbTriState enumeration." +msgstr "" + +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" "par_id611512313731233\n" "help.text" msgid "CR - Carriage return" @@ -34936,6 +34960,158 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060106.xhp#bm_id3158121\">Calc ROUND function</link>" msgstr "<link href=\"text/scalc/01/04060106.xhp#bm_id3158121\">Calc ROUND function</link>" +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"tit\n" +"help.text" +msgid "FormatNumber Function [VBA]" +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"bm_id661542193659245\n" +"help.text" +msgid "<bookmark_value>FormatNumber function</bookmark_value>" +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"hd_id871542193473857\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03170010.xhp\" name=\"FormatNumber Function [VBA]\">FormatNumber [VBA]</link>" +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id351542193473858\n" +"help.text" +msgid "Returns a string with a number formatting applied to a numeric expression." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id761542194361212\n" +"help.text" +msgid "String" +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id240720170117391741\n" +"help.text" +msgid "<emph>expression</emph>: Required. The numeric expression to be formatted." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id631542195798758\n" +"help.text" +msgid "<emph>numDigitsAfterDecimal</emph>: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id961542200034362\n" +"help.text" +msgid "<emph>includeLeadingDigit</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value, specifying whether a leading zero should be displayed for fractional values." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id561542198440051\n" +"help.text" +msgid "<emph>vbTrue or -1</emph>: Display a leading zero." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id21542198550868\n" +"help.text" +msgid "<emph>vbFalse or 0</emph>: Do not display leading zeros." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id241542199046808\n" +"help.text" +msgid "<emph>vbUseDefaults or -2</emph>: Use the user interface locale settings. This is the default when omitted." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id311542201637647\n" +"help.text" +msgid "<emph>useParensForNegativeNumbers</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying whether negative numbers should be encased in parenthesis." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id561543198440051\n" +"help.text" +msgid "<emph>vbTrue or -1</emph>: Use parenthesis for negative numbers." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id21542398550868\n" +"help.text" +msgid "<emph>vbFalse or 0</emph>: Do not display parenthesis." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id241542191246808\n" +"help.text" +msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id531542201968815\n" +"help.text" +msgid "<emph>groupDigits</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id561543198560051\n" +"help.text" +msgid "<emph>vbTrue or -1</emph>: Group digits." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id215423985506768\n" +"help.text" +msgid "<emph>vbFalse or 0</emph>: Do not group digits." +msgstr "" + +#: 03170010.xhp +msgctxt "" +"03170010.xhp\n" +"par_id241542191267808\n" +"help.text" +msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted." +msgstr "" + #: 05060700.xhp msgctxt "" "05060700.xhp\n" @@ -35749,8 +35925,8 @@ msgctxt "" "special_vba_func.xhp\n" "bm_id051920170358346963\n" "help.text" -msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value>" -msgstr "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value>" +msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value> <bookmark_value>VBA Functions;formatting numbers</bookmark_value>" +msgstr "" #: special_vba_func.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po b/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po index 90c342f66c2..fe5c52021f8 100644 --- a/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po +++ b/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:00+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196591.000000\n" +"X-POOTLE-MTIME: 1542322845.000000\n" #: 06130000.xhp msgctxt "" @@ -94,7 +94,7 @@ msgctxt "" "par_id3154791\n" "help.text" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" #: 06130000.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/scalc/00.po b/source/en-GB/helpcontent2/source/text/scalc/00.po index c0213d5816f..3565372a0e6 100644 --- a/source/en-GB/helpcontent2/source/text/scalc/00.po +++ b/source/en-GB/helpcontent2/source/text/scalc/00.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:07+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196592.000000\n" +"X-POOTLE-MTIME: 1542323265.000000\n" #: 00000004.xhp msgctxt "" @@ -30,7 +30,7 @@ msgctxt "" "hd_id3155535\n" "help.text" msgid "<variable id=\"wie\">To access this function...</variable>" -msgstr "" +msgstr "<variable id=\"wie\">To access this function...</variable>" #: 00000004.xhp msgctxt "" @@ -38,7 +38,7 @@ msgctxt "" "par_idN1056E\n" "help.text" msgid "<variable id=\"moreontop\">More explanations on top of this page.</variable>" -msgstr "" +msgstr "<variable id=\"moreontop\">More explanations on top of this page.</variable>" #: 00000004.xhp msgctxt "" @@ -46,7 +46,7 @@ msgctxt "" "par_idN105AF\n" "help.text" msgid "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone.</variable>" -msgstr "" +msgstr "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone.</variable>" #: 00000004.xhp msgctxt "" @@ -78,7 +78,7 @@ msgctxt "" "par_id3155555\n" "help.text" msgid "<variable id=\"kopffuss\">Choose <emph>Insert - Headers and Footers</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"kopffuss\">Choose <emph>Insert - Headers and Footers</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -86,7 +86,7 @@ msgctxt "" "par_id3159233\n" "help.text" msgid "<variable id=\"bkopfzeile\">Choose <emph>Insert - Headers and Footers - Header and Footer</emph> tabs.</variable>" -msgstr "" +msgstr "<variable id=\"bkopfzeile\">Choose <emph>Insert - Headers and Footers - Header and Footer</emph> tabs.</variable>" #: 00000402.xhp msgctxt "" @@ -94,7 +94,7 @@ msgctxt "" "par_id3150443\n" "help.text" msgid "<variable id=\"bausfullen\">Choose <emph>Sheet - Fill Cells</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bausfullen\">Choose <emph>Sheet - Fill Cells</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -102,7 +102,7 @@ msgctxt "" "par_id3143267\n" "help.text" msgid "<variable id=\"bausunten\">Choose <emph>Sheet - Fill Cells - Down</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bausunten\">Choose <emph>Sheet - Fill Cells - Down</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -110,7 +110,7 @@ msgctxt "" "par_id3153880\n" "help.text" msgid "<variable id=\"bausrechts\">Choose <emph>Sheet - Fill Cells - Right</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bausrechts\">Choose <emph>Sheet - Fill Cells - Right</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -118,7 +118,7 @@ msgctxt "" "par_id3151245\n" "help.text" msgid "<variable id=\"bausoben\">Choose <emph>Sheet - Fill Cells - Up</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bausoben\">Choose <emph>Sheet - Fill Cells - Up</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -126,7 +126,7 @@ msgctxt "" "par_id3145068\n" "help.text" msgid "<variable id=\"bauslinks\">Choose <emph>Sheet - Fill Cells - Left</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bauslinks\">Choose <emph>Sheet - Fill Cells - Left</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -134,7 +134,7 @@ msgctxt "" "par_id3150400\n" "help.text" msgid "<variable id=\"baustab\">Choose <emph>Sheet - Fill Cells - Sheets</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"baustab\">Choose <emph>Sheet - Fill Cells - Sheets</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -142,7 +142,7 @@ msgctxt "" "par_id3154910\n" "help.text" msgid "<variable id=\"bausreihe\">Choose <emph>Sheet - Fill Cells - Series</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bausreihe\">Choose <emph>Sheet - Fill Cells - Series</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -150,7 +150,7 @@ msgctxt "" "par_id3154123\n" "help.text" msgid "Choose <emph>Sheet - Clear Cells</emph>." -msgstr "" +msgstr "Choose <emph>Sheet - Clear Cells</emph>." #: 00000402.xhp msgctxt "" @@ -166,7 +166,7 @@ msgctxt "" "par_id3150011\n" "help.text" msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>" #: 00000402.xhp msgctxt "" @@ -174,7 +174,7 @@ msgctxt "" "par_id3153951\n" "help.text" msgid "Choose <emph>Sheet - Delete Sheet</emph>." -msgstr "" +msgstr "Choose <emph>Sheet - Delete Sheet</emph>." #: 00000402.xhp msgctxt "" @@ -182,7 +182,7 @@ msgctxt "" "par_id3155306\n" "help.text" msgid "Open context menu for a sheet tab." -msgstr "" +msgstr "Open context menu for a sheet tab." #: 00000402.xhp msgctxt "" @@ -190,7 +190,7 @@ msgctxt "" "par_id3146119\n" "help.text" msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>." -msgstr "" +msgstr "Choose <emph>Sheet - Move or Copy Sheet</emph>." #: 00000402.xhp msgctxt "" @@ -198,7 +198,7 @@ msgctxt "" "par_id3148645\n" "help.text" msgid "Open context menu for a sheet tab." -msgstr "" +msgstr "Open context menu for a sheet tab." #: 00000403.xhp msgctxt "" @@ -222,7 +222,7 @@ msgctxt "" "par_id3150275\n" "help.text" msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph>.</variable>" #: 00000403.xhp msgctxt "" @@ -230,7 +230,7 @@ msgctxt "" "par_id3154514\n" "help.text" msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph>.</variable>" #: 00000403.xhp msgctxt "" @@ -238,7 +238,7 @@ msgctxt "" "par_id3148947\n" "help.text" msgid "<variable id=\"rechenleiste\">Choose <emph>View - Formula Bar</emph> or <emph>View - Toolbars - Formula Bar</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"rechenleiste\">Choose <emph>View - Formula Bar</emph> or <emph>View - Toolbars - Formula Bar</emph>.</variable>" #: 00000403.xhp msgctxt "" @@ -246,7 +246,7 @@ msgctxt "" "par_id3148663\n" "help.text" msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"seumvo\">Choose <emph>View - Page Break</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -270,7 +270,7 @@ msgctxt "" "par_id3149784\n" "help.text" msgid "Choose <emph>Insert - Cells</emph>." -msgstr "" +msgstr "Choose <emph>Insert - Cells</emph>." #: 00000404.xhp msgctxt "" @@ -278,7 +278,7 @@ msgctxt "" "par_id3154514\n" "help.text" msgid "Open <emph>Insert Cells</emph> toolbar from <emph>Tools</emph> bar:" -msgstr "" +msgstr "Open <emph>Insert Cells</emph> toolbar from <emph>Tools</emph> bar:" #: 00000404.xhp msgctxt "" @@ -366,7 +366,7 @@ msgctxt "" "par_id3149033\n" "help.text" msgid "<variable id=\"eitab\">Choose <emph>Sheet - Insert Sheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"eitab\">Choose <emph>Sheet - Insert Sheet</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -374,7 +374,7 @@ msgctxt "" "par_idN1082F\n" "help.text" msgid "<variable id=\"eitabfile\">Choose <emph>Sheet - Insert Sheet from File</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"eitabfile\">Choose <emph>Sheet - Insert Sheet from File</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -382,7 +382,7 @@ msgctxt "" "par_id3155115\n" "help.text" msgid "Choose <emph>Insert - Function</emph>." -msgstr "" +msgstr "Choose <emph>Insert - Function</emph>." #: 00000404.xhp msgctxt "" @@ -430,7 +430,7 @@ msgctxt "" "par_id3155809\n" "help.text" msgid "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date & Time</emph></variable>" -msgstr "" +msgstr "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date & Time</emph></variable>" #: 00000404.xhp msgctxt "" @@ -518,7 +518,7 @@ msgctxt "" "par_id3155383\n" "help.text" msgid "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -526,7 +526,7 @@ msgctxt "" "par_id3153250\n" "help.text" msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -534,7 +534,7 @@ msgctxt "" "par_id3146776\n" "help.text" msgid "<variable id=\"eiextdata\">Choose <emph>Sheet - Link to External data</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"eiextdata\">Choose <emph>Sheet - Link to External data</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -542,7 +542,7 @@ msgctxt "" "par_id3143222\n" "help.text" msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>." -msgstr "" +msgstr "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>." #: 00000404.xhp msgctxt "" @@ -558,7 +558,7 @@ msgctxt "" "par_id3145214\n" "help.text" msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -566,7 +566,7 @@ msgctxt "" "par_id3153558\n" "help.text" msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph>.</variable>" #: 00000404.xhp msgctxt "" @@ -574,7 +574,7 @@ msgctxt "" "par_id3153483\n" "help.text" msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -598,7 +598,7 @@ msgctxt "" "par_id3154685\n" "help.text" msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -606,7 +606,7 @@ msgctxt "" "par_id3153194\n" "help.text" msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab.</variable>" #: 00000405.xhp msgctxt "" @@ -614,7 +614,7 @@ msgctxt "" "par_id3155854\n" "help.text" msgid "<variable id=\"fozei\">Choose <emph>Format - Rows</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fozei\">Choose <emph>Format - Rows</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -622,7 +622,7 @@ msgctxt "" "par_id3150012\n" "help.text" msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Rows - Optimal Height</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fozeiophoe\">Choose <emph>Format - Rows - Optimal Height</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -630,7 +630,7 @@ msgctxt "" "par_id3148645\n" "help.text" msgid "Choose <emph>Format - Rows - Hide</emph>." -msgstr "" +msgstr "Choose <emph>Format - Rows - Hide</emph>." #: 00000405.xhp msgctxt "" @@ -638,7 +638,7 @@ msgctxt "" "par_id3153728\n" "help.text" msgid "Choose <emph>Format - Columns - Hide</emph>." -msgstr "" +msgstr "Choose <emph>Format - Columns - Hide</emph>." #: 00000405.xhp msgctxt "" @@ -646,7 +646,7 @@ msgctxt "" "par_id3151114\n" "help.text" msgid "Choose <emph>Sheet - Hide Sheet</emph>." -msgstr "" +msgstr "Choose <emph>Sheet - Hide Sheet</emph>." #: 00000405.xhp msgctxt "" @@ -654,7 +654,7 @@ msgctxt "" "par_id3148576\n" "help.text" msgid "Choose <emph>Format - Rows - Show</emph>." -msgstr "" +msgstr "Choose <emph>Format - Rows - Show</emph>." #: 00000405.xhp msgctxt "" @@ -662,7 +662,7 @@ msgctxt "" "par_id3156286\n" "help.text" msgid "Choose <emph>Format - Columns - Show</emph>." -msgstr "" +msgstr "Choose <emph>Format - Columns - Show</emph>." #: 00000405.xhp msgctxt "" @@ -670,7 +670,7 @@ msgctxt "" "par_id3145645\n" "help.text" msgid "<variable id=\"fospa\">Choose <emph>Format - Columns</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fospa\">Choose <emph>Format - Columns</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -678,7 +678,7 @@ msgctxt "" "par_id3145252\n" "help.text" msgid "Choose <emph>Format - Columns - Optimal Width</emph>." -msgstr "" +msgstr "Choose <emph>Format - Columns - Optimal Width</emph>." #: 00000405.xhp msgctxt "" @@ -686,7 +686,7 @@ msgctxt "" "par_id3146971\n" "help.text" msgid "Double-click right column separator in column headers." -msgstr "" +msgstr "Double-click right column separator in column headers." #: 00000405.xhp msgctxt "" @@ -694,7 +694,7 @@ msgctxt "" "par_id3147362\n" "help.text" msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -702,7 +702,7 @@ msgctxt "" "par_id3163805\n" "help.text" msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -710,7 +710,7 @@ msgctxt "" "par_id3155333\n" "help.text" msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -718,7 +718,7 @@ msgctxt "" "par_idN1077A\n" "help.text" msgid "<variable id=\"foste\">Choose <emph>Format - Page</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"foste\">Choose <emph>Format - Page</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -726,7 +726,7 @@ msgctxt "" "par_id3155508\n" "help.text" msgid "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab.</variable>" #: 00000405.xhp msgctxt "" @@ -734,7 +734,7 @@ msgctxt "" "par_id3150883\n" "help.text" msgid "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -742,7 +742,7 @@ msgctxt "" "par_id3156448\n" "help.text" msgid "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -750,7 +750,7 @@ msgctxt "" "par_id3156290\n" "help.text" msgid "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -758,7 +758,7 @@ msgctxt "" "par_id3155812\n" "help.text" msgid "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Clear</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Clear</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -766,7 +766,7 @@ msgctxt "" "par_id3153307\n" "help.text" msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph>.</variable>" #: 00000405.xhp msgctxt "" @@ -774,7 +774,7 @@ msgctxt "" "par_id3153916\n" "help.text" msgid "Choose <emph>Format - AutoFormat</emph>." -msgstr "" +msgstr "Choose <emph>Format - AutoFormat</emph>." #: 00000405.xhp msgctxt "" @@ -782,7 +782,7 @@ msgctxt "" "par_id3154532\n" "help.text" msgid "On the <emph>Tools</emph> bar, click" -msgstr "" +msgstr "On the <emph>Tools</emph> bar, click" #: 00000405.xhp msgctxt "" @@ -806,7 +806,7 @@ msgctxt "" "par_id3154618\n" "help.text" msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -830,7 +830,7 @@ msgctxt "" "par_id3150541\n" "help.text" msgid "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -838,7 +838,7 @@ msgctxt "" "par_id3153194\n" "help.text" msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>." -msgstr "" +msgstr "Choose <emph>Tools - Detective - Trace Precedents</emph>." #: 00000406.xhp msgctxt "" @@ -854,7 +854,7 @@ msgctxt "" "par_id3154123\n" "help.text" msgid "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -862,7 +862,7 @@ msgctxt "" "par_id3145785\n" "help.text" msgid "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -870,7 +870,7 @@ msgctxt "" "par_id3155411\n" "help.text" msgid "Choose <emph>Tools - Detective - Trace Dependents</emph>." -msgstr "" +msgstr "Choose <emph>Tools - Detective - Trace Dependents</emph>." #: 00000406.xhp msgctxt "" @@ -886,7 +886,7 @@ msgctxt "" "par_id3146984\n" "help.text" msgid "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -894,7 +894,7 @@ msgctxt "" "par_id3154014\n" "help.text" msgid "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -902,7 +902,7 @@ msgctxt "" "par_id3153188\n" "help.text" msgid "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -910,7 +910,7 @@ msgctxt "" "par_id3149410\n" "help.text" msgid "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -918,7 +918,7 @@ msgctxt "" "par_id3156284\n" "help.text" msgid "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -926,7 +926,7 @@ msgctxt "" "par_id3153159\n" "help.text" msgid "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -934,7 +934,7 @@ msgctxt "" "par_id3147397\n" "help.text" msgid "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -942,7 +942,7 @@ msgctxt "" "par_id3154018\n" "help.text" msgid "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -950,7 +950,7 @@ msgctxt "" "par_id3269142\n" "help.text" msgid "<variable id=\"solver\">Choose <emph>Tools - Solver</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"solver\">Choose <emph>Tools - Solver</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -958,7 +958,7 @@ msgctxt "" "par_id8554338\n" "help.text" msgid "<variable id=\"solver_options\">Choose <emph>Tools - Solver</emph>, click <emph>Options</emph> button.</variable>" -msgstr "" +msgstr "<variable id=\"solver_options\">Choose <emph>Tools - Solver</emph>, click <emph>Options</emph> button.</variable>" #: 00000406.xhp msgctxt "" @@ -966,7 +966,7 @@ msgctxt "" "par_id3156277\n" "help.text" msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -974,7 +974,7 @@ msgctxt "" "par_id3149020\n" "help.text" msgid "<variable id=\"protect_sheet\">Choose <emph>Tools - Protect Sheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"protect_sheet\">Choose <emph>Tools - Protect Sheet</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -982,7 +982,7 @@ msgctxt "" "par_id3154256\n" "help.text" msgid "<variable id=\"protect_spreadsheet\">Choose <emph>Tools - Protect Spreadsheet</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"protect_spreadsheet\">Choose <emph>Tools - Protect Spreadsheet</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -990,7 +990,7 @@ msgctxt "" "par_id3146919\n" "help.text" msgid "Choose <emph>Data - Calculate - Recalculate</emph>." -msgstr "" +msgstr "Choose <emph>Data - Calculate - Recalculate</emph>." #: 00000406.xhp msgctxt "" @@ -1006,7 +1006,7 @@ msgctxt "" "par_id3150941\n" "help.text" msgid "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph>.</variable>" #: 00000406.xhp msgctxt "" @@ -1014,7 +1014,7 @@ msgctxt "" "par_id3151276\n" "help.text" msgid "<variable id=\"autoeingabe\">Choose <emph>Tools - AutoInput</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"autoeingabe\">Choose <emph>Tools - AutoInput</emph>.</variable>" #: 00000407.xhp msgctxt "" @@ -1038,7 +1038,7 @@ msgctxt "" "par_id3147335\n" "help.text" msgid "<variable id=\"fete\">Choose ><item type=\"menuitem\">View - Split Window</item>.</variable>" -msgstr "" +msgstr "<variable id=\"fete\">Choose ><item type=\"menuitem\">View - Split Window</item>.</variable>" #: 00000407.xhp msgctxt "" @@ -1046,7 +1046,7 @@ msgctxt "" "par_id3153663\n" "help.text" msgid "<variable id=\"fefix\">Choose <item type=\"menuitem\">View - Freeze Cells - Freeze Rows and Columns</item>.</variable>" -msgstr "" +msgstr "<variable id=\"fefix\">Choose <item type=\"menuitem\">View - Freeze Cells - Freeze Rows and Columns</item>.</variable>" #: 00000412.xhp msgctxt "" @@ -1070,7 +1070,7 @@ msgctxt "" "par_id8366954\n" "help.text" msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1078,7 +1078,7 @@ msgctxt "" "par_id3147399\n" "help.text" msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1086,7 +1086,7 @@ msgctxt "" "par_id3145345\n" "help.text" msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1094,7 +1094,7 @@ msgctxt "" "par_id3150443\n" "help.text" msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1102,7 +1102,7 @@ msgctxt "" "par_id3148491\n" "help.text" msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab." -msgstr "" +msgstr "Choose <emph>Data - Sort - Sort Criteria</emph> tab." #: 00000412.xhp msgctxt "" @@ -1110,7 +1110,7 @@ msgctxt "" "par_id3154516\n" "help.text" msgid "On <emph>Standard</emph> bar, click" -msgstr "" +msgstr "On <emph>Standard</emph> bar, click" #: 00000412.xhp msgctxt "" @@ -1150,7 +1150,7 @@ msgctxt "" "par_id3146984\n" "help.text" msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab.</variable>" #: 00000412.xhp msgctxt "" @@ -1158,7 +1158,7 @@ msgctxt "" "par_id3155308\n" "help.text" msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1166,7 +1166,7 @@ msgctxt "" "par_id3148646\n" "help.text" msgid "Choose <emph>Data - AutoFilter</emph>." -msgstr "" +msgstr "Choose <emph>Data - AutoFilter</emph>." #: 00000412.xhp msgctxt "" @@ -1174,7 +1174,7 @@ msgctxt "" "par_id3151113\n" "help.text" msgid "On <emph>Tools</emph> bar or <emph>Table Data</emph> bar, click" -msgstr "" +msgstr "On <emph>Tools</emph> bar or <emph>Table Data</emph> bar, click" #: 00000412.xhp msgctxt "" @@ -1198,7 +1198,7 @@ msgctxt "" "par_id3156278\n" "help.text" msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph> .</variable>" -msgstr "" +msgstr "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph> .</variable>" #: 00000412.xhp msgctxt "" @@ -1206,7 +1206,7 @@ msgctxt "" "par_id3153764\n" "help.text" msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label." -msgstr "" +msgstr "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label." #: 00000412.xhp msgctxt "" @@ -1214,7 +1214,7 @@ msgctxt "" "par_id3155444\n" "help.text" msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label." -msgstr "" +msgstr "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label." #: 00000412.xhp msgctxt "" @@ -1222,7 +1222,7 @@ msgctxt "" "par_id3156382\n" "help.text" msgid "Choose <emph>Data - More Filters - Reset Filter</emph>." -msgstr "" +msgstr "Choose <emph>Data - More Filters - Reset Filter</emph>." #: 00000412.xhp msgctxt "" @@ -1230,7 +1230,7 @@ msgctxt "" "par_id3155961\n" "help.text" msgid "On <emph>Table Data</emph> bar, click <emph>Reset Filter/Sort</emph>." -msgstr "" +msgstr "On <emph>Table Data</emph> bar, click <emph>Reset Filter/Sort</emph>." #: 00000412.xhp msgctxt "" @@ -1254,7 +1254,7 @@ msgctxt "" "par_id3152778\n" "help.text" msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1262,7 +1262,7 @@ msgctxt "" "par_id3166424\n" "help.text" msgid "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1270,7 +1270,7 @@ msgctxt "" "par_id3154574\n" "help.text" msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs.</variable>" -msgstr "" +msgstr "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs.</variable>" #: 00000412.xhp msgctxt "" @@ -1278,7 +1278,7 @@ msgctxt "" "par_id3151277\n" "help.text" msgid "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab.</variable>" #: 00000412.xhp msgctxt "" @@ -1286,7 +1286,7 @@ msgctxt "" "par_id3145133\n" "help.text" msgid "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1294,7 +1294,7 @@ msgctxt "" "par_id3152992\n" "help.text" msgid "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab.</variable>" #: 00000412.xhp msgctxt "" @@ -1302,7 +1302,7 @@ msgctxt "" "par_id3150367\n" "help.text" msgid "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab.</variable>" #: 00000412.xhp msgctxt "" @@ -1310,7 +1310,7 @@ msgctxt "" "par_id3154486\n" "help.text" msgid "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab.</variable>" -msgstr "" +msgstr "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab.</variable>" #: 00000412.xhp msgctxt "" @@ -1318,7 +1318,7 @@ msgctxt "" "par_id3146978\n" "help.text" msgid "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1326,7 +1326,7 @@ msgctxt "" "par_id3155809\n" "help.text" msgid "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1334,7 +1334,7 @@ msgctxt "" "par_id3148701\n" "help.text" msgid "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1342,7 +1342,7 @@ msgctxt "" "par_id3153815\n" "help.text" msgid "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1350,7 +1350,7 @@ msgctxt "" "par_id3159223\n" "help.text" msgid "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1358,7 +1358,7 @@ msgctxt "" "par_id3146870\n" "help.text" msgid "Choose <emph>Data - Group and Outline - Group</emph>." -msgstr "" +msgstr "Choose <emph>Data - Group and Outline - Group</emph>." #: 00000412.xhp msgctxt "" @@ -1398,7 +1398,7 @@ msgctxt "" "par_id3146781\n" "help.text" msgid "Choose <emph>Data - Group and Outline - Ungroup</emph>." -msgstr "" +msgstr "Choose <emph>Data - Group and Outline - Ungroup</emph>." #: 00000412.xhp msgctxt "" @@ -1438,7 +1438,7 @@ msgctxt "" "par_id3153008\n" "help.text" msgid "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1446,7 +1446,7 @@ msgctxt "" "par_id3154709\n" "help.text" msgid "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove Outline</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove Outline</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1454,7 +1454,7 @@ msgctxt "" "par_id1774346\n" "help.text" msgid "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables).</variable>" -msgstr "" +msgstr "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables).</variable>" #: 00000412.xhp msgctxt "" @@ -1462,7 +1462,7 @@ msgctxt "" "par_id3155759\n" "help.text" msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1470,7 +1470,7 @@ msgctxt "" "par_id3154625\n" "help.text" msgid "<variable id=\"dndpa\">Choose <emph>Insert - Pivot Table</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndpa\">Choose <emph>Insert - Pivot Table</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1478,7 +1478,7 @@ msgctxt "" "par_id3147558\n" "help.text" msgid "<variable id=\"dndq\">Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndq\">Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialogue box choose the option <emph>Data source registered in $[officename]</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1486,7 +1486,7 @@ msgctxt "" "par_id3153297\n" "help.text" msgid "Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialog choose the option <emph>Current selection</emph>." -msgstr "" +msgstr "Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialogue box choose the option <emph>Current selection</emph>." #: 00000412.xhp msgctxt "" @@ -1494,7 +1494,7 @@ msgctxt "" "par_id3145118\n" "help.text" msgid "Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog." -msgstr "" +msgstr "Choose <emph>Insert - Pivot Table</emph>, in the <emph>Select Source</emph> dialogue box choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialogue box." #: 00000412.xhp msgctxt "" @@ -1502,7 +1502,7 @@ msgctxt "" "par_id3153294\n" "help.text" msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1510,7 +1510,7 @@ msgctxt "" "par_id3151344\n" "help.text" msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1518,7 +1518,7 @@ msgctxt "" "par_id3150397\n" "help.text" msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph>.</variable>" #: 00000412.xhp msgctxt "" @@ -1526,7 +1526,7 @@ msgctxt "" "par_idN10B8F\n" "help.text" msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1550,7 +1550,7 @@ msgctxt "" "par_id160220162106567373\n" "help.text" msgid "<variable id=\"insert_rows_above\">Choose <emph>Sheet - Insert Rows - Rows Above</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_rows_above\">Choose <emph>Sheet - Insert Rows - Rows Above</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1558,7 +1558,7 @@ msgctxt "" "par_id160220162109048207\n" "help.text" msgid "<variable id=\"insert_rows_below\">Choose <emph>Sheet - Insert Rows - Rows Below</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_rows_below\">Choose <emph>Sheet - Insert Rows - Rows Below</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1566,7 +1566,7 @@ msgctxt "" "par_id160220162107055028\n" "help.text" msgid "<variable id=\"insert_columns_left\">Choose <emph>Sheet - Insert Columns - Columns Left</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_columns_left\">Choose <emph>Sheet - Insert Columns - Columns Left</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1574,7 +1574,7 @@ msgctxt "" "par_id160220162109126013\n" "help.text" msgid "<variable id=\"insert_columns_right\">Choose <emph>Sheet - Insert Columns - Columns Right</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_columns_right\">Choose <emph>Sheet - Insert Columns - Columns Right</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1582,7 +1582,7 @@ msgctxt "" "par_id3149095\n" "help.text" msgid "<variable id=\"insert_page_break\">Choose <emph>Sheet - Insert Page Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_page_break\">Choose <emph>Sheet - Insert Page Break</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1590,7 +1590,7 @@ msgctxt "" "par_id3149398\n" "help.text" msgid "<variable id=\"insert_page_break_row\">Choose <emph>Sheet - Insert Page Break - Row Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_page_break_row\">Choose <emph>Sheet - Insert Page Break - Row Break</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1598,7 +1598,7 @@ msgctxt "" "par_id3150084\n" "help.text" msgid "<variable id=\"insert_page_break_column\">Choose <emph>Sheet - Insert Page Break - Column Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"insert_page_break_column\">Choose <emph>Sheet - Insert Page Break - Column Break</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1606,7 +1606,7 @@ msgctxt "" "par_id3153093\n" "help.text" msgid "<variable id=\"delete_page_break\">Choose <emph>Sheet - Delete Page Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"delete_page_break\">Choose <emph>Sheet - Delete Page Break</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1614,7 +1614,7 @@ msgctxt "" "par_id3153191\n" "help.text" msgid "<variable id=\"delete_page_break_row\">Choose <emph>Sheet - Delete Page Break - Row Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"delete_page_break_row\">Choose <emph>Sheet - Delete Page Break - Row Break</emph>.</variable>" #: sheet_menu.xhp msgctxt "" @@ -1622,4 +1622,4 @@ msgctxt "" "par_id3145645\n" "help.text" msgid "<variable id=\"delete_page_break_column\">Choose <emph>Sheet - Delete Page Break - Column Break</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"delete_page_break_column\">Choose <emph>Sheet - Delete Page Break - Column Break</emph>.</variable>" diff --git a/source/en-GB/helpcontent2/source/text/scalc/01.po b/source/en-GB/helpcontent2/source/text/scalc/01.po index edd1837a551..160019a421f 100644 --- a/source/en-GB/helpcontent2/source/text/scalc/01.po +++ b/source/en-GB/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: 2018-11-12 12:22+0100\n" +"POT-Creation-Date: 2018-11-16 22:41+0100\n" "PO-Revision-Date: 2018-11-13 09:11+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542100278.000000\n" #: 01120000.xhp @@ -55120,6 +55120,118 @@ msgctxt "" msgid "<item type=\"literal\">RAWSUBTRACT(0.987654321098765)</item> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers." msgstr "<item type=\"literal\">RAWSUBTRACT(0.987654321098765)</item> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers." +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"tit\n" +"help.text" +msgid "REGEX Function" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"bm_id831542233029549\n" +"help.text" +msgid "<bookmark_value>REGEX function</bookmark_value> <bookmark_value>regular expressions;extracting in spreadsheets</bookmark_value> <bookmark_value>regular expressions;REGEX function</bookmark_value>" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"hd_id961542230672100\n" +"help.text" +msgid "<link href=\"text/scalc/01/func_regex.xhp\" name=\"function REGEX\">REGEX</link>" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id541542230672101\n" +"help.text" +msgid "<variable id=\"func_regex_desc\"><ahelp hid=\".\">Matches and extracts or optionally replaces text using regular expressions.</ahelp></variable>" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "REGEX( Text ; Expression [ ; [ Replacement ] [ ; Flags ] ] )" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id621542232197446\n" +"help.text" +msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id211542232209275\n" +"help.text" +msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match, #N/A is returned." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id581542232755604\n" +"help.text" +msgid "<emph>Replacement</emph>: Optional. The replacement text and references to capture groups. If there is no match, <emph>Text</emph> is returned unmodified." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id421542232246840\n" +"help.text" +msgid "<emph>Flags</emph>: Optional. \"g\" replaces all matches of <emph>Expression</emph> in <emph>Text</emph>, not extracted. If there is no match, <emph>Text</emph> is returned unmodified." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id371542291684176\n" +"help.text" +msgid "<item type=\"input\">=REGEX(\"123456ABCDEF\";\"[:digit:]\";\"Z\")</item> returns \"Z23456ABCDEF\", where the first match of a digit is replaced by \"Z\"." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id891542291697194\n" +"help.text" +msgid "<item type=\"input\">=REGEX(\"123456ABCDEF\";\"[:digit:]\";\"Z\";\"g\")</item> returns \"ZZZZZZABCDEF\", where all digits were replaced by \"Z\"." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id21542291705695\n" +"help.text" +msgid "<item type=\"input\">=REGEX(\"123456ABCDEF\";\"[1|2|6]\";\"\";\"g\")</item> returns \"345ABCDEF\", where any occurrence of \"1\", \"2\" or \"6\" is replaced by the empty string, thus deleted." +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id711542233602553\n" +"help.text" +msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">List of regular expressions</link>" +msgstr "" + +#: func_regex.xhp +msgctxt "" +"func_regex.xhp\n" +"par_id431542233650614\n" +"help.text" +msgid "<link href=\"https://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" +msgstr "" + #: func_roundsig.xhp msgctxt "" "func_roundsig.xhp\n" diff --git a/source/en-GB/helpcontent2/source/text/scalc/02.po b/source/en-GB/helpcontent2/source/text/scalc/02.po index 3e76a5406ce..2d804c8d146 100644 --- a/source/en-GB/helpcontent2/source/text/scalc/02.po +++ b/source/en-GB/helpcontent2/source/text/scalc/02.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:07+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196592.000000\n" +"X-POOTLE-MTIME: 1542323250.000000\n" #: 02130000.xhp msgctxt "" @@ -46,7 +46,7 @@ msgctxt "" "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>" -msgstr "" +msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" #: 02130000.xhp msgctxt "" @@ -62,7 +62,7 @@ msgctxt "" "par_id3146776\n" "help.text" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." -msgstr "" +msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." #: 02140000.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/scalc/guide.po b/source/en-GB/helpcontent2/source/text/scalc/guide.po index c6af041a141..5bd1954c4b5 100644 --- a/source/en-GB/helpcontent2/source/text/scalc/guide.po +++ b/source/en-GB/helpcontent2/source/text/scalc/guide.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:07+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196592.000000\n" +"X-POOTLE-MTIME: 1542323257.000000\n" #: address_auto.xhp msgctxt "" @@ -3710,7 +3710,7 @@ msgctxt "" "par_idN10693\n" "help.text" msgid "Choose <item type=\"menuitem\">Data - More Filters - Standard Filter</item>." -msgstr "" +msgstr "Choose <item type=\"menuitem\">Data - More Filters - Standard Filter</item>." #: database_filter.xhp msgctxt "" @@ -3766,7 +3766,7 @@ msgctxt "" "par_id3154944\n" "help.text" msgid "Choose <item type=\"menuitem\">Data - AutoFilter</item>." -msgstr "" +msgstr "Choose <item type=\"menuitem\">Data - AutoFilter</item>." #: database_filter.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared.po b/source/en-GB/helpcontent2/source/text/shared.po index f87fc821f64..2bc6b0ee470 100644 --- a/source/en-GB/helpcontent2/source/text/shared.po +++ b/source/en-GB/helpcontent2/source/text/shared.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:01+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196594.000000\n" +"X-POOTLE-MTIME: 1542322863.000000\n" #: 3dsettings_toolbar.xhp msgctxt "" @@ -2014,4 +2014,4 @@ msgctxt "" "hd_id1000010\n" "help.text" msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>." -msgstr "" +msgstr "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>." diff --git a/source/en-GB/helpcontent2/source/text/shared/00.po b/source/en-GB/helpcontent2/source/text/shared/00.po index c898bace2e5..b028e260703 100644 --- a/source/en-GB/helpcontent2/source/text/shared/00.po +++ b/source/en-GB/helpcontent2/source/text/shared/00.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:09+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196595.000000\n" +"X-POOTLE-MTIME: 1542323383.000000\n" #: 00000001.xhp msgctxt "" @@ -6222,7 +6222,7 @@ msgctxt "" "par_id621525017637963\n" "help.text" msgid "Choose <emph>File - Export As - Export as EPUB</emph>." -msgstr "" +msgstr "Choose <emph>File - Export As - Export as EPUB</emph>." #: 00000401.xhp msgctxt "" @@ -7198,7 +7198,7 @@ msgctxt "" "par_idN1091B\n" "help.text" msgid "<variable id=\"grid\">Choose <emph>View - Grid and Helplines</emph> (Impress or Draw).</variable>" -msgstr "" +msgstr "<variable id=\"grid\">Choose <emph>View - Grid and Helplines</emph> (Impress or Draw).</variable>" #: 00000403.xhp msgctxt "" @@ -7206,7 +7206,7 @@ msgctxt "" "par_idN1092E\n" "help.text" msgid "<variable id=\"guides\">Choose <emph>View - Snap Guides</emph> (Impress or Draw).</variable>" -msgstr "" +msgstr "<variable id=\"guides\">Choose <emph>View - Snap Guides</emph> (Impress or Draw).</variable>" #: 00000404.xhp msgctxt "" @@ -7862,7 +7862,7 @@ msgctxt "" "par_id9988402\n" "help.text" msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>" -msgstr "" +msgstr "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>" #: 00000406.xhp msgctxt "" @@ -11038,7 +11038,7 @@ msgctxt "" "par_id366527\n" "help.text" msgid "Choose <emph>Format - Text Box and Shape - Line</emph> (Writer)." -msgstr "" +msgstr "Choose <emph>Format - Text Box and Shape - Line</emph> (Writer)." #: 00040502.xhp msgctxt "" @@ -11046,7 +11046,7 @@ msgctxt "" "par_id3835261\n" "help.text" msgid "Choose <emph>Format - Object - Line</emph> (Calc)." -msgstr "" +msgstr "Choose <emph>Format - Object - Line</emph> (Calc)." #: 00040502.xhp msgctxt "" @@ -11078,7 +11078,7 @@ msgctxt "" "par_id3154285\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>Line - Line</emph> tab." -msgstr "" +msgstr "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>Line - Line</emph> tab." #: 00040502.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/01.po b/source/en-GB/helpcontent2/source/text/shared/01.po index a085bb0d639..c0101ae402a 100644 --- a/source/en-GB/helpcontent2/source/text/shared/01.po +++ b/source/en-GB/helpcontent2/source/text/shared/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:11+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196599.000000\n" +"X-POOTLE-MTIME: 1542323516.000000\n" #: 01010000.xhp msgctxt "" @@ -33638,7 +33638,7 @@ msgctxt "" "par_id3153748\n" "help.text" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" #: 06130000.xhp msgctxt "" @@ -37974,7 +37974,7 @@ msgctxt "" "tit\n" "help.text" msgid "OpenType Font Features" -msgstr "" +msgstr "OpenType Font Features" #: font_features.xhp msgctxt "" @@ -37982,7 +37982,7 @@ msgctxt "" "bm_id991541772077660\n" "help.text" msgid "<bookmark_value>font features</bookmark_value> <bookmark_value>font features;OpenType</bookmark_value> <bookmark_value>OpenType;font features</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>font features</bookmark_value> <bookmark_value>font features;OpenType</bookmark_value> <bookmark_value>OpenType;font features</bookmark_value>" #: font_features.xhp msgctxt "" @@ -37990,7 +37990,7 @@ msgctxt "" "hd_id581541769624076\n" "help.text" msgid "<link href=\"text/shared/01/font_features.xhp\" name=\"Features\">Font Features</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/font_features.xhp\" name=\"Features\">Font Features</link>" #: font_features.xhp msgctxt "" @@ -37998,7 +37998,7 @@ msgctxt "" "par_id501541769624078\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Select and apply font typographical features to characters.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Select and apply font typographical features to characters.</ahelp></variable>" #: font_features.xhp msgctxt "" @@ -38006,7 +38006,7 @@ msgctxt "" "par_id661541784477179\n" "help.text" msgid "Then press <emph>Features...</emph>" -msgstr "" +msgstr "Then press <emph>Features...</emph>" #: font_features.xhp msgctxt "" @@ -38014,7 +38014,7 @@ msgctxt "" "par_id321541773889428\n" "help.text" msgid "%PRODUCTNAME supports OpenType font format. The two main benefits of the OpenType format are its cross-platform compatibility, and its ability to support widely expanded character sets and layout features, which provide richer linguistic support and advanced typographic control." -msgstr "" +msgstr "%PRODUCTNAME supports OpenType font format. The two main benefits of the OpenType format are its cross-platform compatibility, and its ability to support widely expanded character sets and layout features, which provide richer linguistic support and advanced typographic control." #: font_features.xhp msgctxt "" @@ -38022,7 +38022,7 @@ msgctxt "" "par_id531541778397964\n" "help.text" msgid "OpenType fonts can include an expanded character set and layout features, providing broader linguistic support and more precise typographic control." -msgstr "" +msgstr "OpenType fonts can include an expanded character set and layout features, providing broader linguistic support and more precise typographic control." #: font_features.xhp msgctxt "" @@ -38030,7 +38030,7 @@ msgctxt "" "par_id31541774826256\n" "help.text" msgid "The features displayed in the Font Features dialog depends on the selected font." -msgstr "" +msgstr "The features displayed in the Font Features dialogue box depends on the selected font." #: font_features.xhp msgctxt "" @@ -38038,7 +38038,7 @@ msgctxt "" "hd_id81541778714507\n" "help.text" msgid "Font features box" -msgstr "" +msgstr "Font features box" #: font_features.xhp msgctxt "" @@ -38046,7 +38046,7 @@ msgctxt "" "par_id991541778707882\n" "help.text" msgid "The font features box contains the configurable features available for the font." -msgstr "" +msgstr "The font features box contains the configurable features available for the font." #: font_features.xhp msgctxt "" @@ -38054,7 +38054,7 @@ msgctxt "" "hd_id511541778721077\n" "help.text" msgid "Font feature visualization window" -msgstr "" +msgstr "Font feature visualisation window" #: font_features.xhp msgctxt "" @@ -38062,7 +38062,7 @@ msgctxt "" "par_id31541778666390\n" "help.text" msgid "The feature visualization window displays a default text where the selected features can be inspected." -msgstr "" +msgstr "The feature visualisation window displays a default text where the selected features can be inspected." #: font_features.xhp msgctxt "" @@ -38070,7 +38070,7 @@ msgctxt "" "par_id801541774734588\n" "help.text" msgid "<link href=\"https://en.wikipedia.org/wiki/OpenType\" name=\"OpenType\">Wikipedia on OpenType</link>" -msgstr "" +msgstr "<link href=\"https://en.wikipedia.org/wiki/OpenType\" name=\"OpenType\">Wikipedia on OpenType</link>" #: formatting_mark.xhp msgctxt "" @@ -39174,7 +39174,7 @@ msgctxt "" "bm_id1907712\n" "help.text" msgid "<bookmark_value>inserting; movies/sounds</bookmark_value><bookmark_value>sound files</bookmark_value><bookmark_value>playing movies and sound files</bookmark_value><bookmark_value>videos</bookmark_value><bookmark_value>movies</bookmark_value><bookmark_value>audio</bookmark_value><bookmark_value>music</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>inserting; movies/sounds</bookmark_value><bookmark_value>sound files</bookmark_value><bookmark_value>playing movies and sound files</bookmark_value><bookmark_value>videos</bookmark_value><bookmark_value>movies</bookmark_value><bookmark_value>audio</bookmark_value><bookmark_value>music</bookmark_value>" #: moviesound.xhp msgctxt "" @@ -39214,7 +39214,7 @@ msgctxt "" "par_idN1068E\n" "help.text" msgid "Choose <emph>Insert - Media - Audio or Video</emph>. For %PRODUCTNAME Impress, choose <emph>Insert - Audio or Video</emph>." -msgstr "" +msgstr "Choose <emph>Insert - Media - Audio or Video</emph>. For %PRODUCTNAME Impress, choose <emph>Insert - Audio or Video</emph>." #: moviesound.xhp msgctxt "" @@ -39222,7 +39222,7 @@ msgctxt "" "par_idN10696\n" "help.text" msgid "In the <emph>File Open</emph> dialog, select the file that you want to insert." -msgstr "" +msgstr "In the <emph>File Open</emph> dialogue box, select the file that you want to insert." #: moviesound.xhp msgctxt "" @@ -39254,7 +39254,7 @@ msgctxt "" "par_id0120200912190948\n" "help.text" msgid "Alternatively, you can choose <emph>Tools - Media Player</emph> to open the Media Player. Use the Media Player to preview all supported media files. Click the <emph>Apply</emph> button in the Media Player window to insert the current media file into your document." -msgstr "" +msgstr "Alternatively, you can choose <emph>Tools - Media Player</emph> to open the Media Player. Use the Media Player to preview all supported media files. Click the <emph>Apply</emph> button in the Media Player window to insert the current media file into your document." #: moviesound.xhp msgctxt "" @@ -39278,7 +39278,7 @@ msgctxt "" "par_id0120200912190940\n" "help.text" msgid "If the icon is arranged on the background, hold down <emph>Ctrl</emph> while you click." -msgstr "" +msgstr "If the icon is arranged on the background, hold down <emph>Ctrl</emph> while you click." #: moviesound.xhp msgctxt "" @@ -39310,7 +39310,7 @@ msgctxt "" "par_idN106D0\n" "help.text" msgid "You can also use the <emph>Media Playback</emph> bar to pause, to stop, to loop, as well as to adjust the volume or to mute the playback of the file. The current playback position in the file is indicated on the left slider. Use the right slider to adjust the playback volume. For movie files, the bar also contains a list box where you can select the zoom factor for the playback." -msgstr "" +msgstr "You can also use the <emph>Media Playback</emph> bar to pause, to stop, to loop, as well as to adjust the volume or to mute the playback of the file. The current playback position in the file is indicated on the left slider. Use the right slider to adjust the playback volume. For movie files, the bar also contains a list box where you can select the zoom factor for the playback." #: moviesound.xhp msgctxt "" @@ -39334,7 +39334,7 @@ msgctxt "" "par_id231511209745892\n" "help.text" msgid "<emph>For Microsoft Windows</emph>: %PRODUCTNAME can open anything for which <emph>DirectShow</emph> filters are installed (<link href=\"https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx\" name=\"linkname\">list of default formats</link>)." -msgstr "" +msgstr "<emph>For Microsoft Windows</emph>: %PRODUCTNAME can open anything for which <emph>DirectShow</emph> filters are installed (<link href=\"https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx\" name=\"linkname\">list of default formats</link>)." #: moviesound.xhp msgctxt "" @@ -39342,7 +39342,7 @@ msgctxt "" "par_id601511209768414\n" "help.text" msgid "<emph>For GNU/Linux</emph>: %PRODUCTNAME uses <emph>gstreamer</emph>, so whatever you can play using gstreamer can be used with %PRODUCTNAME (<link href=\"https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types\" name=\"linkname\">list of defined types</link>)." -msgstr "" +msgstr "<emph>For GNU/Linux</emph>: %PRODUCTNAME uses <emph>gstreamer</emph>, so whatever you can play using gstreamer can be used with %PRODUCTNAME (<link href=\"https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types\" name=\"linkname\">list of defined types</link>)." #: moviesound.xhp msgctxt "" @@ -39358,7 +39358,7 @@ msgctxt "" "par_id391511209364018\n" "help.text" msgid "<link href=\"https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx\" name=\"linkname\">List of default formats for Microsoft Windows DirectShow</link>." -msgstr "" +msgstr "<link href=\"https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx\" name=\"linkname\">List of default formats for Microsoft Windows DirectShow</link>." #: moviesound.xhp msgctxt "" @@ -39366,7 +39366,7 @@ msgctxt "" "par_id921511209448360\n" "help.text" msgid "<link href=\"https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types\" name=\"linkname\">List of defined types for gstreamer in GNU/Linux</link>." -msgstr "" +msgstr "<link href=\"https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types\" name=\"linkname\">List of defined types for gstreamer in GNU/Linux</link>." #: moviesound.xhp msgctxt "" @@ -40918,7 +40918,7 @@ msgctxt "" "par_id971525023515891\n" "help.text" msgid "For custom metadata, you must provide a file with same name as the original filename and with extension as \".xmp\". The provided metadata will override the internal document metadata. In the example above, the custom metadata must exist in the MyText directory as <item type=\"literal\">MyText.xmp</item>." -msgstr "" +msgstr "For custom metadata, you must provide a file with same name as the original filename and with extension as \".xmp\". The provided metadata will override the internal document metadata. In the example above, the custom metadata must exist in the MyText directory as <item type=\"literal\">MyText.xmp</item>." #: ref_epub_export.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/02.po b/source/en-GB/helpcontent2/source/text/shared/02.po index e487a335d78..3f201f9741c 100644 --- a/source/en-GB/helpcontent2/source/text/shared/02.po +++ b/source/en-GB/helpcontent2/source/text/shared/02.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-09-23 11:50+0000\n" +"PO-Revision-Date: 2018-11-15 23:09+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1537703415.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1542323352.000000\n" #: 01110000.xhp msgctxt "" @@ -886,7 +886,7 @@ msgctxt "" "par_id3149123\n" "help.text" msgid "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>." -msgstr "" +msgstr "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>." #: 01170000.xhp msgctxt "" @@ -15510,7 +15510,7 @@ msgctxt "" "par_id3150040\n" "help.text" msgid "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150808\">Automatic Spell Checking On/Off</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150808\">Automatic Spell Checking On/Off</alt></image>" #: 18030000.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/explorer/database.po b/source/en-GB/helpcontent2/source/text/shared/explorer/database.po index 0f112cf786d..468184a47b6 100644 --- a/source/en-GB/helpcontent2/source/text/shared/explorer/database.po +++ b/source/en-GB/helpcontent2/source/text/shared/explorer/database.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-07-14 10:00+0000\n" +"PO-Revision-Date: 2018-11-15 23:13+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1531562407.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1542323612.000000\n" #: 02000000.xhp msgctxt "" @@ -46,7 +46,7 @@ msgctxt "" "par_id3150499\n" "help.text" msgid "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields." -msgstr "" +msgstr "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields." #: 02000000.xhp msgctxt "" @@ -406,7 +406,7 @@ msgctxt "" "par_id3150255\n" "help.text" msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key." -msgstr "" +msgstr "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key." #: 02010100.xhp msgctxt "" @@ -582,7 +582,7 @@ msgctxt "" "par_id3152577\n" "help.text" msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets." -msgstr "" +msgstr "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets." #: 02010100.xhp msgctxt "" @@ -590,7 +590,7 @@ msgctxt "" "par_id3155302\n" "help.text" msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query." -msgstr "" +msgstr "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query." #: 02010100.xhp msgctxt "" @@ -614,7 +614,7 @@ msgctxt "" "hd_id3153279\n" "help.text" msgid "Specifying the relation type" -msgstr "" +msgstr "Specifying the relation type" #: 02010100.xhp msgctxt "" @@ -622,7 +622,7 @@ msgctxt "" "par_id3154791\n" "help.text" msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog." -msgstr "" +msgstr "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialogue box." #: 02010100.xhp msgctxt "" @@ -662,7 +662,7 @@ msgctxt "" "hd_id3151208\n" "help.text" msgid "Defining the query" -msgstr "" +msgstr "Defining the query" #: 02010100.xhp msgctxt "" @@ -678,7 +678,7 @@ msgctxt "" "hd_id3154161\n" "help.text" msgid "Specifying field names" -msgstr "" +msgstr "Specifying field names" #: 02010100.xhp msgctxt "" @@ -686,7 +686,7 @@ msgctxt "" "par_id3146791\n" "help.text" msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window." -msgstr "" +msgstr "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window." #: 02010100.xhp msgctxt "" @@ -710,7 +710,7 @@ msgctxt "" "hd_id3155764\n" "help.text" msgid "Saving the query" -msgstr "" +msgstr "Saving the query" #: 02010100.xhp msgctxt "" @@ -718,7 +718,7 @@ msgctxt "" "par_id3148481\n" "help.text" msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name." -msgstr "" +msgstr "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialogue box that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name." #: 02010100.xhp msgctxt "" @@ -766,7 +766,7 @@ msgctxt "" "par_id3154964\n" "help.text" msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:" -msgstr "" +msgstr "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:" #: 02010100.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/guide.po b/source/en-GB/helpcontent2/source/text/shared/guide.po index 6bb60daa9a0..d344eaaaaf9 100644 --- a/source/en-GB/helpcontent2/source/text/shared/guide.po +++ b/source/en-GB/helpcontent2/source/text/shared/guide.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: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"POT-Creation-Date: 2018-11-16 22:41+0100\n" +"PO-Revision-Date: 2018-11-15 23:09+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ 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-POOTLE-MTIME: 1542196605.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1542323340.000000\n" #: aaa_start.xhp msgctxt "" @@ -8830,7 +8830,7 @@ msgctxt "" "par_id3145068\n" "help.text" msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by choosing <emph>Insert - Media - Gallery</emph>." -msgstr "" +msgstr "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by choosing <emph>Insert - Media - Gallery</emph>." #: gallery_insert.xhp msgctxt "" @@ -17437,8 +17437,8 @@ msgctxt "" "start_parameters.xhp\n" "par_id315053o\n" "help.text" -msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>" -msgstr "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>" +msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,Liberation Mono,en-US\"</item>." +msgstr "" #: start_parameters.xhp msgctxt "" @@ -19254,7 +19254,7 @@ msgctxt "" "par_id3147008\n" "help.text" msgid "<link href=\"https://www.libreoffice.org/about-us/credits/\">See lists of code and Wiki contributors</link> on the LibreOffice website." -msgstr "" +msgstr "<link href=\"https://www.libreoffice.org/about-us/credits/\">See lists of code and Wiki contributors</link> on the LibreOffice website." #: viewing_file_properties.xhp msgctxt "" @@ -19710,7 +19710,7 @@ msgctxt "" "bm_id7007583\n" "help.text" msgid "<bookmark_value>testing XML filters</bookmark_value><bookmark_value>XML filters; creating/testing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>testing XML filters</bookmark_value><bookmark_value>XML filters; creating/testing</bookmark_value>" #: xsltfilter_create.xhp msgctxt "" @@ -19742,7 +19742,7 @@ msgctxt "" "par_idN109B0\n" "help.text" msgid "For more information about the OpenDocument XML format, go to <link href=\"https://www.openoffice.org/xml/\">https://www.openoffice.org/xml/</link>." -msgstr "" +msgstr "For more information about the OpenDocument XML format, go to <link href=\"https://www.openoffice.org/xml/\">https://www.openoffice.org/xml/</link>." #: xsltfilter_create.xhp msgctxt "" @@ -19974,7 +19974,7 @@ msgctxt "" "par_idN10A82\n" "help.text" msgid "To test an <emph>Export</emph> filter, do one of the following in the <emph>Export</emph> area of the dialog:" -msgstr "" +msgstr "To test an <emph>Export</emph> filter, do one of the following in the <emph>Export</emph> area of the dialogue box:" #: xsltfilter_create.xhp msgctxt "" @@ -19998,7 +19998,7 @@ msgctxt "" "par_idN10A99\n" "help.text" msgid "To test an <emph>Import</emph> filter, click <emph>Browse</emph> in the <emph>Import</emph> area of the dialog, select a document, and click <emph>Open</emph>." -msgstr "" +msgstr "To test an <emph>Import</emph> filter, click <emph>Browse</emph> in the <emph>Import</emph> area of the dialogue box, select a document, and click <emph>Open</emph>." #: xsltfilter_create.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/help.po b/source/en-GB/helpcontent2/source/text/shared/help.po index f1ef395ea41..63d71454625 100644 --- a/source/en-GB/helpcontent2/source/text/shared/help.po +++ b/source/en-GB/helpcontent2/source/text/shared/help.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2018-09-23 11:56+0000\n" +"POT-Creation-Date: 2018-11-16 22:41+0100\n" +"PO-Revision-Date: 2018-11-15 23:07+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1537703798.000000\n" +"X-POOTLE-MTIME: 1542323276.000000\n" #: browserhelp.xhp msgctxt "" @@ -53,8 +53,8 @@ msgctxt "" "browserhelp.xhp\n" "par_id601525734140935\n" "help.text" -msgid "<variable id=\"index\">Index of chosen module</variable>" -msgstr "" +msgid "<variable id=\"index\">Index</variable>" +msgstr "<variable id=\"index\">Index</variable>" #: browserhelp.xhp msgctxt "" diff --git a/source/en-GB/helpcontent2/source/text/shared/optionen.po b/source/en-GB/helpcontent2/source/text/shared/optionen.po index ddea280ffd3..32609f683a6 100644 --- a/source/en-GB/helpcontent2/source/text/shared/optionen.po +++ b/source/en-GB/helpcontent2/source/text/shared/optionen.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: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"POT-Creation-Date: 2018-11-16 22:41+0100\n" +"PO-Revision-Date: 2018-11-15 23:08+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ 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-POOTLE-MTIME: 1542196607.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1542323300.000000\n" #: 01000000.xhp msgctxt "" @@ -270,7 +270,7 @@ msgctxt "" "par_id3153032\n" "help.text" msgid "User data is also used when commenting and in tracking changes mode, to identify comments/edits author; and to mark last edit position in document, so that when author opens the document later, it opens at the last edit position." -msgstr "" +msgstr "User data is also used when commenting and in tracking changes mode, to identify comments/edits author; and to mark last edit position in document, so that when author opens the document later, it opens at the last edit position." #: 01010100.xhp msgctxt "" @@ -7510,7 +7510,7 @@ msgctxt "" "hd_id661541680699404\n" "help.text" msgid "Separator" -msgstr "" +msgstr "Separator" #: 01041100.xhp msgctxt "" @@ -7542,7 +7542,7 @@ msgctxt "" "par_idN106B4\n" "help.text" msgid "<ahelp hid=\".\">Specifies the character style of the caption paragraph.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Specifies the character style of the caption paragraph.</ahelp>" #: 01041100.xhp msgctxt "" @@ -14750,7 +14750,7 @@ msgctxt "" "par_id5293741\n" "help.text" msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" -msgstr "" +msgstr "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" #: persona_firefox.xhp msgctxt "" @@ -14837,16 +14837,16 @@ msgctxt "" "persona_firefox.xhp\n" "hd_id1309201511361088\n" "help.text" -msgid "Pre-installed theme (if available)" -msgstr "Pre-installed theme (if available)" +msgid "Preinstalled theme" +msgstr "" #: persona_firefox.xhp msgctxt "" "persona_firefox.xhp\n" "par_id1309201511361194\n" "help.text" -msgid "<ahelp hid=\"cui/ui/personalization_tab/default_persona\">Display the system theme, if available.</ahelp>Your system administrator may have added a global (system-wide) theme during the %PRODUCTNAME installation. This option will display it." -msgstr "<ahelp hid=\"cui/ui/personalization_tab/default_persona\">Display the system theme, if available.</ahelp>Your system administrator may have added a global (system-wide) theme during the %PRODUCTNAME installation. This option will display it." +msgid "<ahelp hid=\"cui/ui/personalization_tab/default_persona\">Choose this option to use one of the preinstalled themes.</ahelp> In addition to the default options, your system administrator may have added a custom theme during the %PRODUCTNAME installation. This option will display it." +msgstr "" #: persona_firefox.xhp msgctxt "" @@ -14885,24 +14885,24 @@ msgctxt "" "persona_firefox.xhp\n" "hd_id1309201511361084\n" "help.text" -msgid "Custom Search" -msgstr "Custom Search" +msgid "Search" +msgstr "" #: persona_firefox.xhp msgctxt "" "persona_firefox.xhp\n" "par_id1309201511361068\n" "help.text" -msgid "<ahelp hid=\"cui/ui/select_persona_dialog/search_term\">Type or paste the URL of the theme’s webpage.</ahelp> To get the URL, navigate with your browser to the theme’s webpage and copy the URL displayed in the navigation bar of your browser. Then paste it in the dialog’s text box. Click the <item type=\"menuitem\">Search</item> button to download and install it in %PRODUCTNAME." -msgstr "<ahelp hid=\"cui/ui/select_persona_dialog/search_term\">Type or paste the URL of the theme’s web page.</ahelp> To get the URL, navigate with your browser to the theme’s web page and copy the URL displayed in the navigation bar of your browser. Then paste it in the dialogue box's text box. Click the <item type=\"menuitem\">Search</item> button to download and install it in %PRODUCTNAME." +msgid "<ahelp hid=\"cui/ui/select_persona_dialog/search_term\">Provide a search term to look for themes from Mozilla’s add-ons site, or paste in a theme address to retrieve a specific theme directly.</ahelp> To get the address, use your browser to navigate to the theme’s web page and copy the URL displayed in the address bar. Then, paste it in the dialog’s search box. Click <item type=\"menuitem\">Search</item> or press <item type=\"keycode\">Enter</item> to download and install it in %PRODUCTNAME." +msgstr "" #: persona_firefox.xhp msgctxt "" "persona_firefox.xhp\n" "hd_id1309201511361099\n" "help.text" -msgid "Suggested Themes by Category" -msgstr "Suggested Themes by Category" +msgid "Exploring themes by category" +msgstr "" #: persona_firefox.xhp msgctxt "" @@ -14928,14 +14928,6 @@ msgctxt "" msgid "To select one of the displayed themes, click on its image and press <item type=\"menuitem\">OK</item>." msgstr "To select one of the displayed themes, click on its image and press <item type=\"menuitem\">OK</item>." -#: persona_firefox.xhp -msgctxt "" -"persona_firefox.xhp\n" -"par_id1309201511361094\n" -"help.text" -msgid "Since the themes will be fetched from the Mozilla Firefox theme website, you may have to wait some time to have all nine themes image filled. Please be patient." -msgstr "Since the themes will be fetched from the Mozilla Firefox theme website, you may have to wait some time to have all nine themes image filled. Please be patient." - #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" diff --git a/source/en-GB/helpcontent2/source/text/swriter/00.po b/source/en-GB/helpcontent2/source/text/swriter/00.po index 0a75edf08b9..ac8137b06d1 100644 --- a/source/en-GB/helpcontent2/source/text/swriter/00.po +++ b/source/en-GB/helpcontent2/source/text/swriter/00.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:56+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2018-11-15 23:00+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196609.000000\n" +"X-POOTLE-MTIME: 1542322855.000000\n" #: 00000004.xhp msgctxt "" @@ -38,7 +38,7 @@ msgctxt "" "par_id3150253\n" "help.text" msgid "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Wrap Off Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Wrap Off Icon</alt></image>" #: 00000004.xhp msgctxt "" @@ -54,7 +54,7 @@ msgctxt "" "par_id3156397\n" "help.text" msgid "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Wrap On Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Wrap On Icon</alt></image>" #: 00000004.xhp msgctxt "" @@ -70,7 +70,7 @@ msgctxt "" "par_id3154558\n" "help.text" msgid "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Wrap Through Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Wrap Through Icon</alt></image>" #: 00000004.xhp msgctxt "" @@ -86,7 +86,7 @@ msgctxt "" "par_id3148773\n" "help.text" 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 "" +msgstr "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Jump to Previous Script Icon</alt></image>" #: 00000004.xhp msgctxt "" @@ -102,7 +102,7 @@ msgctxt "" "par_id3151265\n" "help.text" 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 "" +msgstr "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Jump to Next Script Icon</alt></image>" #: 00000004.xhp msgctxt "" @@ -382,7 +382,7 @@ msgctxt "" "par_id3154763\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" #: 00000403.xhp msgctxt "" @@ -398,7 +398,7 @@ msgctxt "" "par_id3151387\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" #: 00000403.xhp msgctxt "" @@ -414,7 +414,7 @@ msgctxt "" "par_id3145823\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" #: 00000403.xhp msgctxt "" @@ -430,7 +430,7 @@ msgctxt "" "par_id3150932\n" "help.text" msgid "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatting Marks Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatting Marks Icon</alt></image>" #: 00000403.xhp msgctxt "" @@ -462,7 +462,7 @@ msgctxt "" "par_id3150765\n" "help.text" msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" #: 00000403.xhp msgctxt "" @@ -2462,7 +2462,7 @@ msgctxt "" "par_id941529884998705\n" "help.text" msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>." -msgstr "" +msgstr "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>." #: stylesmenu.xhp msgctxt "" |