diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-03-06 12:43:35 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-03-06 12:50:29 +0100 |
commit | 610e3f90e150d90bd5305f53d5e39f111f197d4f (patch) | |
tree | 2bfa0eef128f37f16b32188798d7d619f9242fb3 /source/gug/helpcontent2 | |
parent | 375b04cdcbe18a95ff4e5640b9c0d8db06de7beb (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I5f28b96f84e88c6b61c181a501c75f7aca06ca9c
Diffstat (limited to 'source/gug/helpcontent2')
18 files changed, 785 insertions, 560 deletions
diff --git a/source/gug/helpcontent2/source/text/sbasic/shared.po b/source/gug/helpcontent2/source/text/sbasic/shared.po index 66fe84e71ba..2797a843416 100644 --- a/source/gug/helpcontent2/source/text/sbasic/shared.po +++ b/source/gug/helpcontent2/source/text/sbasic/shared.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: 2020-02-27 14:31+0100\n" -"PO-Revision-Date: 2020-02-22 17:16+0000\n" +"POT-Creation-Date: 2020-03-06 11:45+0100\n" +"PO-Revision-Date: 2020-03-06 10:51+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n" "Language: es\n" @@ -5945,7 +5945,7 @@ msgctxt "" "par_id3150431\n" "help.text" msgid "<ahelp hid=\".\">Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.</ahelp>" -msgstr "<ahelp hid=\".\">Especifique el URL de ayuda que se llama cuando pulsa F1 mientras el foco está en un control determinado. Utilice, por ejemplo, el formato HID:1234 para llamar el ID de ayuda con el número 1234.</ahelp>" +msgstr "<ahelp hid=\".\">Especifique el URL de ayuda que se invoca cuando oprime F1 mientras el foco está en un control determinado. Utilice, por ejemplo, el formato HID:1234 para llamar el identificador de ayuda con el número 1234.</ahelp>" #. yaVgx #: 01170101.xhp @@ -24449,7 +24449,7 @@ msgctxt "" "par_id51581259731973\n" "help.text" msgid "End Property: Marks the end of a <emph>Property</emph> statement." -msgstr "" +msgstr "End Property: marca el final de una instrucción <emph>Property</emph>." #. 3xFEp #: 03090404.xhp @@ -25279,15 +25279,6 @@ msgctxt "" msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine." msgstr "" -#. GypWx -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"hd_id3149763\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxis:" - #. LYyBt #: 03090412.xhp msgctxt "" @@ -25297,24 +25288,6 @@ msgctxt "" msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub" msgstr "" -#. XA8QY -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"hd_id3148943\n" -"help.text" -msgid "Parameters:" -msgstr "Parámetros:" - -#. beEkL -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"par_id3154760\n" -"help.text" -msgid "<emph>Exit Do</emph>" -msgstr "<emph>Exit Do</emph>" - #. CaPsN #: 03090412.xhp msgctxt "" @@ -25324,15 +25297,6 @@ msgctxt "" msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level." msgstr "Solo es válido en una instrucción <emph>Do…Loop</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a Loop. Si las instrucciones <emph>Do…Loop</emph> están anidadas, el control se transfiere al bucle del nivel inmediatamente superior." -#. Gnb2R -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"par_id3150398\n" -"help.text" -msgid "<emph>Exit For</emph>" -msgstr "<emph>Exit For</emph>" - #. ctSmU #: 03090412.xhp msgctxt "" @@ -25342,15 +25306,6 @@ msgctxt "" msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level." msgstr "Solo es válido en un bucle <emph>For…Next</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a la instrucción <emph>Next</emph>. En instrucciones anidadas, el control se transfiere al bucle del nivel inmediatamente superior." -#. PZitf -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"par_id3147229\n" -"help.text" -msgid "<emph>Exit Function</emph>" -msgstr "<emph>Exit Function</emph>" - #. T2hCJ #: 03090412.xhp msgctxt "" @@ -25360,15 +25315,6 @@ msgctxt "" msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call." msgstr "Sale del procedimiento <emph>Function</emph> inmediatamente. La ejecución del programa continúa con la instrucción que sigue a la llamada <emph>Function</emph>." -#. K8JKa -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"par_id31581260355116\n" -"help.text" -msgid "<emph>Exit Property</emph>" -msgstr "" - #. xZEAs #: 03090412.xhp msgctxt "" @@ -25378,15 +25324,6 @@ msgctxt "" msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call." msgstr "" -#. B6QCm -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"par_id3155132\n" -"help.text" -msgid "<emph>Exit Sub</emph>" -msgstr "<emph>Exit Sub</emph>" - #. 2jmBs #: 03090412.xhp msgctxt "" @@ -25405,15 +25342,6 @@ msgctxt "" msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement." msgstr "La instrucción Exit no define el final de una estructura; no debe confundirse con la instrucción End." -#. v87od -#: 03090412.xhp -msgctxt "" -"03090412.xhp\n" -"hd_id3147348\n" -"help.text" -msgid "Example:" -msgstr "Ejemplo:" - #. J6bT4 #: 03090412.xhp msgctxt "" @@ -31505,7 +31433,7 @@ msgctxt "" "par_id3149295\n" "help.text" msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" -msgstr "" +msgstr "<emph>Expresión</emph>: una expresión numérica que representa un valor ASCII de 8 bits válido (0-255) o un valor Unicode de 16 bits. (Para admitir expresiones con un argumento nominalmente negativo como <emph>Chr(&H8000)</emph> manteniendo la compatibilidad con versiones del programa anteriores, los valores ubicados entre −32768 y −1 están asignados internamente al intervalo 32768-65535.)" #. RKtSB #: 03120102.xhp @@ -40901,7 +40829,7 @@ msgctxt "" "N0184\n" "help.text" msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module." -msgstr "" +msgstr "Esta instrucción requiere la utilización de <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> antes del código del programa en un módulo." #. 36Tsn #: property.xhp @@ -40910,7 +40838,7 @@ msgctxt "" "N0185\n" "help.text" msgid "Syntax" -msgstr "" +msgstr "Sintaxis" #. FG2Dc #: property.xhp @@ -40919,15 +40847,15 @@ msgctxt "" "N0188\n" "help.text" msgid "Examples" -msgstr "" +msgstr "Ejemplos" -#. GXEE5 +#. 2n4nC #: property.xhp msgctxt "" "property.xhp\n" "N0192\n" "help.text" -msgid "Print ProductName ' displays \"LibreOffice\"" +msgid "Print ProductName ' displays \"%PRODUCTNAME\"" msgstr "" #. oUuG9 @@ -40946,15 +40874,15 @@ msgctxt "" "N0204\n" "help.text" msgid "Public Property Get PathDelimiter As String ' Read-only variable" -msgstr "" +msgstr "Public Property Get PathDelimiter As String ' variable de solo lectura" -#. 28GFJ +#. yNhRi #: property.xhp msgctxt "" "property.xhp\n" "N0208\n" "help.text" -msgid "Case 4 : this = \":\" ' Linux or MacOS X" +msgid "Case 4 : this = \":\" ' Linux or macOS" msgstr "" #. BievJ @@ -40982,7 +40910,7 @@ msgctxt "" "N0215\n" "help.text" msgid "PathDelimiter = \"a sentence\" ' does nothing" -msgstr "" +msgstr "PathDelimiter = \"un enunciado\" ' no hace nada" #. xR9j7 #: property.xhp @@ -41009,7 +40937,7 @@ msgctxt "" "N0238\n" "help.text" msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>" -msgstr "" +msgstr "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Uso de procedimientos y funciones\">Uso de procedimientos y funciones</link>" #. uM2zs #: replace.xhp @@ -41135,7 +41063,7 @@ msgctxt "" "par_id321552552440672\n" "help.text" msgid "REM meaning: \"b\" should be replaced, but" -msgstr "" +msgstr "REM significado: «b» debería sustituirse, pero" #. BZgJy #: replace.xhp @@ -41144,7 +41072,7 @@ msgctxt "" "par_id571552552467647\n" "help.text" msgid "REM * only when lowercase (parameter 6), hence second occurrence of \"b\"" -msgstr "" +msgstr "REM * nada más en minúscula (parámetro 6), por consiguiente la 2.ª ocurrencia de «b»" #. HubEe #: replace.xhp @@ -41153,7 +41081,7 @@ msgctxt "" "par_id71552552474769\n" "help.text" msgid "REM * only first (respecting case) occurrence (parameter 5)" -msgstr "" +msgstr "REM * solo la primera ocurrencia (que respeta mayusculación) (parámetro 5)" #. Z9NfM #: special_vba_func.xhp @@ -41297,7 +41225,7 @@ msgctxt "" "bm_id051920170358346963\n" "help.text" msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value> <bookmark_value>VBA Functions;formatting numbers</bookmark_value> <bookmark_value>VBA Functions;partitioning numbers</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>funciones de VBA;funciones matemáticas</bookmark_value><bookmark_value>funciones de VBA;formato de números</bookmark_value><bookmark_value>funciones de VBA;partición de números</bookmark_value>" #. AXMSu #: special_vba_func.xhp diff --git a/source/gug/helpcontent2/source/text/scalc.po b/source/gug/helpcontent2/source/text/scalc.po index cce53c9b869..4dd92f97e02 100644 --- a/source/gug/helpcontent2/source/text/scalc.po +++ b/source/gug/helpcontent2/source/text/scalc.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: 2020-02-28 14:53+0100\n" -"PO-Revision-Date: 2020-02-14 10:24+0000\n" +"POT-Creation-Date: 2020-03-06 11:45+0100\n" +"PO-Revision-Date: 2020-03-01 01:48+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/es/>\n" "Language: es\n" @@ -401,7 +401,7 @@ msgctxt "" "par_id391577296078546\n" "help.text" msgid "Opens a submenu for selecting the date, sheet name or document title in the cell." -msgstr "" +msgstr "Abre un submenú para seleccionar la fecha, el nombre de la hoja o el título del documento para introducción en la celda." #. JP4tR #: main0105.xhp @@ -520,14 +520,14 @@ msgctxt "" msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>" msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Herramientas</link>" -#. HRbnr +#. NwgnB #: main0106.xhp msgctxt "" "main0106.xhp\n" "par_id3150440\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" -msgstr "<ahelp hid=\".\">El menú <emph>Herramientas</emph> contiene órdenes para comprobar la ortografía, encontrar referencias de hojas, encontrar errores y definir escenarios.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" +msgstr "" #. NkvRH #: main0106.xhp @@ -1067,7 +1067,7 @@ msgctxt "" "par_id349131\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Alinea el contenido de la celda a los márgenes izquierdo y derecho de la celda.</ahelp>" #. GmxHK #: main0203.xhp diff --git a/source/gug/helpcontent2/source/text/scalc/01.po b/source/gug/helpcontent2/source/text/scalc/01.po index d0d81a98952..5955aa82637 100644 --- a/source/gug/helpcontent2/source/text/scalc/01.po +++ b/source/gug/helpcontent2/source/text/scalc/01.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: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2020-02-24 05:21+0000\n" +"POT-Creation-Date: 2020-03-06 11:45+0100\n" +"PO-Revision-Date: 2020-03-02 09:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.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: Weblate 3.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564682427.000000\n" #. sZfWF @@ -725,7 +725,7 @@ msgctxt "" "par_id3150717\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes</emph> dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\"><emph>Font Effects</emph></link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\"><emph>Font Position</emph></link>." -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Abre un cuadro de diálogo para asignar formatos al texto nuevo o seleccionado.</ahelp> El cuadro de diálogo <emph>Atributos de texto</emph> contiene las pestañas <link href=\"text/shared/01/05020100.xhp\" name=\"Tipo de letra\"><emph>Tipo de letra</emph></link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Efectos tipográficos\"><emph>Efectos tipográficos</emph></link> y <link href=\"text/shared/01/05020500.xhp\" name=\"Posición de letra\"><emph>Posición de letra</emph></link>." #. 5DMJG #: 02120100.xhp @@ -4010,7 +4010,7 @@ msgctxt "" "hd_id3149408\n" "help.text" msgid "Function Result" -msgstr "Subtotal" +msgstr "Resultado de la función" #. hPtat #: 04060000.xhp @@ -4723,32 +4723,32 @@ msgctxt "" msgid "The following items are the parameter definitions for all database functions:" msgstr "Los elementos siguientes son las definiciones de parámetros de todas las funciones de base de datos:" -#. kD27S +#. GJ7fw #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3149453\n" "help.text" -msgid "<emph>Database</emph> is the cell range defining the database." -msgstr "<emph>BaseDeDatos</emph> es el intervalo de celdas que define la base de datos." +msgid "<emph>Database</emph> is the cell range defining the database. The first row of the range contains the field names, and following rows are records with corresponding field values." +msgstr "" -#. c5WNY +#. aZFWB #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151272\n" "help.text" -msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name, place quotation marks around the header name.</variable>" -msgstr "<emph>CampoDeBaseDeDatos</emph> especifica la columna en la que la función operará luego de aplicar los criterios de búsqueda del primer parámetro y tras seleccionar las filas de datos. No tiene relación con los criterios de búsqueda en sí. <variable id=\"quotes\">Para el parámetro CampoDeBaseDeDatos puede proporcionar una referencia a una celda de cabecera o un número para especificar una columna dentro del área BaseDeDatos, comenzando por 1. Para hacer referencia a una columna por medio del nombre literal de su cabecera, entrecomille este nombre.</variable>" +msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name (from the first row of <emph>Database</emph> range), place quotation marks around the header name.</variable>" +msgstr "" -#. TA67U +#. UwQMN #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3147083\n" "help.text" -msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." -msgstr "<emph>CriteriosDeBúsqueda</emph> es el intervalo de celdas que contiene los criterios de búsqueda. Si escribe varios criterios en una fila se conectarán con la conjunción Y; si lo hace en filas diferentes, se conectarán mediante O. Se ignorarán las celdas vacías en los criterios de búsqueda." +msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. Like <emph>Database</emph>, its first row is also field names, and following rows are conditions for related fields. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." +msgstr "" #. k58yy #: 04060101.xhp @@ -7151,7 +7151,7 @@ msgctxt "" "par_id3154902\n" "help.text" msgid "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" -msgstr "" +msgstr "<item type=\"input\">=DURACION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" #. TjeEJ #: 04060103.xhp @@ -23630,7 +23630,7 @@ msgctxt "" "par_id3154677\n" "help.text" msgid "<emph>Parameter</emph>" -msgstr "<emph>Parámetros</emph>" +msgstr "<emph>Parámetro</emph>" #. AGnQd #: 04060112.xhp @@ -23666,7 +23666,7 @@ msgctxt "" "par_id3149253\n" "help.text" msgid "<emph>Parameter</emph>" -msgstr "<emph>Parámetros</emph>" +msgstr "<emph>Parámetro</emph>" #. W4Bdb #: 04060112.xhp @@ -23756,7 +23756,7 @@ msgctxt "" "par_id3157995\n" "help.text" msgid "<emph>Parameter</emph>" -msgstr "<emph>Parámetros</emph>" +msgstr "<emph>Parámetro</emph>" #. agM3b #: 04060112.xhp @@ -36923,7 +36923,7 @@ msgctxt "" "par_id3155094\n" "help.text" msgid "<emph>RankC</emph> is the rank of the value. If RankC is an array, the function becomes an <link href=\"text/scalc/01/04060107.xhp\" name=\"array function\">array function</link>." -msgstr "" +msgstr "<emph>Posición C</emph> es el rango del valor. Si Posición C es una matriz, la función se vuelve <link href=\"text/scalc/01/04060107.xhp\" name=\"función matricial\">matricial</link>." #. 8BLf3 #: 04060183.xhp @@ -36932,7 +36932,7 @@ msgctxt "" "par_id3149897\n" "help.text" msgid "<input>=SMALL(A1:C50;2)</input> gives the second smallest value in A1:C50." -msgstr "" +msgstr "<input>=K.ESIMO.MENOR(A1:C50;2)</input> devuelve el segundo valor más pequeño en A1:C50." #. AuKCZ #: 04060183.xhp @@ -36941,7 +36941,7 @@ msgctxt "" "par_id3249897\n" "help.text" msgid "<input>=SMALL(A1:C50;B1:B5)</input> entered as an array function gives an array of the c-th smallest value in A1:C50 with ranks defined in B1:B5." -msgstr "" +msgstr "<input>=K.ESIMO.MENOR(A1:C50;B1:B5)</input>, introducida como función matricial, devuelve una matriz del c-ésimo valor menor en A1:C50 con las posiciones definidas en B1:B5." #. KDBoE #: 04060183.xhp @@ -51287,7 +51287,7 @@ msgctxt "" "hd_id3154944\n" "help.text" msgid "More" -msgstr "Opciones" +msgstr "Más" #. ExoJS #: 12090102.xhp @@ -52097,7 +52097,7 @@ msgctxt "" "par_idN106EC\n" "help.text" msgid "More" -msgstr "Opciones" +msgstr "Más" #. ZU8Ck #: 12090105.xhp @@ -53267,7 +53267,7 @@ msgctxt "" "par_idN106B0\n" "help.text" msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid." -msgstr "Sólo permite las cadenas o valores especificados en una lista. Las cadenas y valores se pueden mezclar. Los números evalúan su valor, de modo que si introduce el número 1 en la lista, la entrada 100% también es válida." +msgstr "Permite únicamente los valores o las cadenas que se especifiquen en una lista. Es posible mezclar cadenas y valores. Los números producen sus correspondientes valores, de tal manera que si digita el número 1 en la lista, la entrada 100 % es igualmente válida." #. pfATZ #: 12120100.xhp @@ -56192,7 +56192,7 @@ msgctxt "" "par_id781556244709752\n" "help.text" msgid "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenate\">CONCATENATE</link>" -msgstr "" +msgstr "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenar\">CONCATENAR</link>" #. JEUej #: func_countifs.xhp @@ -61898,7 +61898,7 @@ msgctxt "" "par_id220502883332563\n" "help.text" msgid "<item type=\"input\">=SUMIFS(C2:C6;A2:A6;\"pen.*\";B2:B6;\"<\"&MAX(B2:B6))</item>" -msgstr "<item type=\"input\">=SUMAR.SI.CONJUNTO(C2:C6;A2:A6;\"pen.*\";B2:B6;\"<\"&MAX(B2:B6))</item>" +msgstr "<item type=\"input\">=SUMAR.SI.CONJUNTO(C2:C6;A2:A6;\"pan.*\";B2:B6;\"<\"&MAX(B2:B6))</item>" #. u7CDd #: func_sumifs.xhp @@ -61997,7 +61997,7 @@ msgctxt "" "par_id341556242996378\n" "help.text" msgid "<emph>expression</emph> is a text, numeric, logical or date input or reference to a cell." -msgstr "" +msgstr "<emph>expresión</emph> es una entrada de texto, numérica, lógica o de fecha, o bien, una referencia a otra celda." #. Z7xiA #: func_switch.xhp @@ -62087,7 +62087,7 @@ msgctxt "" "par_id121556227727948\n" "help.text" msgid "<variable id=\"textjoinfunction\"><ahelp hid=\".\">Concatenates one or more strings, and uses delimiters between them.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"textjoinfunction\"><ahelp hid=\".\">Concatena una o más cadenas y utiliza delimitadores entre estas.</ahelp></variable>" #. qZsoF #: func_textjoin.xhp @@ -62105,7 +62105,7 @@ msgctxt "" "par_id741556228390897\n" "help.text" msgid "<emph>delimiter</emph> is a text string and can be a range." -msgstr "" +msgstr "<emph>delimitador</emph> es una cadena de texto y puede ser un intervalo." #. CsnD3 #: func_textjoin.xhp @@ -62141,7 +62141,7 @@ msgctxt "" "par_id81556228530082\n" "help.text" msgid "If <emph>delimiter</emph> is a range, the range need not be of the same size as the number of strings to be joined." -msgstr "" +msgstr "Si <emph>delimitador</emph> es un intervalo, este no necesariamente debe ser del mismo tamaño que el número de cadenas que se unirán." #. VcQjG #: func_textjoin.xhp @@ -62150,7 +62150,7 @@ msgctxt "" "par_id831556228543099\n" "help.text" msgid "If there are more delimiters than strings to be joined, not all delimiters will be used." -msgstr "" +msgstr "Si existen más delimitadores que cadenas por unir, no se emplearán todos los delimitadores." #. ByVAF #: func_textjoin.xhp @@ -62159,7 +62159,7 @@ msgctxt "" "par_id321556228557611\n" "help.text" msgid "If there are less delimiters than strings to be joined, the delimiters will be used again from the start." -msgstr "" +msgstr "Si, por el contrario, hubiere menos delimitadores que cadenas por unir, los delimitadores se utilizarán de nuevo desde el principio." #. 4Zi8d #: func_textjoin.xhp @@ -62186,7 +62186,7 @@ msgctxt "" "par_id781556244709752\n" "help.text" msgid "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenate\">CONCATENATE</link>" -msgstr "" +msgstr "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenar\">CONCATENAR</link>" #. pLSAn #: func_time.xhp @@ -65480,7 +65480,7 @@ msgctxt "" "par_id1002150\n" "help.text" msgid "For more information on exponential smoothing, refer to the <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"English Wikipedia: Exponential smoothing\">corresponding Wikipedia article</link>." -msgstr "" +msgstr "Para informarse sobre el alisamiento exponencial, consulte el <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"Wikipedia en inglés: alisamiento exponencial\">artículo correspondiente de la Wikipedia</link>." #. 5HoYB #: statistics.xhp @@ -66731,7 +66731,7 @@ msgctxt "" "par_id14337286612130\n" "help.text" msgid "<link href=\"text/scalc/01/statistics.xhp#datasampling\">Sampling</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">Descriptive Statistics</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">Analysis of Variance (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">Correlation</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">Covariance</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">Exponential Smoothing</link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">Moving Average</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">Paired t-test</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">F-test</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Z-test</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">Chi-square test</link>." -msgstr "" +msgstr "<link href=\"text/scalc/01/statistics.xhp#datasampling\">Muestreo</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">Estadísticas descriptivas</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">Análisis de varianza (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">Correlación</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">Covarianza</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">Alisamiento exponencial</link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">Media móvil</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">Prueba t pareada</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">Prueba F</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Prueba Z</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">Prueba de ji cuadrado</link>." #. 7EZAg #: statistics_regression.xhp @@ -66767,7 +66767,7 @@ msgctxt "" "bm_id2764278\n" "help.text" msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Herramientas de análisis;análisis de regresión</bookmark_value><bookmark_value>análisis de regresión;Herramientas de análisis</bookmark_value><bookmark_value>Estadísticas de datos;análisis de regresión</bookmark_value>" #. nCe3o #: statistics_regression.xhp diff --git a/source/gug/helpcontent2/source/text/scalc/05.po b/source/gug/helpcontent2/source/text/scalc/05.po index b689347bd9b..40266c7ddd6 100644 --- a/source/gug/helpcontent2/source/text/scalc/05.po +++ b/source/gug/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: 2020-02-27 14:31+0100\n" -"PO-Revision-Date: 2020-01-24 14:47+0000\n" +"PO-Revision-Date: 2020-03-02 09:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.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: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560900791.000000\n" #. Cxzki @@ -131,7 +131,7 @@ msgctxt "" "par_id3165767\n" "help.text" msgid "none" -msgstr "" +msgstr "ninguno" #. 6s9C6 #: 02140000.xhp @@ -140,7 +140,7 @@ msgctxt "" "par_id3169267\n" "help.text" msgid "This value is outside of limits valid for this format" -msgstr "" +msgstr "Este valor está fuera de los límites válidos para este formato" #. ApVjg #: 02140000.xhp @@ -437,7 +437,7 @@ msgctxt "" "par_id3155954\n" "help.text" msgid "No result (instead of Err:519 cell displays #VALUE!)" -msgstr "Sin resultado (en vez de Err:519 la celda muestra #¡VALOR!)" +msgstr "Sin resultado (en vez de «Err:519» la celda muestra «#¡VALOR!»)" #. cf6oh #: 02140000.xhp diff --git a/source/gug/helpcontent2/source/text/schart/01.po b/source/gug/helpcontent2/source/text/schart/01.po index 7f2222f0eee..3385c39e236 100644 --- a/source/gug/helpcontent2/source/text/schart/01.po +++ b/source/gug/helpcontent2/source/text/schart/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: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2020-02-01 14:30+0000\n" +"PO-Revision-Date: 2020-02-29 17:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/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.9.1\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1550207897.000000\n" #. DsZFP @@ -4865,7 +4865,7 @@ msgctxt "" "par_id6998809\n" "help.text" msgid "For B-spline lines optionally set the degree of the polynomials." -msgstr "Especifique, opcionalmente, el grado de los polinomios para las líneas B-spline." +msgstr "Especifique, opcionalmente, el grado de los polinomios para las líneas de curva segmentaria básica." #. fTSUX #: smooth_line_properties.xhp diff --git a/source/gug/helpcontent2/source/text/sdraw.po b/source/gug/helpcontent2/source/text/sdraw.po index 509481a9f73..82243945531 100644 --- a/source/gug/helpcontent2/source/text/sdraw.po +++ b/source/gug/helpcontent2/source/text/sdraw.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"PO-Revision-Date: 2020-03-04 14:16+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/es/>\n" "Language: es\n" @@ -977,7 +977,7 @@ msgctxt "" "par_id91566076127444\n" "help.text" msgid "Insert an image" -msgstr "" +msgstr "Insertar una imagen" #. E9fwJ #: main_insert.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "par_id161566077419991\n" "help.text" msgid "Insert a text box" -msgstr "" +msgstr "Insertar un cuadro de texto" #. y6QtH #: main_insert.xhp diff --git a/source/gug/helpcontent2/source/text/shared.po b/source/gug/helpcontent2/source/text/shared.po index c45223dce79..3d545a477b0 100644 --- a/source/gug/helpcontent2/source/text/shared.po +++ b/source/gug/helpcontent2/source/text/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-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" "PO-Revision-Date: 2019-11-05 12:21+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://vm137.documentfoundation.org/projects/libo_help-master/textshared/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: 1548070165.000000\n" #. ybhKD @@ -2265,3 +2265,372 @@ msgctxt "" "help.text" msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>." msgstr "Esta página de la Ayuda necesita trabajo para garantizar su precisión y exhaustividad. Únase al proyecto LibreOffice y ayúdenos a escribir la información faltante. Consulte nuestra <link href=\"https://documentation.libreoffice.org/es/unete/\"><emph>página web sobre la redacción de contenidos de la Ayuda</emph></link>." + +#. MVHBc +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"tit\n" +"help.text" +msgid "Text" +msgstr "" + +#. pVEBz +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id411816022675978\n" +"help.text" +msgid "<link href=\"text/shared/submenu_text.xhp\">Text</link>" +msgstr "" + +#. UdmfU +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id398855439580083\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a submenu where you can choose text formatting commands.</ahelp>" +msgstr "" + +#. JCTNH +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id893328657433073\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id0123200902243376\">Overline</link>" +msgstr "" + +#. U9h8v +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id281953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#overline\" markup=\"ignore\"/>" +msgstr "" + +#. NLNGF +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id773632078996899\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3163714\">Shadow</link>" +msgstr "" + +#. hMRVP +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id873632078996899\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3147287\">Outline</link>" +msgstr "" + +#. br5DC +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id207025326941609\n" +"help.text" +msgid "Wrap Text" +msgstr "" + +#. jBc2E +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id302484503842787\n" +"help.text" +msgid "<ahelp hid=\".\">Break text automatically at the right edges of the selected cells.</ahelp>" +msgstr "" + +#. BqgSi +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id273587522269593\n" +"help.text" +msgid "<link href=\"text/swriter/main0202.xhp#hd_id0122200903085320\">Increase Size</link>" +msgstr "" + +#. GTjCT +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id511910578827551\n" +"help.text" +msgid "<link href=\"text/swriter/main0202.xhp#hd_id012220090308532\">Decrease Size</link>" +msgstr "" + +#. WApc3 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id373587522269593\n" +"help.text" +msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>" +msgstr "" + +#. AQANy +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id711910578827551\n" +"help.text" +msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>" +msgstr "" + +#. uzDFv +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id473587522269593\n" +"help.text" +msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>" +msgstr "" + +#. GQ8Fj +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id611910578827551\n" +"help.text" +msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>" +msgstr "" + +#. wSRdX +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id172462591626807\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">UPPERCASE</link>" +msgstr "" + +#. sjNg6 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id381953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#uppercase\"/>" +msgstr "" + +#. FFVUb +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id935919548287354\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">lowercase</link>" +msgstr "" + +#. ijGEm +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id481953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#lowercase\"/>" +msgstr "" + +#. zGBE2 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3147143\n" +"help.text" +msgid "Cycle Case" +msgstr "" + +#. TSJfn +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3152372\n" +"help.text" +msgid "<ahelp hid=\".uno:ChangeCaseRotateCase\">Cycles the case of the selected characters between Title Case, Sentence case, UPPERCASE and lowercase.</ahelp>" +msgstr "" + +#. v24QT +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3147572\n" +"help.text" +msgid "Sentence case" +msgstr "" + +#. v3Cr9 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3150694\n" +"help.text" +msgid "<ahelp hid=\".\">Changes the first letter of the selected characters to an uppercase character.</ahelp>" +msgstr "" + +#. JtsaD +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id640520497868661\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Capitalize Every Word</link>" +msgstr "" + +#. 3UGHA +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id581953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#capitalizeeveryword\"/>" +msgstr "" + +#. Y9fn4 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3147521\n" +"help.text" +msgid "tOGGLE cASE" +msgstr "" + +#. eb5K9 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3150623\n" +"help.text" +msgid "<ahelp hid=\".\">Toggles case of all selected characters.</ahelp>" +msgstr "" + +#. WNuFq +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id342778277179117\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>" +msgstr "" + +#. K6tXB +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id681953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>" +msgstr "" + +#. VXJzA +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id442778277179117\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>" +msgstr "" + +#. arEu2 +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id781953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>" +msgstr "" + +#. KQxFn +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id542778277179117\n" +"help.text" +msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>" +msgstr "" + +#. okCcu +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id881953548674188\n" +"help.text" +msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>" +msgstr "" + +#. zo6cE +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3155392\n" +"help.text" +msgid "Half-width" +msgstr "" + +#. SEpmw +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3147088\n" +"help.text" +msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>" +msgstr "" + +#. rA2DG +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3156113\n" +"help.text" +msgid "Full Width" +msgstr "" + +#. Ep24G +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3154749\n" +"help.text" +msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>" +msgstr "" + +#. dZCcC +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3152996\n" +"help.text" +msgid "Hiragana" +msgstr "" + +#. AB6ta +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3156156\n" +"help.text" +msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>" +msgstr "" + +#. LNQLS +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"hd_id3154173\n" +"help.text" +msgid "Katakana" +msgstr "" + +#. QSxUp +#: submenu_text.xhp +msgctxt "" +"submenu_text.xhp\n" +"par_id3146137\n" +"help.text" +msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>" +msgstr "" diff --git a/source/gug/helpcontent2/source/text/shared/00.po b/source/gug/helpcontent2/source/text/shared/00.po index c329cc95c0e..cee9afea55a 100644 --- a/source/gug/helpcontent2/source/text/shared/00.po +++ b/source/gug/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-02-27 14:31+0100\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" "PO-Revision-Date: 2020-02-28 14:00+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/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.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561043947.000000\n" #. 3B8ZN @@ -277,6 +277,24 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>" msgstr "<ahelp hid=\".\">Aplica los valores modificados o seleccionados sin cerrar el cuadro de diálogo.</ahelp>" +#. UWBMs +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id131583023155214\n" +"help.text" +msgid "This option appears only for Paragraph Style, Frame Style, and Page Style." +msgstr "" + +#. ZQiEE +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id131583023155356\n" +"help.text" +msgid "This option appears only for Paragraph Style and Character Style." +msgstr "" + #. 8ZDnK #: 00000001.xhp msgctxt "" @@ -10339,23 +10357,59 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab." msgstr "" -#. ETek8 +#. 6pGoA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3166447\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>" +msgstr "" + +#. fqW8D #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3147404\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." -msgstr "Vaya a <emph>Ver ▸ Estilos</emph>." +msgid "Choose <menuitem>View - Styles</menuitem>." +msgstr "" + +#. j6BRB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id2847164\n" +"help.text" +msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>." +msgstr "" -#. D7A6R +#. AKrzh #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3166447\n" +"par_id3147164\n" +"help.text" +msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>." +msgstr "" + +#. 3RGHA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3192854\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem>." +msgstr "" + +#. LUBTb +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3147854\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘ + T</caseinline><defaultinline>F11</defaultinline></switchinline>" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem>." +msgstr "" #. VR98p #: 00040500.xhp @@ -10681,13 +10735,13 @@ msgctxt "" msgid "Crop" msgstr "Recortar" -#. pQwUA +#. 93aQN #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3151254\n" "help.text" -msgid "Choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>." +msgid "Choose <menuitem>Format - Text</menuitem>." msgstr "" #. suPn7 @@ -12391,13 +12445,13 @@ msgctxt "" msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text - </emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline>.</variable>" msgstr "" -#. qH3eF +#. vAF3U #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3152810\n" "help.text" -msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph> - Text</emph> tab.</variable>" +msgid "<variable id=\"text\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - Text Attributes</menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - Text</menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><emph> - Text</emph> tab.</variable>" msgstr "" #. D7D2C @@ -12652,13 +12706,13 @@ msgctxt "" msgid "Italic" msgstr "Cursiva" -#. WCGtP +#. 8fDN3 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3154589\n" "help.text" -msgid "Open context menu - choose <emph>Style - Underline</emph>." +msgid "Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>." msgstr "" #. ibTke diff --git a/source/gug/helpcontent2/source/text/shared/01.po b/source/gug/helpcontent2/source/text/shared/01.po index 812a953ab11..b0fe48bc6fa 100644 --- a/source/gug/helpcontent2/source/text/shared/01.po +++ b/source/gug/helpcontent2/source/text/shared/01.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: 2020-02-27 14:31+0100\n" -"PO-Revision-Date: 2020-02-25 12:15+0000\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" +"PO-Revision-Date: 2020-03-06 10:51+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n" "Language: es\n" @@ -7961,7 +7961,7 @@ msgctxt "" "par_id3153768\n" "help.text" msgid "The character represented by the four-digit hexadecimal Unicode code (XXXX)." -msgstr "" +msgstr "El carácter que representa el código hexadecimal Unicode de cuatro dígitos (XXXX)." #. Xp9AR #: 02100001.xhp @@ -7970,7 +7970,7 @@ msgctxt "" "par_id3153769\n" "help.text" msgid "The character represented by the eight-digit hexadecimal Unicode code (XXXXXXXX)." -msgstr "" +msgstr "El carácter que representa un código hexadecimal Unicode de ocho dígitos (XXXXXXXX)." #. BAX3j #: 02100001.xhp @@ -7979,7 +7979,7 @@ msgctxt "" "par_id3159252\n" "help.text" msgid "For certain symbol fonts the Unicode code for special characters may depend on the font in use. The Unicode codes can be viewed by choosing <menuitem>Insert - Special Character</menuitem>." -msgstr "" +msgstr "En algunos tipos de letra de símbolos, el código Unicode necesario para producir determinados símbolos puede variar. Puede ver los códigos Unicode mediante la orden <menuitem>Insertar ▸ Carácter especial</menuitem>." #. 6Swuu #: 02100001.xhp @@ -7988,7 +7988,7 @@ msgctxt "" "par_id3154985\n" "help.text" msgid "The infix operator delimiting alternatives. Matches the term preceding the \"|\" or the term following the \"|\". For example, \"this|that\" matches occurrences of both \"this\" and \"that\"." -msgstr "" +msgstr "El operador que delimita alternativas. Encuentra los términos previo y posterior al «|». Por ejemplo, «esto|eso» encuentra ocurrencias tanto de «esto» como de «eso»." #. 8RnED #: 02100001.xhp @@ -9752,7 +9752,7 @@ msgctxt "" "par_id3153099\n" "help.text" msgid "This command is found by right-clicking an item in the Navigator. <ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list and the master document</ahelp>, but does not delete the subdocument file." -msgstr "" +msgstr "Encontrará esta orden pulsando con el botón secundario del ratón en el Navegador. <ahelp hid=\"HID_GLBLTREE_DEL\">Elimina la selección de la lista del Navegador y el patrón de documento</ahelp>, pero no elimina el archivo del subdocumento." #. JCryA #: 02180000.xhp @@ -13622,15 +13622,15 @@ msgctxt "" "par_id521565974498192\n" "help.text" msgid "The author name and the comment creation date and time is shown at the bottom of the comment box." -msgstr "" +msgstr "En la parte inferior del comentario se indican el nombre de la persona autora y la fecha de creación." -#. 2BmKt +#. BCd4y #: 04050000.xhp msgctxt "" "04050000.xhp\n" "par_id2571794\n" "help.text" -msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with commands for comment management." +msgid "The comment box contains a button with a down arrow. Click the icon to open a menu with commands for comment management." msgstr "" #. oB8vA @@ -13649,7 +13649,7 @@ msgctxt "" "hd_id491566054901283\n" "help.text" msgid "Inserting Comments in Drawings" -msgstr "" +msgstr "Insertar comentarios en dibujos" #. HXJiy #: 04050000.xhp @@ -13658,7 +13658,7 @@ msgctxt "" "par_id561345998371982\n" "help.text" msgid "<image src=\"media/helpimg/sd_drawing_with_comment.png\" id=\"img_id23465967371982\" width=\"413px\" height=\"293px\"><alt id=\"alt_id481565967371982\">Comments in Drawings</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sd_drawing_with_comment.png\" id=\"img_id23465967371982\" width=\"413px\" height=\"293px\"><alt id=\"alt_id481565967371982\">Comentarios en dibujos</alt></image>" #. b3J3Q #: 04050000.xhp @@ -13667,7 +13667,7 @@ msgctxt "" "hd_id9851680\n" "help.text" msgid "Inserting Comments in Text Documents" -msgstr "" +msgstr "Insertar comentarios en documentos de texto" #. 8b7rZ #: 04050000.xhp @@ -13685,7 +13685,7 @@ msgctxt "" "par_id561565967371982\n" "help.text" msgid "<image src=\"media/helpimg/sw_text_with_comment.png\" id=\"img_id21565967371982\" width=\"834px\" height=\"244px\"><alt id=\"alt_id481565967371982\">Comments in text documents</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sw_text_with_comment.png\" id=\"img_id21565967371982\" width=\"834px\" height=\"244px\"><alt id=\"alt_id481565967371982\">Comentarios en los documentos de texto</alt></image>" #. EufpM #: 04050000.xhp @@ -13721,7 +13721,7 @@ msgctxt "" "hd_id601573488847729\n" "help.text" msgid "Replying to comments" -msgstr "" +msgstr "Responder a comentarios" #. XjKE5 #: 04050000.xhp @@ -13739,7 +13739,7 @@ msgctxt "" "hd_id201573491050815\n" "help.text" msgid "Marking comments as resolved" -msgstr "" +msgstr "Marcar comentarios como resueltos" #. F4jJK #: 04050000.xhp @@ -15107,7 +15107,7 @@ msgctxt "" "hd_id0123200902243377\n" "help.text" msgid "Transparency" -msgstr "" +msgstr "Transparencia" #. xbjmo #: 05020200.xhp @@ -15125,7 +15125,7 @@ msgctxt "" "par_id941582477457694\n" "help.text" msgid "Transparency cannot be set for Paragraph Style and Character Style." -msgstr "" +msgstr "No es posible definir transparencia en estilos de párrafo y de carácter." #. DopC6 #: 05020200.xhp @@ -15134,16 +15134,16 @@ msgctxt "" "hd_id91580568371950\n" "help.text" msgid "Text Decoration" -msgstr "" +msgstr "Decoración de texto" -#. YV7be +#. WMggf #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id0123200902291084\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>Aplica o quita un suprarrayado en el texto seleccionado. Si el cursor no está en una palabra, se aplicará el suprarrayado al texto nuevo que escriba.</emph></ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable visibility=\"hidden\" id=\"overline\">Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</variable></ahelp>" +msgstr "" #. yLgGs #: 05020200.xhp @@ -15296,7 +15296,7 @@ msgctxt "" "hd_id3149575\n" "help.text" msgid "Case" -msgstr "" +msgstr "Mayúsculas/minúsculas" #. G2gCr #: 05020200.xhp @@ -15305,51 +15305,51 @@ msgctxt "" "par_id3148944\n" "help.text" msgid "The following capitalization effects are available:" -msgstr "Están disponibles los siguientes efectos de mayúsculas:" +msgstr "Están disponibles los siguientes efectos de mayusculación:" -#. Yh6gB +#. kNTy9 #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id3155922\n" "help.text" -msgid "<emph>Without</emph> - no effect is applied," +msgid "<emph>Without</emph> - No effect is applied." msgstr "" -#. dTSUy +#. 3FEXm #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id3154280\n" "help.text" -msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters," +msgid "<emph>UPPERCASE</emph> - <variable id=\"uppercase\">Changes the selected lowercase characters to uppercase characters.</variable>" msgstr "" -#. m97Bp +#. iRaV4 #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id3148947\n" "help.text" -msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters," +msgid "<emph>lowercase</emph> - <variable id=\"lowercase\">Changes the selected uppercase characters to lower characters.</variable>" msgstr "" -#. JWiX7 +#. FEVh9 #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id3149456\n" "help.text" -msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character," +msgid "<emph>Capitalize Every Word</emph> - <variable id=\"capitalizeeveryword\">Changes the first character of each selected word to an uppercase character.</variable>" msgstr "" -#. 7gaCo +#. GBuCC #: 05020200.xhp msgctxt "" "05020200.xhp\n" "par_id3154937\n" "help.text" -msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size." +msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>" msgstr "" #. kGuxJ @@ -15458,7 +15458,7 @@ msgctxt "" "hd_id3150332\n" "help.text" msgid "Emphasis mark" -msgstr "Carácter de acentuación" +msgstr "Signo de énfasis" #. v3dTW #: 05020200.xhp @@ -15467,7 +15467,7 @@ msgctxt "" "par_id3152576\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Select a character to display over or below the entire length of the selected text.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Seleccione un caracter a mostrar sobre o por debajo de toda la longitud del texto seleccionado.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Seleccione un caracter que se mostrará por encima o por debajo de todo el texto seleccionado.</ahelp>" #. Fuu9V #: 05020200.xhp @@ -15548,7 +15548,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<ahelp hid=\"cui/ui/numberingformatpage/categorylb\">Select a category from the list, and then select a formatting style in the <emph>Format</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/numberingformatpage/categorylb\">Seleccione una categoría de la lista y, a continuación, seleccione un estilo de formato en el cuadro <emph>Formato</emph>.</ahelp>" #. NwGUJ #: 05020300.xhp @@ -15557,7 +15557,7 @@ msgctxt "" "par_id3145416\n" "help.text" msgid "The default currency format for a cell is determined by the regional settings of your operating system." -msgstr "El formato de moneda predeterminado de una celda está definido por la configuración regional del sistema operativo." +msgstr "La configuración regional del sistema operativo determina el formato monetario predeterminado de las celdas." #. Px2zJ #: 05020300.xhp @@ -19364,7 +19364,7 @@ msgctxt "" "par_id130820161733112114\n" "help.text" msgid "Spell out as cardinal number: 1 → one" -msgstr "" +msgstr "Deletrear como número cardinal: 1 → uno" #. uSj7Y #: 05020301.xhp @@ -19382,7 +19382,7 @@ msgctxt "" "par_id13082016107533112116\n" "help.text" msgid "Spell out as ordinal number: 1 → first" -msgstr "" +msgstr "Deletrear como número ordinal: 1 → primero" #. 3FrmK #: 05020301.xhp @@ -19400,7 +19400,7 @@ msgctxt "" "par_id13082016107533112118\n" "help.text" msgid "Spell out as ordinal indicator: 1 → 1st" -msgstr "" +msgstr "Transformar en número ordinal: 1 → 1.º" #. MAPGe #: 05020301.xhp @@ -19418,7 +19418,7 @@ msgctxt "" "par_id130820161715331121110\n" "help.text" msgid "Spell out with capitalization, as cardinal number: 1 → One" -msgstr "" +msgstr "Deletrear con mayusculación como número cardinal: 1 → Uno" #. fdavN #: 05020301.xhp @@ -19436,7 +19436,7 @@ msgctxt "" "par_id130826171075331121112\n" "help.text" msgid "Spell out in upper case, as ordinal number: 1 → FIRST" -msgstr "" +msgstr "Deletrear en mayúsculas como número ordinal: 1 → PRIMERO" #. Av6Up #: 05020301.xhp @@ -19454,7 +19454,7 @@ msgctxt "" "par_id13082016075331121114\n" "help.text" msgid "Spell out in title case, as cardinal number: 101 → Hundred One" -msgstr "" +msgstr "Deletrear con mayúsculas iniciales inglesas como cardinal: 101 → Ciento Uno" #. wxymX #: 05020301.xhp @@ -19472,7 +19472,7 @@ msgctxt "" "par_id13082016075331121115\n" "help.text" msgid "Spell out as a money amount of a given currency specified by 3-letter ISO code: 1 → one U.S. dollar" -msgstr "" +msgstr "Deletrear como cantidad monetaria de una moneda indicada mediante su código ISO de tres letras: 1 → un dólar estadounidense" #. dC9Yz #: 05020301.xhp @@ -19481,7 +19481,7 @@ msgctxt "" "par_id1308201617965331455816\n" "help.text" msgid "[NatNum12 D=ordinal-number]D\" of \"MMMM" -msgstr "" +msgstr "[NatNum12 D=ordinal-number]D\" de \"MMMM" #. KWJXy #: 05020301.xhp @@ -19490,7 +19490,7 @@ msgctxt "" "par_id13082016075331121117\n" "help.text" msgid "Spell out as a date in format \"1st of May\"" -msgstr "" +msgstr "Fecha como ordinal: «1.º de mayo»" #. AjRUC #: 05020301.xhp @@ -19526,7 +19526,7 @@ msgctxt "" "hd_id231201610928993200\n" "help.text" msgid "Error Codes" -msgstr "" +msgstr "Códigos de error" #. dw9X2 #: 05020301.xhp @@ -19535,7 +19535,7 @@ msgctxt "" "par_id3158315\n" "help.text" msgid "If the value is outside the limits for the selected format the following error code is shown:" -msgstr "" +msgstr "Si el valor se encuentra fuera de los límites del formato seleccionado, se muestra el código de error siguiente:" #. pSG47 #: 05020400.xhp @@ -23495,7 +23495,7 @@ msgctxt "" "hd_id3145271\n" "help.text" msgid "More" -msgstr "Opciones" +msgstr "Más" #. FFC7G #: 05040300.xhp @@ -23819,7 +23819,7 @@ msgctxt "" "hd_id3149807\n" "help.text" msgid "More" -msgstr "Opciones" +msgstr "Más" #. ANJcy #: 05040400.xhp @@ -23893,195 +23893,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>" msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Fondos</link>" -#. WGQME -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"tit\n" -"help.text" -msgid "Change Case" -msgstr "Cambiar uso de mayúsculas" - -#. mjCf4 -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3152952\n" -"help.text" -msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Change Case</link>" -msgstr "<link href=\"text/shared/01/05050000.xhp\" name=\"Cambiar uso de mayúsculas\">Cambiar uso de mayúsculas</link>" - -#. GsfPT -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3151299\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>" -msgstr "<ahelp hid=\".\">Cambia los caracteres seleccionados a mayúsculas o minúsculas. En caso de que el cursor esté en una palabra y no se haya seleccionado ningún texto, se selecciona esta palabra. </ahelp>" - -#. HiVtp -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3147572\n" -"help.text" -msgid "Sentence case" -msgstr "Oración con mayúscula inicial" - -#. DSNBo -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3150694\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the first letter of the selected Western characters to an uppercase character.</ahelp>" -msgstr "<ahelp hid=\".\">Convierte en mayúscula la letra inicial de los caracteres occidentales seleccionados. </ahelp>" - -#. 3EaaE -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3147571\n" -"help.text" -msgid "lowercase" -msgstr "minúsculas" - -#. jgcop -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3150693\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected Western characters to lowercase characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToLower\">Convierte en minúsculas los caracteres occidentales seleccionados.</ahelp>" - -#. wus8E -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3147143\n" -"help.text" -msgid "UPPERCASE" -msgstr "MAYÚSCULAS" - -#. jGhuq -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3152372\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected Western characters to uppercase characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToUpper\">Convierte en mayúsculas los caracteres occidentales seleccionados.</ahelp>" - -#. pAKvC -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3147511\n" -"help.text" -msgid "Capitalize Every Word" -msgstr "Mayúsculas Iniciales" - -#. rEaJy -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3150613\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the first character of every word of the selected Western characters to an uppercase character.</ahelp>" -msgstr "<ahelp hid=\".\">Convierte en mayúsculas las letras iniciales de cada palabra de los caracteres occidentales seleccionados.</ahelp>" - -#. GBAPy -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3147521\n" -"help.text" -msgid "tOGGLE cASE" -msgstr "aLTERNAR mAYÚSCULAS" - -#. KpyZ7 -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3150623\n" -"help.text" -msgid "<ahelp hid=\".\">Toggles case of all selected Western characters.</ahelp>" -msgstr "<ahelp hid=\".\">Invierte las mayúsculas y minúsculas de todos los caracteres occidentales seleccionados.</ahelp>" - -#. M8e5U -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3155392\n" -"help.text" -msgid "Half-width" -msgstr "Anchura media" - -#. 2jAfq -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3147088\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Convierte los caracteres asiáticos seleccionados en caracteres de ancho medio.</ahelp>" - -#. VUaUS -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3156113\n" -"help.text" -msgid "Full Width" -msgstr "Todo el ancho" - -#. oDxPN -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3154749\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Convierte los caracteres asiáticos seleccionados en caracteres de anchura completa.</ahelp>" - -#. CKrP7 -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3152996\n" -"help.text" -msgid "Hiragana" -msgstr "Hiragana" - -#. LAi53 -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3156156\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToHiragana\">Convierte los caracteres asiáticos seleccionados en caracteres Hiragana.</ahelp>" - -#. tUfff -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"hd_id3154173\n" -"help.text" -msgid "Katakana" -msgstr "Katakana" - -#. EtCNN -#: 05050000.xhp -msgctxt "" -"05050000.xhp\n" -"par_id3146137\n" -"help.text" -msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>" -msgstr "<ahelp hid=\".uno:ChangeCaseToKatakana\">Convierte los caracteres asiáticos seleccionados en caracteres Katakana.</ahelp>" - #. CgGUH #: 05060000.xhp msgctxt "" @@ -25225,14 +25036,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Underline</link>" msgstr "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Subrayar</link>" -#. LhdJt +#. ECBrK #: 05110300.xhp msgctxt "" "05110300.xhp\n" "par_id3149031\n" "help.text" -msgid "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Underlines or removes underlining from the selected text.</ahelp>" -msgstr "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Subraya o quita el subrayado del texto seleccionado.</ahelp>" +msgid "<ahelp hid=\".uno:Underline\">Underlines or removes underlining from the selected text.</ahelp>" +msgstr "" #. XAscP #: 05110300.xhp @@ -25243,14 +25054,41 @@ msgctxt "" msgid "If the cursor is not in a word, the new text that you enter is underlined." msgstr "Si el cursor no se encuentra en una palabra, el texto nuevo escrito queda subrayado." -#. 7BSbf +#. VGYv6 +#: 05110300.xhp +msgctxt "" +"05110300.xhp\n" +"hd_id849353401761432\n" +"help.text" +msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"SingleUnderline\">Single Underline</link>" +msgstr "" + +#. PiPG2 +#: 05110300.xhp +msgctxt "" +"05110300.xhp\n" +"par_id212197604765254\n" +"help.text" +msgid "<ahelp hid=\".uno:Underline\">Underlines the selected text with a single line.</ahelp>" +msgstr "" + +#. ciLxw +#: 05110300.xhp +msgctxt "" +"05110300.xhp\n" +"hd_id949353401761432\n" +"help.text" +msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"DoubleUnderline\">Double Underline</link>" +msgstr "" + +#. NS8wf #: 05110300.xhp msgctxt "" "05110300.xhp\n" "par_id3154894\n" "help.text" -msgid "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Underlines the selected text with two lines.</ahelp>" -msgstr "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Subraya el texto seleccionado con una línea doble.</ahelp>" +msgid "<ahelp hid=\".uno:UnderlineDouble\">Underlines the selected text with two lines.</ahelp>" +msgstr "" #. m4GEk #: 05110400.xhp @@ -27934,14 +27772,14 @@ msgctxt "" msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object." msgstr "Utilice la previsualización para ver los cambios antes de aplicar el efecto de transparencia al relleno de color del objeto seleccionado." -#. jKvAA +#. fZrDg #: 05220000.xhp msgctxt "" "05220000.xhp\n" "tit\n" "help.text" -msgid "Text" -msgstr "Texto" +msgid "Text (Formatting)" +msgstr "" #. rCSp7 #: 05220000.xhp @@ -27979,14 +27817,14 @@ msgctxt "" msgid "The text is positioned relative to the edges of the drawing or text object." msgstr "El texto se coloca respecto a los bordes del dibujo o de los objetos de texto." -#. EWHWt +#. WcxTm #: 05220000.xhp msgctxt "" "05220000.xhp\n" "hd_id3149031\n" "help.text" -msgid "Text" -msgstr "Texto" +msgid "Drawing Object Text" +msgstr "" #. ep3BQ #: 05220000.xhp @@ -28033,14 +27871,14 @@ msgctxt "" msgid "Fit to frame" msgstr "Ajustar al marco" -#. dAhvD +#. PHCtm #: 05220000.xhp msgctxt "" "05220000.xhp\n" "par_id3147834\n" "help.text" -msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Ajusta el tamaño de texto para que se adapte a toda el área del dibujo o del objeto de texto.</ahelp>" +msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp> This control is available only when the other \"fit\" controls are not selected." +msgstr "" #. ZCxA3 #: 05220000.xhp @@ -28060,6 +27898,15 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_CONTOUR\">Adapts the text flow so that it matches the contours of the selected drawing object.</ahelp>" msgstr "<ahelp hid=\"cui/ui/textattrtabpage/TSB_CONTOUR\">Adapta el flujo de texto de forma que se corresponda con los contornos del objeto de dibujo seleccionado.</ahelp>" +#. LRVR9 +#: 05220000.xhp +msgctxt "" +"05220000.xhp\n" +"hd_id3149376\n" +"help.text" +msgid "Custom Shape Text" +msgstr "" + #. BfUAu #: 05220000.xhp msgctxt "" @@ -38138,7 +37985,7 @@ msgctxt "" "par_id3124378\n" "help.text" msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>" -msgstr "" +msgstr "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Sangrar párrafos\">Sangrar párrafos</link>" #. hf4eV #: 06130000.xhp @@ -38147,7 +37994,7 @@ msgctxt "" "tit\n" "help.text" msgid "Basic Macros" -msgstr "" +msgstr "Macros de Basic" #. DgfU7 #: 06130000.xhp @@ -38156,7 +38003,7 @@ msgctxt "" "hd_id3157552\n" "help.text" msgid "<variable id=\"basicmacros\"><link href=\"text/shared/01/06130000.xhp\" name=\"%PRODUCTNAME Basic Macros\">%PRODUCTNAME Basic Macros</link></variable>" -msgstr "" +msgstr "<variable id=\"basicmacros\"><link href=\"text/shared/01/06130000.xhp\" name=\"Macros de %PRODUCTNAME Basic\">Macros de %PRODUCTNAME Basic</link></variable>" #. S9vS4 #: 06130000.xhp @@ -38417,7 +38264,7 @@ msgctxt "" "hd_id821582666527674\n" "help.text" msgid "Edit Macros" -msgstr "" +msgstr "Editar macros" #. 9SRC2 #: 06130001.xhp @@ -38444,7 +38291,7 @@ msgctxt "" "par_idN105D3\n" "help.text" msgid "<link href=\"text/shared/01/06130300.xhp\">Organize Dialogs</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06130300.xhp\">Organizar diálogos</link>" #. iewaq #: 06130001.xhp @@ -44377,13 +44224,13 @@ msgctxt "" msgid "Image Information" msgstr "Información de la imagen" -#. QENao +#. AdAGc #: image_compression.xhp msgctxt "" "image_compression.xhp\n" "hd_id501534716852913\n" "help.text" -msgid "Calculate New Size..." +msgid "Calculate New Size" msgstr "" #. DpeVD @@ -47354,7 +47201,7 @@ msgctxt "" "par_idN10782\n" "help.text" msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Seleccione la resolución deseada para las imágenes.</ahelp>" #. ZmGtx #: ref_pdf_export_general.xhp @@ -47363,7 +47210,7 @@ msgctxt "" "hd_id141574104956415\n" "help.text" msgid "Watermark" -msgstr "" +msgstr "Marca de agua" #. 32jmH #: ref_pdf_export_general.xhp @@ -47381,7 +47228,7 @@ msgctxt "" "hd_id381574104981670\n" "help.text" msgid "Sign with watermark" -msgstr "" +msgstr "Firmar con marca de agua" #. aRDYE #: ref_pdf_export_general.xhp @@ -47543,7 +47390,7 @@ msgctxt "" "par_id0901200811454970\n" "help.text" msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." -msgstr "" +msgstr "Seleccione el formato de los datos que recibirá del remitente: FDF (formato de datos de formulario), PDF, HTML o XML." #. oscV7 #: ref_pdf_export_general.xhp @@ -47597,7 +47444,7 @@ msgctxt "" "hd_id561574106156581\n" "help.text" msgid "Export Placeholders" -msgstr "" +msgstr "Exportar sustitutos" #. HAGBC #: ref_pdf_export_general.xhp diff --git a/source/gug/helpcontent2/source/text/shared/02.po b/source/gug/helpcontent2/source/text/shared/02.po index 468980afa72..e8203ae08b7 100644 --- a/source/gug/helpcontent2/source/text/shared/02.po +++ b/source/gug/helpcontent2/source/text/shared/02.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: 2020-01-22 13:00+0100\n" -"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" +"PO-Revision-Date: 2020-03-03 11:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/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.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564411145.000000\n" #. Edm6o @@ -2624,7 +2624,7 @@ msgctxt "" "par_id3145345\n" "help.text" msgid "<variable id=\"kontroll\"><ahelp hid=\".\">Opens a dialog for editing the properties of a selected control.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"kontroll\"><ahelp hid=\".\">Abre un cuadro de diálogo para editar las propiedades de un control seleccionado.</ahelp></variable>" #. DxRQw #: 01170100.xhp @@ -2633,7 +2633,7 @@ msgctxt "" "par_id3157910\n" "help.text" msgid "<variable id=\"hinweis\">You can only call the <emph>Properties</emph> dialog when in the <emph>Design mode</emph> with a control selected.</variable>" -msgstr "" +msgstr "<variable id=\"hinweis\">Puede invocar el cuadro de diálogo <emph>Propiedades</emph> solo cuando se encuentre en el <emph>modo de diseño</emph> con un control seleccionado.</variable>" #. UABY9 #: 01170100.xhp @@ -2642,7 +2642,7 @@ msgctxt "" "par_id3153760\n" "help.text" msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:" -msgstr "Si introduce datos en el diálogo <emph>Propiedades</emph>, tenga en cuenta que es posible hacer entradas de varias líneas en ciertos cuadros combinados. Esto es válido para todos los campos que permiten introducir expresiones SQL, así como en las propiedades de campos de texto o etiquetas. Estos campos se pueden abrir para introducir texto en la lista abierta. Son válidas las siguientes combinaciones de teclas:" +msgstr "Si introduce datos en el cuadro de diálogo <emph>Propiedades</emph>, tenga en cuenta que es posible hacer entradas de varios renglones en determinados cuadros combinados. Esto es válido para todos los campos que permiten introducir expresiones SQL, así como en las propiedades de campos de texto o etiquetas. Estos campos pueden abrirse para introducir texto en la lista abierta. Son válidas las combinaciones de teclas siguientes:" #. gX6LK #: 01170100.xhp @@ -10492,23 +10492,23 @@ msgctxt "" msgid "Navigator On/Off" msgstr "Activar/desactivar Navegador" -#. G3eDP +#. GBVDK #: 01230000.xhp msgctxt "" "01230000.xhp\n" "tit\n" "help.text" -msgid "Styles" -msgstr "Estilos" +msgid "Styles (icon)" +msgstr "" -#. G2duK +#. PUeB4 #: 01230000.xhp msgctxt "" "01230000.xhp\n" "hd_id3154228\n" "help.text" -msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles\">Styles</link>" -msgstr "<link href=\"text/shared/02/01230000.xhp\" name=\"Estilos\">Estilos</link>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">Styles</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">Styles</link></caseinline><defaultinline><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">Styles</link></defaultinline></switchinline>" +msgstr "" #. 8NLAN #: 01230000.xhp diff --git a/source/gug/helpcontent2/source/text/shared/autopi.po b/source/gug/helpcontent2/source/text/shared/autopi.po index 93a823c2937..00e2858e25f 100644 --- a/source/gug/helpcontent2/source/text/shared/autopi.po +++ b/source/gug/helpcontent2/source/text/shared/autopi.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2020-02-01 14:36+0000\n" +"PO-Revision-Date: 2020-03-03 11:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/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.9.1\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1564411282.000000\n" #. hCAzG @@ -7088,7 +7088,7 @@ msgctxt "" "par_id3156002\n" "help.text" msgid "Specifies the currency to be converted into euros." -msgstr "" +msgstr "Especifica la moneda que habrá de convertirse en euros." #. WXetC #: 01150000.xhp diff --git a/source/gug/helpcontent2/source/text/shared/explorer/database.po b/source/gug/helpcontent2/source/text/shared/explorer/database.po index 37d6870a6e4..e8012e1431d 100644 --- a/source/gug/helpcontent2/source/text/shared/explorer/database.po +++ b/source/gug/helpcontent2/source/text/shared/explorer/database.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2020-02-19 20:15+0000\n" +"PO-Revision-Date: 2020-03-02 09:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/es/>\n" "Language: es\n" @@ -986,7 +986,7 @@ msgctxt "" "par_id3146133\n" "help.text" msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it." -msgstr "" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Si activa la propiedad <emph>Visible</emph> de un campo de datos, este campo será visible en la consulta resultante.</ahelp> Si utiliza un campo de datos únicamente para formular una condición o efectuar un cálculo, no hace falta hacerlo visible." #. eQFRR #: 02010100.xhp @@ -1004,7 +1004,7 @@ msgctxt "" "par_id3145134\n" "help.text" msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Permite especificar un primer <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criterio\">criterio</link> mediante el cual habrá de filtrarse el contenido del campo de datos.</ahelp>" #. qpADC #: 02010100.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "par_id3154585\n" "help.text" msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR." -msgstr "" +msgstr "Aquí puede introducir un criterio de filtro adicional por cada renglón. Varios criterios en una única columna se interpretarán como un O booleano." #. eXvp7 #: 02010100.xhp diff --git a/source/gug/helpcontent2/source/text/shared/optionen.po b/source/gug/helpcontent2/source/text/shared/optionen.po index 20439860a32..526df879961 100644 --- a/source/gug/helpcontent2/source/text/shared/optionen.po +++ b/source/gug/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: 2020-02-17 12:22+0100\n" -"PO-Revision-Date: 2020-02-25 12:15+0000\n" +"PO-Revision-Date: 2020-03-05 16:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n" "Language: es\n" @@ -16682,7 +16682,7 @@ msgctxt "" "par_id0116200901063996\n" "help.text" msgid "<ahelp hid=\".\">Click to select the destination folder for downloaded files.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pulse para seleccionar la carpeta de destino de los archivos descargados.</ahelp>" #. nErT3 #: online_update.xhp @@ -16691,7 +16691,7 @@ msgctxt "" "hd_id411580578548938\n" "help.text" msgid "User Agent" -msgstr "" +msgstr "Agente de usuario" #. BMLAF #: online_update.xhp diff --git a/source/gug/helpcontent2/source/text/simpress/00.po b/source/gug/helpcontent2/source/text/simpress/00.po index 40fdcdca69f..8bae23a044c 100644 --- a/source/gug/helpcontent2/source/text/simpress/00.po +++ b/source/gug/helpcontent2/source/text/simpress/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-01-07 14:10+0100\n" -"PO-Revision-Date: 2020-01-24 14:46+0000\n" +"PO-Revision-Date: 2020-03-06 10:51+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/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.9.1\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1560857928.000000\n" #. sqmGT @@ -590,7 +590,7 @@ msgctxt "" "par_id3151239\n" "help.text" msgid "Choose <emph>Insert - Table</emph>" -msgstr "" +msgstr "Vaya a <emph>Insertar ▸ Tabla</emph>" #. 6CAQP #: 00000404.xhp @@ -608,7 +608,7 @@ msgctxt "" "par_id3163703\n" "help.text" msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145361\">Icon Insert Table</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145361\">Icono Insertar tabla</alt></image>" #. tUXJX #: 00000404.xhp @@ -617,7 +617,7 @@ msgctxt "" "par_id3146963\n" "help.text" msgid "Table" -msgstr "" +msgstr "Tabla" #. mEkeS #: 00000404.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/00.po b/source/gug/helpcontent2/source/text/swriter/00.po index de3e53c2520..1ca408de90e 100644 --- a/source/gug/helpcontent2/source/text/swriter/00.po +++ b/source/gug/helpcontent2/source/text/swriter/00.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: 2020-02-10 17:54+0100\n" -"PO-Revision-Date: 2020-02-05 20:05+0000\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" +"PO-Revision-Date: 2020-03-03 11:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n" "Language: es\n" @@ -95,7 +95,7 @@ msgctxt "" "par_id3148773\n" "help.text" msgid "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Jump to Previous Script Icon</alt></image>" -msgstr "" +msgstr "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Icono Saltar a escritura anterior</alt></image>" #. AHLxL #: 00000004.xhp @@ -113,7 +113,7 @@ msgctxt "" "par_id3151265\n" "help.text" msgid "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Jump to Next Script Icon</alt></image>" -msgstr "" +msgstr "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\">Icono Saltar a escritura siguiente</alt></image>" #. aewGi #: 00000004.xhp @@ -1481,7 +1481,7 @@ msgctxt "" "par_id651578069976376\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> (<keycode>F11</keycode>). Right-click any paragraph style. Choose <menuitem>New - Condition</menuitem> tab." -msgstr "" +msgstr "Vaya a <menuitem>Ver ▸ Estilos</menuitem> (<keycode>F11</keycode>). Pulse con el botón secundario sobre algún estilo de párrafo. Elija <menuitem>Nuevo ▸</menuitem> pestaña <menuitem>Condición</menuitem>." #. EtKWE #: 00000405.xhp @@ -1490,7 +1490,7 @@ msgctxt "" "par_id221579830516951\n" "help.text" msgid "Choose <menuitem>Styles - Load Styles</menuitem>" -msgstr "" +msgstr "Vaya a <menuitem>Estilos ▸ Cargar estilos</menuitem>" #. 2dbBm #: 00000405.xhp @@ -1508,7 +1508,7 @@ msgctxt "" "par_idN10739\n" "help.text" msgid "Different ways to open <emph>Styles</emph> window:" -msgstr "" +msgstr "Formas diferentes de abrir la ventana <emph>Estilos</emph>:" #. gP8Ku #: 00000405.xhp @@ -1517,7 +1517,7 @@ msgctxt "" "par_id51579866880596\n" "help.text" msgid "Press <keycode>F11</keycode>" -msgstr "" +msgstr "Oprima <keycode>F11</keycode>" #. Bkgcd #: 00000405.xhp @@ -1526,7 +1526,7 @@ msgctxt "" "par_id651578066376\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem>" -msgstr "" +msgstr "Vaya a <menuitem>Ver ▸ Estilos</menuitem>" #. rjCh2 #: 00000405.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "par_id651378063576\n" "help.text" msgid "Choose <menuitem>Styles - Manage Styles</menuitem>" -msgstr "" +msgstr "Vaya a <menuitem>Estilos ▸ Gestionar estilos</menuitem>" #. GDexs #: 00000405.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "par_id3154470\n" "help.text" msgid "Choose <menuitem>Format - Paragraph - Outline & Numbering</menuitem> tab." -msgstr "" +msgstr "Vaya a <menuitem>Formato ▸ Párrafo ▸</menuitem> pestaña <menuitem>Esquema y numeración</menuitem>." #. qWCzG #: 00000405.xhp @@ -2759,7 +2759,7 @@ msgctxt "" "par_id3147220\n" "help.text" msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"adiagr\">Vaya a <menuitem>Herramientas ▸ Actualizar ▸ Gráficos</menuitem></variable>" #. DbjCa #: 00000406.xhp @@ -2851,11 +2851,11 @@ msgctxt "" msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>." msgstr "<variable id=\"sls\">Vaya a <emph>Estilos ▸ Cargar estilos</emph></variable>." -#. EDhC8 +#. rjrJe #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" "par_id391529885020996\n" "help.text" -msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/></variable>." +msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline></variable>." msgstr "" diff --git a/source/gug/helpcontent2/source/text/swriter/01.po b/source/gug/helpcontent2/source/text/swriter/01.po index b9555048255..5f4b4fbdf69 100644 --- a/source/gug/helpcontent2/source/text/swriter/01.po +++ b/source/gug/helpcontent2/source/text/swriter/01.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: 2020-02-28 14:53+0100\n" -"PO-Revision-Date: 2020-02-25 12:15+0000\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" +"PO-Revision-Date: 2020-03-03 11:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n" "Language: es\n" @@ -2966,7 +2966,7 @@ msgctxt "" "par_id3155341\n" "help.text" msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155348\">Icon Previous Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155348\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155348\">Icono Campo anterior</alt></image>" #. 8DYxg #: 02140000.xhp @@ -3002,7 +3002,7 @@ msgctxt "" "par_id3145117\n" "help.text" msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149575\">Icon Next Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149575\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149575\">Icono Campo siguiente</alt></image>" #. 8ZUxu #: 02140000.xhp @@ -3101,7 +3101,7 @@ msgctxt "" "hd_id3150113\n" "help.text" msgid "Choose" -msgstr "Seleccione" +msgstr "Elegir" #. 4G7TN #: 02150000.xhp @@ -3191,7 +3191,7 @@ msgctxt "" "par_id3150023\n" "help.text" msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150030\">Icon Previous footnote</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150030\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150030\">Icono Nota al pie anterior</alt></image>" #. AFFAN #: 02150000.xhp @@ -3227,7 +3227,7 @@ msgctxt "" "par_id3154029\n" "help.text" msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154044\">Icon Next footnote</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154044\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154044\">Icono Nota al pie siguiente</alt></image>" #. yKfqA #: 02150000.xhp @@ -4775,7 +4775,7 @@ msgctxt "" "par_id3155901\n" "help.text" msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter, number or special character.</variable>" -msgstr "" +msgstr "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Elija esta opción para definir un carácter o un símbolo para la nota al pie actual.</ahelp> Puede ser una letra, un número o un carácter especial.</variable>" #. nNcCJ #: 04030000.xhp @@ -4784,7 +4784,7 @@ msgctxt "" "hd_id3155185\n" "help.text" msgid "Choose" -msgstr "Seleccione" +msgstr "Elegir" #. ivQmu #: 04030000.xhp @@ -4946,7 +4946,7 @@ msgctxt "" "par_id171581934040077\n" "help.text" msgid "Lists all the bookmarks in the current document." -msgstr "" +msgstr "Enumera todos los marcadores del documento actual." #. ZyeAw #: 04040000.xhp @@ -4955,7 +4955,7 @@ msgctxt "" "hd_id32341878\n" "help.text" msgid "Rename" -msgstr "" +msgstr "Cambiar nombre" #. 9B5gm #: 04040000.xhp @@ -4991,7 +4991,7 @@ msgctxt "" "par_id231581943669611\n" "help.text" msgid "If bookmarks are protected, then they cannot be deleted or renamed." -msgstr "" +msgstr "Si los marcadores se encuentran protegidos, no podrá eliminarlos ni cambiarles el nombre." #. caM6E #: 04040000.xhp @@ -7538,7 +7538,7 @@ msgctxt "" "par_id3153677\n" "help.text" msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box." -msgstr "" +msgstr "Oculta un párrafo cuando se cumple una condición indicada. Para utilizar esta función, diríjase a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><emph> ▸ </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"Documento de texto - Ver\"><menuitem>%PRODUCTNAME Writer ▸ Ver</menuitem></link> y desmarque la casilla <emph>Párrafos ocultos</emph>." #. sT58o #: 04090003.xhp @@ -8366,7 +8366,7 @@ msgctxt "" "par_id3150996\n" "help.text" msgid "Defines a variable and its value. You can change the value of a variable by clicking in front of the variable field, and then choosing <emph>Edit - Field</emph>." -msgstr "Define una variable y su valor. Puede cambiar el valor de una variable pulsando delante del campo de la variable y seleccionando <emph>Editar - Campos</emph>." +msgstr "Permite definir una variable y su valor. Puede cambiar el valor de una variable pulsando delante del campo de la variable y seleccionando <emph>Editar ▸ Campo</emph>." #. WjgAZ #: 04090005.xhp @@ -8384,7 +8384,7 @@ msgctxt "" "par_id3153669\n" "help.text" msgid "Inserts the current value of the variable that you click in the <emph>Select</emph> list." -msgstr "" +msgstr "Inserta el valor actual de la variable que pulse en la lista <emph>Seleccionar</emph>." #. 6BsrS #: 04090005.xhp @@ -10355,7 +10355,7 @@ msgctxt "" "par_id3150232\n" "help.text" msgid "To display hidden paragraphs on the screen, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - View</menuitem>, and clear the <emph>Hidden paragraphs</emph> check box." -msgstr "" +msgstr "Para ver en pantalla los párrafos ocultos, diríjase a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME Writer ▸ Ver</menuitem> y desmarque la casilla <emph>Párrafos ocultos</emph>." #. kBuFH #: 04090200.xhp @@ -22230,14 +22230,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" msgstr "" -#. fY638 +#. e2L8Z #: 05140000.xhp msgctxt "" "05140000.xhp\n" "tit\n" "help.text" -msgid "Styles" -msgstr "Estilos" +msgid "Styles (Sidebar)" +msgstr "" #. yJjGG #: 05140000.xhp @@ -22248,14 +22248,14 @@ msgctxt "" msgid "<bookmark_value>Styles window;applying styles</bookmark_value> <bookmark_value>styles;previews</bookmark_value> <bookmark_value>previews;styles</bookmark_value>" msgstr "<bookmark_value>ventana Estilos;aplicar estilos</bookmark_value> <bookmark_value>estilos;previsualizaciones</bookmark_value> <bookmark_value>previsualizaciones;estilos</bookmark_value>" -#. WESCr +#. GJbQs #: 05140000.xhp msgctxt "" "05140000.xhp\n" "hd_id3154505\n" "help.text" -msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link>" -msgstr "<link href=\"text/swriter/01/05140000.xhp\" name=\"Estilos\">Estilos</link>" +msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles (Sidebar)</link>" +msgstr "" #. YEFkv #: 05140000.xhp @@ -22482,6 +22482,33 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents." msgstr "<ahelp hid=\".\">Muestra estilos de formato para las listas numeradas y viñetadas.</ahelp> Utilice los estilos de lista para dar formato a los caracteres de numeración y las viñetas y para especificar las sangrías." +#. ygwb8 +#: 05140000.xhp +msgctxt "" +"05140000.xhp\n" +"par_id3132646\n" +"help.text" +msgid "<image id=\"img_id1952772\" src=\"sw/res/sf06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon Table Styles</alt></image>" +msgstr "" + +#. w5Cs5 +#: 05140000.xhp +msgctxt "" +"05140000.xhp\n" +"par_id3129390\n" +"help.text" +msgid "Table Styles" +msgstr "" + +#. DzY6Z +#: 05140000.xhp +msgctxt "" +"05140000.xhp\n" +"par_id3115361\n" +"help.text" +msgid "<ahelp hid=\".\">Displays formatting styles for tables.</ahelp> Use table styles to apply borders, backgrounds, fonts, alignment, and number formats to tables." +msgstr "" + #. 7Eid5 #: 05140000.xhp msgctxt "" @@ -22518,14 +22545,14 @@ msgctxt "" msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>" msgstr "" -#. EmaCA +#. cRnpp #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3147490\n" "help.text" -msgid "New Style from Selection" -msgstr "Estilo nuevo a partir de selección" +msgid "Style actions" +msgstr "" #. KFB5g #: 05140000.xhp @@ -22536,14 +22563,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens a submenu with more commands.</ahelp>" msgstr "<ahelp hid=\".\">Abre un submenú con más órdenes.</ahelp>" -#. nCtpD +#. MSZVn #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN109DA\n" "help.text" -msgid "New style from selection" -msgstr "Estilo nuevo a partir de selección" +msgid "<menuitem>New Style from Selection</menuitem>" +msgstr "" #. L5UYB #: 05140000.xhp @@ -22554,14 +22581,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Creates a new style based on the formatting of the current paragraph, page, or selection.</ahelp>" msgstr "<ahelp hid=\".\">Crea un estilo basado en el formato del párrafo, la página o la selección efectuada.</ahelp>" -#. DQA4B +#. 24zag #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN10A04\n" "help.text" -msgid "Update style" -msgstr "Actualizar estilo" +msgid "<menuitem>Update Selected Style</menuitem>" +msgstr "" #. JZgJw #: 05140000.xhp @@ -22572,14 +22599,14 @@ msgctxt "" msgid "<ahelp hid=\".\">The manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.</ahelp>" msgstr "<ahelp hid=\".\">Se añadirán los atributos del texto con formato manual en la posición del cursor en el documento al estilo que se seleccione en la ventana Estilos.</ahelp>" -#. GPDGC +#. j6a4F #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN10A31\n" "help.text" -msgid "Load style" -msgstr "Cargar estilo" +msgid "<link href=\"text/text/swriter/01/05170000.xhp\" name=\"loadstyles\"><menuitem>Load Styles</menuitem></link>" +msgstr "" #. TSnrm #: 05140000.xhp @@ -22590,23 +22617,23 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens the Load Styles dialog to import styles from another document.</ahelp>" msgstr "<ahelp hid=\".\">Abre el diálogo Cargar estilos para importar estilos de otro documento.</ahelp>" -#. fvko5 +#. 9DDHF #: 05140000.xhp msgctxt "" "05140000.xhp\n" -"par_id3148860\n" +"hd_id3155576\n" "help.text" -msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>." -msgstr "Más información acerca de los <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">estilos</link>." +msgid "Applied Styles" +msgstr "Estilos aplicados" -#. 9DDHF +#. fvko5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" -"hd_id3155576\n" +"par_id3148860\n" "help.text" -msgid "Applied Styles" -msgstr "Estilos aplicados" +msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>." +msgstr "Más información acerca de los <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">estilos</link>." #. KEiDu #: 05150000.xhp @@ -22887,14 +22914,32 @@ msgctxt "" msgid "Delete" msgstr "Eliminar" -#. AibqR +#. yFvtW #: 05150101.xhp msgctxt "" "05150101.xhp\n" "par_id3150707\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete the \"Default Style\" table style.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Elimina el estilo de tabla seleccionado. No es posible eliminar el estilo de tabla «Estilo predeterminado».</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete \"Default Table Style\".</ahelp>" +msgstr "" + +#. 3rqAx +#: 05150101.xhp +msgctxt "" +"05150101.xhp\n" +"hd_id3149302\n" +"help.text" +msgid "Rename" +msgstr "Cambiar nombre" + +#. KVYeV +#: 05150101.xhp +msgctxt "" +"05150101.xhp\n" +"par_id3149490\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename \"Default Table Style\".</ahelp>" +msgstr "" #. 2PEkJ #: 05150101.xhp @@ -22905,14 +22950,14 @@ msgctxt "" msgid "Formatting" msgstr "Formato" -#. fFVRG +#. Gf3DD #: 05150101.xhp msgctxt "" "05150101.xhp\n" "par_id3154477\n" "help.text" -msgid "Select the formatting attributes that you to include in the selected table style." -msgstr "Seleccione los atributos de formato que desee incluir en el estilo de tabla seleccionado." +msgid "Select the formatting attributes to include in the selected table style." +msgstr "" #. XRRp9 #: 05150101.xhp @@ -22968,14 +23013,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Includes alignment settings in the selected table style.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Incluye configuración de alineamiento en el estilo de tabla seleccionado.</ahelp>" -#. JXHir +#. edaJm #: 05150101.xhp msgctxt "" "05150101.xhp\n" "hd_id3149690\n" "help.text" -msgid "Border" -msgstr "Bordes" +msgid "Borders" +msgstr "" #. yZ9HG #: 05150101.xhp @@ -23004,24 +23049,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Includes background styles in the selected table style.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Incluye estilos de fondo en el estilo de tabla seleccionado.</ahelp>" -#. 3rqAx -#: 05150101.xhp -msgctxt "" -"05150101.xhp\n" -"hd_id3149302\n" -"help.text" -msgid "Rename" -msgstr "Cambiar nombre" - -#. DvsMV -#: 05150101.xhp -msgctxt "" -"05150101.xhp\n" -"par_id3149490\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename the \"Default Style\" table style.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Cambia el nombre del estilo de tabla seleccionado. No es posible cambiar el nombre del estilo de tabla «Estilo predeterminado».</ahelp>" - #. BhJ6B #: 05150104.xhp msgctxt "" @@ -26620,7 +26647,7 @@ msgctxt "" "par_id3199228\n" "help.text" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Alineación de párrafo\">Alineación de párrafo</link>" #. zgLgx #: legacynumbering.xhp @@ -26629,7 +26656,7 @@ msgctxt "" "par_id3194378\n" "help.text" msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>" -msgstr "" +msgstr "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Sangrar párrafos\">Sangrar párrafos</link>" #. mtBWM #: mailmerge00.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/02.po b/source/gug/helpcontent2/source/text/swriter/02.po index 4a71aa7b560..bd527aa372f 100644 --- a/source/gug/helpcontent2/source/text/swriter/02.po +++ b/source/gug/helpcontent2/source/text/swriter/02.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-02-17 12:22+0100\n" -"PO-Revision-Date: 2020-02-18 14:15+0000\n" +"PO-Revision-Date: 2020-02-29 17:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter02/es/>\n" "Language: es\n" @@ -698,7 +698,7 @@ msgctxt "" "par_id3145083\n" "help.text" msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Move Up with Subpoints</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icono Subir con subniveles</alt></image>" #. QBCGp #: 06120000.xhp @@ -734,7 +734,7 @@ msgctxt "" "par_id3148770\n" "help.text" msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." -msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Mueve un párrafo con todos los subpárrafos bajo el siguiente párrafo.</ahelp> Sólo es visible si el cursor se posiciona en el texto numerado o con viñetas." +msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Mueve un párrafo con todos los subpárrafos bajo el siguiente párrafo.</ahelp> Solo es visible si el cursor se posiciona en el texto numerado o con viñetas." #. we8BZ #: 06130000.xhp @@ -743,7 +743,7 @@ msgctxt "" "par_id3145086\n" "help.text" msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icon Move Down with Subpoints</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icono Bajar con subniveles</alt></image>" #. XsMtS #: 06130000.xhp @@ -779,7 +779,7 @@ msgctxt "" "par_id3145249\n" "help.text" msgid "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restarts the text numbering.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." -msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Reinicia la numeración de texto.</ahelp> Sólo es visible si el cursor se posiciona en el texto numerado o con viñetas." +msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Reinicia la numeración de texto.</ahelp> Solo es visible si el cursor se posiciona en el texto numerado o con viñetas." #. SLjuC #: 06140000.xhp @@ -824,7 +824,7 @@ msgctxt "" "par_id3151184\n" "help.text" msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A click opens \"Go to Page\", with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:StatePageNumber\">El número de página actual se muestra en este campo de la barra de estado. Una pulsación abre el cuadro de diálogo Ir a la página, con el que puede navegar el documento. Una pulsación con el botón secundario del ratón muestra los marcadores del documento. Pulse en un marcador para posicionar el cursor en el marcador referido.</ahelp>" #. BinAk #: 08010000.xhp @@ -851,7 +851,7 @@ msgctxt "" "par_id3149806\n" "help.text" msgid "To go to a specific page, enter the page number in the <emph>Page</emph> spin button in the Navigator and then press Enter." -msgstr "Para desplazarse con el Navegador a una determinada página, indique el número de la página en el campo giratorio <emph>Página </emph>del Navegador y pulse la tecla Entrar." +msgstr "Para desplazarse con el Navegador a una determinada página, indique el número de esta en el botón incrementable <emph>Página</emph> del Navegador y oprima la tecla Intro." #. NptAB #: 08010000.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/guide.po b/source/gug/helpcontent2/source/text/swriter/guide.po index 3387a1c58d1..7bcf7adfda2 100644 --- a/source/gug/helpcontent2/source/text/swriter/guide.po +++ b/source/gug/helpcontent2/source/text/swriter/guide.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: 2020-02-27 14:31+0100\n" -"PO-Revision-Date: 2020-02-21 08:15+0000\n" +"POT-Creation-Date: 2020-03-06 11:46+0100\n" +"PO-Revision-Date: 2020-02-29 17:15+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n" "Language: es\n" @@ -6314,7 +6314,7 @@ msgctxt "" "par_id3156240\n" "help.text" msgid "To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>." -msgstr "" +msgstr "Para insertar un archivo existente como subdocumento, seleccione <menuitem>Archivo</menuitem>, localice el archivo que quiera incluir y pulse en <emph>Abrir</emph>." #. DHqof #: globaldoc_howtos.xhp @@ -6512,7 +6512,7 @@ msgctxt "" "hd_id3145228\n" "help.text" msgid "To Export a Master Document" -msgstr "" +msgstr "Para exportar un patrón de documento" #. 8fFGC #: globaldoc_howtos.xhp @@ -6530,7 +6530,7 @@ msgctxt "" "par_id3148580\n" "help.text" msgid "In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>." -msgstr "" +msgstr "En el cuadro <emph>Guardar como tipo</emph>, seleccione un formato de archivo de documento de texto y pulse en <emph>Guardar</emph>." #. qGjnL #: globaldoc_howtos.xhp @@ -11275,13 +11275,13 @@ msgctxt "" msgid "Choose <menuitem>Insert - Page Number</menuitem> to insert a page number at the current cursor position." msgstr "" -#. ZxJBm +#. dU382 #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id6604510\n" "help.text" -msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#toggleshowfields\"/>)." +msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline><defaultinline><keycode>Ctrl+F9</keycode></defaultinline></switchinline>)." msgstr "" #. CurbT @@ -11455,13 +11455,13 @@ msgctxt "" msgid "A <emph>manually inserted page break</emph> can be applied without or with a change of page styles." msgstr "Puede <emph>insertarse un salto de página manualmente</emph> sin cambiar necesariamente los estilos de página." -#. PmCx7 +#. Dmwkn #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id3341776\n" "help.text" -msgid "If you just press <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#pagebreak\"/>, you apply a page break without a change of styles." +msgid "If you just press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline><defaultinline><keycode>Ctrl+Enter</keycode></defaultinline></switchinline>, you apply a page break without a change of styles." msgstr "" #. ByysM @@ -11500,14 +11500,14 @@ msgctxt "" msgid "Click into the first page of your document." msgstr "Pulse en la primera página del documento." -#. 2nCdH +#. tGKjT #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id4313791\n" "help.text" -msgid "Choose <menuitem>View - Styles</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)." -msgstr "Vaya a <menuitem>Ver ▸ Estilos</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)." +msgid "Choose <menuitem>View - Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>)." +msgstr "" #. MX8dB #: pagenumbers.xhp |