diff options
Diffstat (limited to 'source/es/helpcontent2')
-rw-r--r-- | source/es/helpcontent2/source/text/sbasic/guide.po | 4 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/sbasic/shared.po | 136 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/scalc/01.po | 6 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/sdatabase.po | 18 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared.po | 20 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/01.po | 8 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/06.po | 6 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/guide.po | 28 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/help.po | 8 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/optionen.po | 24 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/smath/guide.po | 32 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/swriter/01.po | 4 |
12 files changed, 84 insertions, 210 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po index d25a6b6d02d..805d82b3d3f 100644 --- a/source/es/helpcontent2/source/text/sbasic/guide.po +++ b/source/es/helpcontent2/source/text/sbasic/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-01-31 18:19+0100\n" -"PO-Revision-Date: 2022-02-12 19:39+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/es/>\n" "Language: es\n" @@ -671,7 +671,7 @@ msgctxt "" "bm_id171559140731329\n" "help.text" msgid "<bookmark_value>Basic;programming examples</bookmark_value>" -msgstr "<bookmark_value>Basic;ejemplos de programación</bookmark_value>" +msgstr "<bookmark_value>BASIC;ejemplos de programación</bookmark_value>" #. DdPKY #: basic_examples.xhp diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po index 51b6e36816f..32169935b2a 100644 --- a/source/es/helpcontent2/source/text/sbasic/shared.po +++ b/source/es/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" +"POT-Creation-Date: 2022-02-21 15:22+0100\n" "PO-Revision-Date: 2022-02-10 16:37+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n" @@ -24910,13 +24910,13 @@ msgctxt "" msgid "Multiple expressions such as <input>expr1 [[{operator] expr2]..]</input> can be combined. <input>expr1</input> and <input>expr2</input> can be any string or numeric expressions that you want to evaluate. <literal>CBool</literal> combines the expressions and returns either <literal>True</literal> or <literal>False</literal>. <input>operator</input> can be a <link href=\"text/sbasic/shared/03070000.xhp\" name=\"mathematical operator\">mathematical operator</link>, <link href=\"text/sbasic/shared/03060000.xhp\" name=\"logical operator\">logical operator</link> or <link href=\"text/sbasic/shared/03110100.xhp\" name=\"comparison operator\">comparison operator</link>." msgstr "" -#. wMSZE +#. Fvovz #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3145171\n" "help.text" -msgid "The following examples computes a logical expression and a mathematical formula. It uses the <literal>CBool</literal> function to evaluate the value that is returned by the <literal>Instr</literal> function. The function checks if the word \"and\" is found in the sentence that was entered by the user." +msgid "In the following examples, the <literal>CBool</literal> function evaluates a logical expression, a mathematical formula and the value that is returned by the <literal>Instr</literal> function. The function checks if the character \"a\" is found in the sentence that was entered by the user." msgstr "" #. 2SpGu @@ -29446,13 +29446,13 @@ msgctxt "" msgid "Comparison Operators" msgstr "Operadores de comparación" -#. eBuGF +#. 3BDFS #: 03110100.xhp msgctxt "" "03110100.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value> <bookmark_value>Operators;comparison</bookmark_value> <bookmark_value>Operators;equal sign (=)</bookmark_value> <bookmark_value>Operators;greater than (>)</bookmark_value> <bookmark_value>Operators;greater than or equal to (>=)</bookmark_value> <bookmark_value>Operators;less than (<>)</bookmark_value> <bookmark_value>Operators;less than or equal to (<=)</bookmark_value> <bookmark_value>Operators;not equal to (<>)</bookmark_value>" +msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value> <bookmark_value>Operators;comparison</bookmark_value> <bookmark_value>Operators;equal sign (=)</bookmark_value> <bookmark_value>Operators;greater than (>)</bookmark_value> <bookmark_value>Operators;greater than or equal to (>=)</bookmark_value> <bookmark_value>Operators;less than (<)</bookmark_value> <bookmark_value>Operators;less than or equal to (<=)</bookmark_value> <bookmark_value>Operators;not equal to (<>)</bookmark_value>" msgstr "" #. k9nDv @@ -37357,15 +37357,6 @@ msgctxt "" msgid "CallType Description" msgstr "" -#. krAur -#: CallByName.xhp -msgctxt "" -"CallByName.xhp\n" -"par_id621644505028464\n" -"help.text" -msgid "1" -msgstr "" - #. 34akS #: CallByName.xhp msgctxt "" @@ -37375,15 +37366,6 @@ msgctxt "" msgid "<emph>Method</emph>: Calls a procedure as a function or a subroutine." msgstr "" -#. EijFB -#: CallByName.xhp -msgctxt "" -"CallByName.xhp\n" -"par_id621644505028465\n" -"help.text" -msgid "2" -msgstr "" - #. vC2DV #: CallByName.xhp msgctxt "" @@ -37393,15 +37375,6 @@ msgctxt "" msgid "<emph>Get</emph>: Reads a property or variable content." msgstr "" -#. pFeDX -#: CallByName.xhp -msgctxt "" -"CallByName.xhp\n" -"par_id621644505028466\n" -"help.text" -msgid "4" -msgstr "" - #. 65JuB #: CallByName.xhp msgctxt "" @@ -37411,15 +37384,6 @@ msgctxt "" msgid "<emph>Let</emph>: Assigns a content to a <literal>Property</literal> or variable." msgstr "" -#. rA6AZ -#: CallByName.xhp -msgctxt "" -"CallByName.xhp\n" -"par_id621644505028467\n" -"help.text" -msgid "8" -msgstr "" - #. AGBZb #: CallByName.xhp msgctxt "" @@ -39409,15 +39373,6 @@ msgctxt "" msgid "DAYSINYEAR" msgstr "" -#. 377AZ -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id361641413741893\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getDaysInMonth" -msgstr "" - #. vXhZ9 #: calc_functions.xhp msgctxt "" @@ -39427,15 +39382,6 @@ msgctxt "" msgid "MONTHS" msgstr "" -#. ug6Q2 -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id261641413916931\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getDiffMonths" -msgstr "" - #. gWTY8 #: calc_functions.xhp msgctxt "" @@ -39445,15 +39391,6 @@ msgctxt "" msgid "WEEKS" msgstr "" -#. EEsD8 -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id811641413962004\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getDiffWeeks" -msgstr "" - #. DjCEK #: calc_functions.xhp msgctxt "" @@ -39463,15 +39400,6 @@ msgctxt "" msgid "YEARS" msgstr "" -#. 2bFJG -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id401641413988926\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getDiffYears" -msgstr "" - #. bNKK9 #: calc_functions.xhp msgctxt "" @@ -39481,15 +39409,6 @@ msgctxt "" msgid "ROT13" msgstr "" -#. XPK2a -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id831641414018760\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getRot13" -msgstr "" - #. A7nYJ #: calc_functions.xhp msgctxt "" @@ -39499,15 +39418,6 @@ msgctxt "" msgid "WEEKSINYEAR" msgstr "" -#. sQKRo -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id391641414040590\n" -"help.text" -msgid "com.sun.star.sheet.addin.DateFunctions.getWeeksInYear" -msgstr "" - #. qqkuj #: calc_functions.xhp msgctxt "" @@ -39553,15 +39463,6 @@ msgctxt "" msgid "OPT_BARRIER" msgstr "" -#. F3AGd -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id761641414383403\n" -"help.text" -msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptBarrier" -msgstr "" - #. zF653 #: calc_functions.xhp msgctxt "" @@ -39571,15 +39472,6 @@ msgctxt "" msgid "OPT_PROB_HIT" msgstr "" -#. NCqSi -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id191641414493413\n" -"help.text" -msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbHit" -msgstr "" - #. 2xAys #: calc_functions.xhp msgctxt "" @@ -39589,15 +39481,6 @@ msgctxt "" msgid "OPT_PROB_INMONEY" msgstr "" -#. GwG8J -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id861641414542296\n" -"help.text" -msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbInMoney" -msgstr "" - #. WKVoC #: calc_functions.xhp msgctxt "" @@ -39607,15 +39490,6 @@ msgctxt "" msgid "OPT_TOUCH" msgstr "" -#. kRZEk -#: calc_functions.xhp -msgctxt "" -"calc_functions.xhp\n" -"par_id561641414594817\n" -"help.text" -msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptTouch" -msgstr "" - #. WS3B9 #: classmodule.xhp msgctxt "" diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po index ef28f0346e0..900a7e499f2 100644 --- a/source/es/helpcontent2/source/text/scalc/01.po +++ b/source/es/helpcontent2/source/text/scalc/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-12 19:39+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n" "Language: es\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1564682427.000000\n" #. sZfWF @@ -64094,7 +64094,7 @@ msgctxt "" "par_id831573508637970\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns text where an old text is replaced with a new text, using byte positions.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Devuelve texto en el que una cadena se ha sustituido por una nueva mediante posiciones de bytes.</ahelp></variable>" #. Fd4SC #: func_replaceb.xhp diff --git a/source/es/helpcontent2/source/text/sdatabase.po b/source/es/helpcontent2/source/text/sdatabase.po index da7d455cb3c..94ee9b25bfb 100644 --- a/source/es/helpcontent2/source/text/sdatabase.po +++ b/source/es/helpcontent2/source/text/sdatabase.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-16 09:39+0000\n" +"POT-Creation-Date: 2022-02-21 15:22+0100\n" +"PO-Revision-Date: 2022-02-21 14:49+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/es/>\n" "Language: es\n" @@ -2787,13 +2787,13 @@ msgctxt "" msgid "Natural" msgstr "Natural" -#. jNw6g +#. YCeBW #: 02010101.xhp msgctxt "" "02010101.xhp\n" "par_id0305200912031977\n" "help.text" -msgid "<ahelp hid=\".\">In a natural join, the keyword NATURAL is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>" +msgid "<ahelp hid=\".\">In a natural join, the keyword <literal>NATURAL</literal> is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>" msgstr "" #. pK6MV @@ -6286,7 +6286,7 @@ msgctxt "" "par_idN10617\n" "help.text" msgid "<ahelp hid=\".\">Allows you to use the schema name in SELECT statements.</ahelp>" -msgstr "<ahelp hid=\".\">Permite utilizar el nombre de esquema en instrucciones SELECT.</ahelp>" +msgstr "<ahelp hid=\".\">Permite utilizar el nombre del esquema en instrucciones SELECT.</ahelp>" #. JgvBE #: dabaadvpropdat.xhp @@ -11308,7 +11308,7 @@ msgctxt "" "par_idN10562\n" "help.text" msgid "Field" -msgstr "" +msgstr "Campo" #. zJBqq #: querywizard03.xhp @@ -11326,7 +11326,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "Condition" -msgstr "" +msgstr "Condición" #. FRFQM #: querywizard03.xhp @@ -11497,7 +11497,7 @@ msgctxt "" "par_idN1060B\n" "help.text" msgid "<ahelp hid=\".\">Removes the last row of controls.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Quita la última fila de controles.</ahelp>" #. 95hsW #: querywizard04.xhp @@ -11650,7 +11650,7 @@ msgctxt "" "par_idN1056E\n" "help.text" msgid "Condition" -msgstr "" +msgstr "Condición" #. VHAhf #: querywizard06.xhp diff --git a/source/es/helpcontent2/source/text/shared.po b/source/es/helpcontent2/source/text/shared.po index 9c1d6a7eebf..73753a9ee3e 100644 --- a/source/es/helpcontent2/source/text/shared.po +++ b/source/es/helpcontent2/source/text/shared.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-18 11:44+0000\n" -"Last-Translator: B. Antonio Fernández <bantoniof@gmail.com>\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1548070165.000000\n" #. fcmzq @@ -851,7 +851,7 @@ msgctxt "" "par_idN10818\n" "help.text" msgid "What’s This?" -msgstr "" +msgstr "¿Qué es esto?" #. UDDTK #: main0201.xhp @@ -860,7 +860,7 @@ msgctxt "" "par_idN1081E\n" "help.text" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer until the next click.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Activa la información de ayuda ampliada bajo el puntero del ratón hasta que se vuelve a pulsar.</ahelp>" #. Hvhxs #: main0201.xhp @@ -869,7 +869,7 @@ msgctxt "" "par_idN10855\n" "help.text" msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">Icon “What’s This?”</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">Icono «¿Qué es esto?»</alt></image>" #. KPZBD #: main0201.xhp @@ -878,7 +878,7 @@ msgctxt "" "par_idN10873\n" "help.text" msgid "What’s This?" -msgstr "" +msgstr "¿Qué es esto?" #. Xtuxp #: main0204.xhp @@ -887,7 +887,7 @@ msgctxt "" "tit\n" "help.text" msgid "Table Bar" -msgstr "Barra de tablas" +msgstr "Barra Tabla" #. LQoEC #: main0204.xhp @@ -896,7 +896,7 @@ msgctxt "" "hd_id3145587\n" "help.text" msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>" -msgstr "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Barra de tablas</link>" +msgstr "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Barra Tabla</link>" #. WByv5 #: main0204.xhp @@ -905,7 +905,7 @@ msgctxt "" "par_id3154252\n" "help.text" msgid "<ahelp hid=\".\">The <emph>Table</emph> Bar contains functions you need when working with tables. It appears when you move the cursor into a table.</ahelp>" -msgstr "<ahelp hid=\".\">La barra de <emph>Tablas</emph> contiene funciones relacionadas con el manejo de tablas. Aparece cuando mueve el cursor a una tabla.</ahelp>" +msgstr "<ahelp hid=\".\">La barra <emph>Tabla</emph> contiene funciones relacionadas con el manejo de tablas. Aparece cuando mueve el cursor a una tabla.</ahelp>" #. dw5H8 #: main0204.xhp diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po index 0955fd7ed81..9beb510fd55 100644 --- a/source/es/helpcontent2/source/text/shared/01.po +++ b/source/es/helpcontent2/source/text/shared/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-02-18 12:38+0100\n" -"PO-Revision-Date: 2022-02-18 11:44+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n" "Language: es\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1563740777.000000\n" #. 3u8hR @@ -15998,7 +15998,7 @@ msgctxt "" "par_id3153663\n" "help.text" msgid "To enable support for complex text layout and Asian character sets, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and then select the <emph>Enabled</emph> box in the corresponding area." -msgstr "" +msgstr "Para activar la disposición compleja de textos y las funciones orientadas a los textos asiáticos, diríjase a <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferencias</emph></caseinline><defaultinline><emph>Herramientas ▸ Opciones</emph></defaultinline></switchinline><emph> ▸ Configuración de idiomas ▸ Idiomas</emph> y, acto seguido, seleccione la casilla <emph>Activado</emph> del apartado correspondiente." #. ig9HL #: 05020100.xhp @@ -51530,7 +51530,7 @@ msgctxt "" "par_id9596850\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Seleccione esta opción para generar un archivo PDF que muestre las páginas una al lado de la otra en una columna continua. Si hay más de dos páginas, la primera se muestra a la izquierda. Es necesario activar la compatibilidad con la disposición compleja de textos en el apartado Configuración de idioma ▸ Idiomas del cuadro de diálogo Opciones.</ahelp>" #. 5DSPy #: ref_pdf_export_links.xhp diff --git a/source/es/helpcontent2/source/text/shared/06.po b/source/es/helpcontent2/source/text/shared/06.po index c769dac2f1a..7182622b0a6 100644 --- a/source/es/helpcontent2/source/text/shared/06.po +++ b/source/es/helpcontent2/source/text/shared/06.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-12 19:39+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared06/es/>\n" "Language: es\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1548070281.000000\n" #. EUcrc @@ -491,4 +491,4 @@ msgctxt "" "par_id91644338793051\n" "help.text" msgid "<link href=\"https://policies.google.com/privacy\" name=\"linkname\">YouTube Privacy Policy</link>" -msgstr "" +msgstr "<link href=\"https://policies.google.com/privacy\" name=\"linkname\">Normativa de privacidad de YouTube</link>" diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po index 4c83ef9e694..98e19e0690d 100644 --- a/source/es/helpcontent2/source/text/shared/guide.po +++ b/source/es/helpcontent2/source/text/shared/guide.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-02-18 12:17+0100\n" -"PO-Revision-Date: 2022-02-15 08:39+0000\n" -"Last-Translator: Emilio Herrera Espinosa <ehespinosa57@gmail.com>\n" +"POT-Creation-Date: 2022-02-21 15:23+0100\n" +"PO-Revision-Date: 2022-02-20 06:24+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -24694,23 +24694,23 @@ msgctxt "" msgid "Type the following text in the <emph>Open</emph> text field and click <emph>OK</emph>." msgstr "Escriba la orden siguiente en el campo de texto <emph>Abrir</emph> y pulse en <emph>Aceptar</emph>." -#. nMQWE +#. JeMZ2 #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id3147561\n" "help.text" -msgid "{install}\\program\\soffice.exe {parameter}" -msgstr "{instalación}\\program\\soffice.exe {parámetro}" +msgid "\"{install}\\program\\soffice.com\" {parameter}" +msgstr "" -#. mmyAy +#. FEwgW #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id3153360\n" "help.text" -msgid "Replace <emph>{install}</emph> with the path to your installation of %PRODUCTNAME software (for example, <emph>C:\\Program Files\\%PRODUCTNAME</emph>" -msgstr "Sustituya <emph>{instalación}</emph> por la ruta a la instalación del paquete %PRODUCTNAME (por ejemplo, <emph>C:\\Program Files\\%PRODUCTNAME</emph>" +msgid "Replace <emph>{install}</emph> with the path to your installation of %PRODUCTNAME software (for example, <emph>C:\\Program Files\\%PRODUCTNAME</emph>). Use <emph>soffice.exe</emph> instead of <emph>soffice.com</emph>, when you do not need console (e.g., you do not use command-line interface for headless operations)." +msgstr "" #. x5jE9 #: start_parameters.xhp @@ -25495,14 +25495,14 @@ msgctxt "" msgid "Applies filter \"txt:Text\" to the following text documents and dump text content to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>." msgstr "" -#. Gq2ow +#. dmEjt #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id2016120401398657\n" "help.text" -msgid "Set a bootstrap variable. For example: to set a non-default user profile path:" -msgstr "Define una variable de inicialización. Por ejemplo, para establecer una ruta de perfil de usuario distinta de la predeterminada:" +msgid "Set a bootstrap variable. For example, to set a non-default user profile path:" +msgstr "" #. n26C4 #: start_parameters.xhp @@ -26357,7 +26357,7 @@ msgctxt "" "hd_id231644401056685\n" "help.text" msgid "New Category" -msgstr "" +msgstr "Categoría nueva" #. Eumj5 #: template_manager.xhp @@ -26384,7 +26384,7 @@ msgctxt "" "par_id21644402533961\n" "help.text" msgid "New Category" -msgstr "" +msgstr "Categoría nueva" #. gYGYe #: template_manager.xhp diff --git a/source/es/helpcontent2/source/text/shared/help.po b/source/es/helpcontent2/source/text/shared/help.po index 6dba53eb566..32f9dbfffbc 100644 --- a/source/es/helpcontent2/source/text/shared/help.po +++ b/source/es/helpcontent2/source/text/shared/help.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: 2022-02-09 16:45+0100\n" -"PO-Revision-Date: 2020-07-24 12:35+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" -"Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/es/>\n" +"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedhelp/es/>\n" "Language: es\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" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1555981153.000000\n" #. jdDhb @@ -869,4 +869,4 @@ msgctxt "" "par_id501644407795954\n" "help.text" msgid "<variable id=\"ytbutton\">Accept YouTube Content</variable>" -msgstr "" +msgstr "<variable id=\"ytbutton\">Aceptar contenido de YouTube</variable>" diff --git a/source/es/helpcontent2/source/text/shared/optionen.po b/source/es/helpcontent2/source/text/shared/optionen.po index 6b2d8830436..a056435ceb2 100644 --- a/source/es/helpcontent2/source/text/shared/optionen.po +++ b/source/es/helpcontent2/source/text/shared/optionen.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-01-31 18:19+0100\n" -"PO-Revision-Date: 2022-02-18 11:44+0000\n" +"PO-Revision-Date: 2022-02-21 10:39+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n" "Language: es\n" @@ -6530,7 +6530,7 @@ msgctxt "" "par_id251602857011343\n" "help.text" msgid "This control appears only if <emph>Complex text layout</emph> is set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>." -msgstr "" +msgstr "Este control aparece solo si se activa <emph>Disposición compleja de textos</emph> en <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ Configuración de idiomas ▸ Idiomas</menuitem>." #. ap5FC #: 01040400.xhp @@ -8933,7 +8933,7 @@ msgctxt "" "hd_id3143280\n" "help.text" msgid "Apply border and shadow" -msgstr "Aceptar bordes y sombra" +msgstr "Aplicar borde y sombra" #. DPuBP #: 01041100.xhp @@ -8978,7 +8978,7 @@ msgctxt "" "tit\n" "help.text" msgid "Grid" -msgstr "Cuadrícula" +msgstr "Retícula" #. gEeTL #: 01050100.xhp @@ -8996,7 +8996,7 @@ msgctxt "" "hd_id3147226\n" "help.text" msgid "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Grid</link>" -msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Cuadrícula\">Cuadrícula</link>" +msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Retícula</link>" #. kxs4A #: 01050100.xhp @@ -9005,7 +9005,7 @@ msgctxt "" "par_id3147088\n" "help.text" msgid "<ahelp hid=\"svx/ui/optgridpage/OptGridPage\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/optgridpage/OptGridPage\">Especifica la configuración de la cuadrícula en las páginas del documento. Esta cuadrícula ayuda en la determinación de la posición exacta de los objetos. También se puede alinear la cuadrícula con la cuadrícula de captura \"magnética\".</ahelp>" +msgstr "<ahelp hid=\"svx/ui/optgridpage/OptGridPage\">Especifica la configuración de la retícula en las páginas del documento. Esta retícula ayuda a determinar la posición exacta de los objetos. También se puede alinear la retícula con la retícula de acoplamiento «magnético».</ahelp>" #. cFg5q #: 01050100.xhp @@ -9014,7 +9014,7 @@ msgctxt "" "hd_id3153749\n" "help.text" msgid "Grid" -msgstr "Cuadrícula" +msgstr "Retícula" #. u9SMt #: 01050100.xhp @@ -9041,7 +9041,7 @@ msgctxt "" "hd_id3153824\n" "help.text" msgid "Visible grid" -msgstr "Cuadrícula visible" +msgstr "Retícula visible" #. whPQE #: 01050100.xhp @@ -9050,7 +9050,7 @@ msgctxt "" "par_id3149516\n" "help.text" msgid "<variable id=\"rastersicht\"><ahelp hid=\".\">Specifies whether to display the grid.</ahelp></variable>" -msgstr "<variable id=\"rastersicht\"><ahelp hid=\".\">Especifica si se debe mostrar la cuadrícula.</ahelp></variable>" +msgstr "<variable id=\"rastersicht\"><ahelp hid=\".\">Especifica si se debe mostrar la retícula.</ahelp></variable>" #. uBNFD #: 01050100.xhp @@ -9068,7 +9068,7 @@ msgctxt "" "par_id3150791\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">También se puede cambiar la visibilidad de la cuadrícula mediante el comando <emph>Cuadrícula - Cuadrícula visible</emph> en el menú contextual de la página. También puede seleccionar el submenú <emph>Cuadrícula - Cuadrícula al frente</emph> de este menú contextual para mostrar la cuadrícula delante de los objetos. </variable></caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">También se puede cambiar la visibilidad de la retícula mediante la orden <emph>Retícula ▸ Retícula visible</emph> en el menú contextual de la página. También puede seleccionar el submenú <emph>Retícula ▸ Retícula al frente</emph> de este menú contextual para mostrar la retícula delante de los objetos.</variable></caseinline></switchinline>" #. quDTW #: 01050100.xhp @@ -9212,7 +9212,7 @@ msgctxt "" "par_id4122135\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Coloca la cuadrícula visible por delante de todos los objetos.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Coloca la retícula visible por delante de todos los objetos.</ahelp>" #. uZ7x2 #: 01050100.xhp @@ -14216,7 +14216,7 @@ msgctxt "" "hd_id3158407\n" "help.text" msgid "Complex text layout" -msgstr "" +msgstr "Disposición compleja de textos" #. wbSKU #: 01140000.xhp diff --git a/source/es/helpcontent2/source/text/smath/guide.po b/source/es/helpcontent2/source/text/smath/guide.po index ce649092621..8a38f167707 100644 --- a/source/es/helpcontent2/source/text/smath/guide.po +++ b/source/es/helpcontent2/source/text/smath/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-01-31 18:20+0100\n" -"PO-Revision-Date: 2022-02-12 19:38+0000\n" +"PO-Revision-Date: 2022-02-21 10:38+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsmathguide/es/>\n" "Language: es\n" @@ -464,7 +464,7 @@ msgctxt "" "par_id841641846833413\n" "help.text" msgid "Aqua" -msgstr "" +msgstr "Agua" #. D73X6 #: color.xhp @@ -500,7 +500,7 @@ msgctxt "" "par_id841641846833014\n" "help.text" msgid "Crimson" -msgstr "" +msgstr "Carmesí" #. G6mfq #: color.xhp @@ -554,7 +554,7 @@ msgctxt "" "par_id841641846836253\n" "help.text" msgid "Hot pink" -msgstr "" +msgstr "Rosa cálido" #. 9oHjZ #: color.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_id841641846835521\n" "help.text" msgid "Lavender" -msgstr "" +msgstr "Lavanda" #. g5GKD #: color.xhp @@ -581,7 +581,7 @@ msgctxt "" "par_id841641846036523\n" "help.text" msgid "Lime" -msgstr "" +msgstr "Lima" #. kAo5q #: color.xhp @@ -599,7 +599,7 @@ msgctxt "" "par_id841641846837653\n" "help.text" msgid "Midnight" -msgstr "" +msgstr "Azul nocturno" #. Ymn82 #: color.xhp @@ -608,7 +608,7 @@ msgctxt "" "par_id841641846867458\n" "help.text" msgid "Navy" -msgstr "" +msgstr "Azul marino" #. aedBY #: color.xhp @@ -617,7 +617,7 @@ msgctxt "" "par_id841641846837663\n" "help.text" msgid "Olive" -msgstr "" +msgstr "Aceituna" #. pNCBH #: color.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_id841641846838053\n" "help.text" msgid "Orange" -msgstr "" +msgstr "Naranja" #. BGG7c #: color.xhp @@ -635,7 +635,7 @@ msgctxt "" "par_id841641846836041\n" "help.text" msgid "Orange red" -msgstr "" +msgstr "Bermellón" #. opiDJ #: color.xhp @@ -644,7 +644,7 @@ msgctxt "" "par_id841641846833063\n" "help.text" msgid "Purple" -msgstr "" +msgstr "Púrpura" #. 42wFB #: color.xhp @@ -653,7 +653,7 @@ msgctxt "" "par_id841641846833902\n" "help.text" msgid "Red" -msgstr "" +msgstr "Rojo" #. p5ox4 #: color.xhp @@ -662,7 +662,7 @@ msgctxt "" "par_id841641846836613\n" "help.text" msgid "Sea green" -msgstr "" +msgstr "Verde mar" #. AF8R7 #: color.xhp @@ -671,7 +671,7 @@ msgctxt "" "par_id841641840569413\n" "help.text" msgid "Silver" -msgstr "" +msgstr "Plateado" #. 8XVN7 #: color.xhp @@ -680,7 +680,7 @@ msgctxt "" "par_id841641846896587\n" "help.text" msgid "Teal" -msgstr "" +msgstr "Cerceta" #. KejUr #: color.xhp diff --git a/source/es/helpcontent2/source/text/swriter/01.po b/source/es/helpcontent2/source/text/swriter/01.po index ad4bda7c713..22d67981346 100644 --- a/source/es/helpcontent2/source/text/swriter/01.po +++ b/source/es/helpcontent2/source/text/swriter/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-01-31 18:20+0100\n" -"PO-Revision-Date: 2022-02-18 12:26+0000\n" +"PO-Revision-Date: 2022-02-20 06:24+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n" "Language: es\n" @@ -18717,7 +18717,7 @@ msgctxt "" "par_id3153677\n" "help.text" msgid "<variable id=\"konturtext\"><ahelp hid=\".uno:ContourDialog\">Changes the contour of the selected object. $[officename] uses the contour when determining the <link href=\"text/swriter/01/05060200.xhp\" name=\"text wrap\">text wrap</link> options for the object.</ahelp></variable>" -msgstr "<variable id=\"konturtext\"><ahelp hid=\".uno:ContourDialog\">Cambia el contorno del objeto seleccionado. $[officename] usa el contorno al determinar las opciones de <link href=\"text/swriter/01/05060200.xhp\" name=\"ajuste de texto\">ajuste de texto</link> del objeto.</ahelp></variable>" +msgstr "<variable id=\"konturtext\"><ahelp hid=\".uno:ContourDialog\">Cambia el contorno del objeto seleccionado. $[officename] utiliza el contorno al momento de determinar las opciones de <link href=\"text/swriter/01/05060200.xhp\" name=\"text wrap\">ajuste de texto</link> alrededor del objeto.</ahelp></variable>" #. peEFB #: 05060201.xhp |