diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-02-28 15:39:39 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-02-28 15:46:18 +0100 |
commit | 375b04cdcbe18a95ff4e5640b9c0d8db06de7beb (patch) | |
tree | 2f9dcb2b510716cbbf17ad62498eda0ae50f6275 /source/gl/helpcontent2 | |
parent | 614eb3429622290c320d137cfa9d8b908c56f9ab (diff) |
update translations for master and add Friulian (fur)
and force-fix errors using pocheck
Change-Id: I550b54b4968fbdb48d8f6c8118e02e28e3a6a220
Diffstat (limited to 'source/gl/helpcontent2')
28 files changed, 1243 insertions, 851 deletions
diff --git a/source/gl/helpcontent2/source/text/sbasic/python.po b/source/gl/helpcontent2/source/text/sbasic/python.po index 1dc6eccd6a9..e82970de656 100644 --- a/source/gl/helpcontent2/source/text/sbasic/python.po +++ b/source/gl/helpcontent2/source/text/sbasic/python.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: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2020-01-24 14:53+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/gl/>\n" "Language: gl\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1550035685.000000\n" #. naSFZ @@ -32,7 +32,7 @@ msgctxt "" "bm_id491543348147708\n" "help.text" msgid "<bookmark_value>macros;Python scripts</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>" -msgstr "<bookmark_value>macros;Python scripts</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>" +msgstr "<bookmark_value>macros;scripts en Python</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>" #. vAoRU #: main0000.xhp @@ -131,7 +131,7 @@ msgctxt "" "N0333\n" "help.text" msgid "Simple logging facilities out of <literal>Access2Base</literal> library Trace console," -msgstr "" +msgstr "Recursos de rexistro sinxelos pola consola Trace da biblioteca <literal>Access2Base</literal>" #. HhDdS #: python_2_basic.xhp @@ -140,7 +140,7 @@ msgctxt "" "N0334\n" "help.text" msgid "<literal>InputBox</literal> and <literal>MsgBox</literal> screen I/O functions based on Basic to ease Python development," -msgstr "" +msgstr "Funcións de E/S da pantalla <literal>InputBox</literal> e <literal>MsgBox</literal> baseados no Basic para facilitar o desenvolvemento en Python," #. DzFBB #: python_2_basic.xhp diff --git a/source/gl/helpcontent2/source/text/sbasic/shared.po b/source/gl/helpcontent2/source/text/sbasic/shared.po index 9821b674f4d..ff91e3610c1 100644 --- a/source/gl/helpcontent2/source/text/sbasic/shared.po +++ b/source/gl/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" "PO-Revision-Date: 2019-06-13 20:38+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <kde-i18n-doc@kde.org>\n" @@ -9619,33 +9619,6 @@ msgctxt "" msgid "Opens a data channel." msgstr "Abre un canal de datos." -#. FyScr -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"hd_id3147230\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxe:" - -#. YuAR2 -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"par_id3154124\n" -"help.text" -msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]" -msgstr "Open NomeFicheiro As String [For Modo] [Access ModoES] [Protección] As [#]NúmeroFicheiro As Integer [Len = LonxitudeConxuntoDatos]" - -#. yjd2D -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"hd_id3156280\n" -"help.text" -msgid "Parameters:" -msgstr "Parámetros:" - #. cEADt #: 03020103.xhp msgctxt "" @@ -9709,15 +9682,6 @@ msgctxt "" msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears." msgstr "Só pode modificar o contido dun ficheiro aberto coa instrución Open. Se tenta abrir un ficheiro xa aberto, móstrase unha mensaxe de erro." -#. 7FbfT -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"hd_id3149123\n" -"help.text" -msgid "Example:" -msgstr "Exemplo:" - #. xPMgs #: 03020103.xhp msgctxt "" @@ -21922,22 +21886,22 @@ msgctxt "" msgid "' uses BasicFormulas in %PRODUCTNAME Calc" msgstr "" -#. VEjxC +#. PrCEr #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3149262\n" "help.text" -msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value." +msgid "' Returns a 32-bit signed integer number from an 8-digit hexadecimal value." msgstr "" -#. CkjAF +#. fcv3u #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3147215\n" "help.text" -msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number." +msgid "' Calculates the 8-digit hexadecimal value out of a 32-bit signed integer number." msgstr "" #. Tko9w @@ -24478,6 +24442,15 @@ msgctxt "" msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block." msgstr "" +#. Qo2Xg +#: 03090404.xhp +msgctxt "" +"03090404.xhp\n" +"par_id51581259731973\n" +"help.text" +msgid "End Property: Marks the end of a <emph>Property</emph> statement." +msgstr "" + #. 3xFEp #: 03090404.xhp msgctxt "" @@ -25297,13 +25270,13 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">Exit Statement</link>" msgstr "" -#. r2EAp +#. Kmb47 #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3153394\n" "help.text" -msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine." +msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine." msgstr "" #. GypWx @@ -25315,14 +25288,14 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaxe:" -#. uDM5x +#. LYyBt #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3159157\n" "help.text" -msgid "see Parameters" -msgstr "ver Parámetros" +msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub" +msgstr "" #. XA8QY #: 03090412.xhp @@ -25387,6 +25360,24 @@ msgctxt "" msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call." msgstr "Sae inmediatamente do procedemento <emph>Función</emph>. A execución do programa continúa coa declaración que segue a chamada á <emph>Función</emph>." +#. K8JKa +#: 03090412.xhp +msgctxt "" +"03090412.xhp\n" +"par_id31581260355116\n" +"help.text" +msgid "<emph>Exit Property</emph>" +msgstr "" + +#. xZEAs +#: 03090412.xhp +msgctxt "" +"03090412.xhp\n" +"par_id1001581260355700\n" +"help.text" +msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call." +msgstr "" + #. B6QCm #: 03090412.xhp msgctxt "" @@ -31507,13 +31498,13 @@ msgctxt "" msgid "String" msgstr "Cadea" -#. WECKF +#. 4nv5b #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3149295\n" "help.text" -msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value." +msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" msgstr "" #. RKtSB @@ -32056,13 +32047,13 @@ msgctxt "" msgid "String" msgstr "Cadea" -#. HiXHs +#. WzBnm #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3149295\n" "help.text" -msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6." +msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6." msgstr "" #. 8DF8a @@ -36016,14 +36007,14 @@ msgctxt "" msgid "CreateUnoService Function" msgstr "" -#. fePDe +#. khb7S #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>CreateUnoService function</bookmark_value>" -msgstr "<bookmark_value>Función DateSerial</bookmark_value>" +msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" +msgstr "" #. hgVjB #: 03131600.xhp @@ -40030,13 +40021,13 @@ msgctxt "" msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode." msgstr "" -#. nBpAv +#. YSokk #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0119\n" "help.text" -msgid "Use this feature with caution, limit it to document conversion situations for example." +msgid "Use this feature with caution, limit it to document conversion for example." msgstr "" #. GJLGQ @@ -40282,22 +40273,13 @@ msgctxt "" msgid "Special characters as identifiers" msgstr "" -#. JSWLJ -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"par_id661561636654077\n" -"help.text" -msgid "Option Compatible' With this option the code works, other-" -msgstr "" - -#. DmfMH +#. QkGeQ #: compatible.xhp msgctxt "" "compatible.xhp\n" -"par_id81561636660626\n" +"par_id641581846957447\n" "help.text" -msgid "' wise it will cause a compiling error" +msgid "' With this option the code works, otherwise it causes a compiling error" msgstr "" #. E6GpA @@ -40876,6 +40858,159 @@ msgctxt "" msgid "print \" 2: 3 the number 2 occurs in the range: \" & retStr" msgstr "" +#. vye3g +#: property.xhp +msgctxt "" +"property.xhp\n" +"Property Statement\n" +"help.text" +msgid "Property Statement" +msgstr "" + +#. ukCtn +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0181\n" +"help.text" +msgid "<bookmark_value>Property statement</bookmark_value>" +msgstr "" + +#. 6Gjab +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0182\n" +"help.text" +msgid "Property Statement" +msgstr "" + +#. 4vJCy +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0183\n" +"help.text" +msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary." +msgstr "" + +#. hD9fA +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0184\n" +"help.text" +msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module." +msgstr "" + +#. 36Tsn +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0185\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. FG2Dc +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0188\n" +"help.text" +msgid "Examples" +msgstr "" + +#. GXEE5 +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0192\n" +"help.text" +msgid "Print ProductName ' displays \"LibreOffice\"" +msgstr "" + +#. oUuG9 +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0202\n" +"help.text" +msgid "In the absence of Property <emph>Let</emph> or Property <emph>Set</emph>, Property <emph>Get</emph> helps define protected information, which can not be accidently altered by a foreign module:" +msgstr "" + +#. PP63o +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0204\n" +"help.text" +msgid "Public Property Get PathDelimiter As String ' Read-only variable" +msgstr "" + +#. 28GFJ +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0208\n" +"help.text" +msgid "Case 4 : this = \":\" ' Linux or MacOS X" +msgstr "" + +#. BievJ +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0209\n" +"help.text" +msgid "Case Else : Error 423 ' Property or method not defined: PathDelimiter" +msgstr "" + +#. wnG4s +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0212\n" +"help.text" +msgid "End Property ' read-only PathDelimiter" +msgstr "" + +#. ze9dZ +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0215\n" +"help.text" +msgid "PathDelimiter = \"a sentence\" ' does nothing" +msgstr "" + +#. xR9j7 +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0217\n" +"help.text" +msgid "Use <emph>Let</emph> or <emph>Set</emph> when handling UNO services or class objects:" +msgstr "" + +#. KbzAx +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0237\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements" +msgstr "" + +#. Dh5aG +#: property.xhp +msgctxt "" +"property.xhp\n" +"N0238\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>" +msgstr "" + #. uM2zs #: replace.xhp msgctxt "" diff --git a/source/gl/helpcontent2/source/text/scalc.po b/source/gl/helpcontent2/source/text/scalc.po index 6beb4edf6e1..fcf28fd4800 100644 --- a/source/gl/helpcontent2/source/text/scalc.po +++ b/source/gl/helpcontent2/source/text/scalc.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"POT-Creation-Date: 2020-02-28 14:53+0100\n" "PO-Revision-Date: 2019-06-13 20:38+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <kde-i18n-doc@kde.org>\n" @@ -394,13 +394,13 @@ msgctxt "" msgid "Field" msgstr "" -#. FR5ZL +#. 3EmAu #: main0104.xhp msgctxt "" "main0104.xhp\n" "par_id391577296078546\n" "help.text" -msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell." +msgid "Opens a submenu for selecting the date, sheet name or document title in the cell." msgstr "" #. JP4tR diff --git a/source/gl/helpcontent2/source/text/scalc/01.po b/source/gl/helpcontent2/source/text/scalc/01.po index 0cfd3dedff3..cd270aac4f9 100644 --- a/source/gl/helpcontent2/source/text/scalc/01.po +++ b/source/gl/helpcontent2/source/text/scalc/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2020-01-24 14:46+0000\n" -"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1565275147.000000\n" #. sZfWF @@ -46031,7 +46031,7 @@ msgctxt "" "hd_id3150202\n" "help.text" msgid "Fill Format Mode" -msgstr "Modo formato de enchemento" +msgstr "Modo formato de enchedura" #. KbBKW #: 05100000.xhp @@ -46058,7 +46058,7 @@ msgctxt "" "par_id3156198\n" "help.text" msgid "Fill Format Mode" -msgstr "Modo formato de enchemento" +msgstr "Modo de formato de enchedura" #. AyAJb #: 05100000.xhp diff --git a/source/gl/helpcontent2/source/text/scalc/02.po b/source/gl/helpcontent2/source/text/scalc/02.po index f7ace395864..4f8cf70d077 100644 --- a/source/gl/helpcontent2/source/text/scalc/02.po +++ b/source/gl/helpcontent2/source/text/scalc/02.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-07 14:09+0100\n" -"PO-Revision-Date: 2019-01-22 21:55+0000\n" +"PO-Revision-Date: 2020-02-28 14:00+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc02/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1548194155.000000\n" #. aSE5T @@ -50,7 +50,7 @@ msgctxt "" "par_id3155267\n" "help.text" msgid "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Icona de formato de moeda</alt></image>" #. KBVhJ #: 02130000.xhp @@ -104,7 +104,7 @@ msgctxt "" "par_id3153968\n" "help.text" msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Icona</alt></image>" #. CAFBw #: 02140000.xhp @@ -203,7 +203,7 @@ msgctxt "" "par_id3155922\n" "help.text" msgid "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">Icon Standard Format </alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">Icona Formato estándar </alt></image>" #. 7xorF #: 02150000.xhp @@ -257,7 +257,7 @@ msgctxt "" "par_id3145787\n" "help.text" msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Icon Add Decimal Place</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Icona Engadir lugar decimal</alt></image>" #. NDn3G #: 02160000.xhp @@ -302,7 +302,7 @@ msgctxt "" "par_id3145173\n" "help.text" msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Delete Decimal Place</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icona Eliminar lugar decimal</alt></image>" #. xCuwp #: 02170000.xhp @@ -374,7 +374,7 @@ msgctxt "" "par_id3152596\n" "help.text" msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4. You can also enter full name of a sheet; the tooltip then changes to \"Go To Sheet\", and pressing Enter switches to that sheet." -msgstr "" +msgstr "Para saltar a unha cela determinada ou para seleccionar un intervalo de teclas, escriba a referencia da cela ou do intervalo de celas nesta caixa, por exemplo, F1 ou A1:C4. Tamén pode introducir o nome completo dunha folla; a suxestión cambia a «Ir a folla» e ao premer Intro pásase a esa folla." #. VFke2 #: 06030000.xhp diff --git a/source/gl/helpcontent2/source/text/scalc/04.po b/source/gl/helpcontent2/source/text/scalc/04.po index 7d3d192a823..80554c54123 100644 --- a/source/gl/helpcontent2/source/text/scalc/04.po +++ b/source/gl/helpcontent2/source/text/scalc/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" "PO-Revision-Date: 2019-01-22 21:49+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <kde-i18n-doc@kde.org>\n" @@ -871,14 +871,14 @@ msgctxt "" msgid "Traces dependents." msgstr "Rastrexa dependentes." -#. rg97G +#. ytBaa #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148430\n" "help.text" -msgid "Shift+F7" -msgstr "Maiús+F4" +msgid "Shift+F9" +msgstr "" #. FWpeb #: 01020000.xhp @@ -1384,6 +1384,15 @@ msgctxt "" msgid "Using the pivot table" msgstr "Usar o piloto de datos" +#. iDg7S +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id631581375238556\n" +"help.text" +msgid "The shortcut keys below are for the <emph>Pivot Table Layout</emph> dialog." +msgstr "" + #. dRGGD #: 01020000.xhp msgctxt "" @@ -1402,14 +1411,14 @@ msgctxt "" msgid "Effect" msgstr "Efecto" -#. Q9ceG +#. CYiCE #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3153577\n" "help.text" -msgid "Tab" -msgstr "Tabulación" +msgid "<keycode>Tab</keycode>" +msgstr "" #. EyvCk #: 01020000.xhp @@ -1420,14 +1429,14 @@ msgctxt "" msgid "Changes the focus by moving forwards through the areas and buttons of the dialog." msgstr "Modifica o foco movéndose cara a adiante polas áreas e os botóns da caixa de diálogo." -#. BAfW9 +#. nEd6M #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3154266\n" "help.text" -msgid "Shift+Tab" -msgstr "Maiús + Tab" +msgid "<keycode>Shift+Tab</keycode>" +msgstr "" #. ESR2E #: 01020000.xhp @@ -1438,14 +1447,14 @@ msgctxt "" msgid "Changes the focus by moving backwards through the areas and buttons of the dialog." msgstr "Modifica o foco movéndose cara a atrás polas áreas e botóns da caixa de diálogo." -#. XHmMP +#. FoedZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148484\n" "help.text" -msgid "Up Arrow" -msgstr "frecha cara a arriba" +msgid "<keycode>Up Arrow</keycode>" +msgstr "" #. jWNGS #: 01020000.xhp @@ -1456,14 +1465,14 @@ msgctxt "" msgid "Moves the focus up one item in the current dialog area." msgstr "Despraza o foco un elemento cara a arriba na área activa da caixa de diálogo." -#. mqGEq +#. GYukz #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3154273\n" "help.text" -msgid "Down Arrow" -msgstr "frecha cara a abaixo" +msgid "<keycode>Down Arrow</keycode>" +msgstr "" #. g3pGx #: 01020000.xhp @@ -1474,14 +1483,14 @@ msgctxt "" msgid "Moves the focus down one item in the current dialog area." msgstr "Despraza o foco un elemento cara a abaixo na área activa da caixa de diálogo." -#. 9CSUG +#. uNDr8 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148912\n" "help.text" -msgid "Left Arrow" -msgstr "frecha cara á esquerda" +msgid "<keycode>Left Arrow</keycode>" +msgstr "" #. dEqdi #: 01020000.xhp @@ -1492,14 +1501,14 @@ msgctxt "" msgid "Moves the focus one item to the left in the current dialog area." msgstr "Despraza o foco un elemento cara á esquerda na área activa da caixa de diálogo." -#. ujWdn +#. jqgGw #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3150712\n" "help.text" -msgid "Right Arrow" -msgstr "frecha cara á dereita" +msgid "<keycode>Right Arrow</keycode>" +msgstr "" #. DKiGb #: 01020000.xhp @@ -1510,14 +1519,14 @@ msgctxt "" msgid "Moves the focus one item to the right in the current dialog area." msgstr "Despraza o foco un elemento cara á dereita na área activa da caixa de diálogo." -#. AjHVC +#. B6CEw #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3146947\n" "help.text" -msgid "Home" -msgstr "Inicio" +msgid "<keycode>Home</keycode>" +msgstr "" #. 2myZF #: 01020000.xhp @@ -1528,14 +1537,14 @@ msgctxt "" msgid "Selects the first item in the current dialog area." msgstr "Selecciona o primeiro elemento na área de caixa de diálogo activa." -#. oEY3g +#. PVgpY #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3153387\n" "help.text" -msgid "End" -msgstr "Fin" +msgid "<keycode>End</keycode>" +msgstr "" #. RhFGF #: 01020000.xhp @@ -1546,68 +1555,86 @@ msgctxt "" msgid "Selects the last item in the current dialog area." msgstr "Selecciona o último elemento na área de caixa de diálogo actual." -#. SXFqF +#. VLEGM #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3155584\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\"" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara á dereita" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Row Fields\"" +msgstr "" -#. UFWNH +#. cSthX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3152949\n" "help.text" -msgid "Copies or moves the current field into the \"Row\" area." -msgstr "Copia ou despraza o campo activo á área \"Fila\"." +msgid "Copies or moves the current field into the \"Row Fields\" area." +msgstr "" -#. gFrgL +#. qFSYZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3159269\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\"" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara á dereita" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Column Fields\"" +msgstr "" -#. 36qut +#. 5PHQg #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149968\n" "help.text" -msgid "Copies or moves the current field into the \"Column\" area." -msgstr "Copia ou despraza o campo activo á área \"Columna\"." +msgid "Copies or moves the current field into the \"Column Fields\" area." +msgstr "" -#. KWXAG +#. wGVoz #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149923\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\"" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara a abaixo" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Data Fields\"" +msgstr "" -#. 3zJdG +#. LpaiM #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3148649\n" "help.text" -msgid "Copies or moves the current field into the \"Data\" area." -msgstr "Copia ou despraza o campo actual á área \"Datos\"." +msgid "Copies or moves the current field into the \"Data Fields\" area." +msgstr "" -#. xjUpE +#. raCg3 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3149423\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Filters\"" +msgstr "" + +#. Dnys7 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3144649\n" +"help.text" +msgid "Copies or moves the current field into the \"Filters\" area." +msgstr "" + +#. RBfHn #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149418\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara a arriba" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Up Arrow</keycode>" +msgstr "" #. 5sk3h #: 01020000.xhp @@ -1618,14 +1645,14 @@ msgctxt "" msgid "Moves the current field up one place." msgstr "Despraza o campo activo un lugar cara a arriba." -#. 2jFGx +#. awZUE #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148462\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara a abaixo" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Down Arrow</keycode>" +msgstr "" #. eMbdi #: 01020000.xhp @@ -1636,14 +1663,14 @@ msgctxt "" msgid "Moves the current field down one place." msgstr "Despraza o campo activo un lugar cara a abaixo." -#. zEiqG +#. aCgXn #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3145373\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara á esquerda" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Left Arrow</keycode>" +msgstr "" #. ZhhRj #: 01020000.xhp @@ -1654,14 +1681,14 @@ msgctxt "" msgid "Moves the current field one place to the left." msgstr "Despraza o campo activo un lugar cara á esquerda." -#. owG3r +#. wkTdy #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3150423\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Frecha cara á dereita" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Right Arrow</keycode>" +msgstr "" #. hDqUA #: 01020000.xhp @@ -1672,14 +1699,14 @@ msgctxt "" msgid "Moves the current field one place to the right." msgstr "Despraza o campo activo un lugar cara á dereita." -#. TLTLL +#. CjoEb #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149519\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Re Páx" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode>" +msgstr "" #. SFdar #: 01020000.xhp @@ -1690,14 +1717,14 @@ msgctxt "" msgid "Moves the current field to the first place." msgstr "Despraza o campo activo ata o primeiro lugar." -#. QVosE +#. 5QbLt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3145310\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Re Páx" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>" +msgstr "" #. ZeXEZ #: 01020000.xhp @@ -1708,32 +1735,14 @@ msgctxt "" msgid "Moves the current field to the last place." msgstr "Despraza o campo activo ata o último lugar." -#. 2HntF -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"hd_id3149933\n" -"help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Re Páx" - -#. HqB8R -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"par_id3154798\n" -"help.text" -msgid "Displays the options for the current field." -msgstr "Mostra as opcións correspondentes ao campo activo." - -#. LDC6d +#. GdEkF #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148418\n" "help.text" -msgid "Delete" -msgstr "Eliminar" +msgid "<keycode>Delete</keycode>" +msgstr "" #. sGFF8 #: 01020000.xhp @@ -1752,4 +1761,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>" msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"teclas de atallo en $[officename]\">teclas de atallo en $[officename]</link>" - diff --git a/source/gl/helpcontent2/source/text/scalc/05.po b/source/gl/helpcontent2/source/text/scalc/05.po index 60d1d8c2b31..2f428e787ca 100644 --- a/source/gl/helpcontent2/source/text/scalc/05.po +++ b/source/gl/helpcontent2/source/text/scalc/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-12-24 18:00+0100\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" "PO-Revision-Date: 2019-01-22 22:02+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <kde-i18n-doc@kde.org>\n" @@ -124,6 +124,24 @@ msgctxt "" msgid "The cell is not wide enough to display the contents." msgstr "A cela non é suficientemente larga para mostrar o contido." +#. vF3za +#: 02140000.xhp +msgctxt "" +"02140000.xhp\n" +"par_id3165767\n" +"help.text" +msgid "none" +msgstr "" + +#. 6s9C6 +#: 02140000.xhp +msgctxt "" +"02140000.xhp\n" +"par_id3169267\n" +"help.text" +msgid "This value is outside of limits valid for this format" +msgstr "" + #. ApVjg #: 02140000.xhp msgctxt "" diff --git a/source/gl/helpcontent2/source/text/scalc/guide.po b/source/gl/helpcontent2/source/text/scalc/guide.po index 85cf933e57c..424ca5e72ea 100644 --- a/source/gl/helpcontent2/source/text/scalc/guide.po +++ b/source/gl/helpcontent2/source/text/scalc/guide.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-01-22 21:58+0000\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1548194305.000000\n" @@ -1373,7 +1373,7 @@ msgctxt "" "hd_id3150769\n" "help.text" msgid "<variable id=\"calc_series\"><link href=\"text/scalc/guide/calc_series.xhp\" name=\"Automatically Calculating Series\">Automatically Filling in Data Based on Adjacent Cells</link></variable>" -msgstr "<variable id=\"calc_series\"><link href=\"text/scalc/guide/calc_series.xhp\" name=\"Automatically Calculating Series\">Enchemento automático de datos tomando como base as celas adxacentes</link></variable>" +msgstr "<variable id=\"calc_series\"><link href=\"text/scalc/guide/calc_series.xhp\" name=\"Automatically Calculating Series\">Enchedura automático de datos tomando como base as celas adxacentes</link></variable>" #. C6vL5 #: calc_series.xhp @@ -1382,7 +1382,7 @@ msgctxt "" "par_idN106A8\n" "help.text" msgid "You can automatically fill cells with data with the AutoFill command or the Series command." -msgstr "Use as ordes Enchemento automático ou Serie para encher as celas de forma automática." +msgstr "Use as ordes Enchedura automática ou Serie para encher as celas de forma automática." #. ADstn #: calc_series.xhp @@ -1391,7 +1391,7 @@ msgctxt "" "par_idN106D3\n" "help.text" msgid "Using AutoFill" -msgstr "Utilizar o Enchemento automático." +msgstr "Utilizar Enchedura automática." #. GCuzG #: calc_series.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_idN106D7\n" "help.text" msgid "AutoFill automatically generates a data series based on a defined pattern." -msgstr "O enchemento automático xera series de datos baseados en patróns predefinidos." +msgstr "A enchedura automática xera series de datos baseados en patróns predefinidos." #. YXajB #: calc_series.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "par_id3145272\n" "help.text" msgid "Drag the fill handle in the bottom right corner of the cell across the cells that you want to fill, and release the mouse button." -msgstr "Arrastre o controlador de enchemento, situado no canto inferior dereito da cela polas celas que quere encher e solte despois o botón do rato." +msgstr "Arrastre o controlador de enchedura, situado no canto inferior dereito da cela polas celas que quere encher e solte despois o botón do rato." #. UMiwa #: calc_series.xhp @@ -1445,7 +1445,7 @@ msgctxt "" "par_idN106EE\n" "help.text" msgid "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle." -msgstr "Para crear rapidamente unha lista de días consecutivos, introduza <item type=\"literal\">Luns</item> nunha cela e arrastre o controlador de enchemento." +msgstr "Para crear rapidamente unha lista de días consecutivos, introduza <item type=\"literal\">Luns</item> nunha cela e arrastre o controlador de enchedura." #. a2oGa #: calc_series.xhp @@ -1463,7 +1463,7 @@ msgctxt "" "par_id3154490\n" "help.text" msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Calc - Sort Lists</item>." -msgstr "Se selecciona dúas ou máis celas que conteñan números diferentes e arrastra, as celas restantes énchense co patrón aritmético que se recoñeza nos números. A función de enchemento automático tamén recoñece as listas personalizadas que se configuran en <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferencias</item></caseinline><defaultinline><item type=\"menuitem\">Ferramentas - Opcións</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Calc - Listas de ordenación</item>." +msgstr "Se selecciona dúas ou máis celas que conteñan números diferentes e arrastra, as celas restantes énchense co patrón aritmético que se recoñeza nos números. A función de enchedura automática tamén recoñece as listas personalizadas que se configuran en <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferencias</item></caseinline><defaultinline><item type=\"menuitem\">Ferramentas - Opcións</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Calc - Listas de ordenación</item>." #. eEAcg #: calc_series.xhp @@ -1472,7 +1472,7 @@ msgctxt "" "par_idN10737\n" "help.text" msgid "You can double-click the fill handle to automatically fill all empty columns of the current data block. For example, first enter Jan into A1 and drag the fill handle down to A12 to get the twelve months in the first column. Now enter some values into B1 and C1. Select those two cells, and double-click the fill handle. This fills automatically the data block B1:C12." -msgstr "Pode premer dúas veces no controlador de enchemento para encher todas as columnas baleiras do bloque de datos activo. Por exemplo, introduza primeiro xan en A1 e arrastre o controlador de enchemento cara a abaixo ata A12 para ter os doce meses na primeira columna. A seguir, introduza algúns valores en B1 e C1. Seleccione as dúas celas e prema dúas veces no controlador de enchemento. O bloque de datos B1:C12 encherase automaticamente." +msgstr "Pode premer dúas veces no controlador de enchedura para encher todas as columnas baleiras do bloque de datos activo. Por exemplo, introduza primeiro xan en A1 e arrastre o controlador de enchedura cara a abaixo ata A12 para ter os doce meses na primeira columna. A seguir, introduza algúns valores en B1 e C1. Seleccione as dúas celas e prema dúas veces no controlador de enchedura. O bloque de datos B1:C12 encherase automaticamente." #. F4V8E #: calc_series.xhp @@ -8422,13 +8422,13 @@ msgctxt "" msgid "You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys?" msgstr "" -#. GqKBW +#. vdeBS #: multioperation.xhp msgctxt "" "multioperation.xhp\n" "par_id6478774\n" "help.text" -msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>" +msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>" msgstr "" #. KavvR diff --git a/source/gl/helpcontent2/source/text/schart/02.po b/source/gl/helpcontent2/source/text/schart/02.po index 9e066c74ad7..500bc773a12 100644 --- a/source/gl/helpcontent2/source/text/schart/02.po +++ b/source/gl/helpcontent2/source/text/schart/02.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-12-17 14:17+0100\n" -"PO-Revision-Date: 2017-05-09 23:19+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textschart02/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1494371940.000000\n" #. RTFEU @@ -50,7 +50,7 @@ msgctxt "" "par_id3150751\n" "help.text" msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145643\">Icon Data in Rows</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145643\">Icona Datos en filas</alt></image>" #. 6yPuD #: 01190000.xhp @@ -95,7 +95,7 @@ msgctxt "" "par_id3149260\n" "help.text" msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icon Data in Columns</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icona Datos en columnas</alt></image>" #. CByTA #: 01200000.xhp diff --git a/source/gl/helpcontent2/source/text/sdraw.po b/source/gl/helpcontent2/source/text/sdraw.po index 78e3cb1953d..b77e1ef371b 100644 --- a/source/gl/helpcontent2/source/text/sdraw.po +++ b/source/gl/helpcontent2/source/text/sdraw.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-06-13 20:39+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560458370.000000\n" #. dHbww @@ -212,7 +212,7 @@ msgctxt "" "tit\n" "help.text" msgid "Line and Filling Bar" -msgstr "Barra de ferramentas Liña e enchemento" +msgstr "Barra de ferramentas Liña e enchedura" #. 46PvE #: main0202.xhp @@ -221,7 +221,7 @@ msgctxt "" "hd_id3149669\n" "help.text" msgid "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>" -msgstr "<link href=\"text/sdraw/main0202.xhp\" name=\"Barra de ferramentas Liña e enchemento\">Barra de ferramentas Liña e enchemento</link>" +msgstr "<link href=\"text/sdraw/main0202.xhp\" name=\"Barra de ferramentas Liña e enchemento\">Barra de ferramentas Liña e enchedura</link>" #. ZbyBP #: main0202.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id3150543\n" "help.text" msgid "The Line and Filling bar contains commands for the current editing mode." -msgstr "A barra de ferramentas Liña e enchemento contén ordes para o modo de edición actual." +msgstr "A barra de ferramentas Liña e enchedura contén ordes para o modo de edición actual." #. cqoEt #: main0202.xhp @@ -266,7 +266,7 @@ msgctxt "" "hd_id3155767\n" "help.text" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>" -msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchemento</link>" +msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchedura</link>" #. uD4cw #: main0202.xhp @@ -1266,4 +1266,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Personalizar</link>" - diff --git a/source/gl/helpcontent2/source/text/sdraw/00.po b/source/gl/helpcontent2/source/text/sdraw/00.po index b724cc7f12c..d11449552cd 100644 --- a/source/gl/helpcontent2/source/text/sdraw/00.po +++ b/source/gl/helpcontent2/source/text/sdraw/00.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-06-13 20:23+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw00/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560457436.000000\n" #. EDSDr @@ -122,7 +122,7 @@ msgctxt "" "par_id231566134395223\n" "help.text" msgid "<variable id=\"menupagerename\">Choose <menuitem>Page - Rename Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"menupagerename\">Escolla <menuitem>Páxina - Renomear páxina</menuitem></variable>" #. D8EKG #: page_menu.xhp @@ -131,7 +131,7 @@ msgctxt "" "par_id311566135070776\n" "help.text" msgid "<variable id=\"contextmenurename\">Right-click on the page thumbnail and choose <menuitem>Rename Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"contextmenurename\">Prema co botón dereito na miniatura da páxina e escolla <menuitem>Renomear páxina</menuitem></variable>" #. fbrxo #: page_menu.xhp @@ -140,7 +140,7 @@ msgctxt "" "par_id141566138212217\n" "help.text" msgid "<variable id=\"menupagedelete\">Choose <menuitem>Page - Delete Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"menupagedelete\">Escolla <menuitem>Páxina - Eliminar páxina</menuitem></variable>" #. puE7E #: page_menu.xhp @@ -149,7 +149,7 @@ msgctxt "" "par_id261566138218294\n" "help.text" msgid "<variable id=\"contextmenudelete\">Right-click on the page thumbnail and choose <menuitem>Delete Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"contextmenudelete\">Prema co botón dereito do rato na miniatura da páxina e escolla <menuitem>Eliminar páxina</menuitem></variable>" #. ohiUM #: page_menu.xhp @@ -158,7 +158,7 @@ msgctxt "" "par_id491566139741356\n" "help.text" msgid "<variable id=\"menupageduplicate\">Choose <menuitem>Page - Duplicate Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"menupageduplicate\">Escolla <menuitem>Páxina - Duplicar páxina</menuitem></variable>" #. 4B9YP #: page_menu.xhp @@ -167,4 +167,4 @@ msgctxt "" "par_id301566157911675\n" "help.text" msgid "<variable id=\"pagenavigation\">Choose <menuitem>Page - Navigate</menuitem>.</variable>" -msgstr "" +msgstr "<variable id=\"pagenavigation\">Escolla <menuitem>Páxina - Navegar</menuitem>.</variable>" diff --git a/source/gl/helpcontent2/source/text/sdraw/01.po b/source/gl/helpcontent2/source/text/sdraw/01.po index 5c0dbcd46bf..623e22531f8 100644 --- a/source/gl/helpcontent2/source/text/sdraw/01.po +++ b/source/gl/helpcontent2/source/text/sdraw/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" "PO-Revision-Date: 2019-06-13 20:24+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -367,13 +367,13 @@ msgctxt "" msgid "<link href=\"text/sdraw/01/navigate_page.xhp\" name=\"navigate\">Page Navigation</link>" msgstr "" -#. BPHtC +#. eMTew #: navigate_page.xhp msgctxt "" "navigate_page.xhp\n" "par_id581566156032977\n" "help.text" -msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Opens a sub-menu for page navigation.</ahelp></variable>" +msgid "<ahelp hid=\".\">Opens a sub-menu for page navigation.</ahelp>" msgstr "" #. XRJhq @@ -483,4 +483,3 @@ msgctxt "" "help.text" msgid "Enter the new name of the page." msgstr "" - diff --git a/source/gl/helpcontent2/source/text/shared.po b/source/gl/helpcontent2/source/text/shared.po index b1daa5d5b3f..31f32624b09 100644 --- a/source/gl/helpcontent2/source/text/shared.po +++ b/source/gl/helpcontent2/source/text/shared.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: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2020-01-24 14:55+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/gl/>\n" "Language: gl\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560458387.000000\n" #. ybhKD @@ -905,7 +905,7 @@ msgctxt "" "hd_id319945759\n" "help.text" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>" -msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchemento</link>" +msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchedura</link>" #. 7DJKV #: main0204.xhp diff --git a/source/gl/helpcontent2/source/text/shared/00.po b/source/gl/helpcontent2/source/text/shared/00.po index 588cfef1e92..49a19751b79 100644 --- a/source/gl/helpcontent2/source/text/shared/00.po +++ b/source/gl/helpcontent2/source/text/shared/00.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-07-21 14:20+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563718826.000000\n" @@ -1670,7 +1670,7 @@ msgctxt "" "par_id3150650\n" "help.text" msgid "Area Style / Filling" -msgstr "Estilo de área / Enchemento" +msgstr "Estilo de área / Enchedura" #. idU7Y #: 00000004.xhp @@ -8287,31 +8287,31 @@ msgctxt "" msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>" msgstr "" -#. F6o6E +#. sPJ9b #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3151106\n" "help.text" -msgid "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph>.</variable>" -msgstr "<variable id=\"xmlfilter\">Escolla <emph>Ferramentas - Configuración de filtros XML</emph>.</variable>" +msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>" +msgstr "" -#. EtDD9 +#. FDFcn #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3153778\n" "help.text" -msgid "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>" +msgid "<variable id=\"xmlfilteredit\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>" msgstr "" -#. TJZLC +#. 5GEDi #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3148979\n" "help.text" -msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph>.</variable>" +msgid "<variable id=\"xmlfiltertest\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>Test XSLTs</emph>.</variable>" msgstr "" #. EzGsj diff --git a/source/gl/helpcontent2/source/text/shared/01.po b/source/gl/helpcontent2/source/text/shared/01.po index c632f4bd515..b7d2a76f5a9 100644 --- a/source/gl/helpcontent2/source/text/shared/01.po +++ b/source/gl/helpcontent2/source/text/shared/01.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-12-17 11:22+0000\n" -"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -9664,77 +9664,77 @@ msgctxt "" msgid "Save Contents as well" msgstr "Gardar tamén o contido" -#. 4rwiH +#. zBTc3 #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"hd_id3154096\n" +"hd_id3147124\n" "help.text" -msgid "Move Down" -msgstr "Mover cara a abaixo" +msgid "Move Up" +msgstr "Mover cara a arriba" -#. tvoxF +#. jcni7 #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3155852\n" +"par_id3146927\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." +msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." msgstr "" -#. 49owc +#. RNAyD #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3154790\n" +"par_id3156178\n" "help.text" -msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>" -msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icona</alt></image>" +msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>" +msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icona</alt></image>" -#. DLEGF +#. GqEUL #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3149417\n" +"par_id3147257\n" "help.text" -msgid "Move Down" -msgstr "Mover cara a abaixo" +msgid "Move Up" +msgstr "Mover cara a arriba" -#. zBTc3 +#. 4rwiH #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"hd_id3147124\n" +"hd_id3154096\n" "help.text" -msgid "Move Up" -msgstr "Mover cara a arriba" +msgid "Move Down" +msgstr "Mover cara a abaixo" -#. jcni7 +#. tvoxF #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3146927\n" +"par_id3155852\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." +msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." msgstr "" -#. RNAyD +#. 49owc #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3156178\n" +"par_id3154790\n" "help.text" -msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>" -msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icona</alt></image>" +msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>" +msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icona</alt></image>" -#. GqEUL +#. DLEGF #: 02110000.xhp msgctxt "" "02110000.xhp\n" -"par_id3147257\n" +"par_id3149417\n" "help.text" -msgid "Move Up" -msgstr "Mover cara a arriba" +msgid "Move Down" +msgstr "Mover cara a abaixo" #. LqkUb #: 02110000.xhp @@ -9745,13 +9745,13 @@ msgctxt "" msgid "Delete" msgstr "Eliminar" -#. kwHRB +#. 7DCai #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153099\n" "help.text" -msgid "<ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list.</ahelp>" +msgid "This command is found by right-clicking an item in the Navigator. <ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list and the master document</ahelp>, but does not delete the subdocument file." msgstr "" #. JCryA @@ -15118,320 +15118,338 @@ msgctxt "" msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all." msgstr "" -#. giEeL +#. NUXSY #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3146137\n" +"par_id941582477457694\n" "help.text" -msgid "Effects" -msgstr "Efectos" +msgid "Transparency cannot be set for Paragraph Style and Character Style." +msgstr "" -#. gFDAo +#. DopC6 #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3150084\n" +"hd_id91580568371950\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/effectslb\"> Seleccione os efectos de fonte que quere aplicar.</ahelp>" +msgid "Text Decoration" +msgstr "" -#. TCY6u +#. YV7be #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3149575\n" +"par_id0123200902291084\n" "help.text" -msgid "Effects" -msgstr "Efectos" +msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\"> <emph>overlines ou elimina overlining do texto seleccionado. Se o cursor non está nunha palabra, o novo texto que entra é sobrelinhadas. </emph></ahelp>" -#. G2gCr +#. yLgGs #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3148944\n" +"hd_id0123200902243376\n" "help.text" -msgid "The following capitalization effects are available:" -msgstr "Os seguintes efectos relacionados co uso de maiúsculas e minúsculas están dispoñíbeis:" +msgid "Overlining" +msgstr "Superliñado" -#. Yh6gB +#. AgLqC #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3155922\n" +"par_id0123200902243343\n" "help.text" -msgid "<emph>Without</emph> - no effect is applied," -msgstr "" +msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/overlinelb\"> Seleccione o estilo overlining que quere aplicar. Para aplicar o overlining só as palabras, seleccione a caixa <emph>palabras individuais </emph>.</ahelp>" -#. AohH9 +#. hjGmq #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3154280\n" +"hd_id0123200902243470\n" "help.text" -msgid "<emph>Capitals</emph> - changes the selected lowercase characters to uppercase characters," -msgstr "" +msgid "Overline color" +msgstr "Cor do superliñado" -#. KCVx4 +#. Qj5QS #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3148947\n" +"par_id0123200902243466\n" "help.text" -msgid "<emph>Lowercase</emph> - changes the selected uppercase characters to lower characters," -msgstr "" +msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\"> Seleccione a cor para o overlining.</ahelp>" -#. zEB6q +#. exFYD #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3149456\n" +"hd_id3150400\n" "help.text" -msgid "<emph>Title font</emph> - changes the first character of each selected word to an uppercase character," -msgstr "" +msgid "Strikethrough" +msgstr "Riscado" -#. 7gaCo +#. GhmxB #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3154937\n" +"par_id3145203\n" "help.text" -msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size." +msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\"> Seleccione un estilo de tachado para o texto seleccionado.</ahelp>" + +#. 8KFk2 +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"par_id3150496\n" +"help.text" +msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style." msgstr "" -#. iAwbr +#. ojwCR #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3154129\n" +"hd_id3151226\n" "help.text" -msgid "Relief" -msgstr "Relevo" +msgid "Underlining" +msgstr "Subliñado" -#. iXCe4 +#. WedNX #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3146974\n" +"par_id3147576\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/underlinelb\"> Seleccione o estilo de subliñado que desexa aplicar. Para aplicar o subliñado só as palabras, seleccione a <emph>palabras individuais </emph> caixa.</ahelp>" -#. BhRXq +#. E5TPY #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3147287\n" +"par_id3153147\n" "help.text" -msgid "Outline" -msgstr "Esquema" +msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised." +msgstr "Cando se aplica o subliñado a un texto en superíndice, elévase ao seu nivel. Se o superíndice está dentro dunha palabra con texto normal, o subliñado non se eleva." -#. pPmRf +#. PssvR #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3159126\n" +"hd_id3148642\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/outlinecb\"> Mostra o contorno dos caracteres seleccionados. Este efecto non funciona con todas as fontes.</ahelp>" +msgid "Underline color" +msgstr "Cor do subliñado" -#. TTNGb +#. iFDaB #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3163714\n" +"par_id3150254\n" "help.text" -msgid "Shadow" -msgstr "Sombra" +msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\"> Seleccione a cor para o subliñado.</ahelp>" -#. 3ATPy +#. vCnQY #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3150962\n" +"hd_id3153104\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/shadowcb\"> Engade unha sombra que lanza abaixo e á dereita dos caracteres seleccionados.</ahelp>" +msgid "Individual words" +msgstr "Palabras individuais" -#. kGuxJ +#. LifTi #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"bm_id410168\n" +"par_id3152935\n" "help.text" -msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>" -msgstr "<bookmark_value> fontes palpebrar </bookmark_value> <bookmark_value> chiscando fontes </bookmark_value>" +msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/individualwordscb\"> Aplica o efecto seleccionado só a palabras e ignora os espazos.</ahelp>" -#. Suvvn +#. giEeL #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3152941\n" +"hd_id3146137\n" "help.text" -msgid "Blinking" -msgstr "Intermitente" +msgid "Effects" +msgstr "Efectos" -#. 2FiCB +#. gFDAo #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3145662\n" +"par_id3150084\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\"> Fai que os caracteres seleccionados palpebrar. Non pode cambiar a frecuencia de palpebrar.</ahelp>" +msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/effectslb\"> Seleccione os efectos de fonte que quere aplicar.</ahelp>" -#. B3MEb +#. jbxYs #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_idN10B81\n" +"hd_id3149575\n" "help.text" -msgid "Hidden" -msgstr "Oculto" +msgid "Case" +msgstr "" -#. DJ7xG +#. G2gCr #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_idN10B85\n" +"par_id3148944\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Formatting Marks</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>." +msgid "The following capitalization effects are available:" +msgstr "Os seguintes efectos relacionados co uso de maiúsculas e minúsculas están dispoñíbeis:" + +#. Yh6gB +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"par_id3155922\n" +"help.text" +msgid "<emph>Without</emph> - no effect is applied," msgstr "" -#. YV7be +#. dTSUy #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id0123200902291084\n" +"par_id3154280\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\"> <emph>overlines ou elimina overlining do texto seleccionado. Se o cursor non está nunha palabra, o novo texto que entra é sobrelinhadas. </emph></ahelp>" +msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters," +msgstr "" -#. yLgGs +#. m97Bp #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id0123200902243376\n" +"par_id3148947\n" "help.text" -msgid "Overlining" -msgstr "Superliñado" +msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters," +msgstr "" -#. AgLqC +#. JWiX7 #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id0123200902243343\n" +"par_id3149456\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/overlinelb\"> Seleccione o estilo overlining que quere aplicar. Para aplicar o overlining só as palabras, seleccione a caixa <emph>palabras individuais </emph>.</ahelp>" +msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character," +msgstr "" -#. hjGmq +#. 7gaCo #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id0123200902243470\n" +"par_id3154937\n" "help.text" -msgid "Overline color" -msgstr "Cor do superliñado" +msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size." +msgstr "" -#. Qj5QS +#. kGuxJ #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id0123200902243466\n" +"bm_id410168\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\"> Seleccione a cor para o overlining.</ahelp>" +msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>" +msgstr "<bookmark_value> fontes palpebrar </bookmark_value> <bookmark_value> chiscando fontes </bookmark_value>" -#. exFYD +#. Suvvn #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3150400\n" +"hd_id3152941\n" "help.text" -msgid "Strikethrough" -msgstr "Riscado" +msgid "Blinking" +msgstr "Intermitente" -#. GhmxB +#. 2FiCB #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3145203\n" +"par_id3145662\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\"> Seleccione un estilo de tachado para o texto seleccionado.</ahelp>" +msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\"> Fai que os caracteres seleccionados palpebrar. Non pode cambiar a frecuencia de palpebrar.</ahelp>" -#. 8KFk2 +#. B3MEb #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3150496\n" +"par_idN10B81\n" "help.text" -msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style." -msgstr "" +msgid "Hidden" +msgstr "Oculto" -#. ojwCR +#. z8unJ #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3151226\n" +"par_idN10B85\n" "help.text" -msgid "Underlining" -msgstr "Subliñado" +msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <menuitem>Formatting Marks</menuitem> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden characters</emph>." +msgstr "" -#. WedNX +#. iAwbr #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3147576\n" +"hd_id3154129\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/underlinelb\"> Seleccione o estilo de subliñado que desexa aplicar. Para aplicar o subliñado só as palabras, seleccione a <emph>palabras individuais </emph> caixa.</ahelp>" +msgid "Relief" +msgstr "Relevo" -#. E5TPY +#. iXCe4 #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3153147\n" +"par_id3146974\n" "help.text" -msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised." -msgstr "Cando se aplica o subliñado a un texto en superíndice, elévase ao seu nivel. Se o superíndice está dentro dunha palabra con texto normal, o subliñado non se eleva." +msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>" +msgstr "" -#. PssvR +#. BhRXq #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3148642\n" +"hd_id3147287\n" "help.text" -msgid "Underline color" -msgstr "Cor do subliñado" +msgid "Outline" +msgstr "Esquema" -#. iFDaB +#. pPmRf #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3150254\n" +"par_id3159126\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\"> Seleccione a cor para o subliñado.</ahelp>" +msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/outlinecb\"> Mostra o contorno dos caracteres seleccionados. Este efecto non funciona con todas as fontes.</ahelp>" -#. vCnQY +#. TTNGb #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"hd_id3153104\n" +"hd_id3163714\n" "help.text" -msgid "Individual words" -msgstr "Palabras individuais" +msgid "Shadow" +msgstr "Sombra" -#. LifTi +#. 3ATPy #: 05020200.xhp msgctxt "" "05020200.xhp\n" -"par_id3152935\n" +"par_id3150962\n" "help.text" -msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/individualwordscb\"> Aplica o efecto seleccionado só a palabras e ignora os espazos.</ahelp>" +msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/shadowcb\"> Engade unha sombra que lanza abaixo e á dereita dos caracteres seleccionados.</ahelp>" #. 7qD3W #: 05020200.xhp @@ -18196,15 +18214,6 @@ msgctxt "" msgid "formal lower case text" msgstr "" -#. WmB9u -#: 05020301.xhp -msgctxt "" -"05020301.xhp\n" -"par_id130820161753343499\n" -"help.text" -msgid "[<emph>NatNum5</emph>]" -msgstr "" - #. u9aUM #: 05020301.xhp msgctxt "" @@ -19510,6 +19519,24 @@ msgctxt "" msgid "Other possible arguments: \"money\" before 3-letter currency codes, for example [NatNum12 capitalize money USD]0.00 will format number \"1.99\" as \"One and 99/100 U.S. Dollars\"." msgstr "" +#. wGSEZ +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"hd_id231201610928993200\n" +"help.text" +msgid "Error Codes" +msgstr "" + +#. dw9X2 +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"par_id3158315\n" +"help.text" +msgid "If the value is outside the limits for the selected format the following error code is shown:" +msgstr "" + #. pSG47 #: 05020400.xhp msgctxt "" @@ -21119,7 +21146,7 @@ msgctxt "" "hd_id3159151\n" "help.text" msgid "Fill Character" -msgstr "Carácter de enchemento" +msgstr "Carácter de enchedura" #. GkVj5 #: 05030300.xhp @@ -26917,13 +26944,13 @@ msgctxt "" msgid "New" msgstr "" -#. J3FdA +#. dtNaW #: 05210200.xhp msgctxt "" "05210200.xhp\n" "par_id271578758868425\n" "help.text" -msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>." +msgid "Displays the new color for the object that will be applied when you click <widget>OK</widget>." msgstr "" #. kw6LA @@ -26935,13 +26962,13 @@ msgctxt "" msgid "R, G and B" msgstr "" -#. EXXxZ +#. ufa4B #: 05210200.xhp msgctxt "" "05210200.xhp\n" "par_id691578758845984\n" "help.text" -msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255." +msgid "The values of the red, blue and green components of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255." msgstr "" #. NAGAE @@ -27905,7 +27932,7 @@ msgctxt "" "par_id3149798\n" "help.text" msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object." -msgstr "Utilice a previsualización para ver as modificacións antes de aplicar o efecto de transparencia á cor do enchemento do obxecto seleccionado." +msgstr "Utilice a previsualización para ver as modificacións antes de aplicar o efecto de transparencia á cor da enchedura do obxecto seleccionado." #. jKvAA #: 05220000.xhp @@ -31417,14 +31444,14 @@ msgctxt "" msgid "Degrees" msgstr "Graos" -#. 8sveF +#. 4QsLK #: 05340300.xhp msgctxt "" "05340300.xhp\n" "par_id3153194\n" "help.text" -msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\"> Introduza o ángulo de rotación do texto na cela seleccionada (s). Un número positivo xira o texto cara á esquerda e un número negativo xira o texto cara á dereita.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle from 0 to 360 for the text in the selected cell(s).</ahelp>" +msgstr "" #. XJAyp #: 05340300.xhp @@ -38077,13 +38104,13 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Resets the indent and the spacing values to the default values.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\"> redefine o guión e os valores de paso para os valores por defecto.</ahelp>" -#. w6GEQ +#. BUhNT #: 06050600.xhp msgctxt "" "06050600.xhp\n" "par_id3116348\n" "help.text" -msgid "This control appears only when modifying Paragraph style." +msgid "This control appears only when modifying a List style." msgstr "" #. XV3ZK @@ -38104,6 +38131,15 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Fórmula\">Fórmula</link>" +#. pyAz7 +#: 06050600.xhp +msgctxt "" +"06050600.xhp\n" +"par_id3124378\n" +"help.text" +msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>" +msgstr "" + #. hf4eV #: 06130000.xhp msgctxt "" @@ -38374,6 +38410,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>" msgstr "" +#. H4TdC +#: 06130001.xhp +msgctxt "" +"06130001.xhp\n" +"hd_id821582666527674\n" +"help.text" +msgid "Edit Macros" +msgstr "" + #. 9SRC2 #: 06130001.xhp msgctxt "" @@ -40885,14 +40930,14 @@ msgctxt "" msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>" msgstr "<bookmark_value> filtros; Configuración de filtros XML </bookmark_value> <bookmark_value> Filtros XML; configuración </bookmark_value>" -#. CUgk6 +#. CaLds #: 06150000.xhp msgctxt "" "06150000.xhp\n" "hd_id3153272\n" "help.text" -msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter</link>" -msgstr "" +msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>" +msgstr "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">Configuración do filtro XML</link>" #. Gk7jE #: 06150000.xhp @@ -41020,15 +41065,6 @@ msgctxt "" msgid "<ahelp hid=\"filter/ui/xmlfiltersettings/filterlist\">Select one or more filters, then click one of the buttons.</ahelp>" msgstr "<ahelp hid=\"filter/ui/xmlfiltersettings/filterlist\"> Seleccione un ou máis filtros, prema en un dos botóns.</ahelp>" -#. 4tQW5 -#: 06150000.xhp -msgctxt "" -"06150000.xhp\n" -"par_idN10711\n" -"help.text" -msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules." -msgstr "" - #. EhjFJ #: 06150000.xhp msgctxt "" diff --git a/source/gl/helpcontent2/source/text/shared/02.po b/source/gl/helpcontent2/source/text/shared/02.po index 3c3744b8b21..fb3a522cd84 100644 --- a/source/gl/helpcontent2/source/text/shared/02.po +++ b/source/gl/helpcontent2/source/text/shared/02.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-22 13:00+0100\n" -"PO-Revision-Date: 2019-08-07 19:12+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1565205139.000000\n" #. Edm6o @@ -11237,7 +11237,7 @@ msgctxt "" "par_id3149784\n" "help.text" msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlight Color</emph> icon, and then click <emph>No Fill</emph>." -msgstr "Na barra <emph>Formatado</emph>, prema na frecha situada ao lado da icona <emph>Realce</emph> e despois en <emph>Sen enchemento</emph>." +msgstr "Na barra <emph>Formatado</emph>, prema na frecha situada ao lado da icona <emph>Realce</emph> e despois en <emph>Sen enchedura</emph>." #. fRhjf #: 02170000.xhp diff --git a/source/gl/helpcontent2/source/text/shared/06.po b/source/gl/helpcontent2/source/text/shared/06.po index 4b6117378c9..06143403fca 100644 --- a/source/gl/helpcontent2/source/text/shared/06.po +++ b/source/gl/helpcontent2/source/text/shared/06.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-17 16:45+0100\n" -"PO-Revision-Date: 2018-10-13 20:58+0000\n" +"PO-Revision-Date: 2020-02-28 14:00+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textshared06/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1539464285.000000\n" #. EUcrc @@ -32,7 +32,7 @@ msgctxt "" "par_id431534783734366\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdfgeneralpage/PdfGeneralPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export General Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdfgeneralpage/PdfGeneralPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións xerais de exportación a PDF</alt></image>" #. NiURr #: filter_screenshots.xhp @@ -41,7 +41,7 @@ msgctxt "" "par_id434534783734366\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdflinkspage/PdfLinksPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Links Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdflinkspage/PdfLinksPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de ligazóns de exportación de PDF</alt></image>" #. 6V29R #: filter_screenshots.xhp @@ -50,7 +50,7 @@ msgctxt "" "par_id434534703734366\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdfviewpage/PdfViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export View Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdfviewpage/PdfViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de vista de exportación a PDF</alt></image>" #. csH2C #: filter_screenshots.xhp @@ -59,7 +59,7 @@ msgctxt "" "par_id434534703734306\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export User Interface Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións da interface de usuario da exportación a PDF</alt></image>" #. Ea8o3 #: filter_screenshots.xhp @@ -68,7 +68,7 @@ msgctxt "" "par_id434534703704306\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdfsignpage/PdfSignPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Digital Signature Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdfsignpage/PdfSignPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de sinatura dixital da exportación a PDF</alt></image>" #. mBPGC #: filter_screenshots.xhp @@ -77,7 +77,7 @@ msgctxt "" "par_id434034703704306\n" "help.text" msgid "<image src=\"media/screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Security Options Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de seguranza da exportación a PDF</alt></image>" #. cEcCB #: optionen_screenshots.xhp @@ -95,7 +95,7 @@ msgctxt "" "par_id431534783734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optviewpage/OptViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Options View Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optviewpage/OptViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo da vista de opcións</alt></image>" #. ncxnF #: optionen_screenshots.xhp @@ -104,7 +104,7 @@ msgctxt "" "par_id431534383734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optfltrpage/OptFltrPage.png\" id=\"img_id131594783734367\"><alt id=\"alt_id271534783734367\">Options Load/Save Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optfltrpage/OptFltrPage.png\" id=\"img_id131594783734367\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de cargar/gardar opcións</alt></image>" #. 4ESEt #: optionen_screenshots.xhp @@ -113,7 +113,7 @@ msgctxt "" "par_id431534385734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/opthtmlpage/OptHtmlPage.png\" id=\"img_id131594783734368\"><alt id=\"alt_id271534783734367\">Options HTML Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/opthtmlpage/OptHtmlPage.png\" id=\"img_id131594783734368\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de HTML</alt></image>" #. FjGtw #: optionen_screenshots.xhp @@ -122,7 +122,7 @@ msgctxt "" "par_id431564385734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png\" id=\"img_id131592783734368\"><alt id=\"alt_id271534783734367\">Options Accessibility Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png\" id=\"img_id131592783734368\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de accesibilidade</alt></image>" #. XPDyx #: optionen_screenshots.xhp @@ -131,7 +131,7 @@ msgctxt "" "par_id431564381734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optsavepage/OptSavePage.png\" id=\"img_id231592783734368\"><alt id=\"alt_id271534783734367\">Options Save Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optsavepage/OptSavePage.png\" id=\"img_id231592783734368\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións de gardado</alt></image>" #. FAeBR #: optionen_screenshots.xhp @@ -140,7 +140,7 @@ msgctxt "" "par_id481564381734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optadvancedpage/OptAdvancedPage.png\" id=\"img_id231592783736368\"><alt id=\"alt_id271534783734367\">Options Advanced Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optadvancedpage/OptAdvancedPage.png\" id=\"img_id231592783736368\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de opcións avanzadas</alt></image>" #. NJzQs #: optionen_screenshots.xhp @@ -149,7 +149,7 @@ msgctxt "" "par_id481364381734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optasianpage/OptAsianPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options Asian Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optasianpage/OptAsianPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo Asiáticos de Opcións</alt></image>" #. zLdmq #: optionen_screenshots.xhp @@ -158,7 +158,7 @@ msgctxt "" "par_id481394381734366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options CTL Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo CTL de Opcións</alt></image>" #. kEHFK #: optionen_screenshots.xhp @@ -167,7 +167,7 @@ msgctxt "" "par_id481394381724366\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optsecuritypage/OptSecurityPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options Security Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optsecuritypage/OptSecurityPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Imaxe da caixa de diálogo de seguranza de Opcións</alt></image>" #. 4HEUe #: optionen_screenshots.xhp @@ -176,7 +176,7 @@ msgctxt "" "par_id361572483243630\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optlanguagespage/OptLanguagesPage.png\" id=\"img_id841572483243631\"><alt id=\"alt_id131572483243632\">Options Language Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optlanguagespage/OptLanguagesPage.png\" id=\"img_id841572483243631\"><alt id=\"alt_id131572483243632\">Imaxe da caixa de diálogo Idiomas de Opcións</alt></image>" #. 9hcKT #: optionen_screenshots.xhp @@ -185,7 +185,7 @@ msgctxt "" "par_id511572514566037\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Imaxe da caixa de diálogo Xeral de Opcións</alt></image>" #. Ak6ph #: shared_cui_screenshots.xhp @@ -194,7 +194,7 @@ msgctxt "" "tit\n" "help.text" msgid "Shared CUI Screenshots" -msgstr "" +msgstr "Capturas de pantalla de CUI compartidas" #. BQjvk #: shared_cui_screenshots.xhp @@ -203,7 +203,7 @@ msgctxt "" "par_id341572255825997\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/effectspage/EffectsPage.png\" id=\"img_id741572255825998\"><alt id=\"alt_id261572255825998\">Font Effects Page Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/effectspage/EffectsPage.png\" id=\"img_id741572255825998\"><alt id=\"alt_id261572255825998\">Imaxe da caixa de diálogo Páxina de Efectos de tipo de letra</alt></image>" #. 5Fp2F #: shared_cui_screenshots.xhp @@ -212,7 +212,7 @@ msgctxt "" "par_id91572261220492\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/hyperlinkdocpage/HyperlinkDocPage.png\" id=\"img_id41572261220494\"><alt id=\"alt_id561572261220495\">Hyperlink Doc Page Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/hyperlinkdocpage/HyperlinkDocPage.png\" id=\"img_id41572261220494\"><alt id=\"alt_id561572261220495\">Imaxe da caixa de diálogo Páxina de Hiperligazóns</alt></image>" #. q52zT #: shared_cui_screenshots.xhp @@ -221,7 +221,7 @@ msgctxt "" "par_id321572273256466\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage.png\" id=\"img_id691572273256467\"><alt id=\"alt_id981572273256469\">Hyperlink Internet Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage.png\" id=\"img_id691572273256467\"><alt id=\"alt_id981572273256469\">Imaxe da caixa de diálogo Internet de Hiperligazón</alt></image>" #. 7gbR6 #: shared_cui_screenshots.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id681572278003926\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/hyperlinkmailpage/HyperlinkMailPage.png\" id=\"img_id791572287939226\"><alt id=\"alt_id291572278003928\">Hyperlink Mail Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/hyperlinkmailpage/HyperlinkMailPage.png\" id=\"img_id791572287939226\"><alt id=\"alt_id291572278003928\">Imaxe da caixa de diálogo Correo de Hiperligazón</alt></image>" #. UZndE #: shared_cui_screenshots.xhp @@ -239,7 +239,7 @@ msgctxt "" "par_id911572279106813\n" "help.text" msgid "<image src=\"media/screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png\" id=\"img_id411572279106814\"><alt id=\"alt_id611572279106816\">Hyperlink New Document Dialog Image</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png\" id=\"img_id411572279106814\"><alt id=\"alt_id611572279106816\">Imaxe da caixa de diálogo Novo documento de Hiperligazón</alt></image>" #. j7M36 #: shared_cui_screenshots.xhp @@ -248,7 +248,7 @@ msgctxt "" "par_id61884\n" "help.text" msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\"><alt id=\"alt_id34144\">The Pick a Color window</alt></image>" -msgstr "" +msgstr "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\"><alt id=\"alt_id34144\">A xanela Escolla unha cor</alt></image>" #. WUBTK #: shared_cui_screenshots.xhp @@ -257,7 +257,7 @@ msgctxt "" "par_id651578766209506\n" "help.text" msgid "<image id=\"img_id521237\" src=\"media/screenshots/cui/ui/colorpage/ColorPage.png\"><alt id=\"alt_id378144\">Color page dialog</alt></image>" -msgstr "" +msgstr "<image id=\"img_id521237\" src=\"media/screenshots/cui/ui/colorpage/ColorPage.png\"><alt id=\"alt_id378144\">Caixa de diálogo Páxina de cor</alt></image>" #. agtWk #: simpress_screenshots.xhp @@ -266,7 +266,7 @@ msgctxt "" "tit\n" "help.text" msgid "SIMPRESS Screenshots" -msgstr "" +msgstr "Capturas de pantalla do Impress" #. c6FJr #: simpress_screenshots.xhp @@ -275,7 +275,7 @@ msgctxt "" "par_id431534783734366\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Impress General Options Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Caixa de diálogo Opcións xerais do Impress</alt></image>" #. 5EVvY #: simpress_screenshots.xhp @@ -284,7 +284,7 @@ msgctxt "" "par_id431514783734366\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Impress View Options Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Caixa de diálogo Ver opcións do Impress</alt></image>" #. a5Djv #: simpress_screenshots.xhp @@ -293,7 +293,7 @@ msgctxt "" "par_id231514783734366\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/prntopts/prntopts.png\" id=\"img_id231531783734367\"><alt id=\"alt_id671534783731367\">Impress Print Options Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/prntopts/prntopts.png\" id=\"img_id231531783734367\"><alt id=\"alt_id671534783731367\">Caixa de diálogo Opcións de impresión do Impress</alt></image>" #. nUdKY #: simpress_screenshots.xhp @@ -302,7 +302,7 @@ msgctxt "" "par_id231414783734366\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png\" id=\"img_id231591783734367\"><alt id=\"alt_id671534783731067\">Impress Photo Album Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png\" id=\"img_id231591783734367\"><alt id=\"alt_id671534783731067\">Caixa de diálogo Álbum de fotos do Impress</alt></image>" #. CitKQ #: simpress_screenshots.xhp @@ -311,7 +311,7 @@ msgctxt "" "par_id231414783735366\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/presentationdialog/PresentationDialog.png\" id=\"img_id231591783734567\"><alt id=\"alt_id671538783731067\">Presentation Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/presentationdialog/PresentationDialog.png\" id=\"img_id231591783734567\"><alt id=\"alt_id671538783731067\">Caixa de diálogo Presentación</alt></image>" #. yFT8R #: simpress_screenshots.xhp @@ -320,7 +320,7 @@ msgctxt "" "par_id231414783735360\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/slidedesigndialog/SlideDesignDialog.png\" id=\"img_id231591783734560\"><alt id=\"alt_id671538783731060\">Slide Design Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/slidedesigndialog/SlideDesignDialog.png\" id=\"img_id231591783734560\"><alt id=\"alt_id671538783731060\">Caixa de diálogo Deseño de diapositivas</alt></image>" #. dgGzF #: simpress_screenshots.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_id231414780735360\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" id=\"img_id231591780734560\"><alt id=\"alt_id671538780731060\">Header Footer Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" id=\"img_id231591780734560\"><alt id=\"alt_id671538780731060\">Caixa de diálogo Cabeceira e rodapé</alt></image>" #. cxPnD #: simpress_screenshots.xhp @@ -338,7 +338,7 @@ msgctxt "" "par_id891577672025399\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/masterlayoutdlg/MasterLayoutDialog.png\" id=\"img_id231577672025400\"><alt id=\"alt_id601577672025401\">Master Layout Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/masterlayoutdlg/MasterLayoutDialog.png\" id=\"img_id231577672025400\"><alt id=\"alt_id601577672025401\">Caixa de diálogo Disposición da principal</alt></image>" #. P2Ap4 #: simpress_screenshots.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id521577673588040\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/customslideshows/CustomSlideShows.png\" id=\"img_id51577673588041\"><alt id=\"alt_id171577673588042\">Custom Slide Shows Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/customslideshows/CustomSlideShows.png\" id=\"img_id51577673588041\"><alt id=\"alt_id171577673588042\">Caixa de diálogo Presentacións de diapositivas personalizadas</alt></image>" #. fAstm #: simpress_screenshots.xhp @@ -356,7 +356,7 @@ msgctxt "" "par_id651577674792950\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/definecustomslideshow/DefineCustomSlideShow.png\" id=\"img_id791577674792951\"><alt id=\"alt_id171577674792952\">Define Custom Slide Show Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/definecustomslideshow/DefineCustomSlideShow.png\" id=\"img_id791577674792951\"><alt id=\"alt_id171577674792952\">Caixa de diálogo Definir presentación de diapositivas personalizada</alt></image>" #. nwxvb #: simpress_screenshots.xhp @@ -365,7 +365,7 @@ msgctxt "" "par_id291577710686074\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png\" id=\"img_id761577710686075\"><alt id=\"alt_id701577710686076\">Enhanced Animation Effects Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png\" id=\"img_id761577710686075\"><alt id=\"alt_id701577710686076\">Caixa de diálogo Efectos de animación mellorados</alt></image>" #. 7grsS #: simpress_screenshots.xhp @@ -374,7 +374,7 @@ msgctxt "" "par_id911577712535653\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png\" id=\"img_id461577712535654\"><alt id=\"alt_id501577712535655\">Text Animation Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png\" id=\"img_id461577712535654\"><alt id=\"alt_id501577712535655\">Caixa de diálogo Animación do texto</alt></image>" #. 9FESr #: simpress_screenshots.xhp @@ -383,7 +383,7 @@ msgctxt "" "par_id471577714065260\n" "help.text" msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png\" id=\"img_id381577714065261\"><alt id=\"alt_id151577714065262\">Custom Animation Timing Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png\" id=\"img_id381577714065261\"><alt id=\"alt_id151577714065262\">Caixa de diálogo Animación temporizada personalizada</alt></image>" #. 5E4AD #: simpress_screenshots.xhp @@ -392,7 +392,7 @@ msgctxt "" "par_id431634783734366\n" "help.text" msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png\" id=\"img_id131634783734367\"><alt id=\"alt_id273534783734367\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png\" id=\"img_id131634783734367\"><alt id=\"alt_id273534783734367\">Modo alternativo: todas as miniaturas das diapositivas para selección directa ou saltar. A diapositiva actual ten un cursor de selección vermello.</alt></image>" #. Vda3k #: simpress_screenshots.xhp @@ -401,7 +401,7 @@ msgctxt "" "par_id431634783034366\n" "help.text" msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png\" id=\"img_id121634783734367\"><alt id=\"alt_id273534733734367\">Impress Remote: initial thumbnail shown</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png\" id=\"img_id121634783734367\"><alt id=\"alt_id273534733734367\">Impress Remote: mónstranse miniaturas inciais</alt></image>" #. 9viDm #: svx_screenshots.xhp diff --git a/source/gl/helpcontent2/source/text/shared/autopi.po b/source/gl/helpcontent2/source/text/shared/autopi.po index bed0579c84d..55020f9b219 100644 --- a/source/gl/helpcontent2/source/text/shared/autopi.po +++ b/source/gl/helpcontent2/source/text/shared/autopi.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-06-22 22:03+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1561241000.000000\n" #. hCAzG @@ -7637,7 +7637,7 @@ msgctxt "" "hd_id4218268\n" "help.text" msgid "Evolution LDAP" -msgstr "Evolution LDAP" +msgstr "LDAP do Evolution" #. 2zmtZ #: 01170000.xhp diff --git a/source/gl/helpcontent2/source/text/shared/guide.po b/source/gl/helpcontent2/source/text/shared/guide.po index 72c89a9a417..cf1db5dd51a 100644 --- a/source/gl/helpcontent2/source/text/shared/guide.po +++ b/source/gl/helpcontent2/source/text/shared/guide.po @@ -3,17 +3,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-07-21 15:50+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1563724207.000000\n" #. iharT @@ -1175,7 +1175,7 @@ msgctxt "" "par_id3156346\n" "help.text" msgid "Click the <emph>Borders</emph> icon on the <emph>Table </emph>toolbar (Writer) or on the <emph>Line and Filling</emph> bar to open the <emph>Borders</emph> window." -msgstr "Para abrir a xanela <emph>Bordos</emph> prema a icona <emph>Bordos</emph> na barra de ferramentas <emph>Táboa</emph> (Writer) ou na barra <emph>Liña e enchemento</emph>." +msgstr "Para abrir a xanela <emph>Bordos</emph> prema a icona <emph>Bordos</emph> na barra de ferramentas <emph>Táboa</emph> (Writer) ou na barra <emph>Liña e enchedura</emph>." #. tsdz6 #: border_table.xhp @@ -11876,7 +11876,7 @@ msgctxt "" "par_idN108D5\n" "help.text" msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more." -msgstr "Seleccione as propiedades da barra de ferramentas <emph>Propiedades de obxecto de debuxo</emph>. Pode modificar a largura e a cor da liña, a cor e o estilo de enchemento, etc." +msgstr "Seleccione as propiedades da barra de ferramentas <emph>Propiedades de obxecto de debuxo</emph>. Pode modificar a largura e a cor da liña, a cor e o estilo de enchedura, etc." #. gKRx3 #: fontwork.xhp @@ -23776,13 +23776,13 @@ msgctxt "" msgid "%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates." msgstr "" -#. JxQhF +#. bYCKn #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723504381\n" "help.text" -msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <item type=\"menuitem\">Ctrl-Shift-N</item> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates." +msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <keycode>Ctrl-Shift-N</keycode> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates." msgstr "" #. oD5Ec diff --git a/source/gl/helpcontent2/source/text/shared/optionen.po b/source/gl/helpcontent2/source/text/shared/optionen.po index 41a35e443b7..943db8e44ee 100644 --- a/source/gl/helpcontent2/source/text/shared/optionen.po +++ b/source/gl/helpcontent2/source/text/shared/optionen.po @@ -3,17 +3,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-01-23 00:13+0000\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" +"PO-Revision-Date: 2020-02-24 05:21+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1548202426.000000\n" #. PzSYs @@ -2950,6 +2950,60 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used." msgstr "" +#. Zb7tT +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"hd_id111581845580821\n" +"help.text" +msgid "%PRODUCTNAME Quickstarter" +msgstr "" + +#. BrALY +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"hd_id731581845724606\n" +"help.text" +msgid "Load %PRODUCTNAME during system start-up" +msgstr "" + +#. J7FUd +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"par_id971581845639198\n" +"help.text" +msgid "If enabled, loads %PRODUCTNAME into memory when the computer is booted, or when %PRODUCTNAME is restarted. When loaded, it reduces the time for opening %PRODUCTNAME. An icon is also added to the system tray. Right-click on the icon to show a menu for opening new or existing documents, and for stopping the quickstarter." +msgstr "" + +#. MGRtz +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"hd_id411581548563601\n" +"help.text" +msgid "%PRODUCTNAME File Associations" +msgstr "" + +#. ZFtaG +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"hd_id81581845691263\n" +"help.text" +msgid "Windows Default apps" +msgstr "" + +#. PDkSx +#: 01010600.xhp +msgctxt "" +"01010600.xhp\n" +"par_id481581548792359\n" +"help.text" +msgid "Opens a Windows application to set default file associations (or shows a message about how to open the appropriate Windows application)." +msgstr "" + #. 9MQ7V #: 01010700.xhp msgctxt "" @@ -5614,212 +5668,257 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/helplines\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>" msgstr "" -#. 5TDVz +#. cjedA #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3149416\n" +"hd_id3153091\n" "help.text" -msgid "View" -msgstr "Ver" +msgid "Display" +msgstr "Mostrar" -#. APhrj +#. 3WrMN #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3155922\n" +"par_id3154920\n" "help.text" -msgid "Specifies whether scrollbars and rulers are displayed." -msgstr "Especifica se deben mostrarse as regras e barras de desprazamento." +msgid "Defines which document elements are displayed." +msgstr "Define que elementos do documento mostrar." -#. uAbTa +#. Dwtis #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3159149\n" +"hd_id3153143\n" "help.text" -msgid "Horizontal ruler" -msgstr "Regra horizontal" +msgid "Images and objects" +msgstr "" -#. HEUXw +#. 7AqAG #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3149202\n" +"par_id3149261\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Mostra a regra horizontal. Seleccione unha unidade de medida na lista correspondente.</ahelp>" +msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders." +msgstr "" -#. sGprE +#. ACUX3 #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3153104\n" +"par_id3154944\n" "help.text" -msgid "Vertical ruler" -msgstr "Regra vertical" +msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar." +msgstr "A visualización de imaxes tamén se pode controlar mediante a icona <link href=\"text/swriter/02/18120000.xhp\" name=\"Imaxes\"><emph>Activar/Desactivar imaxe</emph></link>>, que se mostra na barra <emph>Ferramentas</emph> cando hai un documento aberto." -#. PcJiW +#. dciDP #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3147287\n" +"par_id3146898\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Mostra a regra vertical. Seleccione a unidade de medida desexada na lista correspondente.</ahelp>" +msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page." +msgstr "" -#. A5pWy +#. sDnYE #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3152460\n" +"hd_id3156332\n" "help.text" -msgid "Right-aligned" -msgstr "Aliñado á dereita" +msgid "Tables" +msgstr "Táboas" -#. kCZHo +#. 6HyeV #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3151116\n" +"par_id3154482\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aliña a regra vertical ao bordo dereito.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Displays the tables contained in your document.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Mostra as táboas existentes no documento.</ahelp>" -#. bxWiD +#. NFLKc #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3155414\n" +"par_id3153713\n" "help.text" -msgid "Smooth scroll" -msgstr "Desprazamento suave" +msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>" +msgstr "<ahelp hid=\".uno:TableBoundaries\">Para mostrar os límites de táboa prema co botón dereito do rato en calquera táboa e escolla <emph>Bordos de táboa</emph> ou escolla <emph>Táboa - Límites de táboa</emph> nun documento de Writer.</ahelp>" -#. JHe6k +#. 7Wbwq #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3153364\n" +"hd_id3149018\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display." -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activa a función de desprazamento suave de páxina. </ahelp> A velocidade da desprazamento depende da área e da visualización da profundidade de cor." +msgid "Drawings and controls" +msgstr "Debuxos e controis" -#. cjedA +#. MUz2Z #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3153091\n" +"par_id3151249\n" "help.text" -msgid "Display" -msgstr "Mostrar" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Mostra os debuxos e controis contidos no documento.</ahelp>" -#. 3WrMN +#. xFt8H #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3154920\n" +"hd_id3150647\n" "help.text" -msgid "Defines which document elements are displayed." -msgstr "Define que elementos do documento mostrar." +msgid "Comments" +msgstr "Comentarios" -#. Dwtis +#. AAT2g #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3153143\n" +"par_id3159335\n" "help.text" -msgid "Images and objects" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Mostra comentarios. Prema un comentario para editar o texto. Empregue o menú de contexto do Navegador para localizar ou eliminar un comentario. Empregue o menú de contexto do comentario para eliminar ese comentario ou todos os comentarios ou todos os comentarios dese autor.</ahelp>" + +#. hDFez +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id901581669796238\n" +"help.text" +msgid "Display fields" msgstr "" -#. 7AqAG +#. 7A8My #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3149261\n" +"hd_id3149481\n" "help.text" -msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders." +msgid "Hidden text" msgstr "" -#. ACUX3 +#. 82k4a #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3154944\n" +"par_id3149413\n" "help.text" -msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar." -msgstr "A visualización de imaxes tamén se pode controlar mediante a icona <link href=\"text/swriter/02/18120000.xhp\" name=\"Imaxes\"><emph>Activar/Desactivar imaxe</emph></link>>, que se mostra na barra <emph>Ferramentas</emph> cando hai un documento aberto." +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>" +msgstr "" -#. dciDP +#. zT6EU #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3146898\n" +"hd_id3149300\n" "help.text" -msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page." +msgid "Hidden paragraphs" msgstr "" -#. sDnYE +#. AjSy3 #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3156332\n" +"par_id3149418\n" "help.text" -msgid "Tables" -msgstr "Táboas" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents." +msgstr "" -#. 6HyeV +#. 5TDVz #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3154482\n" +"hd_id3149416\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Displays the tables contained in your document.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Mostra as táboas existentes no documento.</ahelp>" +msgid "View" +msgstr "Ver" -#. NFLKc +#. APhrj #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3153713\n" +"par_id3155922\n" "help.text" -msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>" -msgstr "<ahelp hid=\".uno:TableBoundaries\">Para mostrar os límites de táboa prema co botón dereito do rato en calquera táboa e escolla <emph>Bordos de táboa</emph> ou escolla <emph>Táboa - Límites de táboa</emph> nun documento de Writer.</ahelp>" +msgid "Specifies whether scrollbars and rulers are displayed." +msgstr "Especifica se deben mostrarse as regras e barras de desprazamento." -#. 7Wbwq +#. uAbTa #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3149018\n" +"hd_id3159149\n" "help.text" -msgid "Drawings and controls" -msgstr "Debuxos e controis" +msgid "Horizontal ruler" +msgstr "Regra horizontal" -#. MUz2Z +#. HEUXw #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3151249\n" +"par_id3149202\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Mostra os debuxos e controis contidos no documento.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Mostra a regra horizontal. Seleccione unha unidade de medida na lista correspondente.</ahelp>" -#. xFt8H +#. sGprE #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"hd_id3150647\n" +"hd_id3153104\n" "help.text" -msgid "Comments" -msgstr "Comentarios" +msgid "Vertical ruler" +msgstr "Regra vertical" -#. AAT2g +#. PcJiW #: 01040200.xhp msgctxt "" "01040200.xhp\n" -"par_id3159335\n" +"par_id3147287\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Mostra comentarios. Prema un comentario para editar o texto. Empregue o menú de contexto do Navegador para localizar ou eliminar un comentario. Empregue o menú de contexto do comentario para eliminar ese comentario ou todos os comentarios ou todos os comentarios dese autor.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Mostra a regra vertical. Seleccione a unidade de medida desexada na lista correspondente.</ahelp>" + +#. bxWiD +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id3155414\n" +"help.text" +msgid "Smooth scroll" +msgstr "Desprazamento suave" + +#. JHe6k +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id3153364\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display." +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activa a función de desprazamento suave de páxina. </ahelp> A velocidade da desprazamento depende da área e da visualización da profundidade de cor." + +#. A5pWy +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id3152460\n" +"help.text" +msgid "Right-aligned" +msgstr "Aliñado á dereita" + +#. kCZHo +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id3151116\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aliña a regra vertical ao bordo dereito.</ahelp>" #. jH6p8 #: 01040200.xhp @@ -5830,14 +5929,14 @@ msgctxt "" msgid "Settings (for HTML document only)" msgstr "Configuración (só para documentos HTML)" -#. taSnw +#. JFAeo #: 01040200.xhp msgctxt "" "01040200.xhp\n" "hd_id3149926\n" "help.text" -msgid "Measurement unit (for HTML document only)" -msgstr "Unidade de medida (só para documentos HTML)" +msgid "Measurement unit" +msgstr "" #. ozjGx #: 01040200.xhp @@ -6883,14 +6982,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>" msgstr "" -#. sdBDD +#. RDE3b #: 01040600.xhp msgctxt "" "01040600.xhp\n" "hd_id3144510\n" "help.text" -msgid "Display of" -msgstr "Visualización de" +msgid "Display formatting" +msgstr "" #. 7EDoZ #: 01040600.xhp @@ -7009,14 +7108,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/break\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>" msgstr "" -#. V42Cw +#. S3ArJ #: 01040600.xhp msgctxt "" "01040600.xhp\n" "par_idN108E5\n" "help.text" -msgid "Hidden text" -msgstr "Texto oculto" +msgid "Hidden characters" +msgstr "" #. F2h2C #: 01040600.xhp @@ -7027,50 +7126,68 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentext\">Displays text that uses the character format \"hidden\", when <emph>View - Formatting Marks</emph> is enabled.</ahelp>" msgstr "" -#. sKToR +#. JVWDv #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3149481\n" +"hd_id901581666055387\n" "help.text" -msgid "Fields: Hidden text (not for HTML documents)" -msgstr "Campos: Texto oculto (excepto en documentos HTML)" +msgid "Bookmarks" +msgstr "" -#. daNw4 +#. AhYjX #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3149413\n" +"par_id241581666070616\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>" +msgid "Specifies that bookmark indicators are shown. | indicates the position of a point bookmark. [ ] indicates the start and end of a bookmark on a text range." msgstr "" -#. bKFSw +#. PoJmB #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3149300\n" +"par_id931581667619159\n" "help.text" -msgid "Fields: Hidden paragraphs (not for HTML documents)" -msgstr "Campos: Parágrafos ocultos (excepto nos documentos HTML)" +msgid "The following controls appear only for Writer documents, not for HTML documents." +msgstr "" -#. BShqs +#. 7xFsw #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3149418\n" +"hd_id3146134\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents." +msgid "Protected Areas" +msgstr "" + +#. UuMDa +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"hd_id131581667078614\n" +"help.text" +msgid "Enable cursor" msgstr "" -#. tm5MQ +#. BHJaU +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"par_id3147508\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>" +msgstr "" + +#. AafSP #: 01040600.xhp msgctxt "" "01040600.xhp\n" "hd_id3156180\n" "help.text" -msgid "Direct cursor (not for HTML documents)" -msgstr "Cursor directo (excepto en documentos HTML)" +msgid "Direct cursor" +msgstr "" #. FDnFU #: 01040600.xhp @@ -7099,14 +7216,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document." msgstr "" -#. RQNHp +#. BD3Cs #: 01040600.xhp msgctxt "" "01040600.xhp\n" "hd_id3152962\n" "help.text" -msgid "Insert (not for HTML document)" -msgstr "Inserir (excepto nos documentos HTML)" +msgid "Insert" +msgstr "" #. zCrNj #: 01040600.xhp @@ -7117,104 +7234,104 @@ msgctxt "" msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:" msgstr "Define as opcións de inserción do cursor directo. Se preme en calquera posición do documento pode teclear ou inserir un novo parágrafo exactamente nese lugar. As propiedades do parágrafo dependen da opción que seleccione de entre a seguintes:" -#. TXRgV +#. arLP9 #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3148995\n" +"hd_id3145147\n" "help.text" -msgid "Paragraph alignment" -msgstr "Aliñamento de parágrafo" +msgid "Tabs" +msgstr "Tabulacións" -#. qSFt6 +#. nsXPA #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3156384\n" +"par_id3155174\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>" msgstr "" -#. AKwn3 +#. DcRBY #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3150387\n" +"hd_id3166449\n" "help.text" -msgid "Left paragraph margin" -msgstr "Marxe esquerda do parágrafo" +msgid "Tabs and Spaces" +msgstr "Tabulacións e espazos" -#. p6mzV +#. AThkF #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3151188\n" +"par_id3155904\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>" msgstr "" -#. arLP9 +#. Pgr5a #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3145147\n" +"hd_id631581667209365\n" "help.text" -msgid "Tabs" -msgstr "Tabulacións" +msgid "Spaces" +msgstr "" -#. nsXPA +#. EQ5VD #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3155174\n" +"par_id441581667221797\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>" +msgid "When the direct cursor is used, spaces are added in the new paragraph until the clicked position is reached." msgstr "" -#. DcRBY +#. AKwn3 #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3166449\n" +"hd_id3150387\n" "help.text" -msgid "Tabs and Spaces" -msgstr "Tabulacións e espazos" +msgid "Left paragraph margin" +msgstr "Marxe esquerda do parágrafo" -#. AThkF +#. p6mzV #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3155904\n" +"par_id3151188\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>" msgstr "" -#. sGDAC +#. TXRgV #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3149964\n" +"hd_id3148995\n" "help.text" -msgid "All insert options refer only to the current paragraph generated with the Direct Cursor." -msgstr "As opcións de inserción só se refiren ao parágrafo actual xerado co cursor directo." +msgid "Paragraph alignment" +msgstr "Aliñamento de parágrafo" -#. WxeKw +#. qSFt6 #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"hd_id3146134\n" +"par_id3156384\n" "help.text" -msgid "Protected Areas - Enable cursor" +msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>" msgstr "" -#. BHJaU +#. sGDAC #: 01040600.xhp msgctxt "" "01040600.xhp\n" -"par_id3147508\n" +"par_id3149964\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>" -msgstr "" +msgid "All insert options refer only to the current paragraph generated with the Direct Cursor." +msgstr "As opcións de inserción só se refiren ao parágrafo actual xerado co cursor directo." #. Do7Ez #: 01040700.xhp @@ -14702,7 +14819,7 @@ msgctxt "" "par_id2507201516150496\n" "help.text" msgid "Example:" -msgstr "Exemplos" +msgstr "Exemplo:" #. CibyA #: BasicIDE.xhp @@ -16387,6 +16504,24 @@ msgctxt "" msgid "<ahelp hid=\".\">Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME.</ahelp>" msgstr "" +#. 2T3Uy +#: online_update.xhp +msgctxt "" +"online_update.xhp\n" +"par_id4057130\n" +"help.text" +msgid "Online Update is a module that is installed by default. <switchinline select=\"sys\"><caseinline select=\"WIN\">To exclude, choose \"Custom\" in the Setup when installing %PRODUCTNAME. </caseinline><caseinline select=\"UNIX\">Check your distribution package to see if it is possible to exclude installation of Online Update. </caseinline></switchinline>" +msgstr "" + +#. aR687 +#: online_update.xhp +msgctxt "" +"online_update.xhp\n" +"hd_id671580577871833\n" +"help.text" +msgid "Online Update Options" +msgstr "" + #. Ts3hG #: online_update.xhp msgctxt "" @@ -16405,14 +16540,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Internet - Proxy</item>." msgstr "" -#. oBXjG +#. eAFnd #: online_update.xhp msgctxt "" "online_update.xhp\n" "par_id8994109\n" "help.text" -msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed." -msgstr "Cando está dispoñíbel unha actualización móstrase un texto explicativo na barra de menú. Prema na icona para proceder." +msgid "When an update is available, an icon in the menu bar <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> displays some explaining text. Click the icon to proceed." +msgstr "" #. qDUxL #: online_update.xhp @@ -16423,15 +16558,6 @@ msgctxt "" msgid "If you disable the check, the icon is removed from the menu bar." msgstr "Se desactiva a verificación, a icona elimínase da barra de ferramentas do menú." -#. GFeg8 -#: online_update.xhp -msgctxt "" -"online_update.xhp\n" -"par_id4057130\n" -"help.text" -msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME." -msgstr "O módulo Actualización en liña pode seleccionarse ou non seleccionarse para ser instalado. Escolla a súa instalación personalizada na configuración de %PRODUCTNAME." - #. 4GgAh #: online_update.xhp msgctxt "" @@ -16504,6 +16630,24 @@ msgctxt "" msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>" msgstr "<ahelp hid=\".\">A verificación efectuarase agora.</ahelp>" +#. tLfAW +#: online_update.xhp +msgctxt "" +"online_update.xhp\n" +"hd_id3051545\n" +"help.text" +msgid "Download Destination" +msgstr "" + +#. mNiGF +#: online_update.xhp +msgctxt "" +"online_update.xhp\n" +"par_id3061311\n" +"help.text" +msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>" +msgstr "<ahelp hid=\".\">Mostra o cartafol seleccionado para almacenar os ficheiros descargados.</ahelp>" + #. CAu7G #: online_update.xhp msgctxt "" @@ -16522,40 +16666,40 @@ msgctxt "" msgid "<ahelp hid=\".\">Enable the automatic download of updates to the specified folder.</ahelp>" msgstr "" -#. E6XgU +#. ENqFQ #: online_update.xhp msgctxt "" "online_update.xhp\n" -"hd_id3051545\n" +"hd_id1418807\n" "help.text" -msgid "Download destination" -msgstr "Descargar destino" +msgid "Change" +msgstr "Cambiar" -#. mNiGF +#. kHNSV #: online_update.xhp msgctxt "" "online_update.xhp\n" -"par_id3061311\n" +"par_id0116200901063996\n" "help.text" -msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>" -msgstr "<ahelp hid=\".\">Mostra o cartafol seleccionado para almacenar os ficheiros descargados.</ahelp>" +msgid "<ahelp hid=\".\">Click to select the destination folder for downloaded files.</ahelp>" +msgstr "" -#. ENqFQ +#. nErT3 #: online_update.xhp msgctxt "" "online_update.xhp\n" -"hd_id1418807\n" +"hd_id411580578548938\n" "help.text" -msgid "Change" -msgstr "Cambiar" +msgid "User Agent" +msgstr "" -#. 5guwa +#. BMLAF #: online_update.xhp msgctxt "" "online_update.xhp\n" -"par_id0116200901063996\n" +"par_id331580578595346\n" "help.text" -msgid "<ahelp hid=\".\">Click to select a folder to download the files.</ahelp>" +msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download." msgstr "" #. uDvTG diff --git a/source/gl/helpcontent2/source/text/simpress.po b/source/gl/helpcontent2/source/text/simpress.po index 4e17a958c2e..615c323e3df 100644 --- a/source/gl/helpcontent2/source/text/simpress.po +++ b/source/gl/helpcontent2/source/text/simpress.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-07 14:10+0100\n" -"PO-Revision-Date: 2020-02-05 07:22+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/gl/>\n" "Language: gl\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560458256.000000\n" #. 2Va4w @@ -545,7 +545,7 @@ msgctxt "" "tit\n" "help.text" msgid "Line and Filling Bar" -msgstr "Barra de ferramentas Liña e enchemento" +msgstr "Barra de ferramentas Liña e enchedura" #. XruYV #: main0202.xhp @@ -554,7 +554,7 @@ msgctxt "" "hd_id3149664\n" "help.text" msgid "<link href=\"text/simpress/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>" -msgstr "<link href=\"text/simpress/main0202.xhp\" name=\"Barra Liña e enchemento\">Barra Liña e enchemento</link>" +msgstr "<link href=\"text/simpress/main0202.xhp\" name=\"Barra Liña e enchemento\">Barra Liña e enchedura</link>" #. ircV9 #: main0202.xhp @@ -563,7 +563,7 @@ msgctxt "" "par_id3153729\n" "help.text" msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>" -msgstr "<ahelp hid=\".\">A barra Liña e enchemento contén ordes e opcións que se poden aplicar á visualización.</ahelp>" +msgstr "<ahelp hid=\".\">A barra Liña e enchedura contén ordes e opcións que se poden aplicar á visualización.</ahelp>" #. TFupQ #: main0202.xhp @@ -599,7 +599,7 @@ msgctxt "" "hd_id3148609\n" "help.text" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>" -msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchemento</link>" +msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchedura</link>" #. nn7rV #: main0202.xhp diff --git a/source/gl/helpcontent2/source/text/simpress/01.po b/source/gl/helpcontent2/source/text/simpress/01.po index 6951e658db5..d067c935c31 100644 --- a/source/gl/helpcontent2/source/text/simpress/01.po +++ b/source/gl/helpcontent2/source/text/simpress/01.po @@ -3,17 +3,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-01-17 16:45+0100\n" -"PO-Revision-Date: 2019-07-08 09:32+0000\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1562578345.000000\n" #. mu9aV @@ -1283,7 +1283,7 @@ msgctxt "" "par_id3150207\n" "help.text" msgid "<ahelp hid=\"modules/sdraw/ui/crossfadedialog/attributes\">Applies cross-fading to the line and fill properties of the selected objects.</ahelp> For example, if the selected objects are filled with different colors, a color transition between the two colors is applied." -msgstr "<ahelp hid=\"modules/sdraw/ui/crossfadedialog/attributes\">Aplica unha transición gradual á liña e propiedades de enchemento dos obxectos seleccionados.</ahelp> Por exemplo, se os obxectos seleccionados se encheron de cores diferentes, aplícase unha transición de cor entre dúas cores." +msgstr "<ahelp hid=\"modules/sdraw/ui/crossfadedialog/attributes\">Aplica unha transición gradual á liña e propiedades de enchedura dos obxectos seleccionados.</ahelp> Por exemplo, se os obxectos seleccionados se encheron de cores diferentes, aplícase unha transición de cor entre dúas cores." #. sJguu #: 02150000.xhp @@ -3731,7 +3731,7 @@ msgctxt "" "hd_id3149404\n" "help.text" msgid "Fill format mode" -msgstr "Modo formato de enchemento" +msgstr "Modo formato de enchedura" #. fxESG #: 05100000.xhp @@ -3758,7 +3758,7 @@ msgctxt "" "par_id3159228\n" "help.text" msgid "Fill format mode" -msgstr "Modo formato de enchemento" +msgstr "Modo formato de enchedura" #. Ac8qx #: 05100000.xhp @@ -7916,7 +7916,7 @@ msgctxt "" "par_id3147435\n" "help.text" msgid "<ahelp hid=\".uno:Dismantle\">Splits a <link href=\"text/simpress/01/13140000.xhp\" name=\"combined\">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object." -msgstr "<ahelp hid=\".uno:Dismantle\">Divide un obxecto <link href=\"text/simpress/01/13140000.xhp\" name=\"combinado\">combinado</link> en obxectos individuais.</ahelp> Os obxectos resultantes teñen as mesmas propiedades de liña e enchemento que o obxecto combinado." +msgstr "<ahelp hid=\".uno:Dismantle\">Divide un obxecto <link href=\"text/simpress/01/13140000.xhp\" name=\"combinado\">combinado</link> en obxectos individuais.</ahelp> Os obxectos resultantes teñen as mesmas propiedades de liña e enchedura que o obxecto combinado." #. CiAPY #: 13160000.xhp @@ -7943,7 +7943,7 @@ msgctxt "" "par_id3152598\n" "help.text" msgid "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill." -msgstr "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Crea unha liña ou unha curva de Bézier que conecta liñas, curvas de Bézier e/ou obxectos.</ahelp> Os obxectos pechados con enchemento convértense en liñas e perden os seus enchementos." +msgstr "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Crea unha liña ou unha curva de Bézier que conecta liñas, curvas de Bézier e/ou obxectos.</ahelp> Os obxectos pechados con enchedura convértense en liñas e perden as súas encheduras." #. cbzRu #: 13170000.xhp @@ -7988,7 +7988,7 @@ msgctxt "" "par_id3153726\n" "help.text" msgid "You cannot apply a fill to closed shapes that have been broken apart with this command." -msgstr "Non é posíbel aplicar enchemento a formas pechadas separadas coa orde Quebrar." +msgstr "Non é posíbel aplicar enchedura a formas pechadas separadas coa orde Quebrar." #. n5qHk #: 13180000.xhp @@ -8989,13 +8989,13 @@ msgctxt "" msgid "The device and the computer are now connected, the current presentation enters in Presentation Mode immediately, controlled by the mobile device." msgstr "" -#. esgu9 +#. tX852 #: remoteconnections.xhp msgctxt "" "remoteconnections.xhp\n" "hd_id331535057240065\n" "help.text" -msgid "To disconnect from mobile device" +msgid "To disconnect from a mobile device" msgstr "" #. LTPcU @@ -9016,13 +9016,13 @@ msgctxt "" msgid "Select the device in the list," msgstr "" -#. hGTnC +#. g7ghk #: remoteconnections.xhp msgctxt "" "remoteconnections.xhp\n" "par_id541535057041285\n" "help.text" -msgid "Press <emph>Remove client authorization</emph> button." +msgid "Click <emph>Remove Client Authorization</emph>." msgstr "" #. 7oZpm diff --git a/source/gl/helpcontent2/source/text/simpress/02.po b/source/gl/helpcontent2/source/text/simpress/02.po index 0b1dd226dc2..db4c4e0b7a8 100644 --- a/source/gl/helpcontent2/source/text/simpress/02.po +++ b/source/gl/helpcontent2/source/text/simpress/02.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-07 14:10+0100\n" -"PO-Revision-Date: 2018-09-28 21:51+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1538171510.000000\n" #. AiACn @@ -752,7 +752,7 @@ msgctxt "" "par_id3153965\n" "help.text" msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>" -msgstr "<ahelp hid=\".uno:AdvancedMode\">Modifica a forma, a orientación ou o enchemento do(s) obxecto(s) seleccionado(s).</ahelp>" +msgstr "<ahelp hid=\".uno:AdvancedMode\">Modifica a forma, a orientación ou a enchedura do(s) obxecto(s) seleccionado(s).</ahelp>" #. GqWCz #: 10030000.xhp @@ -1004,7 +1004,7 @@ msgctxt "" "par_id3149756\n" "help.text" msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." -msgstr "<ahelp hid=\".uno:Shear\">Permite arrastrar as agarradeiras do obxecto seleccionado para modificar a súa forma.</ahelp> Se o obxecto seleccionado non é un polígono ou curva de Bézier, suxírese que transforme o obxecto en curva antes de distorsionalo." +msgstr "<ahelp hid=\".uno:Shear\">Permite arrastrar as agarradoiras do obxecto seleccionado para modificar a súa forma.</ahelp> Se o obxecto seleccionado non é un polígono ou curva de Bézier, suxírese que transforme o obxecto en curva antes de distorsionalo." #. Lw7AA #: 10030000.xhp @@ -1049,7 +1049,7 @@ msgctxt "" "par_id3147516\n" "help.text" msgid "Drag the white handle to change the direction of the transparency gradient. Drag the black handle to change the length of the gradient. You can also drag and drop colors onto the handles from the <emph>Color</emph> Bar to change their grayscale values." -msgstr "Arrastre a agarradeira branca para modificar a dirección da gradación de transparencia. Arrastre a agarradoira negra para modificar a lonxitude da gradiente. Tamén pode arrastrar e soltar cores nas agarradoiras da <emph>barra de cores</emph> para modificar os valores de escala de grises." +msgstr "Arrastre a agarradoira branca para modificar a dirección da gradación de transparencia. Arrastre a agarradoira negra para modificar a lonxitude da gradiente. Tamén pode arrastrar e soltar cores nas agarradoiras da <emph>barra de cores</emph> para modificar os valores de escala de grises." #. UVA2E #: 10030000.xhp @@ -1094,7 +1094,7 @@ msgctxt "" "par_id3149594\n" "help.text" msgid "<ahelp hid=\".uno:InteractiveGradient\">Modifies the gradient fill of the selected object. This command is only available if you applied a gradient to the selected object in <emph>Format - Area</emph>.</ahelp> Drag the handles of the gradient line to change the direction of the gradient or the length of the gradient. You can also drag and drop colors onto the handles from the <emph>Color</emph> Bar to change the color of the gradient endpoints." -msgstr "<ahelp hid=\".uno:InteractiveGradient\">Modifica o enchemento de gradación do obxecto seleccionado. Só é posíbel acceder a esta orde se aplicou a gradación ao obxecto seleccionado en<emph> Formato - Área</emph>.</ahelp> Arrastre as agarradeiras da liña da gradación para modificar a dirección ou a lonxitude da gradación. Tamén pode arrastrar a <emph>Barra de cores</emph>" +msgstr "<ahelp hid=\".uno:InteractiveGradient\">Modifica a enchedura de gradación do obxecto seleccionado. Só é posíbel acceder a esta orde se aplicou a gradación ao obxecto seleccionado en<emph> Formato - Área</emph>.</ahelp> Arrastre as agarradeiras da liña da gradación para modificar a dirección ou a lonxitude da gradación. Tamén pode arrastrar a <emph>Barra de cores</emph>" #. Z8Qos #: 10030000.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "hd_id3153618\n" "help.text" msgid "Rectangle, Unfilled" -msgstr "Rectángulo, sen enchemento" +msgstr "Rectángulo, sen enchedura" #. V85vc #: 10060000.xhp @@ -1985,7 +1985,7 @@ msgctxt "" "par_id3153907\n" "help.text" msgid "Rectangle, Unfilled" -msgstr "Rectángulo, sen enchemento" +msgstr "Rectángulo, sen enchedura" #. LLh3D #: 10060000.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "hd_id3154930\n" "help.text" msgid "Square, Unfilled" -msgstr "Cadrado, sen enchemento" +msgstr "Cadrado, sen enchedura" #. cXfwq #: 10060000.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_id3149161\n" "help.text" msgid "Square, Unfilled" -msgstr "Cadrado, sen enchemento" +msgstr "Cadrado, sen enchedura" #. GYNLD #: 10060000.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "hd_id3154098\n" "help.text" msgid "Rounded Rectangle, Unfilled" -msgstr "Rectángulo arredondado, sen enchemento" +msgstr "Rectángulo arredondado, sen enchedura" #. Sg5HE #: 10060000.xhp @@ -2057,7 +2057,7 @@ msgctxt "" "par_id3154802\n" "help.text" msgid "Rounded Square, Unfilled" -msgstr "Cadrado arredondado, sen enchemento" +msgstr "Cadrado arredondado, sen enchedura" #. dEBg7 #: 10060000.xhp @@ -2066,7 +2066,7 @@ msgctxt "" "hd_id3150350\n" "help.text" msgid "Rounded Square, Unfilled" -msgstr "Cadrado arredondado, sen enchemento" +msgstr "Cadrado arredondado, sen enchedura" #. P5xdb #: 10060000.xhp @@ -2093,7 +2093,7 @@ msgctxt "" "par_id3152960\n" "help.text" msgid "Rounded Square, Unfilled" -msgstr "Cadrado arredondado, sen enchemento" +msgstr "Cadrado arredondado, sen enchedura" #. ZCPSB #: 10070000.xhp @@ -2363,7 +2363,7 @@ msgctxt "" "hd_id3158404\n" "help.text" msgid "Ellipse, Unfilled" -msgstr "Elipse, sen enchemento" +msgstr "Elipse, sen enchedura" #. GnaYP #: 10070000.xhp @@ -2390,7 +2390,7 @@ msgctxt "" "par_id3153688\n" "help.text" msgid "Ellipse, Unfilled" -msgstr "Elipse, sen enchemento" +msgstr "Elipse, sen enchedura" #. cmjGq #: 10070000.xhp @@ -2399,7 +2399,7 @@ msgctxt "" "hd_id3149926\n" "help.text" msgid "Circle, Unfilled" -msgstr "Círculo, sen enchemento" +msgstr "Círculo, sen enchedura" #. Nyz9X #: 10070000.xhp @@ -2426,7 +2426,7 @@ msgctxt "" "par_id3151106\n" "help.text" msgid "Circle, Unfilled" -msgstr "Círculo, sen enchemento" +msgstr "Círculo, sen enchedura" #. s25M4 #: 10070000.xhp @@ -2435,7 +2435,7 @@ msgctxt "" "hd_id3154572\n" "help.text" msgid "Ellipse Pie, Unfilled" -msgstr "Sector elíptico, sen enchemento" +msgstr "Sector elíptico, sen enchedura" #. c3C2Z #: 10070000.xhp @@ -2462,7 +2462,7 @@ msgctxt "" "par_id3148403\n" "help.text" msgid "Ellipse Pie, Unfilled" -msgstr "Sector elíptico, sen enchemento" +msgstr "Sector elíptico, sen enchedura" #. DEU7C #: 10070000.xhp @@ -2471,7 +2471,7 @@ msgctxt "" "hd_id3150835\n" "help.text" msgid "Circle Pie, Unfilled" -msgstr "Sector circular, sen enchemento" +msgstr "Sector circular, sen enchedura" #. CXQB9 #: 10070000.xhp @@ -2498,7 +2498,7 @@ msgctxt "" "par_id3148986\n" "help.text" msgid "Circle Pie, Unfilled" -msgstr "Sector circular, sen enchemento" +msgstr "Sector circular, sen enchedura" #. D7Nmc #: 10070000.xhp @@ -2507,7 +2507,7 @@ msgctxt "" "hd_id3149300\n" "help.text" msgid "Ellipse Segment, Unfilled" -msgstr "Segmento elíptico, sen enchemento" +msgstr "Segmento elíptico, sen enchedura" #. FG8dH #: 10070000.xhp @@ -2534,7 +2534,7 @@ msgctxt "" "par_id3151253\n" "help.text" msgid "Ellipse Segment, Unfilled" -msgstr "Segmento elíptico, sen enchemento" +msgstr "Segmento elíptico, sen enchedura" #. 44oVc #: 10070000.xhp @@ -2543,7 +2543,7 @@ msgctxt "" "hd_id3149103\n" "help.text" msgid "Circle Segment, Unfilled" -msgstr "Segmento circular, sen enchemento" +msgstr "Segmento circular, sen enchedura" #. fYuhb #: 10070000.xhp @@ -2570,7 +2570,7 @@ msgctxt "" "par_id3149037\n" "help.text" msgid "Circle Segment, Unfilled" -msgstr "Segmento circular, sen enchemento" +msgstr "Segmento circular, sen enchedura" #. dWsQD #: 10070000.xhp @@ -2696,7 +2696,7 @@ msgctxt "" "par_id3153083\n" "help.text" msgid "Closed shapes automatically receive the fill that is displayed in the <emph>Area Style/Filling</emph> box on <emph>Line and Filling</emph> bar." -msgstr "As formas pechadas reciben automaticamente o enchemento que se mostra na caixa <emph>Estilo de área/Enchemento</emph> da barra <emph>Liña e enchemento</emph>." +msgstr "As formas pechadas reciben automaticamente a enchedura que se mostra na caixa <emph>Estilo de área/Enchedura</emph> da barra <emph>Liña e enchedura</emph>." #. v6Lgv #: 10080000.xhp @@ -2714,7 +2714,7 @@ msgctxt "" "par_id3150016\n" "help.text" msgid "<ahelp hid=\".uno:BezierFill\">Draws a filled closed shape that is based on a Bézier curve. Click where you want the curve to start, drag, release, and then move the pointer to where you want the curve to end and click. Move the pointer and click again to add a straight line segment to the curve. Double-click to close the shape.</ahelp>" -msgstr "<ahelp hid=\".uno:BezierFill\">Debuxa unha forma pechada e con enchemento, baseada nunha curva de Bézier. Prema no lugar en que quere que comece a liña, arrastre, libere, mova o apuntador ata o lugar en que vai rematar a liña, e prema. Mova o apuntador e prema novamente para engadir un segmento de liña recta á curva. Prema dúas veces para pechar a forma.</ahelp>" +msgstr "<ahelp hid=\".uno:BezierFill\">Debuxa unha forma pechada e con enchedura, baseada nunha curva de Bézier. Prema no lugar en que quere que comece a liña, arrastre, libere, mova o apuntador ata o lugar en que vai rematar a liña, e prema. Mova o apuntador e prema novamente para engadir un segmento de liña recta á curva. Prema dúas veces para pechar a forma.</ahelp>" #. j2HLA #: 10080000.xhp @@ -3209,7 +3209,7 @@ msgctxt "" "hd_id3149930\n" "help.text" msgid "Torus" -msgstr "Torus" +msgstr "Toro" #. ENxUt #: 10090000.xhp @@ -3236,7 +3236,7 @@ msgctxt "" "par_id3151108\n" "help.text" msgid "Torus" -msgstr "Torus" +msgstr "Toro" #. suaQ5 #: 10090000.xhp @@ -4932,7 +4932,6 @@ msgstr "Liña con frechas" #. CndTw #: 10120000.xhp -#, fuzzy msgctxt "" "10120000.xhp\n" "par_id3156350\n" diff --git a/source/gl/helpcontent2/source/text/simpress/guide.po b/source/gl/helpcontent2/source/text/simpress/guide.po index 426e357b096..4e125be05f8 100644 --- a/source/gl/helpcontent2/source/text/simpress/guide.po +++ b/source/gl/helpcontent2/source/text/simpress/guide.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-07 14:10+0100\n" -"PO-Revision-Date: 2018-10-13 20:58+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: Galician <kde-i18n-doc@kde.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1539464298.000000\n" #. S83CC @@ -221,7 +221,7 @@ msgctxt "" "par_id3148828\n" "help.text" msgid "To edit the properties of the 3D object, use the <emph>Line and Filling</emph> toolbar and the <emph>3D Settings</emph> toolbar." -msgstr "Para editar as propiedades do obxecto 3D, utilice as barras de ferramentas <emph>Liña e enchemento</emph> e <emph>Configuración 3D</emph>." +msgstr "Para editar as propiedades do obxecto 3D, utilice as barras de ferramentas <emph>Liña e enchedura</emph> e <emph>Configuración 3D</emph>." #. xJzam #: 3d_create.xhp @@ -275,7 +275,7 @@ msgctxt "" "par_id3146125\n" "help.text" msgid "To edit the properties of the 3D object, use the Line and Filling toolbar and the 3D Settings toolbar." -msgstr "Para editar as propiedades do obxecto 3D, use as barras de ferramentas Liña e enchemento e Configuración 3D." +msgstr "Para editar as propiedades do obxecto 3D, use as barras de ferramentas Liña e enchedura e Configuración 3D." #. 6HLRb #: 3d_create.xhp @@ -968,7 +968,7 @@ msgctxt "" "tit\n" "help.text" msgid "Changing the Slide Background Fill" -msgstr "Modificar o enchemento de fondo da diapositiva" +msgstr "Modificar a enchedura de fondo da diapositiva" #. X5rFC #: background.xhp @@ -995,7 +995,7 @@ msgctxt "" "par_id3155067\n" "help.text" msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Pode modificar a cor ou o enchemento do fondo da diapositiva actual ou de todas as diapositivas do documento. Como enchemento do fondo, pode usar un sombreamento, unha gradación ou unha imaxe de mapa de bits." +msgstr "Pode modificar a cor ou a enchedura do fondo da diapositiva actual ou de todas as diapositivas do documento. Como enchedura do fondo, pode usar un sombreamento, unha gradación ou unha imaxe de mapa de bits." #. SEPCz #: background.xhp @@ -1139,7 +1139,7 @@ msgctxt "" "par_id3145356\n" "help.text" msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list." -msgstr "Na área <emph>Enchemento</emph>, seleccione <emph>Mapa de bits</emph> e, a seguir, prema nunha imaxe da lista." +msgstr "Na área <emph>Enchedura</emph>, seleccione <emph>Mapa de bits</emph> e, a seguir, prema nunha imaxe da lista." #. JApVy #: background.xhp @@ -4082,7 +4082,7 @@ msgctxt "" "hd_id3153730\n" "help.text" msgid "To add a color fill to a shape:" -msgstr "Para engadir un enchemento de cor a unha forma:" +msgstr "Para engadir unha enchedura de cor a unha forma:" #. BEeDs #: orgchart.xhp diff --git a/source/gl/helpcontent2/source/text/swriter.po b/source/gl/helpcontent2/source/text/swriter.po index 349f9de1d81..510c2a97cb2 100644 --- a/source/gl/helpcontent2/source/text/swriter.po +++ b/source/gl/helpcontent2/source/text/swriter.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-17 16:45+0100\n" -"PO-Revision-Date: 2019-01-07 12:32+0000\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1546864361.000000\n" #. P7iNX @@ -2363,7 +2363,7 @@ msgctxt "" "hd_id3147280\n" "help.text" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style/Filling\">Area Style/Filling</link>" -msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchemento</link>" +msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estilo de área/enchemento\">Estilo de área/enchedura</link>" #. KevCA #: main0206.xhp diff --git a/source/gl/helpcontent2/source/text/swriter/01.po b/source/gl/helpcontent2/source/text/swriter/01.po index 54853e1e5fe..17d2c75ffb1 100644 --- a/source/gl/helpcontent2/source/text/swriter/01.po +++ b/source/gl/helpcontent2/source/text/swriter/01.po @@ -3,10 +3,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-11-05 12:00+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: Galician <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter01/gl/>\n" +"POT-Creation-Date: 2020-02-28 14:53+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3877,13 +3877,13 @@ msgctxt "" msgid "When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in." msgstr "Cando se elimina unha marca de parágrafo, o parágrafo que se combina asume o formato daquel en que está colocado o cursor." -#. GBSCv +#. Avhph #: 03100000.xhp msgctxt "" "03100000.xhp\n" "par_id3147511\n" "help.text" -msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then select the options that you want in the <emph>Display of</emph> area." +msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area." msgstr "" #. k2VJk @@ -4768,14 +4768,14 @@ msgctxt "" msgid "Character" msgstr "Carácter" -#. 92Vqa +#. 9GVCs #: 04030000.xhp msgctxt "" "04030000.xhp\n" "par_id3155901\n" "help.text" -msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter or number. To assign a special character, click the button at the bottom.</variable>" -msgstr "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Escolla esta opción para definir un carácter ou símbolo para a nota a rodapé actual.</ahelp> Pode ser tanto unha letra como un número. Para asignar un carácter especial prema o botón que hai no fondo.</variable>" +msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter, number or special character.</variable>" +msgstr "" #. nNcCJ #: 04030000.xhp @@ -4849,15 +4849,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/endnote\">Inserts an endnote anchor at the current cursor position in the document, and adds an endnote at the end of the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/nota final\">Insire unha áncora nota final na posición actual do cursor no documento eengade unha nota de fin ao final do documento.</ahelp>" -#. VsikP -#: 04030000.xhp -msgctxt "" -"04030000.xhp\n" -"par_id3155135\n" -"help.text" -msgid "<link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Tips for working with footnotes\">Tips for working with footnotes</link>." -msgstr "<link href=\"text/swriter/guía/footnote_usage.xhp \" name=\"Consellos para traballar con notas a rodapé\"> Consellos para traballar con notas a rodapé </link>." - #. fCB3Q #: 04040000.xhp msgctxt "" @@ -4885,23 +4876,23 @@ msgctxt "" msgid "Insert Bookmark" msgstr "Inserir marcador" -#. F4GR7 +#. GdJ4q #: 04040000.xhp msgctxt "" "04040000.xhp\n" "par_id3149806\n" "help.text" -msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable></variable>" -msgstr "<variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Insire un marcador na posición do cursor. Pode entón usar o Navegador para ir rapidamente ao lugar marcado nun momento posterior.</ahelp> Nun documento en HTML, os marcadores convértense en áncoras ás que se pode ir desde unha hiperligazón. </variable>" +msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable>" +msgstr "" -#. K9aNr +#. DA74C #: 04040000.xhp msgctxt "" "04040000.xhp\n" "par_id3153677\n" "help.text" -msgid "To jump to a specific bookmark, press F5 to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmark</emph> entry, and then double-click the bookmark." -msgstr "Para ir a un marcador específico, prema F5 para abrir o <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\"> Navegador </link>, prema no signo máis (+) próximo ao Bookmark<emph> entrada </emph>e, a continuación, prema dúas veces no marcador." +msgid "To jump to a specific bookmark, press <keycode>F5</keycode> to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmarks</emph> entry, and then double-click the bookmark." +msgstr "" #. ATBbv #: 04040000.xhp @@ -4912,23 +4903,23 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline>" msgstr "" -#. GZrtc +#. KdpJp #: 04040000.xhp msgctxt "" "04040000.xhp\n" -"hd_id3154188\n" +"hd_id3154143\n" "help.text" -msgid "Bookmarks" -msgstr "Marcadores" +msgid "Name" +msgstr "" -#. iCeDs +#. 3FwA8 #: 04040000.xhp msgctxt "" "04040000.xhp\n" "par_id3155178\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/marcadores\">Introduza o nome do marcador que desexa crear. A lista de abaixo conténtodos os indicadores no documento actual. Para eliminar un marcador,seleccióneo na lista e prema en <emph>Eliminar</emph>.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. Then press <emph>Insert</emph>.</ahelp>" +msgstr "" #. s7rfA #: 04040000.xhp @@ -4939,6 +4930,42 @@ msgctxt "" msgid "You cannot use the following characters in a bookmark name: / \\ @ : * ? \" ; , . #" msgstr "Non se poden utilizar os seguintes caracteres no nome dun marcador: /@ : * ? \" ; , . #" +#. GZrtc +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"hd_id3154188\n" +"help.text" +msgid "Bookmarks" +msgstr "Marcadores" + +#. MjEEc +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"par_id171581934040077\n" +"help.text" +msgid "Lists all the bookmarks in the current document." +msgstr "" + +#. ZyeAw +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"hd_id32341878\n" +"help.text" +msgid "Rename" +msgstr "" + +#. 9B5gm +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"par_id971581935166865\n" +"help.text" +msgid "To rename a bookmark, select the bookmark, press <emph>Rename</emph>, then type the new name in the dialog box." +msgstr "" + #. aLuDE #: 04040000.xhp msgctxt "" @@ -4948,14 +4975,41 @@ msgctxt "" msgid "Delete" msgstr "Eliminar" -#. a8p9C +#. oHMfQ #: 04040000.xhp msgctxt "" "04040000.xhp\n" "par_id3151251\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">Para eliminar un marcador, seleccione o marcador no diálogo <emph>Inserir marcador</emph> e prema no botón <emph>Eliminar</emph>. Non se presenta ningún diálogo de confirmación.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>" +msgstr "" + +#. zfGWi +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"par_id231581943669611\n" +"help.text" +msgid "If bookmarks are protected, then they cannot be deleted or renamed." +msgstr "" + +#. caM6E +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"hd_id3149838\n" +"help.text" +msgid "Go to" +msgstr "" + +#. ABDnD +#: 04040000.xhp +msgctxt "" +"04040000.xhp\n" +"par_id511581935446495\n" +"help.text" +msgid "To move the cursor in the document to a bookmark, select the bookmark, then press <emph>Go to</emph>." +msgstr "" #. ifBCD #: 04060000.xhp @@ -7459,13 +7513,13 @@ msgctxt "" msgid "Hidden text" msgstr "Texto oculto" -#. mGAud +#. bHrmr #: 04090003.xhp msgctxt "" "04090003.xhp\n" "par_id3147524\n" "help.text" -msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden text</emph> check box." +msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden text</emph> check box." msgstr "" #. BMoMs @@ -7477,13 +7531,13 @@ msgctxt "" msgid "Hidden Paragraph" msgstr "Parágrafo oculto" -#. WthF9 +#. sibUD #: 04090003.xhp msgctxt "" "04090003.xhp\n" "par_id3153677\n" "help.text" -msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden paragraph</emph> check box." +msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box." msgstr "" #. sT58o @@ -10294,13 +10348,13 @@ msgctxt "" msgid "If the COMPANY database field is empty, the condition is true and the paragraph is hidden." msgstr "Se o campo EMPRESA está baleiro, a condición é verdadeira e o parágrafo ocúltase." -#. EWHvB +#. BQUAo #: 04090200.xhp msgctxt "" "04090200.xhp\n" "par_id3150232\n" "help.text" -msgid "To display hidden paragraphs on the screen, you can choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and clear the <emph>Fields: Hidden paragraphs</emph> check box." +msgid "To display hidden paragraphs on the screen, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - View</menuitem>, and clear the <emph>Hidden paragraphs</emph> check box." msgstr "" #. kBuFH @@ -12848,7 +12902,7 @@ msgctxt "" "hd_id3155909\n" "help.text" msgid "Fill character" -msgstr "Carácter de enchemento" +msgstr "Carácter de enchedura" #. sdRUj #: 04120221.xhp @@ -22442,7 +22496,7 @@ msgctxt "" "par_id3145786\n" "help.text" msgid "Fill Format Mode" -msgstr "Modo formato de enchemento" +msgstr "Modo formato de enchedura" #. q3tQu #: 05140000.xhp @@ -23956,22 +24010,22 @@ msgctxt "" msgid "Load/Save" msgstr "Cargar/Gardar" -#. Gkp2B +#. YUER3 #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3147512\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter and outline number format. A saved outline number format is available to all text documents.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to all text documents.</ahelp>" msgstr "" -#. SAiTG +#. Eoxwy #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3150979\n" "help.text" -msgid "The <emph>Load/Save</emph> button is only available for chapter and outline numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs." +msgid "The <emph>Load/Save</emph> button is only available for chapter numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs." msgstr "" #. EV2DT @@ -26449,13 +26503,13 @@ msgctxt "" msgid "<bookmark_value>numbering;OpenOffice.org</bookmark_value><bookmark_value>OpenOffice.org legacy numbering</bookmark_value>" msgstr "" -#. 6sCyG +#. 6EfGu #: legacynumbering.xhp msgctxt "" "legacynumbering.xhp\n" "hd_id761579742307751\n" "help.text" -msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering \">Position (List Styles - Legacy)</link></variable>" +msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering\">Position (List Styles - Legacy)</link></variable>" msgstr "" #. VFBKw @@ -26512,13 +26566,13 @@ msgctxt "" msgid "Width of numbering" msgstr "" -#. rMyHa +#. TtTBG #: legacynumbering.xhp msgctxt "" "legacynumbering.xhp\n" "par_id3150129\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width of the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>" msgstr "" #. 4XWNy @@ -26548,15 +26602,6 @@ msgctxt "" msgid "Aligns the numbering symbol left, center, or right in the numbering area. The position might be adjusted to maintain the minimum space." msgstr "" -#. wEonA -#: legacynumbering.xhp -msgctxt "" -"legacynumbering.xhp\n" -"par_id3116348\n" -"help.text" -msgid "This control appears only when modifying Paragraph style." -msgstr "" - #. VPLZn #: legacynumbering.xhp msgctxt "" @@ -26575,6 +26620,15 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>" msgstr "" +#. zgLgx +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3194378\n" +"help.text" +msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>" +msgstr "" + #. mtBWM #: mailmerge00.xhp msgctxt "" diff --git a/source/gl/helpcontent2/source/text/swriter/02.po b/source/gl/helpcontent2/source/text/swriter/02.po index c2612eb71ce..d3bcc59f0bc 100644 --- a/source/gl/helpcontent2/source/text/swriter/02.po +++ b/source/gl/helpcontent2/source/text/swriter/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"POT-Creation-Date: 2020-02-17 12:22+0100\n" "PO-Revision-Date: 2019-03-12 22:48+0000\n" "Last-Translator: Xosé <xosecalvo@gmail.com>\n" "Language-Team: Galician <kde-i18n-doc@kde.org>\n" @@ -808,23 +808,23 @@ msgctxt "" msgid "Page Number" msgstr "Número de páxina" -#. JqAC6 +#. WJ2wq #: 08010000.xhp msgctxt "" "08010000.xhp\n" "hd_id3145241\n" "help.text" -msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>" -msgstr "<link href=\"text/swriter/02/08010000.xhp\" name=\"Número de páxina\">Número de páxina</link>" +msgid "Page Number" +msgstr "" -#. ZEjNe +#. JTxYv #: 08010000.xhp msgctxt "" "08010000.xhp\n" "par_id3151184\n" "help.text" -msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A double-click opens the Navigator, with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>" -msgstr "<ahelp hid=\".uno:StatePageNumber\">O número da páxina actual móstrase neste campo da barra de estado. Para navegar polo documento prema dúas veces para abrir o Navegador. Prema co botón dereito do rato para mostrar os marcadores existentes. Prema nun marcador para colocar o cursor do texto nese lugar.</ahelp>" +msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A click opens \"Go to Page\", with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>" +msgstr "" #. BinAk #: 08010000.xhp diff --git a/source/gl/helpcontent2/source/text/swriter/guide.po b/source/gl/helpcontent2/source/text/swriter/guide.po index 9493d76ccb9..274254f9520 100644 --- a/source/gl/helpcontent2/source/text/swriter/guide.po +++ b/source/gl/helpcontent2/source/text/swriter/guide.po @@ -3,10 +3,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2019-11-05 12:01+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: Galician <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterguide/gl/>\n" +"POT-Creation-Date: 2020-02-27 14:31+0100\n" +"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"Last-Translator: Xosé <xosecalvo@gmail.com>\n" +"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/gl/>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -6313,14 +6313,14 @@ msgctxt "" msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:" msgstr "Na <item type =\"menuitem\"> Navegador </ item> para documentos mestre (debe abrir automaticamente, se non preme F5 para abrir), prema e Manteña a tecla <item type =\"menuitem\"> Inserir </ item > icona e facer unha das seguintes opcións:" -#. esrRb +#. ihE6T #: globaldoc_howtos.xhp msgctxt "" "globaldoc_howtos.xhp\n" "par_id3156240\n" "help.text" -msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>." -msgstr "Localice o ficheiro gráfico que desexa inserir e prema en <emph>Abrir</emph>." +msgid "To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>." +msgstr "" #. DHqof #: globaldoc_howtos.xhp @@ -6511,14 +6511,14 @@ msgctxt "" msgid "Click <emph>OK</emph>." msgstr "Prema en <emph>Aceptar</emph>." -#. DEHD8 +#. hmLYv #: globaldoc_howtos.xhp msgctxt "" "globaldoc_howtos.xhp\n" "hd_id3145228\n" "help.text" -msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document" -msgstr "Para exportar un documento mestre como un <item type=\"productname\">%PRODUCTNAME </item> Documento de texto" +msgid "To Export a Master Document" +msgstr "" #. 8fFGC #: globaldoc_howtos.xhp @@ -6529,14 +6529,14 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">File - Export</item>." msgstr "Escolla <item type=\"menuitem\">Ficheiro - Exportar</item>." -#. 7UkKV +#. DomMg #: globaldoc_howtos.xhp msgctxt "" "globaldoc_howtos.xhp\n" "par_id3148580\n" "help.text" -msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>." -msgstr "Na lista <emph>Formato de ficheiro</emph>, seleccione un formato e prema <emph>Exportar</emph>." +msgid "In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>." +msgstr "" #. qGjnL #: globaldoc_howtos.xhp @@ -14897,7 +14897,7 @@ msgctxt "" "tit\n" "help.text" msgid "Applying Styles in Fill Format Mode" -msgstr "Aplicar estilos en modo formato de enchemento" +msgstr "Aplicar estilos en modo formato de enchedura" #. kP3p2 #: stylist_fillformat.xhp @@ -14915,7 +14915,7 @@ msgctxt "" "hd_id3145084\n" "help.text" msgid "<variable id=\"stylist_fillformat\"><link href=\"text/swriter/guide/stylist_fillformat.xhp\" name=\"Applying Styles in Fill Format Mode\">Applying Styles in Fill Format Mode</link></variable>" -msgstr "<variable id=\"stylist_fillformat\"><link href=\"text/swriter/guide/stylist_fillformat.xhp\" name=\"Aplicar estilos en modo formato de enchemento\">Aplicar estilos en modo formato de enchemento</link></variable>" +msgstr "<variable id=\"stylist_fillformat\"><link href=\"text/swriter/guide/stylist_fillformat.xhp\" name=\"Aplicar estilos en modo formato de enchemento\">Aplicar estilos en modo formato de enchedura</link></variable>" #. vvJoU #: stylist_fillformat.xhp @@ -14924,7 +14924,7 @@ msgctxt "" "par_id3155855\n" "help.text" msgid "You can quickly apply styles, such as paragraph and character styles, in your document by using the Fill Format Mode in the Styles window." -msgstr "" +msgstr "Pode aplicar estilos no seu documento rapidamente, como estilos de parágrafo e carácter, empregando o Modo de enchedura de formato da xanela Estilos." #. PTiJu #: stylist_fillformat.xhp @@ -14933,7 +14933,7 @@ msgctxt "" "par_id3156114\n" "help.text" msgid "Choose <emph>View - Styles</emph>." -msgstr "" +msgstr "Escolla <emph>Ver - Estilos</emph>." #. Lkn58 #: stylist_fillformat.xhp @@ -14942,7 +14942,7 @@ msgctxt "" "par_id3153128\n" "help.text" msgid "Click the icon of the style category that you want to apply." -msgstr "Prema na icona da categoría de estilo que desexa aplicar." +msgstr "Prema na icona da categoría de estilo que desexe aplicar." #. FWgRh #: stylist_fillformat.xhp |