update translations for master / 25.2 alpha1
and force-fix errors using pocheck Change-Id: I667061bab346925defe899a544153314133b6bc5
This commit is contained in:
@@ -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: 2024-10-23 12:57+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-24 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\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 5.4.3\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1540152108.000000\n"
|
||||
|
||||
#. yzYVt
|
||||
@@ -30895,49 +30895,49 @@ msgctxt ""
|
||||
msgid "Mid Function, Mid Statement"
|
||||
msgstr ""
|
||||
|
||||
#. J5UhZ
|
||||
#. DKFS6
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bm_id3143268\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>Mid function</bookmark_value> <bookmark_value>Mid statement</bookmark_value>"
|
||||
msgstr "<bookmark_value>Función Mid</bookmark_value><bookmark_value>Espresión Mid</bookmark_value>"
|
||||
msgid "<bookmark_value>Mid function</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. CGKgP
|
||||
#. AVYiv
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"hd_id3143268\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03120306.xhp\">Mid Function, Mid Statement</link>"
|
||||
msgid "<link href=\"text/sbasic/shared/03120306.xhp\">Mid Function</link>"
|
||||
msgstr ""
|
||||
|
||||
#. oznEx
|
||||
#. oizxF
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3148473\n"
|
||||
"help.text"
|
||||
msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
|
||||
msgstr "Devuelve la porción especificada d'una espresión de cadena (<emph>función Mid</emph>) o sustitúi la parte d'una espresión de cadena por otra cadena (<emph>instrucción Mid</emph>)."
|
||||
msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid subroutine</emph>)."
|
||||
msgstr ""
|
||||
|
||||
#. FqjCr
|
||||
#. dhBUa
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3147530\n"
|
||||
"help.text"
|
||||
msgid "Mid (Text As String, Start As Long [, Length As Long])"
|
||||
msgid "Mid(string As String, Start As Long [, Length As Long]) As String"
|
||||
msgstr ""
|
||||
|
||||
#. BBrzN
|
||||
#. qxQdZ
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3147540\n"
|
||||
"help.text"
|
||||
msgid "Mid (Text As String, Start As Long, Length As Long, Text As String)"
|
||||
msgid "Mid([ByRef] string As String, Start As Long, [Length As Long], Text As String)"
|
||||
msgstr ""
|
||||
|
||||
#. 5MG4F
|
||||
@@ -30949,14 +30949,14 @@ msgctxt ""
|
||||
msgid "String (only by Function)"
|
||||
msgstr "Cadena (namái la función)"
|
||||
|
||||
#. hRXCE
|
||||
#. GmhW3
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3148664\n"
|
||||
"help.text"
|
||||
msgid "<emph>Text:</emph> Any string expression that you want to modify."
|
||||
msgstr "<emph>Testu:</emph> Cualquier espresión de cadena que se deseye modificar."
|
||||
msgid "<emph>string:</emph> Any string expression that you want to extract (<emph>Mid function</emph>). Any text variable name that you want to modify (<emph>Mid subroutine</emph>)."
|
||||
msgstr ""
|
||||
|
||||
#. DGPaB
|
||||
#: 03120306.xhp
|
||||
@@ -30985,23 +30985,113 @@ msgctxt ""
|
||||
msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
|
||||
msgstr "Si omítese'l parámetru de llargor de la <emph>función Mid</emph>, devuélvense tolos caráuteres de la espresión de cadena, dende la posición d'entamu hasta'l final de la cadena."
|
||||
|
||||
#. 8A2DR
|
||||
#. xZtHf
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3144762\n"
|
||||
"help.text"
|
||||
msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
|
||||
msgstr "Si'l parámetru de llargor de la <emph>instrucción Mid</emph> ye inferior al llargor del testu que se deseya sustituyir, el testu amenorgar al llargor especificáu."
|
||||
msgid "If the Length parameter in the <emph>Mid subroutine</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
|
||||
msgstr ""
|
||||
|
||||
#. EUzUS
|
||||
#. VJNon
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_id3150769\n"
|
||||
"help.text"
|
||||
msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
|
||||
msgstr "<emph>Testu:</emph> La cadena que va sustituyir a la espresión de cadena (<emph>instrucción Mid</emph>)."
|
||||
msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid subroutine</emph>)."
|
||||
msgstr ""
|
||||
|
||||
#. DQN8d
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id251731518141762\n"
|
||||
"help.text"
|
||||
msgid "func1:"
|
||||
msgstr ""
|
||||
|
||||
#. i7G63
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id81731518142155\n"
|
||||
"help.text"
|
||||
msgid "MsgBox Mid(text, 13, 8) ' returns the word \"original\""
|
||||
msgstr ""
|
||||
|
||||
#. 24dMP
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id71731518142368\n"
|
||||
"help.text"
|
||||
msgid "MsgBox text ' text is not modified"
|
||||
msgstr ""
|
||||
|
||||
#. DuyJD
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id91731518142552\n"
|
||||
"help.text"
|
||||
msgid "stmt1:"
|
||||
msgstr ""
|
||||
|
||||
#. Wg8pU
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id51731518274333\n"
|
||||
"help.text"
|
||||
msgid "MsgBox text ' returns \"This is the new Text\""
|
||||
msgstr ""
|
||||
|
||||
#. wzFVC
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id651731518274713\n"
|
||||
"help.text"
|
||||
msgid "func2:"
|
||||
msgstr ""
|
||||
|
||||
#. 6FGfy
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id461725547890578\n"
|
||||
"help.text"
|
||||
msgid "MsgBox Mid(start:=10, string:=\"The quick brown fox ..\") ' shows \" brown fox ..\""
|
||||
msgstr ""
|
||||
|
||||
#. td8sM
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id291731517149800\n"
|
||||
"help.text"
|
||||
msgid "stmt2:"
|
||||
msgstr ""
|
||||
|
||||
#. c6TTN
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"bas_id31731517580882\n"
|
||||
"help.text"
|
||||
msgid "MsgBox text ' returns \"This is a new Phrase\""
|
||||
msgstr ""
|
||||
|
||||
#. QaBwC
|
||||
#: 03120306.xhp
|
||||
msgctxt ""
|
||||
"03120306.xhp\n"
|
||||
"par_idm1341550256\n"
|
||||
"help.text"
|
||||
msgid "End Sub"
|
||||
msgstr ""
|
||||
|
||||
#. t5jGn
|
||||
#: 03120307.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: 2024-03-11 16:41+0100\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-08 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ast/>\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 5.4.3\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1531405556.000000\n"
|
||||
|
||||
#. ViEWM
|
||||
@@ -12526,13 +12526,13 @@ msgctxt ""
|
||||
msgid "Use the string \"GlobalScope\" as the <emph>container</emph> argument when the dialog is stored either in <menuitem>My Macros & Dialogs</menuitem> or in <menuitem>Application Macros & Dialogs</menuitem>."
|
||||
msgstr ""
|
||||
|
||||
#. vwuNC
|
||||
#. B9CvC
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
"sf_dialog.xhp\n"
|
||||
"par_id461688463074274\n"
|
||||
"help.text"
|
||||
msgid "The dialog service offers methods that create new controls dynamically in an existing dialog predefined with the <link href=\"text/sbasic/guide/create_dialog.html\">Dialog Editor</link>. A dialog is initialized with controls in the Dialog Editor and new controls can be added at run-time before or after the dialog <literal>Execute()</literal> statement."
|
||||
msgid "The dialog service offers methods that create new controls dynamically in an existing dialog predefined with the <link href=\"text/sbasic/guide/create_dialog.xhp\">Dialog Editor</link>. A dialog is initialized with controls in the Dialog Editor and new controls can be added at run-time before or after the dialog <literal>Execute()</literal> statement."
|
||||
msgstr ""
|
||||
|
||||
#. 5PbBk
|
||||
@@ -12562,13 +12562,13 @@ msgctxt ""
|
||||
msgid "<emph>Place</emph>: Window location of the dialog being either :"
|
||||
msgstr ""
|
||||
|
||||
#. wXa8D
|
||||
#. FrjCF
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
"sf_dialog.xhp\n"
|
||||
"par_id421598178080993\n"
|
||||
"help.text"
|
||||
msgid "a Basic <link href=\"sbasic/shared/03104200.xhp\">Array</link> or Python tuple with 4 elements: (X, Y, width, height)"
|
||||
msgid "a Basic <link href=\"text/sbasic/shared/03104200.xhp\">Array</link> or Python tuple with 4 elements: (X, Y, width, height)"
|
||||
msgstr ""
|
||||
|
||||
#. PnCAR
|
||||
@@ -12922,6 +12922,15 @@ msgctxt ""
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#. P3D3A
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
"sf_dialog.xhp\n"
|
||||
"par_id94159817792441\n"
|
||||
"help.text"
|
||||
msgid "UNO<br/>object"
|
||||
msgstr ""
|
||||
|
||||
#. 2DaKv
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
@@ -12940,6 +12949,15 @@ msgctxt ""
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#. 79gmi
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
"sf_dialog.xhp\n"
|
||||
"par_id981598178083938\n"
|
||||
"help.text"
|
||||
msgid "UNO<br/>object"
|
||||
msgstr ""
|
||||
|
||||
#. yexon
|
||||
#: sf_dialog.xhp
|
||||
msgctxt ""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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: 2024-10-04 15:42+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-07-31 09:40+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/ast/>\n"
|
||||
@@ -538,33 +538,6 @@ msgctxt ""
|
||||
msgid "<link href=\"text/simpress/01/02150000.xhp\">Cross-fading</link>"
|
||||
msgstr ""
|
||||
|
||||
#. tDEjn
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id3154650\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/simpress/01/02160000.xhp\">Fields</link>"
|
||||
msgstr ""
|
||||
|
||||
#. G8D75
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id3156446\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/02180000.xhp\">Links</link>"
|
||||
msgstr "<link href=\"text/shared/01/02180000.xhp\">Enllaces</link>"
|
||||
|
||||
#. m5jGw
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id3157867\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/09070000.xhp\">Hyperlink</link>"
|
||||
msgstr "<link href=\"text/shared/02/09070000.xhp\">Hiperenllaz</link>"
|
||||
|
||||
#. XiyED
|
||||
#: main_format.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2024-11-05 12:36+0100\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-24 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
|
||||
@@ -16423,15 +16423,6 @@ msgctxt ""
|
||||
msgid "To enable support for complex text layout and Asian character sets, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - General</emph>, and then select the <emph>Enabled</emph> box in the corresponding area."
|
||||
msgstr ""
|
||||
|
||||
#. rpn8E
|
||||
#: 05020100.xhp
|
||||
msgctxt ""
|
||||
"05020100.xhp\n"
|
||||
"hd_id3148686\n"
|
||||
"help.text"
|
||||
msgid "<embedvar href=\"text/shared/02/02020000.xhp#font_name_h1\" markup=\"ignore\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. 8uKGv
|
||||
#: 05020100.xhp
|
||||
msgctxt ""
|
||||
@@ -28150,13 +28141,13 @@ msgctxt ""
|
||||
msgid "Colors"
|
||||
msgstr "Colores"
|
||||
|
||||
#. 2iXVW
|
||||
#. fGmw9
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id551578758911321\n"
|
||||
"help.text"
|
||||
msgid "Palette"
|
||||
msgid "<variable id=\"palette_hd\">Palette</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. ebwpw
|
||||
@@ -28186,14 +28177,14 @@ msgctxt ""
|
||||
msgid "The <emph>Document colors</emph> palette shows the colors used in the current document."
|
||||
msgstr ""
|
||||
|
||||
#. DQAGQ
|
||||
#. VsE2g
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id981578758969146\n"
|
||||
"help.text"
|
||||
msgid "Recent colors"
|
||||
msgstr "Colores recién"
|
||||
msgid "<variable id=\"recent_colors_hd\">Recent colors</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. 6LC8v
|
||||
#: 05210200.xhp
|
||||
@@ -28204,13 +28195,13 @@ msgctxt ""
|
||||
msgid "Displays the recent selected colors."
|
||||
msgstr ""
|
||||
|
||||
#. Gkcmg
|
||||
#. xEoZT
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id41578758979874\n"
|
||||
"help.text"
|
||||
msgid "Custom Palette"
|
||||
msgid "<variable id=\"custom_palette_hd\">Custom Palette</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. u7xEP
|
||||
@@ -28240,13 +28231,13 @@ msgctxt ""
|
||||
msgid "You cannot add or delete colors of the palettes provided by your installation."
|
||||
msgstr ""
|
||||
|
||||
#. BwEAC
|
||||
#. m89CU
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id991578758873888\n"
|
||||
"help.text"
|
||||
msgid "Active"
|
||||
msgid "<variable id=\"active_hd\">Active</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. 77qcm
|
||||
@@ -28258,14 +28249,14 @@ msgctxt ""
|
||||
msgid "Displays the current active color for the object. Red, blue and green components values and the color value in hexadecimal notation are displayed just below."
|
||||
msgstr ""
|
||||
|
||||
#. hKFBD
|
||||
#. Y8329
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id801578758863952\n"
|
||||
"help.text"
|
||||
msgid "New"
|
||||
msgstr "Nuevu"
|
||||
msgid "<variable id=\"new_hd\">New</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. dtNaW
|
||||
#: 05210200.xhp
|
||||
@@ -28276,14 +28267,14 @@ msgctxt ""
|
||||
msgid "Displays the new color for the object that will be applied when you click <widget>OK</widget>."
|
||||
msgstr ""
|
||||
|
||||
#. kw6LA
|
||||
#. LEoHW
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id701578758840552\n"
|
||||
"help.text"
|
||||
msgid "R, G and B"
|
||||
msgstr "R, G y B"
|
||||
msgid "<variable id=\"rgb_hd\">R, G and B</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. ufa4B
|
||||
#: 05210200.xhp
|
||||
@@ -28294,13 +28285,13 @@ msgctxt ""
|
||||
msgid "The values of the red, blue and green components of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255."
|
||||
msgstr ""
|
||||
|
||||
#. NAGAE
|
||||
#. yEiLE
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id591578758836544\n"
|
||||
"help.text"
|
||||
msgid "Hex"
|
||||
msgid "<variable id=\"hex_hd\">Hex</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. TBTQV
|
||||
@@ -28312,13 +28303,13 @@ msgctxt ""
|
||||
msgid "The color value in hexadecimal notation. You can enter the hexadecimal value in the <emph>Hex</emph> text box."
|
||||
msgstr ""
|
||||
|
||||
#. hW3tX
|
||||
#. mFiw3
|
||||
#: 05210200.xhp
|
||||
msgctxt ""
|
||||
"05210200.xhp\n"
|
||||
"hd_id891578758832248\n"
|
||||
"help.text"
|
||||
msgid "Pick"
|
||||
msgid "<variable id=\"colorpicker_hd\">Pick</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. 5GD3G
|
||||
@@ -40516,15 +40507,6 @@ msgctxt ""
|
||||
msgid "<ahelp hid=\"cui/ui/pickoutlinepage/valueset\">Click the outline format that you want to use.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. HNsqd
|
||||
#: 06050300.xhp
|
||||
msgctxt ""
|
||||
"06050300.xhp\n"
|
||||
"hd_id771725047047679\n"
|
||||
"help.text"
|
||||
msgid "<embedvar href=\"text/shared/01/06050500.xhp#customize_h1\" markup=\"ignore\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. FPCe9
|
||||
#: 06050300.xhp
|
||||
msgctxt ""
|
||||
@@ -46708,13 +46690,13 @@ msgctxt ""
|
||||
msgid "<variable id=\"h1\"><link href=\"text/shared/01/InsertColumnsAfter.xhp\">Columns After</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. u3CQB
|
||||
#. UaDaa
|
||||
#: InsertColumnsAfter.xhp
|
||||
msgctxt ""
|
||||
"InsertColumnsAfter.xhp\n"
|
||||
"par_id811605976075887\n"
|
||||
"help.text"
|
||||
msgid "Insert a column after the column where the cursor is currently placed. The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right"
|
||||
msgid "Inserts a column after the column where the cursor is currently placed. The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right"
|
||||
msgstr ""
|
||||
|
||||
#. TzuvL
|
||||
@@ -60811,6 +60793,15 @@ msgctxt ""
|
||||
msgid "Open the <menuitem>Design</menuitem> panel."
|
||||
msgstr ""
|
||||
|
||||
#. P9FC8
|
||||
#: themesdialog.xhp
|
||||
msgctxt ""
|
||||
"themesdialog.xhp\n"
|
||||
"hd_id941731093524972\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"theme_colors_hd\">Theme colors</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. zSVom
|
||||
#: themesdialog.xhp
|
||||
msgctxt ""
|
||||
@@ -60838,13 +60829,13 @@ msgctxt ""
|
||||
msgid "The new feature has been mainly implemented for the import and export filter with MS Office."
|
||||
msgstr ""
|
||||
|
||||
#. apBaJ
|
||||
#. pAenc
|
||||
#: themesdialog.xhp
|
||||
msgctxt ""
|
||||
"themesdialog.xhp\n"
|
||||
"hd_id921691098481523\n"
|
||||
"help.text"
|
||||
msgid "Available themes"
|
||||
msgid "<variable id=\"available_themes_hd\">Available themes</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. gHJJP
|
||||
@@ -60865,14 +60856,14 @@ msgctxt ""
|
||||
msgid "The top left theme in the Available Themes area is the current applied theme."
|
||||
msgstr ""
|
||||
|
||||
#. e3hWL
|
||||
#. uHiic
|
||||
#: themesdialog.xhp
|
||||
msgctxt ""
|
||||
"themesdialog.xhp\n"
|
||||
"hd_id21691098637039\n"
|
||||
"help.text"
|
||||
msgid "Add"
|
||||
msgstr "Amestar"
|
||||
msgid "<variable id=\"add_hd\">Add</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. Ljt3m
|
||||
#: themesdialog.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: 2024-06-20 13:14+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-05-05 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared06/ast/>\n"
|
||||
@@ -187,24 +187,6 @@ msgctxt ""
|
||||
msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. 3B3a3
|
||||
#: sc_screenshots.xhp
|
||||
msgctxt ""
|
||||
"sc_screenshots.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Calc Screenshots"
|
||||
msgstr ""
|
||||
|
||||
#. QaaKZ
|
||||
#: sc_screenshots.xhp
|
||||
msgctxt ""
|
||||
"sc_screenshots.xhp\n"
|
||||
"par_id2521\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id35279\" src=\"media/screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png\"><alt id=\"alt_id55711\">XML Source Dialog</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. 23GGm
|
||||
#: sd_screenshots.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2024-11-05 12:36+0100\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-08 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
|
||||
@@ -2527,6 +2527,15 @@ msgctxt ""
|
||||
msgid "<ahelp hid=\"cui/ui/editmodulesdialog/down\">Decreases the priority of the module selected in the list box by one level.</ahelp>"
|
||||
msgstr "<ahelp hid=\"cui/ui/editmodulesdialog/down\">Mengua la prioridá del módulu escoyíu nel cuadru de llista nun nivel.</ahelp>"
|
||||
|
||||
#. dHbGP
|
||||
#: 01010401.xhp
|
||||
msgctxt ""
|
||||
"01010401.xhp\n"
|
||||
"hd_id3161832\n"
|
||||
"help.text"
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#. dEDZC
|
||||
#: 01010401.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2024-10-04 15:42+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-08-26 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/ast/>\n"
|
||||
@@ -1105,33 +1105,6 @@ msgctxt ""
|
||||
msgid "Switches the <emph>Edit Gluepoints</emph> mode on and off."
|
||||
msgstr ""
|
||||
|
||||
#. Zibbx
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id3150396\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/simpress/01/02160000.xhp\">Fields</link>"
|
||||
msgstr ""
|
||||
|
||||
#. mvQEh
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id3149355\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/02180000.xhp\">Links</link>"
|
||||
msgstr ""
|
||||
|
||||
#. Ne3cE
|
||||
#: main_edit.xhp
|
||||
msgctxt ""
|
||||
"main_edit.xhp\n"
|
||||
"hd_id0914201502131542\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/02200000.xhp\">Object</link>"
|
||||
msgstr "<link href=\"text/shared/01/02200000.xhp\">Oxetu</link>"
|
||||
|
||||
#. XiyED
|
||||
#: main_format.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2024-10-04 15:42+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-16 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/ast/>\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 5.4.3\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1535978252.000000\n"
|
||||
|
||||
#. mu9aV
|
||||
@@ -943,23 +943,23 @@ msgctxt ""
|
||||
msgid "<bookmark_value>fields; editing</bookmark_value> <bookmark_value>editing; fields</bookmark_value> <bookmark_value>fields; formatting</bookmark_value> <bookmark_value>formatting; fields</bookmark_value>"
|
||||
msgstr "<bookmark_value>campos;editar</bookmark_value><bookmark_value>editar;campos</bookmark_value><bookmark_value>campos;formatu</bookmark_value><bookmark_value>formatu;campos</bookmark_value>"
|
||||
|
||||
#. EDohk
|
||||
#. jQ348
|
||||
#: 02160000.xhp
|
||||
msgctxt ""
|
||||
"02160000.xhp\n"
|
||||
"hd_id3145251\n"
|
||||
"help.text"
|
||||
msgid "Edit Fields"
|
||||
msgstr "Editar campos"
|
||||
msgid "<variable id=\"fields\"><link href=\"text/simpress/01/02160000.xhp\">Fields</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. RFsS7
|
||||
#. QfiYY
|
||||
#: 02160000.xhp
|
||||
msgctxt ""
|
||||
"02160000.xhp\n"
|
||||
"par_id3154754\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"fields_text\"><variable id=\"feldbefehltext\"><ahelp hid=\"modules/simpress/ui/dlgfield/EditFieldsDialog\">Edits the properties of an inserted field.</ahelp> </variable></variable> To edit an inserted field, double-click it. <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"DRAW\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline>"
|
||||
msgstr "<variable id=\"feldbefehltext\"><ahelp hid=\"modules/simpress/ui/dlgfield/EditFieldsDialog\">Edita les propiedaes d'un campu inxertáu.</ahelp></variable> un campu inxertáu, faiga doble clic nél. <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Dempués escueya <emph>Editar - Campos</emph>.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"DRAW\">Dempués escueya <emph>Editar - Campos</emph>.</caseinline></switchinline>"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/dlgfield/EditFieldsDialog\">Edits the properties of an inserted field.</ahelp> To edit an inserted field, double-click it. <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Then choose <emph>Edit - Fields</emph></caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"DRAW\">Then choose <emph>Edit - Fields</emph></caseinline></switchinline>."
|
||||
msgstr ""
|
||||
|
||||
#. YZwzA
|
||||
#: 02160000.xhp
|
||||
|
||||
@@ -3,8 +3,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2024-11-05 12:36+0100\n"
|
||||
"PO-Revision-Date: 2024-10-24 09:45+0000\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-11-13 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
|
||||
"Language: ast\n"
|
||||
@@ -33791,7 +33791,7 @@ msgctxt ""
|
||||
"hd_id361727709265112\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"reply_hd\">Reply</variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"reply_hd\">Responder</variable>"
|
||||
|
||||
#. 5ZFZY
|
||||
#: sidebar_comments.xhp
|
||||
@@ -33809,7 +33809,7 @@ msgctxt ""
|
||||
"par_id141729863817470\n"
|
||||
"help.text"
|
||||
msgid "<image src=\"cmd/sc_replycomment.png\" id=\"img_id201729863817470\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id841729863817471\">Icon Reply</alt></image>"
|
||||
msgstr ""
|
||||
msgstr "<image src=\"cmd/sc_replycomment.png\" id=\"img_id201729863817470\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id841729863817471\">Iconu Responder</alt></image>"
|
||||
|
||||
#. EFYFr
|
||||
#: sidebar_comments.xhp
|
||||
@@ -33818,7 +33818,7 @@ msgctxt ""
|
||||
"par_id521729863817471\n"
|
||||
"help.text"
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
msgstr "Responder"
|
||||
|
||||
#. T3vjN
|
||||
#: sidebar_comments.xhp
|
||||
@@ -33856,6 +33856,150 @@ msgctxt ""
|
||||
msgid "The comment box displays the text of each comment."
|
||||
msgstr ""
|
||||
|
||||
#. 6m8er
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. p95YT
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"bm_id431731354972745\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>sidebar;design</bookmark_value> <bookmark_value>sidebar;themes</bookmark_value> <bookmark_value>sidebar;style preset</bookmark_value> <bookmark_value>design;sidebar</bookmark_value> <bookmark_value>design;apply preset</bookmark_value> <bookmark_value>design;apply theme</bookmark_value> <bookmark_value>theme;apply</bookmark_value> <bookmark_value>theme;apply colors</bookmark_value> <bookmark_value>style;preset</bookmark_value> <bookmark_value>style;apply preset</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. rjqti
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"hd_id241730999156090\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"h1\"><link href=\"text/swriter/01/sidebar_design.xhp\">Design</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#. EKUGN
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id41731360269715\n"
|
||||
"help.text"
|
||||
msgid "Use the <menuitem>Design</menuitem> deck of the Sidebar to apply a Theme or Style Preset to the document."
|
||||
msgstr ""
|
||||
|
||||
#. tBhhn
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id3148533\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id211730999653719\" src=\"cmd/lc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951730999658190\">Icon Design</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. nqJi2
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id3153534\n"
|
||||
"help.text"
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. uC3X8
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id81727707460279\n"
|
||||
"help.text"
|
||||
msgid "This is an experimental feature. To enable experimental features, open the <link href=\"text/shared/optionen/01000000.xhp\"><menuitem>Options</menuitem></link> dialog, choose <menuitem>%PRODUCTNAME - Advanced</menuitem>, and check the <link href=\"text/shared/optionen/java.xhp#enable_experimental_features\">Enable experimental features</link> checkbox."
|
||||
msgstr ""
|
||||
|
||||
#. sFBEP
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id861731360885245\n"
|
||||
"help.text"
|
||||
msgid "Experimental features may be unstable, incomplete, or contain known bugs."
|
||||
msgstr ""
|
||||
|
||||
#. DCQq6
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"hd_id911731007514929\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"themes_hd\">Themes</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. zBwUF
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id501731007514929\n"
|
||||
"help.text"
|
||||
msgid "Select a <link href=\"/text/shared/01/themesdialog.xhp\">theme</link> to apply to the document."
|
||||
msgstr ""
|
||||
|
||||
#. C84BD
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"hd_id1001731007643102\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"colors_hd\">Colors</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. yyhr6
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id891731007643103\n"
|
||||
"help.text"
|
||||
msgid "Use the <menuitem>Colors</menuitem> pane to select <link href=\"/text/shared/01/themesdialog.xhp#theme_colors\">theme colors</link> to apply to the document."
|
||||
msgstr ""
|
||||
|
||||
#. FeNkB
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"hd_id131731009135520\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"apply_hd\">Apply</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. 6q4nH
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id101731009135520\n"
|
||||
"help.text"
|
||||
msgid "Applies the color palette selected in the <link href=\"text/swriter/01/sidebar_design.xhp#colors\"><menuitem>Colors</menuitem></link> pane."
|
||||
msgstr ""
|
||||
|
||||
#. mYBvV
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"hd_id591731007650337\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"style_presets_hd\">Style Presets</variable>"
|
||||
msgstr ""
|
||||
|
||||
#. LBBCD
|
||||
#: sidebar_design.xhp
|
||||
msgctxt ""
|
||||
"sidebar_design.xhp\n"
|
||||
"par_id791731007650338\n"
|
||||
"help.text"
|
||||
msgid "Use the <menuitem>Style Presets</menuitem> pane to select a style preset to apply to the document."
|
||||
msgstr ""
|
||||
|
||||
#. wE289
|
||||
#: sidebar_quickfind.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2024-10-04 15:42+0200\n"
|
||||
"POT-Creation-Date: 2024-11-19 11:20+0100\n"
|
||||
"PO-Revision-Date: 2024-10-08 09:45+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ast/>\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 5.4.3\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1511359350.000000\n"
|
||||
|
||||
#. sqxGb
|
||||
@@ -1456,15 +1456,6 @@ msgctxt ""
|
||||
msgid "Object"
|
||||
msgstr "Oxetu"
|
||||
|
||||
#. KJMdP
|
||||
#: 08080000.xhp
|
||||
msgctxt ""
|
||||
"08080000.xhp\n"
|
||||
"par_id3145416\n"
|
||||
"help.text"
|
||||
msgid "When the cursor is positioned within text, you can double-click this field to open the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position."
|
||||
msgstr ""
|
||||
|
||||
#. ua9t2
|
||||
#: 08080000.xhp
|
||||
msgctxt ""
|
||||
@@ -1474,13 +1465,13 @@ msgctxt ""
|
||||
msgid "Actions"
|
||||
msgstr "Aiciones"
|
||||
|
||||
#. NE6zv
|
||||
#. stMfc
|
||||
#: 08080000.xhp
|
||||
msgctxt ""
|
||||
"08080000.xhp\n"
|
||||
"par_id911724600869337\n"
|
||||
"help.text"
|
||||
msgid "When the cursor is positioned in a table, a double-click in this field will call the <link href=\"text/swriter/01/05090100.xhp\"><emph>Table Properties</emph></link> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object."
|
||||
msgid "When the cursor is positioned in a table, a single left-click in this field will call the <link href=\"text/swriter/01/05090100.xhp\"><emph>Table Properties</emph></link> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object."
|
||||
msgstr ""
|
||||
|
||||
#. 4jEhf
|
||||
|
||||
Reference in New Issue
Block a user