diff options
Diffstat (limited to 'source/es/helpcontent2')
-rw-r--r-- | source/es/helpcontent2/source/text/sbasic/shared.po | 182 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/sbasic/shared/03.po | 58 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/scalc/01.po | 318 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/scalc/05.po | 6 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/scalc/guide.po | 24 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/01.po | 48 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/04.po | 4 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/05.po | 46 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/guide.po | 38 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/shared/menu.po | 14 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/swriter.po | 21 | ||||
-rw-r--r-- | source/es/helpcontent2/source/text/swriter/guide.po | 8 |
12 files changed, 443 insertions, 324 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po index 64b6503a903..d68cdac1e55 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: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-08 18:46+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n" @@ -28906,15 +28906,6 @@ msgctxt "" msgid "Returns the lower boundary of an array." msgstr "Devuelve el límite inferior de una matriz." -#. GEEe7 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3148538\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxis:" - #. FcGvD #: 03102900.xhp msgctxt "" @@ -28924,33 +28915,6 @@ msgctxt "" msgid "LBound (ArrayName [, Dimension])" msgstr "LBound (NombreMatriz [, Dimensión])" -#. HhGs4 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3150984\n" -"help.text" -msgid "Return value:" -msgstr "Valor de retorno:" - -#. YBMcU -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3153126\n" -"help.text" -msgid "Long" -msgstr "" - -#. KdfgY -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3144500\n" -"help.text" -msgid "Parameters:" -msgstr "Parámetros:" - #. KUDkg #: 03102900.xhp msgctxt "" @@ -28969,24 +28933,6 @@ msgctxt "" msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed." msgstr "<emph>[Dimensión]:</emph> Número entero que especifique para qué dimensión se desea que se devuelva el límite superior (<emph>Ubound</emph>) o inferior (<emph>LBound</emph>). Si no se especifica ningún valor, se asume la primera dimensión." -#. AfeR2 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3145171\n" -"help.text" -msgid "Example:" -msgstr "Ejemplo:" - -#. CuAie -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206770608\n" -"help.text" -msgid "Sub VectorBounds" -msgstr "" - #. FEgDA #: 03102900.xhp msgctxt "" @@ -28996,60 +28942,6 @@ msgctxt "" msgid "Print LBound(v()) ' returns 10" msgstr "" -#. QkxEG -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206766048\n" -"help.text" -msgid "End Sub ' VectorBounds" -msgstr "" - -#. iTot3 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206763792\n" -"help.text" -msgid "Sub TableBounds" -msgstr "" - -#. tBDDP -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3145365\n" -"help.text" -msgid "Print LBound(t), UBound(t()) ' returns 10 20" -msgstr "" - -#. LerBr -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3149665\n" -"help.text" -msgid "Print LBound(t(),2) ' returns - 5" -msgstr "" - -#. HfdoX -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3159154\n" -"help.text" -msgid "Print UBound(t,2) ' returns 70" -msgstr "" - -#. DPEj5 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206754912\n" -"help.text" -msgid "End Sub ' TableBounds" -msgstr "" - #. 6GB8Z #: 03103000.xhp msgctxt "" @@ -29086,15 +28978,6 @@ msgctxt "" msgid "Returns the upper boundary of an array." msgstr "Devuelve el límite superior de una matriz." -#. FupXX -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3150984\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxis:" - #. M5RWy #: 03103000.xhp msgctxt "" @@ -29104,15 +28987,6 @@ msgctxt "" msgid "UBound (ArrayName [, Dimension])" msgstr "UBound (NombreMatriz [, Dimensión])" -#. DHhp6 -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3153897\n" -"help.text" -msgid "Return value:" -msgstr "Valor de retorno:" - #. xVQ87 #: 03103000.xhp msgctxt "" @@ -29122,15 +28996,6 @@ msgctxt "" msgid "Long" msgstr "" -#. GgECq -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3154347\n" -"help.text" -msgid "Parameters:" -msgstr "Parámetros:" - #. Svuit #: 03103000.xhp msgctxt "" @@ -29149,24 +29014,6 @@ msgctxt "" msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned." msgstr "<emph>[Dimensión]:</emph> Número entero que especifica para qué dimensión se desea que se devuelva el límite superior (<emph>Ubound</emph>) o inferior (<emph>LBound</emph>). Si no se especifica ningún valor se devuelve el límite de la primera dimensión." -#. mfhYd -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3153192\n" -"help.text" -msgid "Example:" -msgstr "Ejemplo:" - -#. EFwDh -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206770608\n" -"help.text" -msgid "Sub VectorBounds" -msgstr "" - #. HPb5a #: 03103000.xhp msgctxt "" @@ -29176,24 +29023,6 @@ msgctxt "" msgid "Print LBound(v()) ' returns 10" msgstr "" -#. kmEXM -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206766048\n" -"help.text" -msgid "End Sub ' VectorBounds" -msgstr "" - -#. khUqL -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206763792\n" -"help.text" -msgid "Sub TableBounds" -msgstr "" - #. aaaDh #: 03103000.xhp msgctxt "" @@ -29221,15 +29050,6 @@ msgctxt "" msgid "Print UBound(t,2) ' returns 70" msgstr "" -#. AkaCg -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206754912\n" -"help.text" -msgid "End Sub ' TableBounds" -msgstr "" - #. QHhrj #: 03103100.xhp msgctxt "" diff --git a/source/es/helpcontent2/source/text/sbasic/shared/03.po b/source/es/helpcontent2/source/text/sbasic/shared/03.po index 84aa6fb8236..d7dbca5ee20 100644 --- a/source/es/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/es/helpcontent2/source/text/sbasic/shared/03.po @@ -3,19 +3,20 @@ 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-05-31 14:53+0200\n" -"PO-Revision-Date: 2019-01-23 02:50+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-13 12:55+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textsbasicshared03/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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1548211825.000000\n" +#. p9BFG #: lib_depot.xhp msgctxt "" "lib_depot.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "DEPOT Library" msgstr "Biblioteca DEPOT" +#. rNFGR #: lib_depot.xhp msgctxt "" "lib_depot.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"depot_lib\"><link href=\"text/sbasic/shared/03/lib_depot.xhp\" name=\"Depot library\">The <item type=\"literal\">Depot</item> Library</link></variable>" msgstr "<variable id=\"depot_lib\"><link href=\"text/sbasic/shared/03/lib_depot.xhp\" name=\"Biblioteca Depot\">La biblioteca <item type=\"literal\">Depot</item></link></variable>" +#. Us2HT #: lib_euro.xhp msgctxt "" "lib_euro.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "EURO Library" msgstr "Biblioteca EURO" +#. 5sJCA #: lib_euro.xhp msgctxt "" "lib_euro.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"euro_lib\"><link href=\"text/sbasic/shared/03/lib_euro.xhp\" name=\"Euro library\">The <item type=\"literal\">Euro</item> Library</link></variable>" msgstr "<variable id=\"euro_lib\"><link href=\"text/sbasic/shared/03/lib_euro.xhp\" name=\"Biblioteca Euro\">La biblioteca <item type=\"literal\">Euro</item></link></variable>" +#. rH2AG #: lib_euro.xhp msgctxt "" "lib_euro.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Euro library</bookmark_value>" msgstr "<bookmark_value>biblioteca Euro de Basic</bookmark_value>" +#. G8mp2 #: lib_formwizard.xhp msgctxt "" "lib_formwizard.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "FORMWIZARD Library" msgstr "Biblioteca FORMWIZARD" +#. Lehxm #: lib_formwizard.xhp msgctxt "" "lib_formwizard.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"formwizard_lib\"><link href=\"text/sbasic/shared/03/lib_formwizard.xhp\" name=\"FormWizard library\">The <item type=\"literal\">FormWizard</item> Library</link></variable>" msgstr "<variable id=\"formwizard_lib\"><link href=\"text/sbasic/shared/03/lib_formwizard.xhp\" name=\"Biblioteca FormWizard\">La biblioteca <item type=\"literal\">FormWizard</item></link></variable>" +#. tmFTn #: lib_gimmicks.xhp msgctxt "" "lib_gimmicks.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "GIMMICKS Library" msgstr "Biblioteca GIMMICKS" +#. Q67FR #: lib_gimmicks.xhp msgctxt "" "lib_gimmicks.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "<variable id=\"gimmicks_lib\"><link href=\"text/sbasic/shared/03/lib_gimmicks.xhp\" name=\"Gimmicks library\">The <item type=\"literal\">Gimmicks</item> Library</link></variable>" msgstr "<variable id=\"gimmicks_lib\"><link href=\"text/sbasic/shared/03/lib_gimmicks.xhp\" name=\"Biblioteca Gimmicks\">La biblioteca <item type=\"literal\">Gimmicks</item></link></variable>" +#. XD2GA #: lib_gimmicks.xhp msgctxt "" "lib_gimmicks.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Gimmicks library</bookmark_value>" msgstr "<bookmark_value>biblioteca Gimmicks de Basic</bookmark_value>" +#. UWzWk #: lib_schedule.xhp msgctxt "" "lib_schedule.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "SCHEDULE Library" msgstr "Biblioteca SCHEDULE" +#. CBBt6 #: lib_schedule.xhp msgctxt "" "lib_schedule.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<variable id=\"schedule_lib\"><link href=\"text/sbasic/shared/03/lib_schedule.xhp\" name=\"Schedule library\">The <item type=\"literal\">Schedule</item> Library</link></variable>" msgstr "<variable id=\"schedule_lib\"><link href=\"text/sbasic/shared/03/lib_schedule.xhp\" name=\"Biblioteca Schedule\">La biblioteca <item type=\"literal\">Schedule</item></link></variable>" +#. CGA63 #: lib_schedule.xhp msgctxt "" "lib_schedule.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Schedule library</bookmark_value>" msgstr "<bookmark_value>biblioteca Schedule de Basic</bookmark_value>" +#. AMFya #: lib_script.xhp msgctxt "" "lib_script.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "SCRIPTBINDINGLIBRARY Library" msgstr "Biblioteca SCRIPTBINDINGLIBRARY" +#. KS8Yu #: lib_script.xhp msgctxt "" "lib_script.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<variable id=\"script_lib\"><link href=\"text/sbasic/shared/03/lib_script.xhp\" name=\"ScriptBindingLibrary library\">The <item type=\"literal\">ScriptBindingLibrary</item> Library</link></variable>" msgstr "<variable id=\"script_lib\"><link href=\"text/sbasic/shared/03/lib_script.xhp\" name=\"Biblioteca ScriptBindingLibrary\">La biblioteca <item type=\"literal\">ScriptBindingLibrary</item></link></variable>" +#. m3NsC #: lib_script.xhp msgctxt "" "lib_script.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>" msgstr "<bookmark_value>biblioteca ScriptBindingLibrary de Basic</bookmark_value>" +#. QZNvL #: lib_template.xhp msgctxt "" "lib_template.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "TEMPLATE Library" msgstr "Biblioteca TEMPLATE" +#. wzLe7 #: lib_template.xhp msgctxt "" "lib_template.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"template_lib\"><link href=\"text/sbasic/shared/03/lib_template.xhp\" name=\"Template library\">The <item type=\"literal\">Template</item> Library</link></variable>" msgstr "<variable id=\"template_lib\"><link href=\"text/sbasic/shared/03/lib_template.xhp\" name=\"Biblioteca Template\">La biblioteca <item type=\"literal\">Template</item></link></variable>" +#. adfxB #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Tools Library" msgstr "Biblioteca Tools" +#. vRB5r #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"tools_lib\"><link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">The <item type=\"literal\">Tools</item> Library</link></variable>" msgstr "<variable id=\"tools_lib\"><link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Biblioteca Tools\">La biblioteca <item type=\"literal\">Tools</item></link></variable>" +#. rUPPX #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic</bookmark_value>" +#. DKAzk #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#debug_module\" name=\"debug module\"><item type=\"literal\">Debug</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#debug_module\" name=\"Módulo Debug\">Módulo <item type=\"literal\">Debug</item></link>" +#. pFFV7 #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#listbox_module\" name=\"listbox module\"><item type=\"literal\">ListBox</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#listbox_module\" name=\"Módulo ListBox\">Módulo <item type=\"literal\">ListBox</item></link>" +#. BDvVs #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#misc_module\" name=\"misc module\"><item type=\"literal\">Misc</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#misc_module\" name=\"Módulo Misc\">Módulo <item type=\"literal\">Misc</item></link>" +#. 6NCFB #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#modulecontrols_module\" name=\"module controls module\"><item type=\"literal\">ModuleControls</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#modulecontrols_module\" name=\"Módulo ModuleControls\">Módulo <item type=\"literal\">ModuleControls</item></link>" +#. YaqDd #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#strings_module\" name=\"strings module\"><item type=\"literal\">Strings</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#strings_module\" name=\"Módulo Strings\">Módulo <item type=\"literal\">Strings</item></link>" +#. BjA4M #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#ucb_module\" name=\"ucb module\"><item type=\"literal\">UCB</item> Module</link>" msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp#ucb_module\" name=\"Módulo UCB\">Módulo <item type=\"literal\">UCB</item></link>" +#. ctfU3 #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;Debug module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo Debug</bookmark_value>" +#. TKbhv #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<item type=\"literal\">Debug</item> Module" msgstr "Módulo <item type=\"literal\">Debug</item>" +#. KBTsC #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Functions and subroutines for debugging Basic macros." msgstr "Funciones y subrutinas para depurar macros de Basic." +#. PJAq4 #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"macro_name\">Macro</variable>" msgstr "<variable id=\"macro_name\">Macro</variable>" +#. aTmuP #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"call_param\">Calling parameters and comments</variable>" msgstr "<variable id=\"call_param\">Parámetros de llamada y comentarios</variable>" +#. 7khGi #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;ListBox module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo ListBox</bookmark_value>" +#. qTCF8 #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<item type=\"literal\">ListBox</item> Module" msgstr "Módulo <item type=\"literal\">ListBox</item>" +#. BEjWa #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Functions and subroutines for handling ListBox elements." msgstr "Funciones y subrutinas para el tratamiento de cuadros de lista." +#. LR48E #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;Misc module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo Misc</bookmark_value>" +#. PASgz #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<item type=\"literal\">Misc</item> Module" msgstr "Módulo <item type=\"literal\">Misc</item>" +#. 8rET3 #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Miscellaneous functions and subroutines." msgstr "Funciones y subrutinas diversas." +#. 534YG #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;ModuleControl module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo ModuleControl</bookmark_value>" +#. sonXm #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<item type=\"literal\">ModuleControls</item> Module" msgstr "Módulo <item type=\"literal\">ModuleControls</item>" +#. 3ASxZ #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -344,14 +385,16 @@ msgctxt "" msgid "Functions and subroutines for module control." msgstr "Funciones y subrutinas para el control de módulos." +#. Wyk6n #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" "par_id261558858921700\n" "help.text" msgid "Refer to <link href=\"text/sbasic/guide/show_dialog.xhp#show_dialog\" name=\"Opening a Dialog with Basic\">Opening a Dialog with Basic</link> for an example of LoadDialog function." -msgstr "" +msgstr "Consulte <link href=\"text/sbasic/guide/show_dialog.xhp#show_dialog\" name=\"Abrir un cuadro de diálogo con Basic\">Abrir un cuadro de diálogo con Basic</link> para obtener un ejemplo del uso de la función LoadDialog." +#. fVAXC #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;Strings module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo Strings</bookmark_value>" +#. uFYzk #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<item type=\"literal\">Strings</item> Module" msgstr "Módulo <item type=\"literal\">Strings</item>" +#. EbUdR #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Advanced functions and subroutines for string manipulation." msgstr "Funciones avanzadas y subrutinas para la manipulación de cadenas de caracteres." +#. iKnBp #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<bookmark_value>BASIC Tools library;UCB module</bookmark_value>" msgstr "<bookmark_value>biblioteca Tools de Basic;módulo UCB</bookmark_value>" +#. VeYbp #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<item type=\"literal\">UCB</item> Module" msgstr "Módulo <item type=\"literal\">UCB</item>" +#. K2Cvw #: lib_tools.xhp msgctxt "" "lib_tools.xhp\n" diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po index 6b2a5774095..e4b2b317d55 100644 --- a/source/es/helpcontent2/source/text/scalc/01.po +++ b/source/es/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 20:19+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-08 18:42+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n" @@ -14461,15 +14461,6 @@ msgctxt "" msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()." msgstr "Consulte CONTAR.SI() para obtener más ejemplos de sintaxis que puedan utilizarse con SUMAR.SI()." -#. Z8TrQ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id72921259523046\n" -"help.text" -msgid "<embedvar href=\"text/scalc/01/func_sumifs.xhp#sumifs_head\"/>" -msgstr "" - #. BHGzQ #: 04060106.xhp msgctxt "" @@ -19051,14 +19042,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">Sorted</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">Sorted</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order." msgstr "<ahelp hid=\"HID_FUNC_SVERWEIS\">Búsqueda vertical con referencia a las celdas adyacentes a la derecha</ahelp>. Esta función comprueba si un valor específico está contenido en la primera columna de una matriz. La función devuelve el valor en la misma fila de la columna llamada por el <item type=\"literal\">Índice</item>. Si el parámetro <item type=\"literal\">Orden</item> se omite o se establece como VERDADERO o uno, se asume que los datos están ordenados de manera ascendente. En este caso, si el <item type=\"literal\">Criterio de búsqueda</item> no se encuentra, se devolverá el último valor que sea más pequeño que el criterio. Si <item type=\"literal\">Orden</item> se establece como FALSO o cero, se debe encontrar una concordancia exacta, o de otro modo el resultado será <emph>Error: valor no disponible</emph>. Así, con el valor cero, los datos no tienen que ordenarse de manera ascendente." -#. zQ7nD +#. qkLkD #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3150156\n" "help.text" -msgid "=VLOOKUP(SearchCriterion; Array; Index; Sorted)" -msgstr "=BUSCARV(CriteriodeBúsqueda; Matriz; Índice; Orden)" +msgid "=VLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" +msgstr "" #. 7FsgG #: 04060109.xhp @@ -19087,13 +19078,13 @@ msgctxt "" msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1." msgstr "<emph>Índice</emph> es el número de la columna en la matriz que contiene el valor que se va a devolver. La primera columna tiene el número 1." -#. y3UFE +#. QV6iE #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3151208\n" "help.text" -msgid "<emph>Sorted</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." +msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than SearchCriterion. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." msgstr "" #. fJQRf @@ -19762,14 +19753,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column." msgstr "<ahelp hid=\"HID_FUNC_WVERWEIS\">Busca un valor y una referencia a las celdas situadas por debajo del área seleccionada.</ahelp> Esta función comprueba si la primera fila de una matriz contiene un cierto valor. La función devuelve el valor situado en una fila de la matriz, indicada en <emph>Índice</emph>, en la misma columna." -#. LjjvU +#. yxeCS #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3146070\n" "help.text" -msgid "HLOOKUP(SearchCriterion; Array; Index; Sorted)" -msgstr "BUSCARH(CriteriodeBúsqueda; Matriz; Índice; Orden)" +msgid "HLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" +msgstr "" #. nhwwF #: 04060109.xhp @@ -21346,14 +21337,14 @@ msgctxt "" msgid "<bookmark_value>LEFTB function</bookmark_value>" msgstr "<bookmark_value>función IZQUIERDAB</bookmark_value>" -#. 43HxJ +#. zjvg5 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2947083\n" "help.text" -msgid "LEFTB" -msgstr "IZQUIERDAB" +msgid "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LEFTB</link></variable>" +msgstr "" #. f3mWg #: 04060110.xhp @@ -21508,14 +21499,14 @@ msgctxt "" msgid "<bookmark_value>LENB function</bookmark_value>" msgstr "<bookmark_value>función LARGOB</bookmark_value>" -#. tE3dg +#. e5FBE #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2956110\n" "help.text" -msgid "LENB" -msgstr "LARGOB" +msgid "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LENB</link></variable>" +msgstr "" #. Cwz9S #: 04060110.xhp @@ -21724,14 +21715,14 @@ msgctxt "" msgid "<bookmark_value>MIDB function</bookmark_value>" msgstr "<bookmark_value>función EXTRAEB</bookmark_value>" -#. wekeb +#. BxEFF #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2954589\n" "help.text" -msgid "MIDB" -msgstr "EXTRAEB" +msgid "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">MIDB</link></variable>" +msgstr "" #. Qe8mw #: 04060110.xhp @@ -22165,14 +22156,14 @@ msgctxt "" msgid "<bookmark_value>RIGHTB function</bookmark_value>" msgstr "<bookmark_value>función DERECHAB</bookmark_value>" -#. qocbt +#. YMkyY #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2949805\n" "help.text" -msgid "RIGHTB" -msgstr "DERECHAB" +msgid "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RIGHTB</link></variable>" +msgstr "" #. gvrHM #: 04060110.xhp @@ -33172,15 +33163,6 @@ msgctxt "" msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>" msgstr "Para contar únicamente los números negativos: <item type=\"input\">=CONTAR.SI(A1:A10;\"<0\")</item>" -#. jGBjw -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"hd_id224412044220134\n" -"help.text" -msgid "<embedvar href=\"text/scalc/01/func_countifs.xhp#countifs_head\"/>" -msgstr "" - #. GWdLd #: 04060181.xhp msgctxt "" @@ -55780,14 +55762,14 @@ msgctxt "" msgid "<emph>Average_Range</emph> – optional. It is a range of values for calculating the mean." msgstr "<emph>Intervalo_promedio</emph> (opcional): el intervalo de valores para calcular la media." -#. brAso +#. kCbPD #: func_averageif.xhp msgctxt "" "func_averageif.xhp\n" "par_id45123108916423\n" "help.text" -msgid "Note that if the <emph>Average_Range</emph> is not specified, <emph>Range</emph> is used for both, the calculation of the mean and the search according to the condition. If the <emph>Average_Range</emph> is specified, the <emph>Range</emph> is used only for the condition test, while <emph>Average_Range</emph> is used for the mean calculation.<br/>The <emph>Criterion</emph> needs to be a string expression, in particular, the <emph>Criterion</emph> needs to be enclosed in quotation marks (\"Criterion\") with the exception of the names of functions, cell references and an operation of a string concatenation (&)." -msgstr "Observe que si no se especifica <emph>Intervalo_promedio</emph>, se usará <emph>Intervalo</emph> para el cálculo del promedio y para el criterio de búsqueda. Si se especifica <emph>Intervalo_promedio</emph>, <emph>Intervalo</emph> se utilizará únicamente en la prueba de la condición e <emph>Intervalo_promedio</emph> en el cálculo del promedio.<br/>El <emph>Criterio</emph> debe ser una expresión de cadena: en específico, <emph>Criterio</emph> debe entrecomillarse (\"Criterio\"), exceptuando los nombres de las funciones, las referencias de celdas y las concatenaciones de cadenas con el operador &." +msgid "If the <emph>Average_Range</emph> is not specified, <emph>Range</emph> is used for both, the calculation of the mean and the search according to the condition. If <emph>Average_Range</emph> is specified, the <emph>Range</emph> is used only for the condition test, while <emph>Average_Range</emph> is used for the average calculation." +msgstr "" #. 8v8Zv #: func_averageif.xhp @@ -57787,6 +57769,87 @@ msgctxt "" msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>" msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Códigos de error\">Códigos de error</link>" +#. sUgSM +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"tit\n" +"help.text" +msgid "FINDB Function" +msgstr "" + +#. EkUr2 +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>FINDB Function</bookmark_value> <bookmark_value>find text;FINDB Function</bookmark_value>" +msgstr "" + +#. WmZAa +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"findb\"><link href=\"text/scalc/01/func_findb.xhp\" name=\"findb\">FINDB</link></variable>" +msgstr "" + +#. iW2EE +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id831573508637970\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions. FINDB is case sensitive.</ahelp></variable>" +msgstr "" + +#. yA9fg +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id221573517641172\n" +"help.text" +msgid "FINDB( Find Text ; Text ; Position )" +msgstr "" + +#. puQAw +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id241573517292388\n" +"help.text" +msgid "<emph>Find Text</emph>: The text or text expression to be found." +msgstr "" + +#. YgyTW +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id991573517299918\n" +"help.text" +msgid "<emph>Text</emph>: the text in which the search is to be made." +msgstr "" + +#. pfYPq +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id521573517305077\n" +"help.text" +msgid "<emph>Position</emph>: The position in the text where the search starts." +msgstr "" + +#. VLM4H +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id481573517830373\n" +"help.text" +msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." +msgstr "" + #. 2YcR7 #: func_forecastetsadd.xhp msgctxt "" @@ -60874,6 +60937,96 @@ msgctxt "" msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"Expresiones regulares de ICU\">Expresiones regulares de ICU</link> (en inglés)" +#. B64FM +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"tit\n" +"help.text" +msgid "REPLACEB Function" +msgstr "" + +#. GfVed +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>REPLACEB Function</bookmark_value> <bookmark_value>replace text;REPLACEB Function</bookmark_value>" +msgstr "" + +#. 5MutE +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"replaceb\"><link href=\"text/scalc/01/func_replaceb.xhp\" name=\"replaceb\">REPLACEB</link></variable>" +msgstr "" + +#. djAL7 +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"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 "" + +#. Fd4SC +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "REPLACEB( Text ; Position ; Length ; NewText )" +msgstr "" + +#. eY5FG +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id331573510857418\n" +"help.text" +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." +msgstr "" + +#. bqPxd +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id431573510862075\n" +"help.text" +msgid "<emph>Position</emph>: the character position from which text is to be replaced." +msgstr "" + +#. TtgNA +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id481573510866260\n" +"help.text" +msgid "<emph>Length</emph>: the number of characters to be replaced." +msgstr "" + +#. UuACG +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id911573510871412\n" +"help.text" +msgid "<emph>NewText</emph>: the text to be inserted." +msgstr "" + +#. QH3SH +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id431573515742206\n" +"help.text" +msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -60991,6 +61144,87 @@ msgctxt "" msgid "See also <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"ROUND function\">ROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"MROUND function\">MROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"ROUNDUP function\">ROUNDUP</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"ROUNDDOWN function\">ROUNDDOWN</link>." msgstr "Véase también: <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"Función REDONDEAR\">REDONDEAR</link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"Función REDOND.MULT\">REDOND.MULT</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"Función REDONDEAR.MAS\">REDONDEAR.MAS</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"Función REDONDEAR.MENOS\">REDONDEAR.MENOS</link>." +#. hkbrZ +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"tit\n" +"help.text" +msgid "SEARCHB Function" +msgstr "" + +#. ennrh +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>SEARCHB Function</bookmark_value> <bookmark_value>search text;SEARCHB Function</bookmark_value>" +msgstr "" + +#. AXnND +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"searchb\"><link href=\"text/scalc/01/func_searchb.xhp\" name=\"searchb\">SEARCHB</link></variable>" +msgstr "" + +#. TySAy +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id831573508637970\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions (not case sensitive).</ahelp></variable>" +msgstr "" + +#. jADhb +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id531573516878780\n" +"help.text" +msgid "SEARCHB( Find text ; Text ; Position)" +msgstr "" + +#. 6Pmbf +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id241573517292388\n" +"help.text" +msgid "<emph>Find Text</emph>: The text or text expression to be found." +msgstr "" + +#. ovdFE +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id991573517299918\n" +"help.text" +msgid "<emph>Text</emph>: the text in which the search is to be made." +msgstr "" + +#. oDk8C +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id521573517305077\n" +"help.text" +msgid "<emph>Position</emph>: The position in the text where the search starts." +msgstr "" + +#. 2E7js +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id561573517310749\n" +"help.text" +msgid "<input>=SEARCHB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 20." +msgstr "" + #. Mv5R9 #: func_second.xhp msgctxt "" diff --git a/source/es/helpcontent2/source/text/scalc/05.po b/source/es/helpcontent2/source/text/scalc/05.po index 8b0dfa1b04b..5388b5a48d8 100644 --- a/source/es/helpcontent2/source/text/scalc/05.po +++ b/source/es/helpcontent2/source/text/scalc/05.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-09-30 14:01+0200\n" -"PO-Revision-Date: 2019-11-05 12:08+0000\n" +"PO-Revision-Date: 2019-11-13 12:53+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc05/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: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560900791.000000\n" #. Cxzki @@ -590,7 +590,7 @@ msgctxt "" "par_id3149709\n" "help.text" msgid "<emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated." -msgstr "<emph>Intérprete: </emph>Las referencias están demasiado encapsuladas, como sucede cuando una celda hace referencia a otra celda." +msgstr "<emph>Intérprete:</emph> las referencias están demasiado encapsuladas, como sucede cuando una celda hace referencia a otra celda." #. 2ECY7 #: 02140000.xhp diff --git a/source/es/helpcontent2/source/text/scalc/guide.po b/source/es/helpcontent2/source/text/scalc/guide.po index 48b8d105dea..e5daabd79c2 100644 --- a/source/es/helpcontent2/source/text/scalc/guide.po +++ b/source/es/helpcontent2/source/text/scalc/guide.po @@ -4,14 +4,14 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-11-08 19:34+0100\n" -"PO-Revision-Date: 2019-08-01 20:43+0000\n" +"PO-Revision-Date: 2019-11-13 12:52+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textscalcguide/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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564692214.000000\n" @@ -455,7 +455,7 @@ msgctxt "" "par_idN106D5\n" "help.text" msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "" +msgstr "Vaya a <item type=\"menuitem\">Formato ▸ Estilos de formato automático</item>." #. YT4xh #: autoformat.xhp @@ -464,7 +464,7 @@ msgctxt "" "par_id3151242\n" "help.text" msgid "Select which properties to include in an AutoFormat." -msgstr "" +msgstr "Seleccione las propiedades que deban incluirse en un formato automático." #. dhKwA #: autoformat.xhp @@ -482,7 +482,7 @@ msgctxt "" "par_idN1075D\n" "help.text" msgid "The format is applied to the selected range of cells." -msgstr "El formato se aplicará al área de celdas seleccionada." +msgstr "El formato se aplicará al intervalo de celdas seleccionado." #. gG5Fm #: autoformat.xhp @@ -491,7 +491,7 @@ msgctxt "" "par_id3149210\n" "help.text" msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>." -msgstr "Si no observa ningún cambio de color en el contenido de las celdas, elija <item type=\"menuitem\">Ver - Destacar valores</item>." +msgstr "Si no observa ningún cambio de color en el contenido de las celdas, elija <item type=\"menuitem\">Ver ▸ Destacar valores</item>." #. WuFW6 #: autoformat.xhp @@ -500,7 +500,7 @@ msgctxt "" "par_id3155379\n" "help.text" msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "" +msgstr "Para definir un formato automático para hojas de cálculo o intervalos" #. kMXDR #: autoformat.xhp @@ -518,7 +518,7 @@ msgctxt "" "par_id3152985\n" "help.text" msgid "Format a sheet or range." -msgstr "" +msgstr "Dé formato a una hoja o a un intervalo." #. JVW7G #: autoformat.xhp @@ -527,7 +527,7 @@ msgctxt "" "par_id3145384\n" "help.text" msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "" +msgstr "Vaya a <item type=\"menuitem\">Editar ▸ Seleccionar todo</item> o seleccione el intervalo formateado." #. VuwGM #: autoformat.xhp @@ -536,7 +536,7 @@ msgctxt "" "par_id3153815\n" "help.text" msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "" +msgstr "Diríjase a <item type=\"menuitem\">Formato ▸ Estilos de formato automático</item>." #. CzaoG #: autoformat.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_id3159203\n" "help.text" msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat Styles</link>" -msgstr "" +msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"Formato - Formato automático\">Formato ▸ Estilos de formato automático</link>" #. ZSCL9 #: background.xhp diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po index bd3f5356c70..248137225ac 100644 --- a/source/es/helpcontent2/source/text/shared/01.po +++ b/source/es/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-08 18:43+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n" @@ -13480,13 +13480,13 @@ msgctxt "" msgid "Comments" msgstr "" -#. GpRhA +#. Mzeni #: 04050000.xhp msgctxt "" "04050000.xhp\n" "bm_id3154100\n" "help.text" -msgid "<bookmark_value>comments;inserting/editing/deleting/printing</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>" +msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>" msgstr "" #. t88DQ @@ -13705,6 +13705,24 @@ msgctxt "" msgid "Every user with write permission to the document can edit and delete comments of all authors." msgstr "Cualquier usuario con permisos de escritura para el documento puede editar y eliminar comentarios de todos los autores." +#. qJE7L +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id0302200901430918\n" +"help.text" +msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." +msgstr "" + +#. TtJvG +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"hd_id601573488847729\n" +"help.text" +msgid "Replying comments" +msgstr "" + #. XjKE5 #: 04050000.xhp msgctxt "" @@ -13714,13 +13732,31 @@ msgctxt "" msgid "If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too." msgstr "" -#. qJE7L +#. gPtB2 #: 04050000.xhp msgctxt "" "04050000.xhp\n" -"par_id0302200901430918\n" +"hd_id201573491050815\n" "help.text" -msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." +msgid "Marking comments resolved" +msgstr "" + +#. F4jJK +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id961573491046250\n" +"help.text" +msgid "When the document has been reviewed and commented and requires your action in its contents, you can mark the comment <emph>Resolved</emph> or <emph>Unresolved</emph>. Open the comment context menu or click on the comment dropdown list to mark the Resolved checkbox. When you mark the comment resolved, the word <literal>Resolved</literal> is inserted under the date in the comment box. When marking unresolved, the word <literal>Resolved</literal> is removed." +msgstr "" + +#. UBwT2 +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id521573491035753\n" +"help.text" +msgid "You can toggle the display of all resolved comments in the document. Hidden resolved comments are not displayed in the page margin but are not deleted. You can display back all hidden comments. Choose and mark <menuitem>View - Resolved comments</menuitem> to display the resolved comments. Unmark to hide resolved comments. The default is to display all resolved comments." msgstr "" #. SJFLT diff --git a/source/es/helpcontent2/source/text/shared/04.po b/source/es/helpcontent2/source/text/shared/04.po index 0f51b4d3be0..2c13d358e95 100644 --- a/source/es/helpcontent2/source/text/shared/04.po +++ b/source/es/helpcontent2/source/text/shared/04.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-07-11 18:38+0200\n" -"PO-Revision-Date: 2019-08-31 07:20+0000\n" +"PO-Revision-Date: 2019-11-13 12:55+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textshared04/es/>\n" "Language: es\n" @@ -257,7 +257,7 @@ msgctxt "" "par_id3159150\n" "help.text" msgid "If you want to terminate a macro that is currently running, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+Q</item>." -msgstr "" +msgstr "Si quiere finalizar una macro en ejecución, oprima <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">⌘⇧Q</item></caseinline><defaultinline><item type=\"keycode\">Ctrl + Mayús + Q</item></defaultinline></switchinline><item type=\"keycode\"></item>." #. DNtr2 #: 01010000.xhp diff --git a/source/es/helpcontent2/source/text/shared/05.po b/source/es/helpcontent2/source/text/shared/05.po index 08f1336424c..7d20d387244 100644 --- a/source/es/helpcontent2/source/text/shared/05.po +++ b/source/es/helpcontent2/source/text/shared/05.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-11-08 19:34+0100\n" -"PO-Revision-Date: 2019-11-05 12:15+0000\n" +"PO-Revision-Date: 2019-11-13 12:54+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textshared05/es/>\n" "Language: es\n" @@ -50,7 +50,7 @@ msgctxt "" "par_id3150667\n" "help.text" msgid "You can find support on <link href=\"https://www.libreoffice.org/get-help/feedback/\">the %PRODUCTNAME website</link>." -msgstr "" +msgstr "Encontrará recursos de asistencia en <link href=\"https://es.libreoffice.org/obten-ayuda/sugerencias/\">el sitio web de %PRODUCTNAME</link>." #. tyE6M #: 00000001.xhp @@ -59,7 +59,7 @@ msgctxt "" "par_id3154230\n" "help.text" msgid "For a summary of the current support services refer to the <emph>Readme</emph> file in the %PRODUCTNAME folder." -msgstr "" +msgstr "Para obtener un resumen de los servicios de asistencia disponibles, consulte el archivo <emph>Léame</emph> que se encuentra en la carpeta de %PRODUCTNAME." #. FvwQg #: 00000001.xhp @@ -77,7 +77,7 @@ msgctxt "" "par_id1318380\n" "help.text" msgid "The %PRODUCTNAME localization projects offer support pages in various languages. Find an overview of the native language projects at the <link href=\"https://www.libreoffice.org/community/nlc/\">%PRODUCTNAME website</link>. You can find English-language help and support on the <link href=\"https://www.libreoffice.org/get-help/feedback\">%PRODUCTNAME website</link> as well." -msgstr "" +msgstr "Algunos proyectos de regionalización de %PRODUCTNAME ofrecen recursos de ayuda plurilingües. Encontrará un panorama general de los proyectos de lenguas nativas en <link href=\"https://www.libreoffice.org/community/nlc/\">el sitio web de %PRODUCTNAME</link>. Encontrará asimismo ayuda y asistencia en inglés en <link href=\"https://www.libreoffice.org/get-help/feedback\">el sitio web de %PRODUCTNAME</link>." #. nPGLp #: 00000001.xhp @@ -95,7 +95,7 @@ msgctxt "" "par_id3166335\n" "help.text" msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href=\"https://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org</link>." -msgstr "" +msgstr "Formule preguntas sobre %PRODUCTNAME, encuentre ayuda brindada por voluntarios y debata diversos temas en las listas de correo públicas. Podrá encontrar numerosas listas de correo generales y especializadas en el sitio web de %PRODUCTNAME en <link href=\"https://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org</link>." #. Xp6Xs #: 00000001.xhp @@ -113,7 +113,7 @@ msgctxt "" "par_id0915200811081778\n" "help.text" msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose <item type=\"menuitem\">Help – Get Help Online</item> to access the forum in your language." -msgstr "" +msgstr "Puede acceder a foros web para formular preguntas nuevas sobre %PRODUCTNAME y responder las existentes. Diríjase a <item type=\"menuitem\">Ayuda ▸ Obtener ayuda en línea</item> para acceder al foro en su lengua." #. p6BeE #: 00000001.xhp @@ -131,7 +131,7 @@ msgctxt "" "par_id0804200803314235\n" "help.text" msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@libreoffice.org</literal>." -msgstr "" +msgstr "Si le preocupa cualquier problema de seguridad relativo a este producto, puede ponerse en contacto con sus desarrolladores a través de la <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">lista de correo pública (en inglés)</link>. Si quiere debatir algún problema de cualquier otra índole con otros usuarios, envíe un mensaje a la lista de correo pública <literal>users@es.libreoffice.org</literal>." #. tEPqi #: 00000001.xhp @@ -149,7 +149,7 @@ msgctxt "" "par_id3028143\n" "help.text" msgid "You can download the latest version of %PRODUCTNAME at <link href=\"https://www.libreoffice.org/download/\">www.libreoffice.org/download/</link>." -msgstr "" +msgstr "Puede descargar la versión más reciente de %PRODUCTNAME en <link href=\"https://es.libreoffice.org/descarga/\">es.libreoffice.org/descarga</link>." #. ia3E3 #: 00000001.xhp @@ -185,7 +185,7 @@ msgctxt "" "par_id0120200910361848\n" "help.text" msgid "If you want to take an active role in the worldwide %PRODUCTNAME community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc." -msgstr "Si se desea tomar un rol activo en la comunidad mundial de %PRODUCTNAME, serán bienvenidos los comentarios, discusiones de características, propuestas de mejoramiento, la redacción de artículos originales, la creación de tutoriales en video, etc." +msgstr "Si desea asumir un papel activo en la comunidad mundial de %PRODUCTNAME, le invitamos a brindar comentarios, debatir sobre funcionalidades, plantear propuestas de mejoramiento, redactar artículos originales, crear videotutoriales, etcétera." #. tfyrA #: 00000001.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id3146961\n" "help.text" msgid "There are three icons used to call your attention to additional helpful information." -msgstr "Hay tres símbolos que se usan para llamar la atención con información adicional de utilidad." +msgstr "Hay tres iconos que se usan para llamar la atención con información adicional de utilidad." #. Ey7eB #: 00000002.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_id3153311\n" "help.text" msgid "<image id=\"img_id3155892\" src=\"sfx2/res/indexon_small.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155892\">Icon</alt></image>" -msgstr "<image id=\"img_id3155892\" src=\"sfx2/res/indexon_small.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155892\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3155892\" src=\"sfx2/res/indexon_small.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155892\">Icono</alt></image>" #. BCGCq #: 00000110.xhp @@ -338,7 +338,7 @@ msgctxt "" "par_id3147089\n" "help.text" msgid "<ahelp hid=\".\">Hides and shows the navigation pane.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Muestra y oculta el panel de navegación.</ahelp>" #. GY3Ru #: 00000110.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id3152781\n" "help.text" msgid "<image id=\"img_id3149811\" src=\"cmd/sc_navigateback.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149811\">Icon</alt></image>" -msgstr "<image id=\"img_id3149811\" src=\"cmd/sc_navigateback.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149811\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3149811\" src=\"cmd/sc_navigateback.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149811\">Icono</alt></image>" #. fzh7F #: 00000110.xhp @@ -356,7 +356,7 @@ msgctxt "" "par_id3151111\n" "help.text" msgid "<ahelp hid=\".\">Moves back to the previous page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Vuelve a la página anterior.</ahelp>" #. oH5xd #: 00000110.xhp @@ -365,7 +365,7 @@ msgctxt "" "par_id3149415\n" "help.text" msgid "<image id=\"img_id3159399\" src=\"cmd/sc_navigateforward.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3159399\">Icon</alt></image>" -msgstr "<image id=\"img_id3159399\" src=\"cmd/sc_navigateforward.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3159399\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3159399\" src=\"cmd/sc_navigateforward.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3159399\">Icono</alt></image>" #. yMZiB #: 00000110.xhp @@ -374,7 +374,7 @@ msgctxt "" "par_id3154514\n" "help.text" msgid "<ahelp hid=\".\">Moves forward to the next page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Avanza a la próxima página.</ahelp>" #. bYSCN #: 00000110.xhp @@ -383,7 +383,7 @@ msgctxt "" "par_id3149580\n" "help.text" msgid "<image id=\"img_id3148642\" src=\"fpicker/res/fp011.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148642\">Icon</alt></image>" -msgstr "<image id=\"img_id3148642\" src=\"fpicker/res/fp011.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148642\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3148642\" src=\"fpicker/res/fp011.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148642\">Icono</alt></image>" #. xpn8r #: 00000110.xhp @@ -392,7 +392,7 @@ msgctxt "" "par_id3154285\n" "help.text" msgid "<ahelp hid=\".\">Moves to the first page of the current Help topic.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Cambia a la primera página del tema de ayuda actual.</ahelp>" #. BEMnG #: 00000110.xhp @@ -401,7 +401,7 @@ msgctxt "" "par_id3149797\n" "help.text" msgid "<image id=\"img_id3155434\" src=\"cmd/sc_print.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155434\">Icon</alt></image>" -msgstr "<image id=\"img_id3155434\" src=\"cmd/sc_print.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155434\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3155434\" src=\"cmd/sc_print.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155434\">Icono</alt></image>" #. aLMMz #: 00000110.xhp @@ -410,7 +410,7 @@ msgctxt "" "par_id3148563\n" "help.text" msgid "<ahelp hid=\".\">Prints the current page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Imprime la página actual.</ahelp>" #. 64KoG #: 00000110.xhp @@ -419,7 +419,7 @@ msgctxt "" "par_id3145068\n" "help.text" msgid "<image id=\"img_id3149294\" src=\"sfx2/res/favourite.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149294\">Icon</alt></image>" -msgstr "<image id=\"img_id3149294\" src=\"sfx2/res/favourite.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149294\">Símbolo</alt></image>" +msgstr "<image id=\"img_id3149294\" src=\"sfx2/res/favourite.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149294\">Icono</alt></image>" #. Zrupu #: 00000110.xhp @@ -428,7 +428,7 @@ msgctxt "" "par_id3154939\n" "help.text" msgid "<ahelp hid=\".\">Adds this page to your bookmarks.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Añade esta página a sus marcadores.</ahelp>" #. BAkH2 #: 00000110.xhp @@ -437,7 +437,7 @@ msgctxt "" "par_idN108D9\n" "help.text" msgid "<image id=\"img_id7358623\" src=\"cmd/sc_recsearch.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7358623\">Search icon</alt></image>" -msgstr "<image id=\"img_id7358623\" src=\"cmd/sc_recsearch.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7358623\">Símbolo Buscar</alt></image>" +msgstr "<image id=\"img_id7358623\" src=\"cmd/sc_recsearch.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7358623\">Icono Buscar</alt></image>" #. ZULza #: 00000110.xhp diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po index a3e78604671..85587582649 100644 --- a/source/es/helpcontent2/source/text/shared/guide.po +++ b/source/es/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-08 18:44+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n" @@ -22849,15 +22849,6 @@ msgctxt "" msgid "Meaning" msgstr "" -#. iVFrU -#: start_parameters.xhp -msgctxt "" -"start_parameters.xhp\n" -"par_id51571706970244\n" -"help.text" -msgid "<emph>--record</emph>" -msgstr "" - #. iAEUa #: start_parameters.xhp msgctxt "" @@ -22867,15 +22858,6 @@ msgctxt "" msgid "An enhanced debugger." msgstr "" -#. BUvrW -#: start_parameters.xhp -msgctxt "" -"start_parameters.xhp\n" -"par_id751571707080685\n" -"help.text" -msgid "<emph>--backtrace</emph>" -msgstr "" - #. VQCLF #: start_parameters.xhp msgctxt "" @@ -22885,15 +22867,6 @@ msgctxt "" msgid "Prints the backtrace of the entire stack." msgstr "" -#. hBvXq -#: start_parameters.xhp -msgctxt "" -"start_parameters.xhp\n" -"par_id171571707097883\n" -"help.text" -msgid "<emph>--strace</emph>" -msgstr "" - #. EybYK #: start_parameters.xhp msgctxt "" @@ -22903,15 +22876,6 @@ msgctxt "" msgid "strace is a diagnostic, debugging and instructional userspace utility for Linux." msgstr "" -#. BGjMr -#: start_parameters.xhp -msgctxt "" -"start_parameters.xhp\n" -"par_id81571707115501\n" -"help.text" -msgid "<emph>--valgrind</emph>" -msgstr "" - #. vGFFD #: start_parameters.xhp msgctxt "" diff --git a/source/es/helpcontent2/source/text/shared/menu.po b/source/es/helpcontent2/source/text/shared/menu.po index 6c296121e10..a35e2dc6ddc 100644 --- a/source/es/helpcontent2/source/text/shared/menu.po +++ b/source/es/helpcontent2/source/text/shared/menu.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-11-08 19:34+0100\n" -"PO-Revision-Date: 2019-11-05 12:16+0000\n" +"PO-Revision-Date: 2019-11-13 12:55+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedmenu/es/>\n" "Language: es\n" @@ -212,7 +212,7 @@ msgctxt "" "par_id291566144541584\n" "help.text" msgid "Opens the <emph>Export Image</emph> dialog to save the background image of the current <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>. Select the image file format in the Filter box, enter a file name for the image and click <emph>Save</emph>." -msgstr "" +msgstr "Abre el cuadro de diálogo <emph>Exportar imagen</emph> para guardar la imagen de fondo de la <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva</caseinline><defaultinline>página</defaultinline></switchinline> actual. Seleccione el formato de la imagen en el cuadro Filtro, escriba un nombre de archivo para la imagen y pulse en <emph>Guardar</emph>." #. LJVBr #: save_image.xhp @@ -230,7 +230,7 @@ msgctxt "" "tit\n" "help.text" msgid "Set Image Background" -msgstr "" +msgstr "Establecer la imagen de fondo" #. Pyf3s #: set_image_background.xhp @@ -239,7 +239,7 @@ msgctxt "" "bm_id561566144886972\n" "help.text" msgid "<bookmark_value>page;set background image</bookmark_value><bookmark_value>slide;set background image</bookmark_value><bookmark_value>page background image;set</bookmark_value><bookmark_value>slide background image;set</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>página;establecer imagen de fondo</bookmark_value><bookmark_value>diapositiva;establecer imagen de fondo</bookmark_value><bookmark_value>imagen de fondo de página;establecer</bookmark_value><bookmark_value>imagen de fondo de diapositiva;establecer</bookmark_value>" #. GYiBH #: set_image_background.xhp @@ -248,7 +248,7 @@ msgctxt "" "hd_id881566143431255\n" "help.text" msgid "<link href=\"text/shared/menu/set_image_background.xhp\" name=\"setbackgroundimage\">Set Background Image</link>" -msgstr "" +msgstr "<link href=\"text/shared/menu/set_image_background.xhp\" name=\"setbackgroundimage\">Establecer imagen de fondo</link>" #. B8FvH #: set_image_background.xhp @@ -257,7 +257,7 @@ msgctxt "" "par_id121566143431256\n" "help.text" msgid "<variable id=\"setimagebackground\"><ahelp hid=\".uno:SelectBackground\">Set the image background of the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"setimagebackground\"><ahelp hid=\".uno:SelectBackground\">Permite establecer una imagen como fondo de la <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva</caseinline><defaultinline>página</defaultinline></switchinline>.</ahelp></variable>" #. j4B9R #: set_image_background.xhp @@ -266,7 +266,7 @@ msgctxt "" "par_id91566150694760\n" "help.text" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline> - <menuitem>Set Background Image</menuitem>." -msgstr "" +msgstr "Vaya a <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva</menuitem></caseinline><defaultinline><menuitem>Página</menuitem></defaultinline></switchinline> ▸ <menuitem>Establecer imagen de fondo</menuitem>." #. DU4B8 #: set_image_background.xhp diff --git a/source/es/helpcontent2/source/text/swriter.po b/source/es/helpcontent2/source/text/swriter.po index 8afbae6db12..44912cd53d4 100644 --- a/source/es/helpcontent2/source/text/swriter.po +++ b/source/es/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-02-26 18:38+0000\n" "Last-Translator: Mauricio Baeza <public@elmau.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -871,6 +871,24 @@ msgctxt "" msgid "Show or hide a document's comments and replies to them." msgstr "Mostrar u ocultar los comentarios de un documento y las respuestas a estos." +#. EWoyn +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id981573492083329\n" +"help.text" +msgid "Resolved comments" +msgstr "" + +#. DGBcc +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id331573492076499\n" +"help.text" +msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." +msgstr "" + #. DAXRW #: main0103.xhp msgctxt "" @@ -3039,4 +3057,3 @@ msgctxt "" "help.text" msgid "You can use the <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Help system</link> as a complete reference for $[officename] applications, including <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instructions</link> for simple and complex tasks." msgstr "Puede usar el <link href=\"text/shared/05/00000110.xhp\" name=\"sistema de ayuda\">sistema de ayuda</link> en línea ampliada como una referencia completa para las aplicaciones de $[officename], incluidas las <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instrucciones</link> para tareas sencillas y complejas." - diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po index 6901cc17bde..23adfc30cb6 100644 --- a/source/es/helpcontent2/source/text/swriter/guide.po +++ b/source/es/helpcontent2/source/text/swriter/guide.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-11-05 12:01+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" +"PO-Revision-Date: 2019-11-13 12:51+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterguide/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: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1566235756.000000\n" #. XAt2Y @@ -13496,7 +13496,7 @@ msgctxt "" "par_id3153413\n" "help.text" msgid "This AutoCorrect feature only works on text that is formatted with the \"Default\" paragraph style." -msgstr "Esta función de corrección automática solamente trabaja en el texto formateado con el estilo de párrafo Predeterminado." +msgstr "Esta función de corrección automática funciona solamente en el texto formateado con el estilo de párrafo «Predeterminado»." #. vD5av #: removing_line_breaks.xhp |