diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-07-15 12:36:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-07-15 12:41:21 +0200 |
commit | ee64d2fdafe658ac658dc193b1ed59b1f063fc27 (patch) | |
tree | 3918bc8bc1b574dbf041d1ae38c91c476cc3424a /source/gug | |
parent | d8b21faf49eb9131634ab258d39a73427cbf7d26 (diff) |
update translations for master/24-8
Change-Id: I959d23423e7f5f6f5cf91533b3ed9888e4b0a999
(cherry picked from commit 0e95a8dfb0b499b18834776b911c0b60725c215e)
Diffstat (limited to 'source/gug')
-rw-r--r-- | source/gug/helpcontent2/source/text/scalc/01.po | 78 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/shared/01.po | 6 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/shared/guide.po | 6 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/shared/optionen.po | 6 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/simpress/01.po | 4 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/swriter/01.po | 4 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/swriter/02.po | 8 | ||||
-rw-r--r-- | source/gug/helpcontent2/source/text/swriter/guide.po | 6 | ||||
-rw-r--r-- | source/gug/sfx2/messages.po | 22 |
9 files changed, 70 insertions, 70 deletions
diff --git a/source/gug/helpcontent2/source/text/scalc/01.po b/source/gug/helpcontent2/source/text/scalc/01.po index 60f035b4e59..b504adc8f29 100644 --- a/source/gug/helpcontent2/source/text/scalc/01.po +++ b/source/gug/helpcontent2/source/text/scalc/01.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2024-07-08 17:35+0200\n" -"PO-Revision-Date: 2024-06-27 13:51+0000\n" -"Last-Translator: Dante Espejel <dante.misael.espejel@estudiante.uacm.edu.mx>\n" +"POT-Creation-Date: 2024-07-15 12:05+0200\n" +"PO-Revision-Date: 2024-07-12 09:45+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" "MIME-Version: 1.0\n" @@ -71740,103 +71740,103 @@ msgctxt "" msgid "XLOOKUP function is a modern and flexible replacement for older functions like <link href=\"text/scalc/01/04060109.xhp#Section9\">VLOOKUP</link>, <link href=\"text/scalc/01/04060109.xhp#Section17\">HLOOKUP</link>, and <link href=\"text/scalc/01/04060109.xhp#Section14\">LOOKUP</link>. XLOOKUP supports approximate and exact matching, wildcards (* ?) or regular expressions for partial matches, and lookups in vertical or horizontal ranges. XLOOKUP can perform a reverse search and offers a fast binary search option when working with large datasets." msgstr "" -#. TwFcc +#. CY5Hu #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id211708281649651\n" "help.text" -msgid "XLOOKUP( [Lookup] ; Array ; Return [ ; [ NotFound ] [ ; [MatchType] [ ; SearchMode ] ] ] )" +msgid "XLOOKUP( [Search criterion] ; Search Array ; Result Array [ ; [ Result if not found ] [ ; [Match Mode] [ ; Search Mode ] ] ] )" msgstr "" -#. WoJu6 +#. 5W9TT #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id861708281340704\n" "help.text" -msgid "<emph>Lookup</emph>: (optional) The value of any type to search for in <emph>Array</emph>. If omitted, XLOOKUP returns blank cells it finds in <emph>Array</emph>." +msgid "<emph>Search criterion</emph>: (optional) The value of any type to search for in <emph>Array</emph>. If omitted, XLOOKUP returns blank cells it finds in <emph>Search Array</emph>." msgstr "" -#. hBE9s +#. JexuJ #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id831708281625340\n" "help.text" -msgid "<emph>Array</emph>: is the reference of the array to search. Array must be a 1-dimensional array and must be contained in one sheet only." +msgid "<emph>Search Array</emph>: is the reference of the array to search. Array must be a 1-dimensional array and must be contained in one sheet only." msgstr "" -#. nWhEP +#. EGAYg #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id241708281629922\n" "help.text" -msgid "<emph>Return</emph>: is the reference of the array or range to return." +msgid "<emph>Result Array</emph>: is the reference of the array or range to return." msgstr "" -#. G4DLq +#. WKPAt #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id821708357634624\n" "help.text" -msgid "If <emph>Return</emph> is a range of cells, the XLOOKUP function must be entered as an <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\">array formula</link>." +msgid "If <emph>Result Array</emph> is a range of cells, the XLOOKUP function must be entered as an <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\">array formula</link>." msgstr "" -#. WTFGZ +#. sdzRc #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id271708281637035\n" "help.text" -msgid "<emph>NotFound</emph>: a text or cell content to return if the <emph>Lookup</emph> value is not found. If a valid match is not found and <emph>NotFound</emph> is omitted, the function returns the #N/A error." +msgid "<emph>Result if not found</emph>: a text or cell content to return if the <emph>Lookup</emph> value is not found. If a valid match is not found and <emph>Result if not found</emph> is omitted, the function returns the #N/A error." msgstr "" -#. ruAWq +#. 64MsW #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id121708281643207\n" "help.text" -msgid "<emph>MatchType</emph>: (optional) specifies the match type. Values can be:" +msgid "<emph>Match Mode</emph>: (optional) specifies the match type. Values can be:" msgstr "" -#. go9sN +#. VWPhz #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id111708281542144\n" "help.text" -msgid "<emph>0</emph>: exact match (default). If <emph>Lookup</emph> value is not found and <emph>NotFound</emph> text is omitted, then return the #N/A error." +msgid "<emph>0</emph>: exact match (default). If <emph>Search criterion</emph> value is not found and <emph>Result if not found</emph> text is omitted, then return the #N/A error." msgstr "" -#. CtG9A +#. PzWxb #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id851708281548335\n" "help.text" -msgid "<emph>-1</emph>: attempt exact match. If <emph>Lookup</emph> value is not found, then return the next smaller item." +msgid "<emph>-1</emph>: attempt exact match. If <emph>Search criterion</emph> value is not found, then return the next smaller item." msgstr "" -#. CpEkK +#. N3DdJ #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id801708281553430\n" "help.text" -msgid "<emph>1</emph>: attempt exact match. If <emph>Lookup</emph> value is not found, then return the next larger item." +msgid "<emph>1</emph>: attempt exact match. If <emph>Search criterion</emph> value is not found, then return the next larger item." msgstr "" -#. JJ3M2 +#. vhHmc #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id881708281558005\n" "help.text" -msgid "<emph>2</emph>: a <link href=\"text/scalc/guide/wildcards.xhp\">wildcard</link> match where characters *, ?, and ~ have special meanings." +msgid "<emph>2</emph>: a <link href=\"text/scalc/guide/wildcards.xhp\">wildcard</link> match where characters * (multiple characters), ? (single character), and ~ have special meanings." msgstr "" #. GAYga @@ -71846,60 +71846,60 @@ msgctxt "" "par_id111718970605394\n" "help.text" msgid "<emph>3</emph>: a <link href=\"text/shared/01/02100001.xhp\">regular expression</link> match." -msgstr "" +msgstr "<emph>3</emph>: una coincidencia de <link href=\"text/shared/01/02100001.xhp\">expresión regular</link>." -#. EqTBc +#. CFgfx #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id871708281607313\n" "help.text" -msgid "<emph>SearchMode</emph>: (optional) specifies the search mode to use." +msgid "<emph>Search Mode</emph>: (optional) specifies the search mode to use." msgstr "" -#. FfKjN +#. PrCaa #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id281708281579757\n" "help.text" -msgid "<emph>1</emph>: returns the first occurrence starting from the first item of <emph>Array</emph> (default)." +msgid "<emph>1</emph>: returns the first occurrence starting from the first item of <emph>Search Array</emph> (default)." msgstr "" -#. 8CD3w +#. oiSgS #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id251708281584285\n" "help.text" -msgid "<emph>-1</emph>: reverse search. Returns the first occurrence starting from the last item of <emph>Array</emph>." +msgid "<emph>-1</emph>: reverse search. Returns the first occurrence starting from the last item of <emph>Search Array</emph>." msgstr "" -#. 6aABE +#. aGQoN #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id191708281589997\n" "help.text" -msgid "<emph>2</emph>: binary search that relies on <emph>Array</emph> being sorted in ascending order. If not sorted, invalid results will be returned." +msgid "<emph>2</emph>: binary search that relies on <emph>Search Array</emph> being sorted in ascending order. If not sorted, invalid results will be returned." msgstr "" -#. pwwij +#. M54Co #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id561708281595885\n" "help.text" -msgid "<emph>-2</emph>: binary search that relies on <emph>Array</emph> being sorted in descending order. If not sorted, invalid results will be returned." +msgid "<emph>-2</emph>: binary search that relies on <emph>Search Array</emph> being sorted in descending order. If not sorted, invalid results will be returned." msgstr "" -#. Ysd77 +#. hMFJt #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id551718627629229\n" "help.text" -msgid "<emph>MatchType</emph> values 2 and 3 cannot be combined with binary search (<emph>SearchMode</emph> value <emph>2</emph> or <emph>-2</emph>)." +msgid "<emph>Match Mode</emph> values 2 and 3 cannot be combined with binary search (<emph>Search Mode</emph> value <emph>2</emph> or <emph>-2</emph>)." msgstr "" #. fHQrZ @@ -72071,7 +72071,7 @@ msgctxt "" "par_id111718970605394\n" "help.text" msgid "<emph>3</emph>: a <link href=\"text/shared/01/02100001.xhp\">regular expression</link> match." -msgstr "" +msgstr "<emph>3</emph>: una coincidencia de <link href=\"text/shared/01/02100001.xhp\">expresión regular</link>." #. WMXaP #: func_xmatch.xhp diff --git a/source/gug/helpcontent2/source/text/shared/01.po b/source/gug/helpcontent2/source/text/shared/01.po index 55d60abcc5d..ba512a80ad3 100644 --- a/source/gug/helpcontent2/source/text/shared/01.po +++ b/source/gug/helpcontent2/source/text/shared/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-07-08 17:35+0200\n" -"PO-Revision-Date: 2024-06-17 09:45+0000\n" +"PO-Revision-Date: 2024-07-12 20:55+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n" "Language: es\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 5.4.3\n" "X-POOTLE-MTIME: 1563740777.000000\n" #. 3u8hR @@ -2732,7 +2732,7 @@ msgctxt "" "par_id71543592343227\n" "help.text" msgid "Use <link href=\"text/shared/guide/openpgp.xml\">OpenPGP</link> public keys to encrypt documents." -msgstr "" +msgstr "Utilice claves públicas de <link href=\"text/shared/guide/openpgp.xml\">OpenPGP</link> para cifrar documentos." #. SqPSp #: 01070000.xhp diff --git a/source/gug/helpcontent2/source/text/shared/guide.po b/source/gug/helpcontent2/source/text/shared/guide.po index 6722c497da1..c5ca96a239c 100644 --- a/source/gug/helpcontent2/source/text/shared/guide.po +++ b/source/gug/helpcontent2/source/text/shared/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-06-10 14:48+0200\n" -"PO-Revision-Date: 2024-06-29 01:48+0000\n" +"PO-Revision-Date: 2024-07-12 20:56+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n" "Language: es\n" @@ -13811,7 +13811,7 @@ msgctxt "" "par_id171711643080652\n" "help.text" msgid "The option to insert an object as a background image is only available in %PRODUCTNAME Writer." -msgstr "" +msgstr "La opción de insertar un objeto como imagen de fondo está disponible únicamente en %PRODUCTNAME Writer." #. PydiW #: groups.xhp @@ -22163,7 +22163,7 @@ msgctxt "" "par_id23538680114944\n" "help.text" msgid "Not supported" -msgstr "" +msgstr "No admitido" #. Sigiv #: palette_files.xhp diff --git a/source/gug/helpcontent2/source/text/shared/optionen.po b/source/gug/helpcontent2/source/text/shared/optionen.po index 77b9563b334..d052d9dff9e 100644 --- a/source/gug/helpcontent2/source/text/shared/optionen.po +++ b/source/gug/helpcontent2/source/text/shared/optionen.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-06-25 12:28+0200\n" -"PO-Revision-Date: 2024-06-29 01:48+0000\n" +"PO-Revision-Date: 2024-07-15 09:45+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" @@ -1697,7 +1697,7 @@ msgctxt "" "par_id3149344\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><caseinline select=\"MAC\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{instalación}/share/classification/example.xml</caseinline><caseinline select=\"MAC\">{instalación}/share/classification/example.xml</caseinline><defaultinline>{instalación}\\share\\classification\\example.xml</defaultinline></switchinline>" #. XWkWA #: 01010300.xhp @@ -17951,7 +17951,7 @@ msgctxt "" "hd_id101713183273963\n" "help.text" msgid "OpenCL Options" -msgstr "" +msgstr "Opciones de OpenCL" #. rg6NA #: opencl.xhp diff --git a/source/gug/helpcontent2/source/text/simpress/01.po b/source/gug/helpcontent2/source/text/simpress/01.po index 27cc9954669..99075f18dfa 100644 --- a/source/gug/helpcontent2/source/text/simpress/01.po +++ b/source/gug/helpcontent2/source/text/simpress/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-06-03 12:06+0200\n" -"PO-Revision-Date: 2024-06-10 07:50+0000\n" +"PO-Revision-Date: 2024-07-12 09:45+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/es/>\n" "Language: es\n" @@ -1283,7 +1283,7 @@ msgctxt "" "hd_id3149664\n" "help.text" msgid "<variable id=\"outline_h1\"><link href=\"text/simpress/01/03090000.xhp\">Outline</link></variable>" -msgstr "" +msgstr "<variable id=\"outline_h1\"><link href=\"text/simpress/01/03090000.xhp\">Esquema</link></variable>" #. MF87J #: 03090000.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/01.po b/source/gug/helpcontent2/source/text/swriter/01.po index 19bf771947f..be1959e9370 100644 --- a/source/gug/helpcontent2/source/text/swriter/01.po +++ b/source/gug/helpcontent2/source/text/swriter/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-06-25 12:28+0200\n" -"PO-Revision-Date: 2024-06-29 01:48+0000\n" +"PO-Revision-Date: 2024-07-12 20:55+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n" "Language: es\n" @@ -2372,7 +2372,7 @@ msgctxt "" "hd_id701713405928808\n" "help.text" msgid "Reminders" -msgstr "" +msgstr "Recordatorios" #. gYug3 #: 02110100.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/02.po b/source/gug/helpcontent2/source/text/swriter/02.po index ca688ebce9c..e0a7ee5af65 100644 --- a/source/gug/helpcontent2/source/text/swriter/02.po +++ b/source/gug/helpcontent2/source/text/swriter/02.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-04-02 12:12+0200\n" -"PO-Revision-Date: 2024-05-08 09:45+0000\n" +"PO-Revision-Date: 2024-07-15 09:45+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/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 5.3.1\n" +"X-Generator: Weblate 5.4.3\n" "X-POOTLE-MTIME: 1535101681.000000\n" #. sqxGb @@ -203,7 +203,7 @@ msgctxt "" "par_id131692884364682\n" "help.text" msgid "<link href=\"text/swriter/01/format_frame.xhp\">Frame and Object menu</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/format_frame.xhp\">Menú Marco y objeto</link>" #. 4BWgB #: 03220000.xhp @@ -284,7 +284,7 @@ msgctxt "" "par_id131692884364682\n" "help.text" msgid "<link href=\"text/swriter/01/format_frame.xhp\">Frame and Object menu</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/format_frame.xhp\">Menú Marco y objeto</link>" #. ytwBC #: 04090000.xhp diff --git a/source/gug/helpcontent2/source/text/swriter/guide.po b/source/gug/helpcontent2/source/text/swriter/guide.po index f15202c128c..e80e2b10ef3 100644 --- a/source/gug/helpcontent2/source/text/swriter/guide.po +++ b/source/gug/helpcontent2/source/text/swriter/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2024-06-25 12:28+0200\n" -"PO-Revision-Date: 2024-06-29 01:48+0000\n" +"PO-Revision-Date: 2024-07-14 09:45+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n" "Language: es\n" @@ -7160,7 +7160,7 @@ msgctxt "" "par_id3146865\n" "help.text" msgid "In the <menuitem>Next Style</menuitem> box, select \"Left Page\"." -msgstr "" +msgstr "En el cuadro <menuitem>Estilo siguiente</menuitem>, seleccione «Página izquierda»." #. RRd7v #: header_pagestyles.xhp @@ -7205,7 +7205,7 @@ msgctxt "" "par_id3147061\n" "help.text" msgid "In the <menuitem>Next Style</menuitem> box, select \"Right Page\"." -msgstr "" +msgstr "En el cuadro <menuitem>Estilo siguiente</menuitem>, seleccione «Página derecha»." #. sXiNx #: header_pagestyles.xhp diff --git a/source/gug/sfx2/messages.po b/source/gug/sfx2/messages.po index 063e95e1a4b..cf99b275764 100644 --- a/source/gug/sfx2/messages.po +++ b/source/gug/sfx2/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2024-06-28 11:23+0200\n" +"POT-Creation-Date: 2024-07-15 12:05+0200\n" "PO-Revision-Date: 2018-10-21 19:29+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -4816,61 +4816,61 @@ msgid "E_xtensions" msgstr "_Extensiones" #. rDw4E -#: sfx2/uiconfig/ui/startcenter.ui:458 +#: sfx2/uiconfig/ui/startcenter.ui:459 msgctxt "startcenter|label1" msgid "Application" msgstr "Aplicación" #. UiDMp -#: sfx2/uiconfig/ui/startcenter.ui:478 +#: sfx2/uiconfig/ui/startcenter.ui:479 msgctxt "startcenter|all_recent_label" msgid "Recent Files List" msgstr "" #. kho2B -#: sfx2/uiconfig/ui/startcenter.ui:491 +#: sfx2/uiconfig/ui/startcenter.ui:492 msgctxt "startcenter|local_view_label" msgid "Templates List" msgstr "" #. FcFBB -#: sfx2/uiconfig/ui/startcenter.ui:516 +#: sfx2/uiconfig/ui/startcenter.ui:517 msgctxt "startcenter|filter_label" msgid "Filter:" msgstr "" #. KyntM -#: sfx2/uiconfig/ui/startcenter.ui:533 +#: sfx2/uiconfig/ui/startcenter.ui:534 msgctxt "startcenter|filter_none" msgid "All Documents" msgstr "" #. fAxHB -#: sfx2/uiconfig/ui/startcenter.ui:534 +#: sfx2/uiconfig/ui/startcenter.ui:535 msgctxt "startcenter|filter_writer" msgid "Text Documents" msgstr "" #. zdYmN -#: sfx2/uiconfig/ui/startcenter.ui:535 +#: sfx2/uiconfig/ui/startcenter.ui:536 msgctxt "startcenter|filter_calc" msgid "Spreadsheets" msgstr "" #. DZVJB -#: sfx2/uiconfig/ui/startcenter.ui:536 +#: sfx2/uiconfig/ui/startcenter.ui:537 msgctxt "startcenter|filter_impress" msgid "Presentations" msgstr "" #. 67F9T -#: sfx2/uiconfig/ui/startcenter.ui:537 +#: sfx2/uiconfig/ui/startcenter.ui:538 msgctxt "startcenter|filter_draw" msgid "Drawings" msgstr "" #. ZCQZB -#: sfx2/uiconfig/ui/startcenter.ui:554 +#: sfx2/uiconfig/ui/startcenter.ui:555 msgctxt "startcenter|mbActions|tool_tip" msgid "Actions" msgstr "" |