update translations for master
and force-fix errors using pocheck Change-Id: I5b89ae56a22a53d2975d3f3f34f7b854b5a0151a
This commit is contained in:
@@ -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: 2021-03-19 17:31+0100\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-05-04 10:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/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 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1565287211.000000\n"
|
||||
|
||||
#. naSFZ
|
||||
@@ -68,7 +68,7 @@ msgctxt ""
|
||||
"hd_id3146957\n"
|
||||
"help.text"
|
||||
msgid "Working with Python Scripts in %PRODUCTNAME"
|
||||
msgstr "Trabajar con macros en Python en %PRODUCTNAME"
|
||||
msgstr "Trabajar con secuencias en Python en %PRODUCTNAME"
|
||||
|
||||
#. mQFKb
|
||||
#: main0000.xhp
|
||||
@@ -2446,14 +2446,14 @@ msgctxt ""
|
||||
msgid "Python : Programming with Python"
|
||||
msgstr "Python: programar con Python"
|
||||
|
||||
#. bG2BP
|
||||
#. g4R9j
|
||||
#: python_programming.xhp
|
||||
msgctxt ""
|
||||
"python_programming.xhp\n"
|
||||
"N0218\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>uno.py</bookmark_value>"
|
||||
msgstr "<bookmark_value>Python;programación</bookmark_value><bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value><bookmark_value>uno.py</bookmark_value>"
|
||||
msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. CU6JS
|
||||
#: python_programming.xhp
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-04-29 14:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n"
|
||||
"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 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1557855034.000000\n"
|
||||
|
||||
#. yzYVt
|
||||
@@ -2185,6 +2185,51 @@ msgctxt ""
|
||||
msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
|
||||
msgstr "Tenga en cuenta que en cuanto haya declarado una variable como de un tipo concreto ya no puede declararla con el mismo nombre y un tipo distinto."
|
||||
|
||||
#. V5Csc
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id421619551219763\n"
|
||||
"help.text"
|
||||
msgid "When you declare multiple variables in a single line of code you need to specify the type of each variable. If the type of a variable is not explicitly specified, then Basic will assume that the variable is of the <emph>Variant</emph> type."
|
||||
msgstr ""
|
||||
|
||||
#. FzKND
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id321619555442706\n"
|
||||
"help.text"
|
||||
msgid "' Both variables \"a\" and \"b\" are of the Integer type"
|
||||
msgstr ""
|
||||
|
||||
#. NCE7F
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id451619555463988\n"
|
||||
"help.text"
|
||||
msgid "' Variable \"c\" is a Variant and \"d\" is an Integer"
|
||||
msgstr ""
|
||||
|
||||
#. fsaNa
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id161619555482237\n"
|
||||
"help.text"
|
||||
msgid "' A variable can also be explicitly declared as a Variant"
|
||||
msgstr ""
|
||||
|
||||
#. uQD9L
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id521619551687371\n"
|
||||
"help.text"
|
||||
msgid "The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\" name=\"Variant Type\">The Variant type</link> below."
|
||||
msgstr ""
|
||||
|
||||
#. RENXG
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
@@ -2536,6 +2581,114 @@ msgctxt ""
|
||||
msgid "dob = #2010-09-28#"
|
||||
msgstr ""
|
||||
|
||||
#. pCPWV
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bm_id601619552599885\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>The Variant type</bookmark_value> <bookmark_value>The Any type</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. mPKPe
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"VariantTypeH2\n"
|
||||
"help.text"
|
||||
msgid "The Variant type"
|
||||
msgstr ""
|
||||
|
||||
#. gnP2t
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id1001619552129323\n"
|
||||
"help.text"
|
||||
msgid "Variables declared as <emph>Variant</emph> can handle any data type. This means that the actual data type is defined during runtime as a value is assigned to the variable."
|
||||
msgstr ""
|
||||
|
||||
#. kKQzr
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id631619552417188\n"
|
||||
"help.text"
|
||||
msgid "There are three main ways to create a <emph>Variant</emph> variable, as shown below:"
|
||||
msgstr ""
|
||||
|
||||
#. ZTswL
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id751619554900163\n"
|
||||
"help.text"
|
||||
msgid "Dim varA ' The type is not specified, hence the variable is a Variant"
|
||||
msgstr ""
|
||||
|
||||
#. 3mWEB
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id181619554965451\n"
|
||||
"help.text"
|
||||
msgid "Dim varB as Variant ' The variable is explicitly declared as a Variant"
|
||||
msgstr ""
|
||||
|
||||
#. vEpTz
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id371619554853094\n"
|
||||
"help.text"
|
||||
msgid "varC = \"abc\" ' Previously undeclared variables are treated as Variants"
|
||||
msgstr ""
|
||||
|
||||
#. PDFED
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id631619552417343\n"
|
||||
"help.text"
|
||||
msgid "The example below uses the <link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName function\">TypeName function</link> to show how the type of a <emph>Variant</emph> variable changes upon assignment."
|
||||
msgstr ""
|
||||
|
||||
#. smtqw
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id141619553442668\n"
|
||||
"help.text"
|
||||
msgid "A <emph>Variant</emph> variable is initialized with the <link href=\"text/sbasic/shared/03040000.xhp#objectconstants\" name=\" object constants\">Empty</link> special data type. You can use the <link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty function\">IsEmpty function</link> to test if a variable is an <emph>Empty Variant</emph>."
|
||||
msgstr ""
|
||||
|
||||
#. aervF
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id541619552755706\n"
|
||||
"help.text"
|
||||
msgid "You can also use the keyword <emph>Any</emph> to declare a variable as a <emph>Variant</emph>. However, <emph>Any</emph> is deprecated and is available for backward compatibility."
|
||||
msgstr ""
|
||||
|
||||
#. 74VtP
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"par_id711619622934043\n"
|
||||
"help.text"
|
||||
msgid "Arguments with type <emph>Variant</emph> or <emph>Any</emph> passed in function calls are not checked for their types."
|
||||
msgstr ""
|
||||
|
||||
#. qFpUB
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
"01020100.xhp\n"
|
||||
"bas_id141619552837486\n"
|
||||
"help.text"
|
||||
msgid "Dim myVar As Any ' Variable \"myVar\" is a Variant"
|
||||
msgstr ""
|
||||
|
||||
#. kGGKi
|
||||
#: 01020100.xhp
|
||||
msgctxt ""
|
||||
@@ -7781,7 +7934,7 @@ msgctxt ""
|
||||
"par_id3148983\n"
|
||||
"help.text"
|
||||
msgid "This section describes the Runtime Functions of %PRODUCTNAME Basic."
|
||||
msgstr ""
|
||||
msgstr "Esta sección describe las funciones de tiempo de ejecución de %PRODUCTNAME Basic."
|
||||
|
||||
#. YcBGc
|
||||
#: 03010000.xhp
|
||||
@@ -7873,31 +8026,31 @@ msgctxt ""
|
||||
msgid "Displays a dialog box containing a message."
|
||||
msgstr "Muestra un cuadro de diálogo que contiene un mensaje."
|
||||
|
||||
#. 6pAvx
|
||||
#. rXKix
|
||||
#: 03010101.xhp
|
||||
msgctxt ""
|
||||
"03010101.xhp\n"
|
||||
"par_id3148798\n"
|
||||
"help.text"
|
||||
msgid "<emph>Prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
|
||||
msgid "<emph>prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
|
||||
msgstr ""
|
||||
|
||||
#. wNFv5
|
||||
#. oK5f6
|
||||
#: 03010101.xhp
|
||||
msgctxt ""
|
||||
"03010101.xhp\n"
|
||||
"par_id3150769\n"
|
||||
"help.text"
|
||||
msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
|
||||
msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
|
||||
msgstr ""
|
||||
|
||||
#. aC93y
|
||||
#. HPRQD
|
||||
#: 03010101.xhp
|
||||
msgctxt ""
|
||||
"03010101.xhp\n"
|
||||
"par_id3147228\n"
|
||||
"help.text"
|
||||
msgid "<emph>Buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
|
||||
msgid "<emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
|
||||
msgstr ""
|
||||
|
||||
#. xuEUm
|
||||
@@ -8458,58 +8611,58 @@ msgctxt ""
|
||||
msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
|
||||
msgstr "La instrucción <emph>InputBox</emph> es un método adecuado para introducir texto a través de un diálogo. Confirme la entrada pulsando Aceptar o la tecla Retorno. La entrada se devuelve como valor de retorno de la función. Si se cierra el diálogo con Cancelar, <emph>InputBox</emph> devuelve una cadena de longitud cero (\"\")."
|
||||
|
||||
#. G7eXr
|
||||
#. fcMCj
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3153311\n"
|
||||
"help.text"
|
||||
msgid "<emph>Prompt</emph>: String expression displayed as the message in the dialog box."
|
||||
msgid "<emph>prompt</emph>: String expression displayed as the message in the dialog box."
|
||||
msgstr ""
|
||||
|
||||
#. 66zGG
|
||||
#. kqAw6
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3145315\n"
|
||||
"help.text"
|
||||
msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
|
||||
msgstr "<emph>Título</emph>: Expresión de cadena que se muestra en la barra de título del cuadro de diálogo."
|
||||
msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog box."
|
||||
msgstr ""
|
||||
|
||||
#. b7vFT
|
||||
#. 4qoJn
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3154307\n"
|
||||
"help.text"
|
||||
msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
|
||||
msgstr "<emph>Predeterminado</emph>: Expresión de cadena que se muestra en el cuadro de texto como valor predeterminado si no se introduce nada."
|
||||
msgid "<emph>default</emph>: String expression displayed in the text box as default if no other input is given."
|
||||
msgstr ""
|
||||
|
||||
#. Cs49h
|
||||
#. w5QhP
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3147573\n"
|
||||
"help.text"
|
||||
msgid "<emph>xPosTwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
|
||||
msgid "<emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
|
||||
msgstr ""
|
||||
|
||||
#. QyymW
|
||||
#. CannW
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3156024\n"
|
||||
"help.text"
|
||||
msgid "<emph>yPosTwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
|
||||
msgid "<emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
|
||||
msgstr ""
|
||||
|
||||
#. 8pC7C
|
||||
#. m6iBC
|
||||
#: 03010201.xhp
|
||||
msgctxt ""
|
||||
"03010201.xhp\n"
|
||||
"par_id3153897\n"
|
||||
"help.text"
|
||||
msgid "If <emph>xPosTwips</emph> and <emph>yPosTwips</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
|
||||
msgid "If <literal>xpostwips</literal> and <literal>yPosTwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
|
||||
msgstr ""
|
||||
|
||||
#. Mh8Z6
|
||||
@@ -9331,32 +9484,32 @@ msgctxt ""
|
||||
msgid "Parameter:"
|
||||
msgstr "Parámetro:"
|
||||
|
||||
#. pP9x5
|
||||
#. QM73e
|
||||
#: 03010305.xhp
|
||||
msgctxt ""
|
||||
"03010305.xhp\n"
|
||||
"par_id3152597\n"
|
||||
"help.text"
|
||||
msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
|
||||
msgstr "<emph>Rojo</emph>: Una expresión entera que representa el componente rojo (0-255) del color compuesto."
|
||||
msgid "<emph>red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
|
||||
msgstr ""
|
||||
|
||||
#. pbFvi
|
||||
#. H7yGv
|
||||
#: 03010305.xhp
|
||||
msgctxt ""
|
||||
"03010305.xhp\n"
|
||||
"par_id3146974\n"
|
||||
"help.text"
|
||||
msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
|
||||
msgstr "<emph>Verde</emph>: Una expresión entera que representa el componente verde (0-255) del color compuesto."
|
||||
msgid "<emph>green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
|
||||
msgstr ""
|
||||
|
||||
#. XG6FB
|
||||
#. t8P2M
|
||||
#: 03010305.xhp
|
||||
msgctxt ""
|
||||
"03010305.xhp\n"
|
||||
"par_id3151113\n"
|
||||
"help.text"
|
||||
msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
|
||||
msgstr "<emph>Azul</emph>: Una expresión entera que representa el componente azul (0-255) del color compuesto."
|
||||
msgid "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
|
||||
msgstr ""
|
||||
|
||||
#. cFpDD
|
||||
#: 03010305.xhp
|
||||
@@ -13075,68 +13228,32 @@ msgctxt ""
|
||||
msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
|
||||
msgstr "Devuelve un valor de fecha de una cadena de fecha. La cadena de fecha es una fecha completa en un valor numérico único. También puede usar este número de serie para determinar la diferencia entre dos fechas."
|
||||
|
||||
#. QJz7y
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"hd_id3148799\n"
|
||||
"help.text"
|
||||
msgid "Syntax:"
|
||||
msgstr "Sintaxis:"
|
||||
|
||||
#. 3FsEa
|
||||
#. PxEGo
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"par_id3154910\n"
|
||||
"help.text"
|
||||
msgid "DateValue [(date)]"
|
||||
msgstr "DateValue [(fecha)]"
|
||||
msgid "DateValue(date)"
|
||||
msgstr ""
|
||||
|
||||
#. B7CrF
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"hd_id3150870\n"
|
||||
"help.text"
|
||||
msgid "Return value:"
|
||||
msgstr "Valor de retorno:"
|
||||
|
||||
#. 4G37B
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"par_id3153194\n"
|
||||
"help.text"
|
||||
msgid "Date"
|
||||
msgstr "Fecha"
|
||||
|
||||
#. NHYd9
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"hd_id3153969\n"
|
||||
"help.text"
|
||||
msgid "Parameters:"
|
||||
msgstr "Parámetros:"
|
||||
|
||||
#. ghsyA
|
||||
#. vxxyq
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"par_id3153770\n"
|
||||
"help.text"
|
||||
msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
|
||||
msgstr "<emph>Fecha</emph>: expresión de cadena que contiene la fecha que desee calcular. A diferencia de la función DateSerial que pasa años, meses y días como valores numéricos separados, la función DateValue solicita una cadena de fecha ajustada a uno de los patrones de aceptación de fechas definidos en su configuración regional (vea <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ Configuración de idiomas ▸ Idiomas</menuitem>) o el formato de fechas de ISO (por el momento, solo se acepta el formato ISO con guiones; p. ej., «2012-12-31»)."
|
||||
msgid "<emph>Date</emph>: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
|
||||
msgstr ""
|
||||
|
||||
#. EWVzU
|
||||
#. KmwFZ
|
||||
#: 03030102.xhp
|
||||
msgctxt ""
|
||||
"03030102.xhp\n"
|
||||
"hd_id3153142\n"
|
||||
"par_id3153194\n"
|
||||
"help.text"
|
||||
msgid "Example:"
|
||||
msgstr "Ejemplo:"
|
||||
msgid "The computed date."
|
||||
msgstr ""
|
||||
|
||||
#. wDviP
|
||||
#: 03030103.xhp
|
||||
@@ -14893,22 +15010,22 @@ msgctxt ""
|
||||
msgid "<emph>date1, date2</emph> - The two date values to be compared."
|
||||
msgstr ""
|
||||
|
||||
#. yVo8Q
|
||||
#. e7hMm
|
||||
#: 03030120.xhp
|
||||
msgctxt ""
|
||||
"03030120.xhp\n"
|
||||
"par_idN1066A\n"
|
||||
"help.text"
|
||||
msgid "<emph>firstDayOfWeek</emph> - An optional parameter that specifies the starting day of a week."
|
||||
msgid "<emph>firstdayofweek</emph>: An optional parameter that specifies the starting day of a week."
|
||||
msgstr ""
|
||||
|
||||
#. dDoRU
|
||||
#. wpCoP
|
||||
#: 03030120.xhp
|
||||
msgctxt ""
|
||||
"03030120.xhp\n"
|
||||
"par_idN1067A\n"
|
||||
"help.text"
|
||||
msgid "firstDayOfWeek value"
|
||||
msgid "firstdayofweek value"
|
||||
msgstr ""
|
||||
|
||||
#. gmaR8
|
||||
@@ -15064,22 +15181,22 @@ msgctxt ""
|
||||
msgid "Saturday"
|
||||
msgstr "Sábado"
|
||||
|
||||
#. BLhqf
|
||||
#. E5nqv
|
||||
#: 03030120.xhp
|
||||
msgctxt ""
|
||||
"03030120.xhp\n"
|
||||
"par_idN106EB\n"
|
||||
"help.text"
|
||||
msgid "<emph>firstWeekOfYear</emph> - An optional parameter that specifies the starting week of a year."
|
||||
msgid "<emph>firstweekofyear</emph>: An optional parameter that specifies the starting week of a year."
|
||||
msgstr ""
|
||||
|
||||
#. KGncd
|
||||
#. e3gQd
|
||||
#: 03030120.xhp
|
||||
msgctxt ""
|
||||
"03030120.xhp\n"
|
||||
"par_idN106FB\n"
|
||||
"help.text"
|
||||
msgid "firstWeekOfYear value"
|
||||
msgid "firstweekofyear value"
|
||||
msgstr ""
|
||||
|
||||
#. zAFFS
|
||||
@@ -16414,14 +16531,14 @@ msgctxt ""
|
||||
msgid "<bookmark_value>Basic constants</bookmark_value>"
|
||||
msgstr "<bookmark_value>constantes de BASIC</bookmark_value>"
|
||||
|
||||
#. NMCZ2
|
||||
#. ev3DS
|
||||
#: 03040000.xhp
|
||||
msgctxt ""
|
||||
"03040000.xhp\n"
|
||||
"hd_id051620171022255424\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03040000.xhp\">Constantes de BASIC</link>"
|
||||
msgid "<variable id=\"basicconstantsh1\"><link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. K6sdH
|
||||
#: 03040000.xhp
|
||||
@@ -26494,14 +26611,14 @@ msgctxt ""
|
||||
msgid "<bookmark_value>Dim statement</bookmark_value> <bookmark_value>arrays; dimensioning</bookmark_value> <bookmark_value>dimensioning arrays</bookmark_value>"
|
||||
msgstr "<bookmark_value>instrucción Dim</bookmark_value> <bookmark_value>matrices;dimensionar</bookmark_value> <bookmark_value>dimensionar matrices</bookmark_value>"
|
||||
|
||||
#. 4Usmk
|
||||
#. HnQSe
|
||||
#: 03102100.xhp
|
||||
msgctxt ""
|
||||
"03102100.xhp\n"
|
||||
"hd_id3149812\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Instrucción Dim\">Instrucción Dim</link>"
|
||||
msgid "<variable id=\"Dimh1\"><link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. 9gRSS
|
||||
#: 03102100.xhp
|
||||
@@ -30985,50 +31102,50 @@ msgctxt ""
|
||||
msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">Format Function</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Función Format\">Función Format</link>"
|
||||
|
||||
#. ZAitp
|
||||
#. AfW2N
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3156042\n"
|
||||
"help.text"
|
||||
msgid "Converts a number to a string, and then formats it according to the format that you specify."
|
||||
msgstr "Convierte un número en una cadena y después le da formato de acuerdo con las especificaciones indicadas."
|
||||
msgid "Converts a numeric expression to a string, and then formats it according to the format that you specify."
|
||||
msgstr ""
|
||||
|
||||
#. wp4Ae
|
||||
#. arnAa
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153527\n"
|
||||
"help.text"
|
||||
msgid "Format (Number [, Format As String])"
|
||||
msgstr "Format (Número [, Formato As String])"
|
||||
msgid "Format(expression [, format As String]) As String"
|
||||
msgstr ""
|
||||
|
||||
#. gddga
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3148474\n"
|
||||
"help.text"
|
||||
msgid "String"
|
||||
msgstr "Cadena"
|
||||
|
||||
#. 6Dyxg
|
||||
#. v2BdG
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3149415\n"
|
||||
"help.text"
|
||||
msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
|
||||
msgstr "<emph>Número:</emph> Expresión numérica que se desee convertir en cadena con formato."
|
||||
msgid "<emph>expression</emph>: Numeric expression that you want to convert to a formatted string."
|
||||
msgstr ""
|
||||
|
||||
#. G3TNy
|
||||
#. p5nFg
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3147531\n"
|
||||
"help.text"
|
||||
msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
|
||||
msgstr "<emph>Formato:</emph> Cadena que especifica el código de formato para el número. Si se omite <emph>Formato</emph>, la función Format actúa como la función <emph>Str</emph>."
|
||||
msgid "<emph>format</emph>: String that specifies the format code for the number. If <literal>format</literal> is omitted, the Format function works like the %PRODUCTNAME Basic <literal>Str()</literal> function."
|
||||
msgstr ""
|
||||
|
||||
#. Mh6xN
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3148474\n"
|
||||
"help.text"
|
||||
msgid "Text string."
|
||||
msgstr ""
|
||||
|
||||
#. 8DmPW
|
||||
#: 03120301.xhp
|
||||
@@ -31039,59 +31156,59 @@ msgctxt ""
|
||||
msgid "Formatting Codes"
|
||||
msgstr "Códigos de formato"
|
||||
|
||||
#. j9pBf
|
||||
#. 4TDkj
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3147265\n"
|
||||
"help.text"
|
||||
msgid "The following list describes the codes that you can use for formatting a number:"
|
||||
msgstr "La lista siguiente describe los códigos que permiten dar formato a un número:"
|
||||
msgid "The following list describes the codes that you can use for formatting a numeric expression:"
|
||||
msgstr ""
|
||||
|
||||
#. AA4AR
|
||||
#. LJGi5
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153380\n"
|
||||
"help.text"
|
||||
msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
|
||||
msgstr "<emph>0:</emph> Si <emph>Número</emph> tiene un dígito en la posición del 0 en el código de formato, se muestra aquél, en caso contrario se muestra el valor cero."
|
||||
msgid "<emph>0:</emph> If <literal>expression</literal> has a digit at the position of the 0 in the <literal>format</literal> code, the digit is displayed, otherwise a zero is displayed."
|
||||
msgstr ""
|
||||
|
||||
#. 6hoDN
|
||||
#. MRyQ7
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3151210\n"
|
||||
"help.text"
|
||||
msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
|
||||
msgstr "Si la expresión <emph>Número</emph> tiene menos dígitos que el número de ceros del código de formato (a cualquier lado del decimal), se muestran ceros de relleno al principio o al final. Si el número tiene más dígitos a la izquierda del separador decimal que la cantidad de ceros que hay en el código de formato, los dígitos adicionales se muestran sin formateo."
|
||||
msgid "If <literal>expression</literal> has fewer digits than the number of zeros in the <literal>format</literal> code, (on either side of the decimal), leading or trailing zeros are displayed. If the <literal>expression</literal> has more digits to the left of the decimal separator than the amount of zeros in the <literal>format</literal> code, the additional digits are displayed without formatting."
|
||||
msgstr ""
|
||||
|
||||
#. EDBbq
|
||||
#. bYkcA
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3151176\n"
|
||||
"help.text"
|
||||
msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
|
||||
msgstr "Las posiciones decimales del número se redondean de acuerdo con el número de ceros que aparecen después del separador decimal en el código de <emph>Format</emph>."
|
||||
msgid "Decimal places in the <literal>expression</literal> are rounded according to the number of zeros that appear after the decimal separator in the <literal>format</literal> code."
|
||||
msgstr ""
|
||||
|
||||
#. ucKaQ
|
||||
#. Cypxj
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3154123\n"
|
||||
"help.text"
|
||||
msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
|
||||
msgstr "<emph>#:</emph> Si <emph>Número</emph> contiene un dígito en la posición del comodín # del código de <emph>Format</emph>, el dígito se muestra, en caso contrario no se muestra nada en esa posición."
|
||||
msgid "<emph>#:</emph> If <literal>expression</literal> contains a digit at the position of the # placeholder in the <literal>format</literal> code, the digit is displayed, otherwise nothing is displayed at this position."
|
||||
msgstr ""
|
||||
|
||||
#. EKGPx
|
||||
#. Mst5g
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3148452\n"
|
||||
"help.text"
|
||||
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
|
||||
msgstr "Este símbolo funciona como 0, excepto porque los ceros de relleno anteriores o posteriores no se muestran si hay más caracteres # en el código de formato que dígitos tiene el número. Solo se muestran los dígitos pertinentes del número."
|
||||
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the <literal>format</literal> code than digits in the <literal>expression</literal>. Only the relevant digits of the <literal>expression</literal> are displayed."
|
||||
msgstr ""
|
||||
|
||||
#. Cnq7B
|
||||
#: 03120301.xhp
|
||||
@@ -31102,32 +31219,32 @@ msgctxt ""
|
||||
msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
|
||||
msgstr "<emph>.:</emph> El indicador de posición para decimales determina el número de espacios decimales a izquierda y derecha del separador decimal."
|
||||
|
||||
#. tWDUe
|
||||
#. ehB5x
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3159252\n"
|
||||
"help.text"
|
||||
msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
|
||||
msgstr "Si el código de formato sólo contiene indicadores de posición # a la izquierda de este símbolo, los números menores que 1 empiezan con un separador decimal. Para que se muestre siempre un cero de relleno con números fraccionarios, use 0 como indicador de posición para el primer dígito de la izquierda del separador decimal."
|
||||
msgid "If the <literal>format</literal> code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
|
||||
msgstr ""
|
||||
|
||||
#. L7ry6
|
||||
#. yMgJz
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153368\n"
|
||||
"help.text"
|
||||
msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
|
||||
msgstr "<emph>%:</emph> Multiplica el número por 100 e inserta el signo de porcentaje (%) en la posición en que éste aparece en el código de formato."
|
||||
msgid "<emph>%:</emph> Multiplies the <literal>expression</literal>by 100 and inserts the percent sign (%) where the <literal>expression</literal> appears in the <literal>format</literal> code."
|
||||
msgstr ""
|
||||
|
||||
#. 5A2Kp
|
||||
#. prkKA
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3149481\n"
|
||||
"help.text"
|
||||
msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
|
||||
msgstr "<emph>E- E+ e- e+:</emph> Si el código de formato contiene por lo menos un comodín de dígito (0 o #) a la derecha del símbolo E-, E+, e- o e+, al número se le aplica el formato científico o exponencial. La letra E o e se inserta entre el número y el exponente. El número de comodines para dígitos a la derecha del símbolo determina la cantidad de dígitos del exponente."
|
||||
msgid "<emph>E- E+ e- e+ :</emph> If the <literal>format</literal> code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the <literal>expression</literal> is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
|
||||
msgstr ""
|
||||
|
||||
#. jhCb5
|
||||
#: 03120301.xhp
|
||||
@@ -31138,14 +31255,14 @@ msgctxt ""
|
||||
msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
|
||||
msgstr "Si el exponente es negativo, se muestra un signo menos justo antes de un exponente con E-, E+, e-, e+. Si el exponente es positivo, sólo se muestra un signo más antes de exponentes con E+ o e+."
|
||||
|
||||
#. shj6y
|
||||
#. WTvZT
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3148617\n"
|
||||
"help.text"
|
||||
msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
|
||||
msgstr "El delimitador de miles se muestra si el código de formato contiene el delimitador entre los comodines de dígitos (0 o #)."
|
||||
msgid "The thousands delimiter is displayed if the <literal>format</literal> code contains the delimiter enclosed by digit placeholders (0 or #)."
|
||||
msgstr ""
|
||||
|
||||
#. A8QmE
|
||||
#: 03120301.xhp
|
||||
@@ -31156,14 +31273,14 @@ msgctxt ""
|
||||
msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
|
||||
msgstr "El uso de un punto como separador de miles y decimal depende del valor de configuración regional. El carácter real que se muestra como separador decimal depende del formato numérico de la configuración del sistema. Los ejemplos que se muestran aquí asumen que la configuración regional es \"US\"."
|
||||
|
||||
#. 5EMgE
|
||||
#. sxDcc
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3152887\n"
|
||||
"help.text"
|
||||
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
|
||||
msgstr "<emph>- + $ ( ) espacio:</emph> Los signos más (+), menos (-), dólar ($), espacio o paréntesis que se introducen directamente en el código del formato se muestran como caracteres literales."
|
||||
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the <literal>format</literal> code is displayed as a literal character."
|
||||
msgstr ""
|
||||
|
||||
#. PyKZq
|
||||
#: 03120301.xhp
|
||||
@@ -31174,23 +31291,23 @@ msgctxt ""
|
||||
msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
|
||||
msgstr "Para que se muestren caracteres distintos de los que se indican aquí, es necesario colocarles una contrabarra (\\) antes o entrecomillarlos (\" \")."
|
||||
|
||||
#. 2VEmR
|
||||
#. SqAeG
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153139\n"
|
||||
"help.text"
|
||||
msgid "\\ : The backslash displays the next character in the format code."
|
||||
msgstr "\\ : La barra oblicua inversa muestra el carácter siguiente del código del formato."
|
||||
msgid "<emph>\\ :</emph> The backslash displays the next character in the <literal>format</literal> code."
|
||||
msgstr ""
|
||||
|
||||
#. UFfdk
|
||||
#. CBbYy
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153366\n"
|
||||
"help.text"
|
||||
msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
|
||||
msgstr "Los caracteres del código de formato que tienen un significado especial solo pueden mostrarse como literales si están precedidos por una contrabarra. La propia contrabarra no puede mostrarse a menos que se digite dos veces (\\\\) en el código de formato."
|
||||
msgid "Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
|
||||
msgstr ""
|
||||
|
||||
#. L4LbT
|
||||
#: 03120301.xhp
|
||||
@@ -31201,23 +31318,23 @@ msgctxt ""
|
||||
msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
|
||||
msgstr "Los caracteres que deben precederse por una barra oblicua inversa en el código de formato para que se muestren como caracteres literales son: caracteres de formato de hora y fecha (a, c, d, h, m, n, p, q, s, t, w, y, /, :), caracteres de formato numérico (#, 0, %, E, e, coma, punto) y caracteres de formato de cadena (@, &, <, >, !)."
|
||||
|
||||
#. NN8eT
|
||||
#. BCQqy
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3145749\n"
|
||||
"help.text"
|
||||
msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
|
||||
msgstr "También se puede usar los formatos numéricos predefinidos siguientes. Excepto para \"General Number\" todos los códigos de formato predefinidos devuelven el número con dos espacios decimales."
|
||||
msgid "You can also use the following predefined number formats. Except for <literal>\"General Number\"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places."
|
||||
msgstr ""
|
||||
|
||||
#. fkPvC
|
||||
#. MDb3h
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3150113\n"
|
||||
"help.text"
|
||||
msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
|
||||
msgstr "Si se usan formatos predefinidos, el nombre del formato debe incluirse entre comillas."
|
||||
msgid "If you use predefined formats, the name of the <literal>format</literal> must be enclosed in quotation marks."
|
||||
msgstr ""
|
||||
|
||||
#. GT9Rs
|
||||
#: 03120301.xhp
|
||||
@@ -31282,14 +31399,14 @@ msgctxt ""
|
||||
msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
|
||||
msgstr "<emph>Scientific:</emph> Muestra números en formato científico (por ejemplo, 1,00E+03 para 1000)."
|
||||
|
||||
#. cMtWm
|
||||
#. AAj9K
|
||||
#: 03120301.xhp
|
||||
msgctxt ""
|
||||
"03120301.xhp\n"
|
||||
"par_id3153707\n"
|
||||
"help.text"
|
||||
msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
|
||||
msgstr "Un código de formato puede dividirse en tres secciones que se separan por caracteres de punto y coma. La primera parte define el formato para valores positivos, la segunda para valores negativos y la tercera para cero. Si sólo se especifica un código de formato, se aplica a todos los números."
|
||||
msgid "A <literal>format</literal> code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one <literal>format</literal> code, it applies to all numbers."
|
||||
msgstr ""
|
||||
|
||||
#. ZsNPC
|
||||
#: 03120301.xhp
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-05-01 20:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1564682427.000000\n"
|
||||
|
||||
#. sZfWF
|
||||
@@ -20084,7 +20084,7 @@ msgctxt ""
|
||||
"par_id4076357\n"
|
||||
"help.text"
|
||||
msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
|
||||
msgstr "Una de las entradas puede ser los nombres de los campos de datos. Los nombres de campos de datos pueden ser separados de las tablas de piloto de datos solamente un campo de datos, de lo contrario debe estar presente."
|
||||
msgstr "Una de las entradas puede ser el nombre del campo de datos. El nombre del campo de datos puede omitirse si la tabla dinámica contiene solamente un campo de datos, pero de lo contrario debe estar presente."
|
||||
|
||||
#. TFWzU
|
||||
#: 04060109.xhp
|
||||
@@ -47912,7 +47912,7 @@ msgctxt ""
|
||||
"hd_id3153768\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
|
||||
msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documento\">Documento</link>"
|
||||
msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documentos\">Documentos</link>"
|
||||
|
||||
#. 3GYGr
|
||||
#: 06060100.xhp
|
||||
@@ -47921,7 +47921,7 @@ msgctxt ""
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Protecting Sheet"
|
||||
msgstr "Proteger hoja"
|
||||
msgstr "Proteger la hoja"
|
||||
|
||||
#. du7pC
|
||||
#: 06060100.xhp
|
||||
@@ -47948,7 +47948,7 @@ msgctxt ""
|
||||
"par_id3148664\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protege las celdas de la hoja actual para evitar que se las modifique.</ahelp></variable>"
|
||||
|
||||
#. YZ3HB
|
||||
#: 06060100.xhp
|
||||
@@ -47966,7 +47966,7 @@ msgctxt ""
|
||||
"par_id3149664\n"
|
||||
"help.text"
|
||||
msgid "To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href=\"text/scalc/01/05020600.xhp\" name=\"Format - Cells - Cell Protection\"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu."
|
||||
msgstr "Para proteger celdas contra modificaciones deberá seleccionar la opción <emph>Protegido</emph> en la pestaña <link href=\"text/scalc/01/05020600.xhp\" name=\"Formato - Celda - Protección de celda\"><emph>Formato - Celda - Protección de celda</emph></link> o en el menú contextual <emph>Formatear celdas</emph>."
|
||||
msgstr "Para proteger celdas contra modificaciones deberá activar la casilla <emph>Protegido</emph> en la pestaña <link href=\"text/scalc/01/05020600.xhp\" name=\"Formato - Celdas - Protección de celdas\"><emph>Formato ▸ Celdas ▸ Protección de celdas</emph></link> o en el menú contextual <emph>Formato de celdas</emph>."
|
||||
|
||||
#. eUvfv
|
||||
#: 06060100.xhp
|
||||
@@ -47984,7 +47984,7 @@ msgctxt ""
|
||||
"par_id381619431285815\n"
|
||||
"help.text"
|
||||
msgid "Mark this checkbox to activate protection of sheet and cell contents."
|
||||
msgstr ""
|
||||
msgstr "Marque esta casilla para activar la protección de los contenidos de la hoja y de las celdas."
|
||||
|
||||
#. SFevC
|
||||
#: 06060100.xhp
|
||||
@@ -48002,7 +48002,7 @@ msgctxt ""
|
||||
"par_id851619431300487\n"
|
||||
"help.text"
|
||||
msgid "Allows you to enter a password to protect the sheet from unauthorized changes. Confirm the password entered in the first box."
|
||||
msgstr ""
|
||||
msgstr "Le permite introducir una contraseña con la que proteger la hoja ante modificaciones no autorizadas. Debe confirmar la contraseña que haya introducido en el primer cuadro."
|
||||
|
||||
#. WX7Gh
|
||||
#: 06060100.xhp
|
||||
@@ -48020,7 +48020,7 @@ msgctxt ""
|
||||
"par_id41619431361278\n"
|
||||
"help.text"
|
||||
msgid "Select the elements to protect from user actions:"
|
||||
msgstr ""
|
||||
msgstr "Seleccione aquellos elementos que se habrán de proteger contra acciones de usuario:"
|
||||
|
||||
#. 9Mc4m
|
||||
#: 06060100.xhp
|
||||
@@ -52628,7 +52628,7 @@ msgctxt ""
|
||||
"bm_id711386\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
|
||||
msgstr "<bookmark_value>ocultar;campos de datos, de cálculos en el Piloto de datos</bookmark_value><bookmark_value>mostrar opciones en el Piloto de datos</bookmark_value><bookmark_value>ordenar;opciones en el Piloto de datos</bookmark_value><bookmark_value>opciones del campo de datos para el Piloto de datos</bookmark_value>"
|
||||
msgstr "<bookmark_value>ocultar;campos de datos, de cálculos de tabla dinámica</bookmark_value><bookmark_value>opciones de visualización en tabla dinámica</bookmark_value><bookmark_value>ordenar;opciones en una tabla dinámica</bookmark_value><bookmark_value>opciones del campo de datos para tablas dinámicas</bookmark_value>"
|
||||
|
||||
#. rZueD
|
||||
#: 12090106.xhp
|
||||
@@ -52646,7 +52646,7 @@ msgctxt ""
|
||||
"par_idN10546\n"
|
||||
"help.text"
|
||||
msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
|
||||
msgstr "Puede especificar opciones adicionales para los campos de datos de columna, fila y página en el <link href=\"text/scalc/01/12090105.xhp\">Piloto de datos</link>."
|
||||
msgstr "Es posible especificar en la <link href=\"text/scalc/01/12090105.xhp\">tabla dinámica</link> opciones adicionales para las columnas, las filas y los campos de datos de la página."
|
||||
|
||||
#. ATBoM
|
||||
#: 12090106.xhp
|
||||
@@ -57562,22 +57562,22 @@ msgctxt ""
|
||||
msgid "<ahelp hid=\".\"><variable id=\"countifs_des\">Returns the count of cells that meet criteria in multiple ranges.</variable></ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. fyEW6
|
||||
#. jbwVT
|
||||
#: func_countifs.xhp
|
||||
msgctxt ""
|
||||
"func_countifs.xhp\n"
|
||||
"par_id27421466710275\n"
|
||||
"help.text"
|
||||
msgid "COUNTIFS(Range1; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])"
|
||||
msgid "COUNTIFS(Range; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])"
|
||||
msgstr ""
|
||||
|
||||
#. 2BB8K
|
||||
#. KTAXW
|
||||
#: func_countifs.xhp
|
||||
msgctxt ""
|
||||
"func_countifs.xhp\n"
|
||||
"par_id14734320631377\n"
|
||||
"help.text"
|
||||
msgid "<emph>Range1, Range2, ...</emph> and <emph>Criterion1, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument."
|
||||
msgid "<emph>Range, Range2, ...</emph> and <emph>Criterion, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument."
|
||||
msgstr ""
|
||||
|
||||
#. ZuFZj
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-03-18 21:36+0000\n"
|
||||
"PO-Revision-Date: 2021-05-01 20:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
"X-POOTLE-MTIME: 1564692214.000000\n"
|
||||
|
||||
#. NXy6S
|
||||
@@ -2030,7 +2030,7 @@ msgctxt ""
|
||||
"par_idN106C0\n"
|
||||
"help.text"
|
||||
msgid "To protect the cells from being changed, viewed or printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <link href=\"text/scalc/01/06060100.xhp\" name=\"Tools protect sheet\"><menuitem>Tools - Protect Sheet</menuitem></link>."
|
||||
msgstr ""
|
||||
msgstr "Para proteger las celdas de forma que no sean modificadas, visualizables o impresas conforme a la configuración del cuadro de diálogo <emph>Formato ▸ Celdas</emph>, elija <link href=\"text/scalc/01/06060100.xhp\" name=\"Tools protect sheet\"><menuitem>Herramientas ▸ Proteger libro</menuitem></link>."
|
||||
|
||||
#. doYSo
|
||||
#: cell_protect.xhp
|
||||
@@ -3236,7 +3236,7 @@ msgctxt ""
|
||||
"bm_id471607970579914\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>anchor;image</bookmark_value><bookmark_value>image anchor;in Calc</bookmark_value><bookmark_value>image anchor in Calc;changing</bookmark_value>"
|
||||
msgstr ""
|
||||
msgstr "<bookmark_value>ancla;imagen</bookmark_value><bookmark_value>anclaje de imágenes;en Calc</bookmark_value><bookmark_value>anclaje de imágenes en Calc; cambiar</bookmark_value>"
|
||||
|
||||
#. t3pgZ
|
||||
#: change_image_anchor.xhp
|
||||
@@ -3254,7 +3254,7 @@ msgctxt ""
|
||||
"par_id881607972030094\n"
|
||||
"help.text"
|
||||
msgid "Images are inserted in a Calc spreadsheet anchored to cells by default and do not resize when the cell is moved."
|
||||
msgstr ""
|
||||
msgstr "Las imágenes en las hojas de cálculo de Calc se insertan, de manera predeterminada, ancladas a las celdas, y no se redimensionan cuando se mueve la celda."
|
||||
|
||||
#. gFthU
|
||||
#: change_image_anchor.xhp
|
||||
@@ -4973,7 +4973,7 @@ msgctxt ""
|
||||
"bm_id4195684\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>grouping; pivot tables</bookmark_value><bookmark_value>pivot table function;grouping table entries</bookmark_value><bookmark_value>ungrouping entries in pivot tables</bookmark_value>"
|
||||
msgstr "<bookmark_value>agrupar;tablas del Piloto de datos</bookmark_value><bookmark_value>Piloto de datos;agrupar entradas de tabla</bookmark_value><bookmark_value>desagrupar entradas en tablas del Piloto de datos</bookmark_value>"
|
||||
msgstr "<bookmark_value>agrupar;tablas dinámicas</bookmark_value><bookmark_value>funcionalidad de tablas dinámicas;agrupar entradas de tabla</bookmark_value><bookmark_value>desagrupar entradas en tablas dinámicas</bookmark_value>"
|
||||
|
||||
#. NEBhF
|
||||
#: datapilot_grouping.xhp
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-05-04 10:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -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 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
|
||||
#. ugSgG
|
||||
#: 02000000.xhp
|
||||
@@ -3507,13 +3507,13 @@ msgctxt ""
|
||||
msgid "Format example"
|
||||
msgstr ""
|
||||
|
||||
#. V3i6o
|
||||
#. CrqiQ
|
||||
#: 05010000.xhp
|
||||
msgctxt ""
|
||||
"05010000.xhp\n"
|
||||
"par_id3155131\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays the format code to assign to the field value that you can select with the <emph>Format Field</emph> button.</ahelp>"
|
||||
msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays a sample of the format code of the field by applying it to the default value. Select the format code with the <emph>Format Field</emph> button.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. A2jGQ
|
||||
@@ -4011,23 +4011,23 @@ msgctxt ""
|
||||
msgid "The update and delete options are only available if they are supported by the database used."
|
||||
msgstr "Las opciones de actualización y eliminación solo estarán disponibles si la base de datos utilizada admite tales operaciones."
|
||||
|
||||
#. BDC5P
|
||||
#. gdhcZ
|
||||
#: 05020100.xhp
|
||||
msgctxt ""
|
||||
"05020100.xhp\n"
|
||||
"hd_id3155341\n"
|
||||
"help.text"
|
||||
msgid "Tables"
|
||||
msgstr "Tablas"
|
||||
msgid "Tables involved"
|
||||
msgstr ""
|
||||
|
||||
#. BAGsd
|
||||
#. P78bc
|
||||
#: 05020100.xhp
|
||||
msgctxt ""
|
||||
"05020100.xhp\n"
|
||||
"par_id3153880\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">Aquí se muestran las dos tablas relacionadas.</ahelp> Si crea una relación nueva, será capaz de seleccionar una tabla de cada uno de los cuadros combinados situados en la parte superior del cuadro de diálogo."
|
||||
msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
|
||||
msgstr ""
|
||||
|
||||
#. 4UCC7
|
||||
#: 05020100.xhp
|
||||
@@ -5044,7 +5044,7 @@ msgctxt ""
|
||||
"hd_id3145669\n"
|
||||
"help.text"
|
||||
msgid "Table name"
|
||||
msgstr ""
|
||||
msgstr "Nombre de tabla"
|
||||
|
||||
#. hfNJd
|
||||
#: 05040100.xhp
|
||||
@@ -5053,7 +5053,7 @@ msgctxt ""
|
||||
"par_id3147834\n"
|
||||
"help.text"
|
||||
msgid "Displays the name of the selected database table."
|
||||
msgstr ""
|
||||
msgstr "Muestra el nombre de la tabla de base de datos seleccionada."
|
||||
|
||||
#. mxdWQ
|
||||
#: 05040100.xhp
|
||||
@@ -5215,7 +5215,7 @@ msgctxt ""
|
||||
"par_id3159399\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\".\">Permite que un usuario modifique las referencias definidas para, por ejemplo, indicar relaciones nuevas para la tabla o eliminar las existentes.</ahelp>"
|
||||
|
||||
#. 2sbVx
|
||||
#: 05040200.xhp
|
||||
@@ -5224,7 +5224,7 @@ msgctxt ""
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "Descripción"
|
||||
|
||||
#. EwUEa
|
||||
#: 05040200.xhp
|
||||
@@ -5233,7 +5233,7 @@ msgctxt ""
|
||||
"hd_id3109850\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/05040200.xhp\" name=\"Description\">Description</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/sdatabase/05040200.xhp\" name=\"Description\">Descripción</link>"
|
||||
|
||||
#. h4VES
|
||||
#: 05040200.xhp
|
||||
@@ -5242,7 +5242,7 @@ msgctxt ""
|
||||
"hd_id3157898\n"
|
||||
"help.text"
|
||||
msgid "Table description"
|
||||
msgstr ""
|
||||
msgstr "Descripción de tabla"
|
||||
|
||||
#. ABb4R
|
||||
#: 05040200.xhp
|
||||
@@ -5251,6 +5251,771 @@ msgctxt ""
|
||||
"par_id3154422\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Muestra la descripción de la tabla seleccionada.</ahelp>"
|
||||
|
||||
#. jpgRA
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Data sources in $[officename]"
|
||||
msgstr ""
|
||||
|
||||
#. w4Ehh
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"bm_id3155449\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. HwcVW
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3151299\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/05040200.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
|
||||
msgstr ""
|
||||
|
||||
#. PNBCF
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"help.text"
|
||||
msgid "Selecting the Address Book"
|
||||
msgstr ""
|
||||
|
||||
#. GeoEc
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3153049\n"
|
||||
"help.text"
|
||||
msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>."
|
||||
msgstr ""
|
||||
|
||||
#. hdhBt
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3147275\n"
|
||||
"help.text"
|
||||
msgid "Opening a Data Source"
|
||||
msgstr ""
|
||||
|
||||
#. C7ppK
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3154143\n"
|
||||
"help.text"
|
||||
msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document."
|
||||
msgstr ""
|
||||
|
||||
#. qiyEE
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3154046\n"
|
||||
"help.text"
|
||||
msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
|
||||
msgstr ""
|
||||
|
||||
#. 884eA
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "ODBC"
|
||||
msgstr ""
|
||||
|
||||
#. GCT7W
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149031\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/11020000.xhp\" name=\"ODBC\">ODBC</link>"
|
||||
msgstr ""
|
||||
|
||||
#. kyqcm
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150499\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. Dbr2C
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3148642\n"
|
||||
"help.text"
|
||||
msgid "User Name"
|
||||
msgstr ""
|
||||
|
||||
#. WBXTJ
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154514\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. DpZgn
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3153665\n"
|
||||
"help.text"
|
||||
msgid "Password required"
|
||||
msgstr ""
|
||||
|
||||
#. HaYKD
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3145119\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. QWAfC
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3153087\n"
|
||||
"help.text"
|
||||
msgid "Driver Settings"
|
||||
msgstr ""
|
||||
|
||||
#. FFBSB
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3143271\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. ETNaE
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3152472\n"
|
||||
"help.text"
|
||||
msgid "Character Set"
|
||||
msgstr ""
|
||||
|
||||
#. SCzpp
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3151245\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
|
||||
msgstr ""
|
||||
|
||||
#. xBEZv
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149669\n"
|
||||
"help.text"
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#. REocx
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3147265\n"
|
||||
"help.text"
|
||||
msgid "Retrieve generated values"
|
||||
msgstr ""
|
||||
|
||||
#. ToEkf
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3151054\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
|
||||
msgstr ""
|
||||
|
||||
#. aokLy
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3150400\n"
|
||||
"help.text"
|
||||
msgid "Auto-increment statement"
|
||||
msgstr ""
|
||||
|
||||
#. HFuC7
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154366\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:"
|
||||
msgstr ""
|
||||
|
||||
#. C5Mvn
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3159149\n"
|
||||
"help.text"
|
||||
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
|
||||
msgstr ""
|
||||
|
||||
#. M4YsG
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3147084\n"
|
||||
"help.text"
|
||||
msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
|
||||
msgstr ""
|
||||
|
||||
#. 2pPyd
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154909\n"
|
||||
"help.text"
|
||||
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
|
||||
msgstr ""
|
||||
|
||||
#. wyFqp
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3152933\n"
|
||||
"help.text"
|
||||
msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
|
||||
msgstr ""
|
||||
|
||||
#. cFjbY
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149765\n"
|
||||
"help.text"
|
||||
msgid "Query of generated values"
|
||||
msgstr ""
|
||||
|
||||
#. EnHXJ
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3145171\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
|
||||
msgstr ""
|
||||
|
||||
#. KdqAK
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150769\n"
|
||||
"help.text"
|
||||
msgid "SELECT LAST_INSERT_D();"
|
||||
msgstr ""
|
||||
|
||||
#. UcUfT
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3157892\n"
|
||||
"help.text"
|
||||
msgid "Use SQL92 naming constraints"
|
||||
msgstr ""
|
||||
|
||||
#. nvCRa
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3153368\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
|
||||
msgstr ""
|
||||
|
||||
#. 9BNi4
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3154011\n"
|
||||
"help.text"
|
||||
msgid "Use Catalog for file-based databases"
|
||||
msgstr ""
|
||||
|
||||
#. BaWgu
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3148618\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. RBCN4
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "dBASE"
|
||||
msgstr ""
|
||||
|
||||
#. jQexT
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3153539\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/11030000.xhp\" name=\"dBase\">dBASE</link>"
|
||||
msgstr ""
|
||||
|
||||
#. EFxxW
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3147088\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. bSnXm
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3151110\n"
|
||||
"help.text"
|
||||
msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
|
||||
msgstr ""
|
||||
|
||||
#. irtxH
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3149233\n"
|
||||
"help.text"
|
||||
msgid "Display inactive records"
|
||||
msgstr ""
|
||||
|
||||
#. Y4AnV
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3153823\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. 7vpRc
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3156023\n"
|
||||
"help.text"
|
||||
msgid "In dBASE format, deleted records remain in the file."
|
||||
msgstr ""
|
||||
|
||||
#. ZYefW
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3151384\n"
|
||||
"help.text"
|
||||
msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
|
||||
msgstr ""
|
||||
|
||||
#. 5LBSi
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id0904200811094971\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. Gmun9
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3149047\n"
|
||||
"help.text"
|
||||
msgid "Indexes"
|
||||
msgstr ""
|
||||
|
||||
#. BjWsR
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3161656\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. vMA8w
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Indexes"
|
||||
msgstr ""
|
||||
|
||||
#. x4TDi
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3148983\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\">Indexes</link>"
|
||||
msgstr ""
|
||||
|
||||
#. DmGsN
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3150247\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
|
||||
msgstr ""
|
||||
|
||||
#. Aj5Uz
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3155339\n"
|
||||
"help.text"
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
#. bzzGv
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3152551\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. eyouE
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3159233\n"
|
||||
"help.text"
|
||||
msgid "Table Indexes"
|
||||
msgstr ""
|
||||
|
||||
#. hyCqp
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3143267\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
|
||||
msgstr ""
|
||||
|
||||
#. scWXw
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3148538\n"
|
||||
"help.text"
|
||||
msgid "Free Indexes"
|
||||
msgstr ""
|
||||
|
||||
#. mtGqS
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3151110\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
|
||||
msgstr ""
|
||||
|
||||
#. U4FQh
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3156152\n"
|
||||
"help.text"
|
||||
msgid "<"
|
||||
msgstr ""
|
||||
|
||||
#. sxDJi
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3150984\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. FPRFh
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3149416\n"
|
||||
"help.text"
|
||||
msgid "<<"
|
||||
msgstr ""
|
||||
|
||||
#. 45Vrm
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3145315\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. Ba8Z9
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3149579\n"
|
||||
"help.text"
|
||||
msgid ">"
|
||||
msgstr ""
|
||||
|
||||
#. EP9GN
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3149795\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. sAASQ
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3155629\n"
|
||||
"help.text"
|
||||
msgid ">>"
|
||||
msgstr ""
|
||||
|
||||
#. t2gbA
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3151245\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. LQcMC
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Execute SQL statement"
|
||||
msgstr ""
|
||||
|
||||
#. GDjji
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"bm_id3148983\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. JsqKF
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3153345\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
|
||||
msgstr ""
|
||||
|
||||
#. BtQ2b
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3154288\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. jhBMm
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3147275\n"
|
||||
"help.text"
|
||||
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
|
||||
msgstr ""
|
||||
|
||||
#. JZmCZ
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3154860\n"
|
||||
"help.text"
|
||||
msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
|
||||
msgstr ""
|
||||
|
||||
#. Ck9G4
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3149514\n"
|
||||
"help.text"
|
||||
msgid "Command to execute"
|
||||
msgstr ""
|
||||
|
||||
#. BHLbE
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3147618\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. 5DFEP
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3153087\n"
|
||||
"help.text"
|
||||
msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
|
||||
msgstr ""
|
||||
|
||||
#. XDWsR
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3145673\n"
|
||||
"help.text"
|
||||
msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
|
||||
msgstr ""
|
||||
|
||||
#. LjEvw
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3145611\n"
|
||||
"help.text"
|
||||
msgid "For more information on SQL commands, please consult the documentation that came with the database."
|
||||
msgstr ""
|
||||
|
||||
#. BQmT9
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3156024\n"
|
||||
"help.text"
|
||||
msgid "Previous commands"
|
||||
msgstr ""
|
||||
|
||||
#. hkxBT
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3149045\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. AvXck
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3154348\n"
|
||||
"help.text"
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. yhCpt
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3151054\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. BUpxX
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3154071\n"
|
||||
"help.text"
|
||||
msgid "Run"
|
||||
msgstr ""
|
||||
|
||||
#. qDYRx
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3151210\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. 93Xfs
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Table Filter"
|
||||
msgstr ""
|
||||
|
||||
#. bG74E
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"hd_id3150702\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sdatabase/11090000.xhp\" name=\"Tables\">Table Filter</link>"
|
||||
msgstr ""
|
||||
|
||||
#. NLCCV
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"par_id3149164\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. axsoU
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"hd_id3154923\n"
|
||||
"help.text"
|
||||
msgid "Sort Ascending"
|
||||
msgstr ""
|
||||
|
||||
#. XFbZd
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"par_id3147559\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. cLmBi
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.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 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1561043947.000000\n"
|
||||
|
||||
#. 3B8ZN
|
||||
@@ -2248,13 +2248,13 @@ msgctxt ""
|
||||
msgid "Direct and Style Formatting"
|
||||
msgstr "Formatos manuales y automáticos"
|
||||
|
||||
#. DCSZA
|
||||
#. QaB9M
|
||||
#: 00000005.xhp
|
||||
msgctxt ""
|
||||
"00000005.xhp\n"
|
||||
"par_id431619103899855\n"
|
||||
"help.text"
|
||||
msgid "A style is a set of formatting atributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents."
|
||||
msgid "A style is a set of formatting attributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents."
|
||||
msgstr ""
|
||||
|
||||
#. GDMrG
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-05-04 10:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1563740777.000000\n"
|
||||
|
||||
#. 3u8hR
|
||||
@@ -878,7 +878,7 @@ msgctxt ""
|
||||
"par_id3149235\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/cardmediumpage/type\">Select the size format that you want to use. The available formats depend on the brand on what you selected in the <emph>Brand</emph> list. If you want to use a custom label format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/cardmediumpage/type\">Seleccione el formato de tamaño que desee usar. Los formatos disponibles dependen de la marca seleccionada en la lista <emph>Marca</emph>. Si desea utilizar un formato de etiqueta personalizado, seleccione <emph>[Usuario]</emph> y, a continuación, pulse en la ficha <link href=\"text/shared/01/01010202.xhp\" name=\"Formato\"><emph>Formato</emph></link> para definir el formato.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/cardmediumpage/type\">Seleccione el formato de tamaño que desee usar. Los formatos disponibles dependen de la marca seleccionada en la lista <emph>Marca</emph>. Si desea utilizar un formato de etiqueta personalizado, seleccione <emph>[Usuario]</emph> y, a continuación, pulse en la pestaña <link href=\"text/shared/01/01010202.xhp\" name=\"Formato\"><emph>Formato</emph></link> para definir el formato.</ahelp>"
|
||||
|
||||
#. ndEoL
|
||||
#: 01010201.xhp
|
||||
@@ -4804,13 +4804,13 @@ msgctxt ""
|
||||
msgid "From which"
|
||||
msgstr ""
|
||||
|
||||
#. 8bGAj
|
||||
#. tHVZf
|
||||
#: 01130000.xhp
|
||||
msgctxt ""
|
||||
"01130000.xhp\n"
|
||||
"par_id35\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible valuer are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>."
|
||||
msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible values are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>."
|
||||
msgstr ""
|
||||
|
||||
#. fGCJk
|
||||
@@ -5360,7 +5360,7 @@ msgctxt ""
|
||||
"hd_id191619249318059\n"
|
||||
"help.text"
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
msgstr "Documento"
|
||||
|
||||
#. HCE3W
|
||||
#: 01130000.xhp
|
||||
@@ -5369,7 +5369,7 @@ msgctxt ""
|
||||
"hd_id151619249336236\n"
|
||||
"help.text"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
msgstr "Tipo"
|
||||
|
||||
#. siLoT
|
||||
#: 01130000.xhp
|
||||
@@ -5387,7 +5387,7 @@ msgctxt ""
|
||||
"hd_id481619249411436\n"
|
||||
"help.text"
|
||||
msgid "Slides per page"
|
||||
msgstr ""
|
||||
msgstr "Diapositivas por página"
|
||||
|
||||
#. jCCGW
|
||||
#: 01130000.xhp
|
||||
@@ -5405,7 +5405,7 @@ msgctxt ""
|
||||
"hd_id551619249466371\n"
|
||||
"help.text"
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
msgstr "Orden"
|
||||
|
||||
#. EFRwZ
|
||||
#: 01130000.xhp
|
||||
@@ -5423,7 +5423,7 @@ msgctxt ""
|
||||
"hd_id381619249533203\n"
|
||||
"help.text"
|
||||
msgid "Contents"
|
||||
msgstr ""
|
||||
msgstr "Contenido"
|
||||
|
||||
#. pPE9M
|
||||
#: 01130000.xhp
|
||||
@@ -5432,7 +5432,7 @@ msgctxt ""
|
||||
"hd_id51619249550596\n"
|
||||
"help.text"
|
||||
msgid "Slide name"
|
||||
msgstr ""
|
||||
msgstr "Nombre de diapositiva"
|
||||
|
||||
#. HXyPD
|
||||
#: 01130000.xhp
|
||||
@@ -5450,7 +5450,7 @@ msgctxt ""
|
||||
"hd_id301619249622789\n"
|
||||
"help.text"
|
||||
msgid "Date and time"
|
||||
msgstr ""
|
||||
msgstr "Fecha y hora"
|
||||
|
||||
#. EAB8Q
|
||||
#: 01130000.xhp
|
||||
@@ -5486,7 +5486,7 @@ msgctxt ""
|
||||
"hd_id891619249661371\n"
|
||||
"help.text"
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
msgstr "Color"
|
||||
|
||||
#. pnfBm
|
||||
#: 01130000.xhp
|
||||
@@ -5495,7 +5495,7 @@ msgctxt ""
|
||||
"hd_id781619249791597\n"
|
||||
"help.text"
|
||||
msgid "Original colors"
|
||||
msgstr ""
|
||||
msgstr "Colores originales"
|
||||
|
||||
#. pXcAY
|
||||
#: 01130000.xhp
|
||||
@@ -15523,13 +15523,13 @@ msgctxt ""
|
||||
msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press <keycode>Shift+Ctrl+X</keycode>."
|
||||
msgstr ""
|
||||
|
||||
#. BsVyF
|
||||
#. uGgku
|
||||
#: 05010000.xhp
|
||||
msgctxt ""
|
||||
"05010000.xhp\n"
|
||||
"par_id91619108534060\n"
|
||||
"help.text"
|
||||
msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Togle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar."
|
||||
msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Toggle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar."
|
||||
msgstr ""
|
||||
|
||||
#. rQFC8
|
||||
@@ -35069,7 +35069,7 @@ msgctxt ""
|
||||
"par_id311601648361449\n"
|
||||
"help.text"
|
||||
msgid "<image src=\"media/helpimg/sdraw/distribute-orig.svg\" id=\"img_id11601648361449\" width=\"416px\" height=\"300px\"><alt id=\"alt_id791601648361450\">Original object distribution</alt></image>"
|
||||
msgstr ""
|
||||
msgstr "<image src=\"media/helpimg/sdraw/distribute-orig.svg\" id=\"img_id11601648361449\" width=\"416px\" height=\"300px\"><alt id=\"alt_id791601648361450\">Distribución original de los objetos</alt></image>"
|
||||
|
||||
#. 3h7pC
|
||||
#: 05360000.xhp
|
||||
@@ -35078,7 +35078,7 @@ msgctxt ""
|
||||
"hd_id3149811\n"
|
||||
"help.text"
|
||||
msgid "Horizontally"
|
||||
msgstr "Horizontal"
|
||||
msgstr "Horizontalmente"
|
||||
|
||||
#. rPwFr
|
||||
#: 05360000.xhp
|
||||
@@ -35204,7 +35204,7 @@ msgctxt ""
|
||||
"hd_id3150245\n"
|
||||
"help.text"
|
||||
msgid "Vertically"
|
||||
msgstr "Vertical"
|
||||
msgstr "Verticalmente"
|
||||
|
||||
#. sGFAZ
|
||||
#: 05360000.xhp
|
||||
@@ -35330,7 +35330,7 @@ msgctxt ""
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Text Attributes"
|
||||
msgstr ""
|
||||
msgstr "Atributos de texto"
|
||||
|
||||
#. dZtp3
|
||||
#: 05990000.xhp
|
||||
@@ -35339,7 +35339,7 @@ msgctxt ""
|
||||
"hd_id3155757\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text Attributes</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Atributos de texto</link>"
|
||||
|
||||
#. B2wiN
|
||||
#: 05990000.xhp
|
||||
|
||||
@@ -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: 2021-04-27 17:02+0200\n"
|
||||
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
|
||||
"PO-Revision-Date: 2021-05-04 10:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -7205,7 +7205,7 @@ msgctxt ""
|
||||
"par_idN11167\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Select the mode of linking a list box with a linked cell on a spreadsheet.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\".\">Seleccione el modo de enlace de un cuadro de lista con una celda enlazada en una hoja de cálculo.</ahelp>"
|
||||
|
||||
#. yEnp8
|
||||
#: 01170102.xhp
|
||||
@@ -9653,7 +9653,7 @@ msgctxt ""
|
||||
"par_id3152425\n"
|
||||
"help.text"
|
||||
msgid "Note that the XListener- and method components of this option are case sensitive."
|
||||
msgstr "Tenga en cuenta que Xlistener- y los componentes de método de esta opción distinguen entre mayúsculas y minúsculas."
|
||||
msgstr "Tenga en cuenta que los componentes del método y de la interfaz Xlistener de esta opción distinguen entre mayúsculas y minúsculas."
|
||||
|
||||
#. G3qH4
|
||||
#: 01170700.xhp
|
||||
@@ -9734,7 +9734,7 @@ msgctxt ""
|
||||
"par_id3146797\n"
|
||||
"help.text"
|
||||
msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
|
||||
msgstr "Durante la exportación, el lenguaje de script predeterminado se definirá en función del primer módulo encontrado en la gestión de macros. Para acciones, sólo se puede utilizar un lenguaje por documento."
|
||||
msgstr "Durante la exportación, el lenguaje interpretado predeterminado se definirá en función del primer módulo encontrado en la gestión de macros. En el caso de los sucesos, solo se puede utilizar un lenguaje por documento."
|
||||
|
||||
#. HaBAA
|
||||
#: 01170800.xhp
|
||||
|
||||
@@ -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: 2021-04-27 17:03+0200\n"
|
||||
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
|
||||
"PO-Revision-Date: 2021-04-25 08:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/es/>\n"
|
||||
@@ -16,771 +16,6 @@ msgstr ""
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1550598512.000000\n"
|
||||
|
||||
#. jpgRA
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Data sources in $[officename]"
|
||||
msgstr "Orígenes de datos en $[officename]"
|
||||
|
||||
#. w4Ehh
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"bm_id3155449\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
|
||||
msgstr "<bookmark_value>bases de datos;arrastrar y colocar (Base)</bookmark_value>"
|
||||
|
||||
#. AqvhY
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3151299\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Orígenes de datos en $[officename]\">Orígenes de datos en $[officename].</link>"
|
||||
|
||||
#. PNBCF
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"help.text"
|
||||
msgid "Selecting the Address Book"
|
||||
msgstr "Seleccionar la Libreta de direcciones"
|
||||
|
||||
#. GeoEc
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3153049\n"
|
||||
"help.text"
|
||||
msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>."
|
||||
msgstr "Para seleccionar la libreta de direcciones que quiere emplear, elija <link href=\"text/shared/01/01110101.xhp\" name=\"Herramientas - Origen de libreta de direcciones\"><emph>Herramientas ▸ Origen de libreta de direcciones</emph></link>."
|
||||
|
||||
#. hdhBt
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"hd_id3147275\n"
|
||||
"help.text"
|
||||
msgid "Opening a Data Source"
|
||||
msgstr "Abrir un origen de datos"
|
||||
|
||||
#. C7ppK
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3154143\n"
|
||||
"help.text"
|
||||
msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document."
|
||||
msgstr ""
|
||||
|
||||
#. qiyEE
|
||||
#: 11000002.xhp
|
||||
msgctxt ""
|
||||
"11000002.xhp\n"
|
||||
"par_id3154046\n"
|
||||
"help.text"
|
||||
msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
|
||||
msgstr "Para ver el contenido de una base de datos, pulse en el signo más (+) que hay delante del nombre de la vista de origen de datos."
|
||||
|
||||
#. 884eA
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "ODBC"
|
||||
msgstr "ODBC"
|
||||
|
||||
#. QkyCA
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149031\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
|
||||
|
||||
#. kyqcm
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150499\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Especifica la configuración de las bases de datos <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link>. Incluye los datos de acceso del usuario, la configuración del controlador y las definiciones de tipos de letra.</ahelp>"
|
||||
|
||||
#. Dbr2C
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3148642\n"
|
||||
"help.text"
|
||||
msgid "User Name"
|
||||
msgstr "Nombre de usuario"
|
||||
|
||||
#. WBXTJ
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154514\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Escriba el nombre de usuario para acceder a la base de datos.</ahelp>"
|
||||
|
||||
#. DpZgn
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3153665\n"
|
||||
"help.text"
|
||||
msgid "Password required"
|
||||
msgstr "Se requiere una contraseña"
|
||||
|
||||
#. HaYKD
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3145119\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Impide que los usuarios no autorizados accedan a la base de datos. La contraseña solo debe introducirse una vez por sesión.</ahelp>"
|
||||
|
||||
#. QWAfC
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3153087\n"
|
||||
"help.text"
|
||||
msgid "Driver Settings"
|
||||
msgstr "Opciones del controlador"
|
||||
|
||||
#. FFBSB
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3143271\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/odbcpage/options\" visibility=\"visible\">En este cuadro de texto se definen opciones adicionales del controlador en el caso de que esto sea necesario.</ahelp>"
|
||||
|
||||
#. ETNaE
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3152472\n"
|
||||
"help.text"
|
||||
msgid "Character Set"
|
||||
msgstr "Conjunto de caracteres"
|
||||
|
||||
#. SCzpp
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3151245\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
|
||||
msgstr "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Seleccione la conversión de código que se usará para ver la base de datos en $[officename]. Esto no afectará a la base de datos.</ahelp> Elija «Sistema» para usar el conjunto de caracteres predeterminado del sistema operativo. Las bases de datos de texto y dBASE solo pueden emplear conjuntos de caracteres con longitud de caracteres fija, donde todos los caracteres están codificados con la misma cantidad de bytes."
|
||||
|
||||
#. xBEZv
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149669\n"
|
||||
"help.text"
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#. REocx
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3147265\n"
|
||||
"help.text"
|
||||
msgid "Retrieve generated values"
|
||||
msgstr "Recuperar los valores generados"
|
||||
|
||||
#. ToEkf
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3151054\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Permite a $[officename] admitir campos de datos de incremento automático para la fuente de datos ODBC o JDBC actual.</ahelp> Seleccione esta opción si la base de datos no incorpora la función de incremento automático en su capa SDBCX. En general, la opción de incremento automático suele estar asociada al campo de llave primaria."
|
||||
|
||||
#. aokLy
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3150400\n"
|
||||
"help.text"
|
||||
msgid "Auto-increment statement"
|
||||
msgstr "Instrucción de incremento automático"
|
||||
|
||||
#. HFuC7
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154366\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Escriba una orden de SQL que indique al origen de datos que incremente automáticamente el campo de datos de tipo Entero especificado.</ahelp> Por ejemplo, una orden de SQL típica para crear un campo de datos es:"
|
||||
|
||||
#. C5Mvn
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3159149\n"
|
||||
"help.text"
|
||||
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
|
||||
msgstr "CREATE TABLE \"tabla1\" (\"id\" INTEGER)"
|
||||
|
||||
#. M4YsG
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3147084\n"
|
||||
"help.text"
|
||||
msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
|
||||
msgstr "Para incrementar automáticamente el campo de datos \"id\" en una base de datos MySQL, cambie la expresión por:"
|
||||
|
||||
#. 2pPyd
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3154909\n"
|
||||
"help.text"
|
||||
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
|
||||
msgstr "CREATE TABLE \"tabla1\" (\"id\" INTEGER AUTO_INCREMENT)"
|
||||
|
||||
#. wyFqp
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3152933\n"
|
||||
"help.text"
|
||||
msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
|
||||
msgstr "Es decir, escriba AUTO_INCREMENT en el cuadro <emph>Instrucción de incremento automático</emph>."
|
||||
|
||||
#. cFjbY
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3149765\n"
|
||||
"help.text"
|
||||
msgid "Query of generated values"
|
||||
msgstr "Consulta de los valores generados"
|
||||
|
||||
#. EnHXJ
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3145171\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Escriba una instrucción de SQL que devuelva el último valor de incremento automático del campo de datos de la clave primaria.</ahelp> Por ejemplo:"
|
||||
|
||||
#. KdqAK
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150769\n"
|
||||
"help.text"
|
||||
msgid "SELECT LAST_INSERT_D();"
|
||||
msgstr "SELECT LAST_INSERT_D();"
|
||||
|
||||
#. UcUfT
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3157892\n"
|
||||
"help.text"
|
||||
msgid "Use SQL92 naming constraints"
|
||||
msgstr "Utilizar las restricciones del nombre SQL92"
|
||||
|
||||
#. nvCRa
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3153368\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Permite únicamente el uso de nombres con caracteres que cumplan con las restricciones de nombres SQL92 en el origen de datos. Se rechaza el resto de los caracteres.</ahelp> Todos los nombres deben empezar por una letra mayúscula o minúscula o un guion bajo ( _ ). Los demás caracteres pueden ser letras ASCII, guiones bajos o números."
|
||||
|
||||
#. 9BNi4
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"hd_id3154011\n"
|
||||
"help.text"
|
||||
msgid "Use Catalog for file-based databases"
|
||||
msgstr "Usar catálogo con bases de datos basadas en archivo"
|
||||
|
||||
#. BaWgu
|
||||
#: 11020000.xhp
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3148618\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
|
||||
msgstr "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Usa el origen de datos actual del Catálogo. Esto es útil cuando el origen de datos ODBC es un servidor. Si el origen de datos ODBC es un controlador dBASE, no marque esta casilla de verificación.</ahelp>"
|
||||
|
||||
#. RBCN4
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "dBASE"
|
||||
msgstr "dBASE"
|
||||
|
||||
#. bWmM9
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3153539\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
|
||||
|
||||
#. EFxxW
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3147088\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Especifica las opciones de una base de datos dBASE.</ahelp>"
|
||||
|
||||
#. bSnXm
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3151110\n"
|
||||
"help.text"
|
||||
msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
|
||||
msgstr "Para poder definir relaciones entre tablas, utilice JDBC u ODBC en $[officename]."
|
||||
|
||||
#. irtxH
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3149233\n"
|
||||
"help.text"
|
||||
msgid "Display inactive records"
|
||||
msgstr "Mostrar los registros inactivos"
|
||||
|
||||
#. Y4AnV
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3153823\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Muestra todos los registros de un archivo, incluidos los marcados como borrados. Si selecciona esta opción, no podrá borrar registros.</ahelp>"
|
||||
|
||||
#. 7vpRc
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3156023\n"
|
||||
"help.text"
|
||||
msgid "In dBASE format, deleted records remain in the file."
|
||||
msgstr "En el formato dBASE, los registros eliminados permanecen en el archivo."
|
||||
|
||||
#. ZYefW
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3151384\n"
|
||||
"help.text"
|
||||
msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
|
||||
msgstr "Para ver los cambios efectuados en la base de datos, cierre la conexión con ella y vuelva a conectar."
|
||||
|
||||
#. 5LBSi
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id0904200811094971\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seleccione el codigo de conversion que quiera usar para ver la base de datos dentro de $[officename]. Esto no afeca la base de datos.</ahelp>"
|
||||
|
||||
#. Gmun9
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"hd_id3149047\n"
|
||||
"help.text"
|
||||
msgid "Indexes"
|
||||
msgstr "Índices"
|
||||
|
||||
#. wh2wn
|
||||
#: 11030000.xhp
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3161656\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Abre el diálogo <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indices,</emph></link> donde puede organizar la tabla de índices en la actual base de datos dBASE.</ahelp>"
|
||||
|
||||
#. vMA8w
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Indexes"
|
||||
msgstr "Índices"
|
||||
|
||||
#. aznJb
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3148983\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indexes</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indices</link>"
|
||||
|
||||
#. DmGsN
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3150247\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
|
||||
msgstr "<ahelp hid=\".\">Permite organizar los índices de base de datos dBASE.</ahelp> Un índice permite el acceso a la base de datos rápidamente, cuando la consulta de los datos sea através de los campos definidos en el índice. Cuando se diseña la tabla, puede definir los índices en la Ficha <emph>Indices </emph>."
|
||||
|
||||
#. Aj5Uz
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3155339\n"
|
||||
"help.text"
|
||||
msgid "Table"
|
||||
msgstr "Tabla"
|
||||
|
||||
#. bzzGv
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3152551\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Seleccione la tabla de la base de datos que quiere indizar.</ahelp>"
|
||||
|
||||
#. eyouE
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3159233\n"
|
||||
"help.text"
|
||||
msgid "Table Indexes"
|
||||
msgstr "Índices de la tabla"
|
||||
|
||||
#. hyCqp
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3143267\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Enumera los índices actuales para la tabla de base de datos seleccionada.</ahelp> Para borrar un índice de la lista, pulse en él y luego en la flecha derecha."
|
||||
|
||||
#. scWXw
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3148538\n"
|
||||
"help.text"
|
||||
msgid "Free Indexes"
|
||||
msgstr "Índices libres"
|
||||
|
||||
#. mtGqS
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3151110\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Enumera los índices disponibles que se pueden asignar a una tabla.</ahelp> Para asignar un índice a la tabla seleccionada, pulse en el símbolo de flecha izquierda. El símbolo de flecha izquierda doble asigna todos los índices disponibles."
|
||||
|
||||
#. U4FQh
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3156152\n"
|
||||
"help.text"
|
||||
msgid "<"
|
||||
msgstr "<"
|
||||
|
||||
#. sxDJi
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3150984\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Mueve el índice seleccionado a la lista <emph>Índices de tabla</emph>.</ahelp>"
|
||||
|
||||
#. FPRFh
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3149416\n"
|
||||
"help.text"
|
||||
msgid "<<"
|
||||
msgstr "<<"
|
||||
|
||||
#. 45Vrm
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3145315\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Mueve todos los índices disponibles hacia la lista <emph>Índices de tablas</emph>.</ahelp>"
|
||||
|
||||
#. Ba8Z9
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3149579\n"
|
||||
"help.text"
|
||||
msgid ">"
|
||||
msgstr ">"
|
||||
|
||||
#. EP9GN
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3149795\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Mueve los índices de tablas seleccionados hacia la lista <emph>Índices disponibles</emph>.</ahelp>"
|
||||
|
||||
#. sAASQ
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"hd_id3155629\n"
|
||||
"help.text"
|
||||
msgid ">>"
|
||||
msgstr ">>"
|
||||
|
||||
#. t2gbA
|
||||
#: 11030100.xhp
|
||||
msgctxt ""
|
||||
"11030100.xhp\n"
|
||||
"par_id3151245\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Mueve todos los índices de tablas hacia la lista <emph>Índices disponibles</emph>.</ahelp>"
|
||||
|
||||
#. LQcMC
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Execute SQL statement"
|
||||
msgstr "Ejecutar instrucción SQL"
|
||||
|
||||
#. GDjji
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"bm_id3148983\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
|
||||
msgstr "<bookmark_value>SQL;ejecutar instrucciones SQL (Base)</bookmark_value><bookmark_value>bases de datos;administración mediante SQL (Base)</bookmark_value>"
|
||||
|
||||
#. Fpgqa
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3153345\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Ejecutar instrucción SQL</link>"
|
||||
|
||||
#. BtQ2b
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3154288\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
|
||||
msgstr "<variable id=\"sqltext\"><ahelp hid=\".\">Abre un cuadro de diálogo en el que se puede escribir una orden SQL para administrar una base de datos.</ahelp></variable>"
|
||||
|
||||
#. jhBMm
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3147275\n"
|
||||
"help.text"
|
||||
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
|
||||
msgstr "En este diálogo puede digitar únicamente órdenes administrativas, tales como Grant, Create Table, o Drop Table, y no órdenes de filtrado. La orden que digite dependerá del origen de datos; por ejemplo, dBASE solo admite algunas órdenes SQL de las enumeradas aquí."
|
||||
|
||||
#. JZmCZ
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3154860\n"
|
||||
"help.text"
|
||||
msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
|
||||
msgstr ""
|
||||
|
||||
#. Ck9G4
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3149514\n"
|
||||
"help.text"
|
||||
msgid "Command to execute"
|
||||
msgstr "Orden que ejecutar"
|
||||
|
||||
#. BHLbE
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3147618\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Escriba la orden de administración de SQL que desee ejecutar.</ahelp>"
|
||||
|
||||
#. 5DFEP
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3153087\n"
|
||||
"help.text"
|
||||
msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
|
||||
msgstr "Por ejemplo, en el origen de datos «Bibliografía» puede utilizarse la orden SQL siguiente:"
|
||||
|
||||
#. XDWsR
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3145673\n"
|
||||
"help.text"
|
||||
msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
|
||||
msgstr "SELECT \"Address\" FROM \"biblio\" \"biblio\""
|
||||
|
||||
#. LjEvw
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3145611\n"
|
||||
"help.text"
|
||||
msgid "For more information on SQL commands, please consult the documentation that came with the database."
|
||||
msgstr "Para obtener más información acerca de órdenes de SQL, consulte la documentación incluida con la base de datos."
|
||||
|
||||
#. BQmT9
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3156024\n"
|
||||
"help.text"
|
||||
msgid "Previous commands"
|
||||
msgstr "Órdenes anteriores"
|
||||
|
||||
#. hkxBT
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3149045\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Enumera las órdenes SQL ejecutadas anteriormente. Para volver a ejecutar una orden, pulse en esta y, a continuación, en <emph>Ejecutar</emph>.</ahelp>"
|
||||
|
||||
#. AvXck
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3154348\n"
|
||||
"help.text"
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. yhCpt
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3151054\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Muestra los resultados de la orden SQL ejecutada, incluidos los errores.</ahelp>"
|
||||
|
||||
#. BUpxX
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"hd_id3154071\n"
|
||||
"help.text"
|
||||
msgid "Run"
|
||||
msgstr "Ejecutar"
|
||||
|
||||
#. qDYRx
|
||||
#: 11080000.xhp
|
||||
msgctxt ""
|
||||
"11080000.xhp\n"
|
||||
"par_id3151210\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
|
||||
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Ejecuta la orden especificada en el cuadro <emph>Orden que ejecutar</emph>.</ahelp>"
|
||||
|
||||
#. 93Xfs
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Table Filter"
|
||||
msgstr "Filtro de tablas"
|
||||
|
||||
#. yA8Tv
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"hd_id3150702\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Table Filter</link>"
|
||||
msgstr "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Filtros de tablas</link>"
|
||||
|
||||
#. NLCCV
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"par_id3149164\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Algunas bases de datos controlan los cambios efectuados en cada registro mediante la asignación de números de versión a los campos modificados. Este número se incrementa en 1 cada vez que se modifica el campo. Muestra el número de versión interno del registro en la tabla de la base de datos.</ahelp>"
|
||||
|
||||
#. axsoU
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"hd_id3154923\n"
|
||||
"help.text"
|
||||
msgid "Sort Ascending"
|
||||
msgstr "Orden ascendente"
|
||||
|
||||
#. XFbZd
|
||||
#: 11090000.xhp
|
||||
msgctxt ""
|
||||
"11090000.xhp\n"
|
||||
"par_id3147559\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. SaBHA
|
||||
#: dabaadvprop.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2021-04-27 17:03+0200\n"
|
||||
"PO-Revision-Date: 2021-04-27 15:09+0000\n"
|
||||
"PO-Revision-Date: 2021-05-04 10:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n"
|
||||
"Language: es\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
"X-POOTLE-MTIME: 1561564436.000000\n"
|
||||
|
||||
#. PzSYs
|
||||
@@ -7520,7 +7520,7 @@ msgctxt ""
|
||||
"par_id3145419\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/changedcolor\">You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by $[officename], then modified to match to the author of each change.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/changedcolor\">Se puede seleccionar un color para identificar cada uno de los tipos de modificación registrada. Al seleccionar \"Por autor\" en la lista, $[officename] determina automáticamente el color y lo modifica según el correspondiente autor de los cambios.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/changedcolor\">Se puede seleccionar un color para identificar cada uno de los tipos de modificación registrada. Al seleccionar «Por autor» en la lista, $[officename] determina automáticamente el color y lo modifica según el autor de los cambios.</ahelp>"
|
||||
|
||||
#. fGHEC
|
||||
#: 01040700.xhp
|
||||
@@ -7637,7 +7637,7 @@ msgctxt ""
|
||||
"par_id821597320851919\n"
|
||||
"help.text"
|
||||
msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
|
||||
msgstr ""
|
||||
msgstr "<emph>Automático</emph>: utiliza el algoritmo tradicional para la comparación de los documentos (predeterminado)."
|
||||
|
||||
#. sG9SF
|
||||
#: 01040800.xhp
|
||||
@@ -7646,7 +7646,7 @@ msgctxt ""
|
||||
"par_id771597320878668\n"
|
||||
"help.text"
|
||||
msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
|
||||
msgstr ""
|
||||
msgstr "<emph>Por palabra</emph>: confronta los documentos subdividiendo el contenido palabra por palabra."
|
||||
|
||||
#. BRvm7
|
||||
#: 01040800.xhp
|
||||
@@ -17762,7 +17762,7 @@ msgctxt ""
|
||||
"par_idN10545\n"
|
||||
"help.text"
|
||||
msgid "The View Certificate dialog opens when you click the View Certificate button on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link> tab page of the <link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link> dialog."
|
||||
msgstr "El diálogo Ver certificado se abre al hacer clic en el botón Ver certificado de la ficha <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Orígenes de confianza</link> del diálogo <link href=\"text/shared/optionen/macrosecurity.xhp\">Seguridad de macros</link>."
|
||||
msgstr "El cuadro de diálogo Ver certificado se abre al pulsar en el botón Ver certificado de la pestaña <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Orígenes de confianza</link> del diálogo <link href=\"text/shared/optionen/macrosecurity.xhp\">Seguridad de macros</link>."
|
||||
|
||||
#. RDvV8
|
||||
#: viewcertificate.xhp
|
||||
|
||||
@@ -4,8 +4,8 @@ msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2021-04-27 17:03+0200\n"
|
||||
"PO-Revision-Date: 2021-04-25 08:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"PO-Revision-Date: 2021-05-05 13:37+0000\n"
|
||||
"Last-Translator: Emilio Herrera Espinosa <ehespinosa57@gmail.com>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
"X-POOTLE-MTIME: 1566235661.000000\n"
|
||||
|
||||
#. sZfWF
|
||||
@@ -1193,7 +1193,7 @@ msgctxt ""
|
||||
"par_id911603571492300\n"
|
||||
"help.text"
|
||||
msgid "References, Indexes items"
|
||||
msgstr ""
|
||||
msgstr "Elementos Referencias e Índices"
|
||||
|
||||
#. JJh5o
|
||||
#: 02110000.xhp
|
||||
@@ -1769,7 +1769,7 @@ msgctxt ""
|
||||
"par_id3155120\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3155126\" src=\"sw/res/sc20235.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155126\">Icon Drag mode</alt></image>"
|
||||
msgstr ""
|
||||
msgstr "<image id=\"img_id3155126\" src=\"sw/res/sc20235.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155126\">Icono Modo de arrastre</alt></image>"
|
||||
|
||||
#. zDXiV
|
||||
#: 02110000.xhp
|
||||
@@ -1778,7 +1778,7 @@ msgctxt ""
|
||||
"par_id3147042\n"
|
||||
"help.text"
|
||||
msgid "Drag mode"
|
||||
msgstr "Modo arrastrar"
|
||||
msgstr "Modo de arrastre"
|
||||
|
||||
#. LNQkF
|
||||
#: 02110000.xhp
|
||||
|
||||
@@ -4,8 +4,8 @@ msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2020-11-16 13:43+0100\n"
|
||||
"PO-Revision-Date: 2021-04-24 07:37+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"PO-Revision-Date: 2021-05-01 20:37+0000\n"
|
||||
"Last-Translator: Ariel Robaldo <ariel.robaldo@outlook.com>\n"
|
||||
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/es/>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -221,7 +221,7 @@ msgctxt ""
|
||||
"bm_id651604885957774\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>text documents; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
|
||||
msgstr ""
|
||||
msgstr "<bookmark_value>documentos de texto; insertar saltos de columna</bookmark_value><bookmark_value>saltos de columna; insertar</bookmark_value><bookmark_value>insertar; saltos de columna manuales</bookmark_value><bookmark_value>saltos de columna manuales</bookmark_value>"
|
||||
|
||||
#. XBU67
|
||||
#: submenu_more_breaks.xhp
|
||||
|
||||
Reference in New Issue
Block a user