diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:23:14 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:39:38 +0200 |
commit | 561c214c699f3b563ba2507fd1ad9a709cf16653 (patch) | |
tree | 9115b32cddb880b72ecb721e4d62643401f08073 /source/eu/helpcontent2 | |
parent | 4460c7babd574c5040a528d10fe51001c27680bc (diff) |
update translations for master
and foce-fix errors using pocheck
Change-Id: I12d26e666d46993fd4ff26616c09be9e5bf82fcd
Diffstat (limited to 'source/eu/helpcontent2')
38 files changed, 8049 insertions, 4332 deletions
diff --git a/source/eu/helpcontent2/source/auxiliary.po b/source/eu/helpcontent2/source/auxiliary.po index 4f91a427b69..2b2da114354 100644 --- a/source/eu/helpcontent2/source/auxiliary.po +++ b/source/eu/helpcontent2/source/auxiliary.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" -"PO-Revision-Date: 2021-06-26 11:04+0000\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2021-09-12 07:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/eu/>\n" "Language: eu\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.6.2\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1562308114.000000\n" #. fEEXD @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Pythonekin programatzea" +#. JCHAg +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"0703\n" +"node.text" +msgid "Script Development Tools" +msgstr "Scriptak garatzeko tresnak" + #. KsAjT #: scalc.tree msgctxt "" diff --git a/source/eu/helpcontent2/source/text/sbasic/guide.po b/source/eu/helpcontent2/source/text/sbasic/guide.po index 52ab02d4e18..a2377aeb08a 100644 --- a/source/eu/helpcontent2/source/text/sbasic/guide.po +++ b/source/eu/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-01-24 14:52+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicguide/eu/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559975556.000000\n" #. WcTKB @@ -682,6 +682,393 @@ msgctxt "" msgid "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Basic Programming Examples</link></variable>" msgstr "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Basic programazio-adibideak</link></variable>" +#. GKzpN +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"tit\n" +"help.text" +msgid "Formatting Borders in Calc with Macros" +msgstr "" + +#. gDaEd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id461623364876507\n" +"help.text" +msgid "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\" name=\"Calc_Borders_h1\">Formatting Borders in Calc with Macros</link></variable>" +msgstr "" + +#. JyRxe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id461630536347127\n" +"help.text" +msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc." +msgstr "" + +#. 7FCuQ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id81630536486560\n" +"help.text" +msgid "Formatting Borders in Ranges of Cells" +msgstr "" + +#. jZniv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id871630536518700\n" +"help.text" +msgid "The code snippet below creates a <literal>Sub</literal> called <literal>FormatCellBorder</literal> that applies new border formats to a given range address in the current Calc sheet." +msgstr "" + +#. Xzm6Q +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id131630537785605\n" +"help.text" +msgid "' Creates the UNO struct that will store the new line format" +msgstr "" + +#. qpADJ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id971630537786724\n" +"help.text" +msgid "' Gets the target cell" +msgstr "" + +#. jXfEv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id791630537787373\n" +"help.text" +msgid "' Applies the new format to all borders" +msgstr "" + +#. 3csnz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id141630537941393\n" +"help.text" +msgid "The <literal>Sub</literal> described above takes in four arguments:" +msgstr "" + +#. r5ThF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id841630538209958\n" +"help.text" +msgid "<emph>cellAddress</emph> is a string such as denoting the range to be formatted in the format \"A1\"." +msgstr "" + +#. dfuE6 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id821630538210271\n" +"help.text" +msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\" name=\"LineStyles_link\">Line Styles</link> below)." +msgstr "" + +#. gKaYD +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630538210607\n" +"help.text" +msgid "<emph>newWidth</emph> is an integer value that defines the line width." +msgstr "" + +#. wVnmn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id71630538211142\n" +"help.text" +msgid "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function." +msgstr "" + +#. 3gYJs +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id201630538522838\n" +"help.text" +msgid "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:" +msgstr "" + +#. XpcA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id651630603779228\n" +"help.text" +msgid "' Gives access to the line style constants" +msgstr "" + +#. 44Cm4 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id321630538931144\n" +"help.text" +msgid "' Formats \"B5\" with solid blue borders" +msgstr "" + +#. m5WA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id91630538931686\n" +"help.text" +msgid "' Formats all borders in the range \"D2:F6\" with red dotted borders" +msgstr "" + +#. yt8qz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id31630540159114\n" +"help.text" +msgid "It is possible to implement the same functionality in Python:" +msgstr "" + +#. FEQGU +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id411630540777672\n" +"help.text" +msgid "# Defines the new line format" +msgstr "" + +#. cxBAF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id361630540778786\n" +"help.text" +msgid "# Scriptforge service to access cell ranges" +msgstr "" + +#. hUVfn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id931630541661889\n" +"help.text" +msgid "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:" +msgstr "" + +#. zmvzf +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630541889040\n" +"help.text" +msgid "The Python code presented above uses the <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"SF_link\">ScriptForge library</link> that is available since %PRODUCTNAME 7.2." +msgstr "" + +#. FfECT +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id361630539136798\n" +"help.text" +msgid "Line Styles" +msgstr "" + +#. Qt5gG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539147234\n" +"help.text" +msgid "Line styles are defined as integer constants. The table below lists the constants for the line styles available in <menuitem>Format - Cells - Borders</menuitem>:" +msgstr "" + +#. X2WVp +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id651630604006712\n" +"help.text" +msgid "Constant name" +msgstr "" + +#. JTgFF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539273987\n" +"help.text" +msgid "Integer value" +msgstr "" + +#. GZPBL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630539273987\n" +"help.text" +msgid "Line style name" +msgstr "" + +#. cGhRo +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id691630539273987\n" +"help.text" +msgid "Solid" +msgstr "" + +#. aFDHe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id591630539325162\n" +"help.text" +msgid "Dotted" +msgstr "" + +#. XJZxB +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id881630539433260\n" +"help.text" +msgid "Dashed" +msgstr "" + +#. VeExq +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id111630539463634\n" +"help.text" +msgid "Fine dashed" +msgstr "" + +#. n9ZFA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630539471483\n" +"help.text" +msgid "Double thin" +msgstr "" + +#. ydBcG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id671630539478101\n" +"help.text" +msgid "Dash dot" +msgstr "" + +#. a4wFd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id701630539484498\n" +"help.text" +msgid "Dash dot dot" +msgstr "" + +#. A9PVK +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680866\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\" name=\"BorderLineStyle_link\">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants." +msgstr "" + +#. aJTNw +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id31630542361666\n" +"help.text" +msgid "Formatting Borders Using TableBorder2" +msgstr "" + +#. yQYnF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id11630542436346\n" +"help.text" +msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section." +msgstr "" + +#. A25aA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id641630542724480\n" +"help.text" +msgid "In addition to top, bottom, left and right borders, <literal>TableBorder2</literal> also defines vertical and horizontal borders. The macro below applies only the top and bottom borders to the range \"B2:E5\"." +msgstr "" + +#. k7afV +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id191630543332073\n" +"help.text" +msgid "' Defines the new line format" +msgstr "" + +#. hSdDm +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id281630543333061\n" +"help.text" +msgid "' Struct that stores the new TableBorder2 definition" +msgstr "" + +#. SFrJL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id11630543334395\n" +"help.text" +msgid "' Applies the table format to the range \"B2:E5\"" +msgstr "" + +#. cSa4U +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id401630544066231\n" +"help.text" +msgid "The macro can be implemented in Python as follows:" +msgstr "" + +#. aipfb +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680102\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\" name=\"BorderLineStyle_link\">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes." +msgstr "" + #. YLjtF #: control_properties.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/sbasic/python.po b/source/eu/helpcontent2/source/text/sbasic/python.po index e246d80d97c..489f894d16b 100644 --- a/source/eu/helpcontent2/source/text/sbasic/python.po +++ b/source/eu/helpcontent2/source/text/sbasic/python.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: 2021-06-11 17:08+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-30 13:40+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563601431.000000\n" #. naSFZ @@ -493,14 +493,14 @@ msgctxt "" msgid "Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples." msgstr "Begiratu <literal>{instalazioa}/program/</literal> direktorioan dagoen <literal>msgbox.py</literal> Pythonen elkarrizketa-koadro dinamikoen adibideak ikusteko." -#. r6FEK +#. zNyQB #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "tit\n" "help.text" -msgid "Python : Monitoring Document Events" -msgstr "Python : Dokumentu-gertaerak kontrolatzea" +msgid "Monitoring Document Events" +msgstr "" #. GyBAT #: python_document_events.xhp @@ -511,14 +511,59 @@ msgctxt "" msgid "<bookmark_value>Basic;Monitoring Document Events</bookmark_value> <bookmark_value>Python;Monitoring Document Events</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: Monitoring Document Event</bookmark_value> <bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>" msgstr "<bookmark_value>Basic;dokumentu-gertaerak monitorizatzea</bookmark_value> <bookmark_value>Python;dokumentu-gertaerak monitorizatzea</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: dokumentu-gertaera monitorizatzea</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: dokumentu-gertaera monitorizatzea</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: dokumentu-gertaera monitorizatzea</bookmark_value> <bookmark_value>API;lang.EventObject: dokumentu-gertaera monitorizatzea</bookmark_value>" -#. gsCNB +#. D6i78 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0527\n" "help.text" -msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link></variable>" -msgstr "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Dokumentu-gertaerak kontrolatzea</link></variable>" +msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" +msgstr "" + +#. 9kSGW +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id641630582314861\n" +"help.text" +msgid "Listening to document events can help in the following situations:" +msgstr "" + +#. NEQoZ +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id431630582396327\n" +"help.text" +msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." +msgstr "" + +#. Tror9 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id461630582396782\n" +"help.text" +msgid "Control the processing of document save, document copy, print or mailmerge requests." +msgstr "" + +#. xrRHB +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id631630582394790\n" +"help.text" +msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" +msgstr "" + +#. fCNvj +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id601630582398998\n" +"help.text" +msgid "Import math Python packages before opening a Calc document. Release these packages when the document closes." +msgstr "" #. bXprs #: python_document_events.xhp @@ -529,14 +574,14 @@ msgctxt "" msgid "Next to <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts." msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">Gertaerei makroak esleitzeaz</link> gain, posible da %PRODUCTNAME dokumentuek sortutako gertaerak kontrolatzea. Gertaeren scriptak deitzeko, Application Programming Interface (API) igorleak erabiltzen dira. Onartutako metodo guztiak, baita erabiltzen ez direnak ere, definitzea behar duten entzuleek ez bezala, dokumentuen kontrolek bi metodo besterik ez dute behar, gakotutako gertaera-scripten alboan." -#. HztRG +#. 6j5Bu #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0529\n" "help.text" -msgid "Listening to Document Events" -msgstr "Dokumentu-gertaerak entzutea" +msgid "Monitoring Document Events" +msgstr "" #. SZGH4 #: python_document_events.xhp @@ -862,32 +907,32 @@ msgctxt "" msgid "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>Tools;Strings</bookmark_value>" msgstr "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>tresnak;kateak</bookmark_value>" -#. 3JWfM +#. D5Lsi #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0650\n" "help.text" -msgid "The <literal>Onload</literal> script is assigned to <emph>Open document</emph> event using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." -msgstr "<literal>Onload</literal> scripta <emph>Dokumentu irekia</emph> gertaerari esleitzen zaio <menuitem>Tresnak – Pertsonalizatu</menuitem> menuko <menuitem>Gertaerak</menuitem> fitxa erabilita. Gertaeren kontrola hasten da <literal>ConsoleLogger</literal> objektu baten instantzia bat sortzen denean eta amaitzen da Basic motorrak hura askatzen duenean. <literal>OnLoad</literal> gertaerak beharrezko Basic liburutegiak kargatzen ditu, eta harrapatutako gertaerak <literal>Access2Base.Trace</literal> modulua erabilita jakinarazten dira." +msgid "Using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab, the <menuitem>Open document</menuitem> event fires a <literal>ConsoleLogger</literal> initialisation. <literal>_documentEventOccured</literal> routine - set by <literal>ConsoleLogger</literal> - serves as a unique entry point to trap all document events." +msgstr "" -#. TAiMF +#. gGpkW #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0651\n" +"hd_id421630510141729\n" "help.text" -msgid "REM controller.Events module" -msgstr "REM controller.Events modulua" +msgid "controller.Events module" +msgstr "" -#. kYy8A +#. rJX92 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0653\n" +"bas_id431630567378062\n" "help.text" -msgid "Private _obj As Object ' controller.ConsoleLogger instance" -msgstr "Private _obj As Object ' controller.ConsoleLogger instantzia" +msgid "Global _obj As Object ' controller.ConsoleLogger instance" +msgstr "" #. PfRq6 #: python_document_events.xhp @@ -898,14 +943,32 @@ msgctxt "" msgid "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Open Document <<" msgstr "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Dokumentu irekia <<" -#. BEVFV +#. p8RfU +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id371630509596674\n" +"help.text" +msgid "''' ConsoleLogger unique entry point '''" +msgstr "" + +#. upGWH #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0659\n" +"hd_id721630511986813\n" "help.text" -msgid "REM controller.ConsoleLogger class module" -msgstr "REM controller.ConsoleLogger klase-modulua" +msgid "controller.ConsoleLogger class module" +msgstr "" + +#. AN8tn +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id901630509435225\n" +"help.text" +msgid "Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops upon document closure. <literal>StartAdapter</literal> routine loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." +msgstr "" #. 2jXHB #: python_document_events.xhp @@ -916,14 +979,14 @@ msgctxt "" msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event" msgstr "' MOLDATZAILEA 'Dokumentu irekia' gertaeran instantziatuko den eredu-objektua" -#. 9ZNpG +#. ueeGx #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0668\n" +"N0666\n" "help.text" -msgid "' CONSTRUCTOR/DESTRUCTOR" -msgstr "' ERAIKITZAILEA/SUNTSITZAILEA" +msgid "Private Const UI_NOPROMPT = False ' Set it to True to visualise documents events" +msgstr "" #. EQG8C #: python_document_events.xhp @@ -934,6 +997,24 @@ msgctxt "" msgid "' MEMBERS" msgstr "' KIDEAK" +#. r5AkD +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id131630510956418\n" +"help.text" +msgid "Private _txtMsg As String ' text message to log in console" +msgstr "" + +#. JaEhY +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0677\n" +"help.text" +msgid "' PROPERTIES" +msgstr "" + #. aGuEg #: python_document_events.xhp msgctxt "" @@ -970,14 +1051,23 @@ msgctxt "" msgid "''' Initialize document events logging '''" msgstr "''' Hasieratu dokumentu-gertaerak egunkarian gordetzea '''" -#. A5RuU +#. EERdL #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0706\n" +"bas_id211630511166427\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Dokumentu-gertaerak egunkarian gordetzen ari dira\", _" +msgid "If IsMissing(evt) Then _txtMsg = \"\" Else _txtMsg = evt.EventName & \"-\"" +msgstr "" + +#. hxzE4 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0705\n" +"help.text" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events are being logged\", UI_PROMPT)" +msgstr "" #. NkHa4 #: python_document_events.xhp @@ -988,14 +1078,32 @@ msgctxt "" msgid "''' Terminate document events logging '''" msgstr "''' Amaitu dokumentu-gertaerak egunkarian gordetzea '''" -#. np2xy +#. JEve4 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0717\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Dokumentu-gertaerak egunkarian gorde dira\", _" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events have been logged\", UI_PROMPT)" +msgstr "" + +#. GAD2E +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0719\n" +"help.text" +msgid "Access2Base.Trace.TraceConsole() ' Captured events dialog" +msgstr "" + +#. X8Kdh +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0722\n" +"help.text" +msgid "' EVENTS" +msgstr "" #. uVpJf #: python_document_events.xhp diff --git a/source/eu/helpcontent2/source/text/sbasic/shared.po b/source/eu/helpcontent2/source/text/sbasic/shared.po index a97bb1983a6..0262f689010 100644 --- a/source/eu/helpcontent2/source/text/sbasic/shared.po +++ b/source/eu/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563086466.000000\n" #. yzYVt @@ -646,14 +646,14 @@ msgctxt "" msgid "This method is only available for <emph>Python</emph> scripts." msgstr "Metodo hau <emph>Python</emph> scriptetan soilik dago erabilgarri." -#. FMxTn +#. DmRoP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id81621427048241\n" "help.text" -msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. If it is not installed, an error will occur." -msgstr "Metodo hau erabiltzeko, <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> hedapena instalatu behar da. Instalatuta ez badago, errore bat gertatuko da." +msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs." +msgstr "" #. yJwvF #: 00000003.xhp @@ -16567,14 +16567,14 @@ msgctxt "" msgid "<bookmark_value>Timer function</bookmark_value>" msgstr "<bookmark_value>Timer funtzioa</bookmark_value>" -#. s4Cso +#. 2AGeD #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3149346\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link>" -msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer funtzioa</link>" +msgid "<variable id=\"Timer_H1\"><link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link></variable>" +msgstr "" #. AKDaG #: 03030303.xhp @@ -16594,24 +16594,6 @@ msgctxt "" msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned." msgstr "Timer funtzioari deitzeko aurrena aldagai bat deklaratu behar duzu eta \"Long \" datu mota esleitu behar diozu, bestela Date balioa itzuliko da." -#. 7esAc -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3153768\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxia:" - -#. AjxQM -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3146975\n" -"help.text" -msgid "Return value:" -msgstr "Itzulera-balioa:" - #. zgXp6 #: 03030303.xhp msgctxt "" @@ -16621,50 +16603,32 @@ msgctxt "" msgid "Date" msgstr "Data" -#. p966o -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Example:" -msgstr "Adibidea:" - -#. nf9Nk +#. ppCoJ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3145748\n" "help.text" -msgid "MsgBox lSec,0,\"Seconds since midnight\"" -msgstr "MsgBox lSeg,0,\"Segundo kopurua gauerditik hasita\"" +msgid "MsgBox lSec, 0, \"Seconds since midnight\"" +msgstr "" -#. 7hHWi +#. E5DAZ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156283\n" "help.text" -msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\"" -msgstr "MsgBox Right(\"00\" & lOrdua , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSeg , 2) ,0,\"Ordu hau da:\"" +msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2), 0, \"The time is\"" +msgstr "" -#. QLp7F +#. CWMJG #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id491610993401822\n" "help.text" -msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal> service</link>." -msgstr "<literal>Timer</literal> funtzioak denbora segundotan neurtzen du. Denbora milisegundotan neurtzeko, erabili <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal> zerbitzua</link>." - -#. fsCiJ -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" -msgstr "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" +msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>." +msgstr "" #. ATnCy #: 03040000.xhp @@ -17035,6 +16999,42 @@ msgctxt "" msgid "VT - Vertical tab" msgstr "VT - Tabulazio bertikala" +#. 8kxFA +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"bm_id391624288823741\n" +"help.text" +msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>" +msgstr "" + +#. EuAqS +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"hd_id941624288567829\n" +"help.text" +msgid "VBA Variable Type Named Constants" +msgstr "" + +#. AzBpy +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id31624288363725\n" +"help.text" +msgid "Named constant" +msgstr "" + +#. SrPWN +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id951624288363725\n" +"help.text" +msgid "Decimal value" +msgstr "" + #. LMbQP #: 03050000.xhp msgctxt "" @@ -28663,14 +28663,14 @@ msgctxt "" msgid "TypeName Function; VarType Function" msgstr "TypeName funtzioa; VarType funtzioa" -#. MZBfd +#. 5Bz7E #: 03103600.xhp msgctxt "" "03103600.xhp\n" "bm_id3143267\n" "help.text" -msgid "<bookmark_value>TypeName function</bookmark_value> <bookmark_value>VarType function</bookmark_value>" -msgstr "<bookmark_value>TypeName funtzioa</bookmark_value><bookmark_value>VarType funtzioa</bookmark_value>" +msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value><bookmark_value>Basic Variable Type constants</bookmark_value>" +msgstr "" #. QYE2E #: 03103600.xhp @@ -28690,15 +28690,6 @@ msgctxt "" msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable." msgstr "Aldagai baterako informazioa duen katea (TypeName) edo zenbakizko balioa (VarType) itzultzen du." -#. JGJq2 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3153825\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaxia:" - #. EkgRM #: 03103600.xhp msgctxt "" @@ -28708,15 +28699,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "TypeName (Aldagaia) / VarType (Aldagaia)" -#. Ax4Qv -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3145610\n" -"help.text" -msgid "Return value:" -msgstr "Itzulera-balioa:" - #. gaAwa #: 03103600.xhp msgctxt "" @@ -28726,15 +28708,6 @@ msgctxt "" msgid "String; Integer" msgstr "katea; osoko zenbakia" -#. M8Nj4 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3146795\n" -"help.text" -msgid "Parameters:" -msgstr "Parametroak:" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28744,14 +28717,14 @@ msgctxt "" msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:" msgstr "<emph>Aldagaia:</emph> mota zehaztu nahi diozun aldagaia. Ondorengo balioak erabil ditzakezu:" -#. RbH5s +#. oxuiK #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "key word" -msgstr "gako-hitza" +msgid "keyword" +msgstr "" #. EAezL #: 03103600.xhp @@ -28897,15 +28870,6 @@ msgctxt "" msgid "No valid data" msgstr "Baliogabeko datua" -#. GqyDQ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3149338\n" -"help.text" -msgid "Example:" -msgstr "Adibidea:" - #. qxhYF #: 03103600.xhp msgctxt "" @@ -31102,14 +31066,14 @@ msgctxt "" msgid "<bookmark_value>String function</bookmark_value>" msgstr "<bookmark_value>String funtzioa</bookmark_value>" -#. j82Ba +#. C8tf8 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3147291\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link>" -msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String funtzioa</link>" +msgid "<variable id=\"String_h1\"><link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link></variable>" +msgstr "" #. YVCRg #: 03120202.xhp @@ -32947,14 +32911,14 @@ msgctxt "" msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." msgstr "<emph>Konparatu:</emph> konparazio mota zehazten duen zenbakizko adierazpena. Aukerakoa da. Parametro horren balioa 0 edo 1 izan daiteke. 1 balio lehenetsiak testu-konparazioa zehazten du (ez ditu maiuskulak eta minuskulak bereizten). 0 balioak konparazio bitarra zehazten du eta maiuskulak eta minuskulak bereizten ditu." -#. pbB6M +#. mZhFi #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153361\n" "help.text" -msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." -msgstr "Exekuzio-errorea ez gertatzeko, ez ezarri Konparatu parametroa itzulitako lehenengo parametroa ez badago." +msgid "To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted." +msgstr "" #. gRVcn #: 03120401.xhp @@ -34405,14 +34369,14 @@ msgctxt "" msgid "CreateUnoService Function" msgstr "CreateUnoService funtzioa" -#. khb7S +#. AmHDS #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" -msgstr "<bookmark_value>CreateUnoService funtzioa</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" +msgid "<bookmark_value>CreateUnoService function</bookmark_value> <bookmark_value>API;FilePicker</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value>" +msgstr "" #. aeYuT #: 03131600.xhp @@ -34423,68 +34387,113 @@ msgctxt "" msgid "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link></variable>" msgstr "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService funtzioa</link></variable>" -#. rJbLM +#. ztccV #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3152924\n" "help.text" -msgid "Instantiates a Uno service with the ProcessServiceManager." -msgstr "Uno zerbitzua instantziatzen du ProcessServiceManager-ekin." +msgid "Instantiates a Uno service with the <literal>ProcessServiceManager</literal>." +msgstr "" -#. NjYQ2 +#. WN5N9 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id3153346\n" +"par_id511629989178074\n" "help.text" -msgid "oService = CreateUnoService( Uno service name )" -msgstr "oZerbitzua = CreateUnoService(Uno zerbitzuaren izena)" +msgid "<input>oService = CreateUnoService( UNO service name )</input>" +msgstr "" -#. BajPb +#. 5oFHA #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_idN1060F\n" +"par_id921629989537850\n" "help.text" -msgid "For a list of available services, go to: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" -msgstr "Erabil daitezkeen zerbitzuen zerrenda ikusteko, joan hona: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" +msgid "For a list of available services, visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"UNO_Service_Names\">com::sun::star Module</link> reference page." +msgstr "" -#. 9jnBL +#. BSPFS #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"bm_id731561653332192\n" +"par_id891561653344669\n" "help.text" -msgid "<bookmark_value>Calc functions;API Service</bookmark_value>" -msgstr "<bookmark_value>Calc funtzioak;API zerbitzua</bookmark_value>" +msgid "The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file." +msgstr "" -#. 7YLme +#. CCdzF #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id891561653344669\n" +"bas_id901629989240801\n" "help.text" -msgid "Calling Calc functions in Basic:" -msgstr "Calc funtzioak deitzea Basic-etik:" +msgid "Function FileExists(sPath as String) as Boolean" +msgstr "" -#. dASYG +#. egz97 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id741592351349391\n" +"bas_id361629989241073\n" "help.text" -msgid "REM The code below does not work for add-in functions, which have a different calling procedure." -msgstr "REM Beheko kodeak ez du funtzionatzen funtzio integratuekin, horiek deiak egiteko beste prozedura bat baitute." +msgid "Dim svcSFA as Object" +msgstr "" -#. JnBj8 +#. kPKBG #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id31561653863623\n" +"bas_id461629989241289\n" "help.text" -msgid "REM Always use the function English name" -msgstr "REM Beti erabili funtzioaren ingelesezko izena" +msgid "Set svcSFA = CreateUnoService(\"com.sun.star.ucb.SimpleFileAccess\")" +msgstr "" + +#. bTCFr +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id441629989241521\n" +"help.text" +msgid "Dim bExists as Boolean : bExists = svcSFA.exists(sPath)" +msgstr "" + +#. rn8Gk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id651629989241801\n" +"help.text" +msgid "Dim bIsFolder as Boolean : bIsFolder = svcSFA.IsFolder(sPath)" +msgstr "" + +#. 3Es78 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id521629989242114\n" +"help.text" +msgid "FileExists = bExists And Not bIsFolder" +msgstr "" + +#. ErPrk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id211629989242416\n" +"help.text" +msgid "End Function" +msgstr "" + +#. be6H2 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"par_id351629989310797\n" +"help.text" +msgid "UNO services have an extensive online documentation in the <link href=\"https://api.libreoffice.org/\" name=\"API_Website\">api.libreoffice.org</link> website. Visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"SimpleFileAccess_Page\">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above." +msgstr "" #. U26ti #: 03131600.xhp @@ -34495,14 +34504,14 @@ msgctxt "" msgid "<bookmark_value>filepicker;API service</bookmark_value>" msgstr "<bookmark_value>filepicker;API zerbitzua</bookmark_value>" -#. HjGD6 +#. WR9Yf #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10625\n" "help.text" -msgid "The following code uses a service to open a file open dialog:" -msgstr "Ondorengo kodeak zerbitzu bat erabiltzen du fitxategiak irekitzeko elkarrizketa-koadroa irekitzeko:" +msgid "The following code uses the service <literal>com.sun.star.ui.dialogs.FilePicker</literal> to show a file open dialog:" +msgstr "" #. WENTD #: 03131600.xhp @@ -37465,14 +37474,14 @@ msgctxt "" msgid "<bookmark_value>Input function</bookmark_value>" msgstr "<bookmark_value>Input funtzioa</bookmark_value>" -#. qsESF +#. 98TG4 #: 03160000.xhp msgctxt "" "03160000.xhp\n" -"hd_id3150499\n" +"hd_id141626276767913\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input funtzioa [VBA]</link>" +msgid "<variable id=\"Input_h1\"><link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link></variable>" +msgstr "" #. FGDak #: 03160000.xhp @@ -37510,15 +37519,6 @@ msgctxt "" msgid "<emph>FileNumber</emph>: Required. Any valid file number." msgstr "<emph>FitxategiZenbakia</emph>: Derrigorrezkoa. Baliozko edozein fitxategi-zenbakia." -#. EfnL6 -#: 03160000.xhp -msgctxt "" -"03160000.xhp\n" -"par_id061420170153186192\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020202.xhp\">Input# statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020202.xhp\">Input# instrukzioa</link>" - #. on87b #: 03170000.xhp msgctxt "" @@ -38932,6 +38932,105 @@ msgctxt "" msgid "Use the <literal>CreateUNOService</literal> function to access the <literal>com.sun.star.sheet.FunctionAccess</literal> service." msgstr "Erabili <literal>CreateUNOService</literal> funtzioa <literal>com.sun.star.sheet.FunctionAccess</literal> zerbitzura sartzeko." +#. LFEou +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629987917982\n" +"help.text" +msgid "The example below creates a function named <literal>MyVlook</literal> that calls the <literal>VLOOKUP</literal> Calc function over a data array passed as argument and returns the value found by the function." +msgstr "" + +#. NyNyQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id271629987890173\n" +"help.text" +msgid "' Always use the function name in English" +msgstr "" + +#. x87Fg +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id241629988142878\n" +"help.text" +msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. If first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." +msgstr "" + +#. XincG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id331629988249519\n" +"help.text" +msgid "' Creates a 5 by 2 array and fills it with data" +msgstr "" + +#. vGqJS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988249903\n" +"help.text" +msgid "myData(1, 1) = 1 : myData(1, 2) = \"Strongly disagree\"" +msgstr "" + +#. tFbTR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id201629988250130\n" +"help.text" +msgid "myData(2, 1) = 3 : myData(2, 2) = \"Disagree\"" +msgstr "" + +#. FtDFM +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id291629988250317\n" +"help.text" +msgid "myData(3, 1) = 5 : myData(3, 2) = \"Undecided\"" +msgstr "" + +#. VAGCD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731629988250530\n" +"help.text" +msgid "myData(4, 1) = 7 : myData(4, 2) = \"Agree\"" +msgstr "" + +#. zVfFm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988250759\n" +"help.text" +msgid "myData(5, 1) = 9 : myData(5, 2) = \"Strongly agree\"" +msgstr "" + +#. bH6aF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id521629988250997\n" +"help.text" +msgid "' Looks up the data array" +msgstr "" + +#. dbNrF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id491629988324413\n" +"help.text" +msgid "' Shows the message \"Disagree\"" +msgstr "" + #. V3quU #: calc_functions.xhp msgctxt "" @@ -38977,6 +39076,15 @@ msgctxt "" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "MySQRTPI = oService.getSqrtPi(arg)" +#. PsFhU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id651629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgstr "" + #. emGWD #: calc_functions.xhp msgctxt "" @@ -42244,23 +42352,23 @@ msgctxt "" msgid "UNO Objects" msgstr "UNO objektuak" -#. 2XuCg +#. qDEE8 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "bm_id171544787218331\n" "help.text" -msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" -msgstr "<bookmark_value>programatzea;UNO objektuak</bookmark_value> <bookmark_value>UNO objektuak</bookmark_value> <bookmark_value>UNO funtzioak</bookmark_value>" +msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" +msgstr "" -#. 5vZxD +#. DhRpt #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id3156027\n" "help.text" -msgid "UNO Objects, Functions and Services" -msgstr "UNO objektuak, funtzioak eta zerbitzuak" +msgid "<variable id=\"UnoObjects_h1\"><link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UnoObjects_help\">UNO Objects, Functions and Services</link></variable>" +msgstr "" #. 9xsDp #: uno_objects.xhp diff --git a/source/eu/helpcontent2/source/text/sbasic/shared/01.po b/source/eu/helpcontent2/source/text/sbasic/shared/01.po index f1d1fc616f2..2c5c1269c83 100644 --- a/source/eu/helpcontent2/source/text/sbasic/shared/01.po +++ b/source/eu/helpcontent2/source/text/sbasic/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-11-15 09:23+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542273805.000000\n" +#. arCRB #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Macro" msgstr "Makroa" +#. yo43H #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>" msgstr "<bookmark_value>makroak; Basic- en IDEa</bookmark_value><bookmark_value>Basic-en IDEa; makroak</bookmark_value>" +#. YAAFo #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Macro" msgstr "Makroa" +#. Knnfd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>" msgstr "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\"><emph>Makroa</emph> elkarrizketa-koadroa irekitzen du; hor $[officename] Basic aplikazioko makroak sortu, editatu, antolatu eta exekutatu ditzakezu.</ahelp></variable>" +#. YFNsk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Macro name" msgstr "Makroaren izena" +#. oAFgs #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Hautatutako makroaren izena bistaratzen du. Makro baten izena sortzeko edo aldatzeko, sartu izen bat hemen.</ahelp>" +#. bAnLi #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Macro from / Save macro in" msgstr "Hemengo makroa / Gorde makroa hemen" +#. VGm8h #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Makroak ireki edo gorde ditzakezun liburutegiak eta moduluak zerrendatzen ditu. Makro bat dokumentu jakin batekin gordetzeko, ireki dokumentua, eta gero, ireki elkarrizketa-koadro hau.</ahelp>" +#. DS2rV #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Run / Save" msgstr "Exekutatu / Gorde" +#. FNpEE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Uneko makroa exekutatzen edo gordetzen du.</ahelp>" +#. q8TCE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Assign" msgstr "Esleitu" +#. oo9tG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">'Pertsonalizatu' elkarrizketa-koadroa irekitzen du. Hor hautatutako makroa menu-komando bati, tresna-barra bati edo gertaera bati esleitu diezaiokezu.</ahelp>" +#. FPBtn #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Edit" msgstr "Editatu" +#. FRwKP #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">$[officename] Basic editorea abiarazi eta hautatutako makroa irekitzen du, hura editatzeko.</ahelp>" +#. RbUsU #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "New/Delete" msgstr "Berria/Ezabatu" +#. 3eRrt #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Makro berri bat sortzen du, edo hautatutako makroa ezabatzen.</ahelp>" +#. XzjjH #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>." msgstr "Makro berri bat sortzeko, hautatu \"Estandarra\" modulua <emph>Hemengo makroa</emph> zerrendan eta sakatu <emph>Berria</emph>." +#. Bpdkd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "To delete a macro, select it, and then click <emph>Delete</emph>." msgstr "Makro bat ezabatzeko, hautatu makroa eta sakatu <emph>Ezabatu</emph>." +#. caLtQ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Organizer" msgstr "Antolatzailea" +#. upvjA #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\"><emph>Makro-antolatzailea</emph> elkarrizketa-koadroa irekitzen du, eta hor, lehendik dauden makroen moduluak, elkarrizketa-koadroak eta liburutegiak gehitu, editatu edo ezaba ditzakezu.</ahelp>" +#. Ps6dk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Module/Dialog" msgstr "Modulua/Elkarrizketa-koadroa" +#. 98PeZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing macros and dialogs.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lehendik dauden makroak eta elkarrizketa-koadroak zerrendatzen ditu.</ahelp>" +#. F4DZ9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "You can drag-and-drop a module or a dialog between libraries." msgstr "Modulu edo elkarrizketa-koadro bat liburutegien artean arrastatu eta jaregin dezakezu." +#. nrET3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop." msgstr "Elkarrizketa-koadro edo modulu bat kopiatzeko, mantendu sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, arrastatzen eta jaregiten duzun bitartean." +#. JXD8N #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Edit" msgstr "Editatu" +#. 2fib2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected macro or dialog for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Hautatutako makroa edo elkarrizketa-koadroa irekitzen du editatzeko.</ahelp>" +#. ZkR28 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "New" msgstr "Berria" +#. vhX73 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Creates a new module.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Modulu berria sortzen du.</ahelp>" +#. ztEAp #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Creates a new dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Elkarrizketa berri bat sortzen du.</ahelp>" +#. 3hGbj #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Libraries tab page" msgstr "Liburutegiak fitxa" +#. moZ4B #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Lets you manage the macro libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Makroen liburutegiak kudeatzeko aukera ematen du.</ahelp>" +#. KFVdv #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Location" msgstr "Kokagunea" +#. 7LWSS #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the location containing the macro libraries that you want to organize.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Hautatu makroaren liburutegiak dituen kokagunea antolatzeko.</ahelp>" +#. hCRD2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Library" msgstr "Liburutegia" +#. rFEdG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the macro libraries in the chosen location.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lehendik dauden makroen liburutegiak zerrendatzen ditu.</ahelp>" +#. aB2et #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Edit" msgstr "Editatu" +#. 9AugT #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">$[officename] Basic editorea irekitzen du hautatutako liburutegia aldatzeko.</ahelp>" +#. tSCY9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Password" msgstr "Pasahitza" +#. FBAaE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Hautatutako liburutegiaren <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">pasahitza</link> esleitu edo editatzen du. \"Standard\" liburutegiek ezin dute pasahitzik izan.</ahelp>" +#. pGEKe #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "New" msgstr "Berria" +#. dwNDg #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Liburutegi berria sortzen du.</ahelp>" +#. GsfAY #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Name" msgstr "Izena" +#. bfokw #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new module, dialog, or library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Idatzi hemen elokarrizketa-koadro, liburutegi edo modulu berriaren izena.</ahelp>" +#. wHUF6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Append" msgstr "Erantsi" +#. fE5qD #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click <emph>Open</emph>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Lokalizatu uneko zerrendan gehitzea nahi duzun $[officename] Basic liburutegia, eta gero, sakatu <emph>Ireki</emph>.</ahelp>" +#. tBtMd #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Change Password" msgstr "Aldatu pasahitza" +#. PESmH #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Change Password" msgstr "Aldatu pasahitza" +#. 3tBDD #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password." msgstr "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Hautatutako liburutegia pasahitz bidez babesten du.</ahelp> Nahi izanez gero, beste pasahitz bat sartu edo uneko pasahitza aldatu dezakezu." +#. iWG6y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Old password" msgstr "Pasahitz zaharra" +#. k6nT2 #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Password" msgstr "Pasahitza" +#. dfHfJ #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Enter the current password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Sartu hautatutako liburutegiaren uneko pasahitza.</ahelp>" +#. SNztA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "New password" msgstr "Pasahitz berria" +#. HJt2y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Password" msgstr "Pasahitza" +#. ArwCv #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Enter a new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Sartu hautatutako liburutegiaren pasahitz berria.</ahelp>" +#. zVSGA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Confirm" msgstr "Berretsi" +#. bhiTx #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Repeat the new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Errepikatu hautatutako liburutegiaren pasahitz berria.</ahelp>" +#. UkFBg #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Append libraries" msgstr "Erantsi liburutegiak" +#. Su8Ye #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>" msgstr "<bookmark_value>liburutegiak; gehitu</bookmark_value><bookmark_value>txertatu;Basic liburutegiak</bookmark_value>" +#. oiuro #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Append libraries" msgstr "Erantsi liburutegiak" +#. NxEyN #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click <emph>Open</emph>." msgstr "Lokalizatu uneko zerrendan gehitu nahi duzun <item type=\"productname\">%PRODUCTNAME</item> Basic liburutegia, eta gero, sakatu <emph>Ireki</emph>." +#. oHdrZ #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "File name:" msgstr "Fitxategi-izena:" +#. F59VP #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list." msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Sartu erantsi nahi duzun liburutegiaren izena edo bide-izena.</ahelp> Zerrendako liburutegi bat ere hauta dezakezu." +#. E4gQf #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Options" msgstr "Aukerak" +#. m2569 #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Insert as reference (read-only)" msgstr "Txertatu erreferentzia gisa (irakurtzeko soilik)" +#. q3kaa #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Hautatutako liburutegia irakurtzeko soilik den fitxategi gisa gehitzen du. Liburutegia <item type=\"productname\">%PRODUCTNAME</item> abiarazten duzun bakoitzean kargatzen da.</ahelp>" +#. kuDaX #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Replace existing libraries" msgstr "Ordeztu lehendik dauden liburutegiak" +#. iBdnG #: 06130500.xhp msgctxt "" "06130500.xhp\n" diff --git a/source/eu/helpcontent2/source/text/sbasic/shared/02.po b/source/eu/helpcontent2/source/text/sbasic/shared/02.po index 5193a12c419..91cbba9cc37 100644 --- a/source/eu/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/eu/helpcontent2/source/text/sbasic/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-12-17 14:17+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-04 23:37+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared02/eu/>\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: 1559714057.000000\n" #. 6Kkin @@ -1033,14 +1033,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\"><emph>Toolbox</emph> barra irekitzen du.</ahelp>" -#. cJADH +#. tFTAA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147226\n" "help.text" -msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>" +msgstr "" #. DCFsK #: 20000000.xhp @@ -1078,14 +1078,14 @@ msgctxt "" msgid "Button" msgstr "Botoia" -#. ApFSn +#. extEu #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153824\n" "help.text" -msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>" +msgstr "" #. pGofA #: 20000000.xhp @@ -1114,14 +1114,14 @@ msgctxt "" msgid "Image Control" msgstr "Irudi-kontrola" -#. iwZZH +#. GUAtq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154138\n" "help.text" -msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" -msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>" +msgstr "" #. VFc83 #: 20000000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Check Box" msgstr "Kontrol-laukia" -#. jLYsw +#. mDDYe #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155131\n" "help.text" -msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" -msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>" +msgstr "" #. QWB7B #: 20000000.xhp @@ -1168,14 +1168,14 @@ msgctxt "" msgid "Option Button" msgstr "Aukera-botoia" -#. 4PEup +#. KRCpo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155856\n" "help.text" -msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" -msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>" +msgstr "" #. FWkY8 #: 20000000.xhp @@ -1195,14 +1195,14 @@ msgctxt "" msgid "Label Field" msgstr "Etiketa-eremua" -#. LwW4F +#. DQafE #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149300\n" "help.text" -msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>" +msgstr "" #. XA4Aw #: 20000000.xhp @@ -1222,14 +1222,14 @@ msgctxt "" msgid "Text Box" msgstr "Testu-koadroa" -#. dfUPJ +#. DDKUC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153766\n" "help.text" -msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" -msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>" +msgstr "" #. ruGZ2 #: 20000000.xhp @@ -1249,14 +1249,14 @@ msgctxt "" msgid "List Box" msgstr "Zerrenda-koadroa" -#. w5Mw5 +#. LdHYT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>" +msgstr "" #. CZ7M5 #: 20000000.xhp @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Combo Box" msgstr "Konbinazio-koadroa" -#. QsBiA +#. YgGoR #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148418\n" "help.text" -msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" -msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>" +msgstr "" #. Vdn74 #: 20000000.xhp @@ -1303,14 +1303,14 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Korritze-barra horizontala" -#. vjpAs +#. AeTvn #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153781\n" "help.text" -msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" -msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>" +msgstr "" #. Vbp2o #: 20000000.xhp @@ -1330,14 +1330,14 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Korritze-barra bertikala" -#. dXpxZ +#. 2eBnb #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150515\n" "help.text" -msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" -msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>" +msgstr "" #. NmKDo #: 20000000.xhp @@ -1357,14 +1357,14 @@ msgctxt "" msgid "Group Box" msgstr "Talde-markoa" -#. GZiCH +#. UCcgq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3151184\n" "help.text" -msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" -msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>" +msgstr "" #. aMgsB #: 20000000.xhp @@ -1393,14 +1393,14 @@ msgctxt "" msgid "Progress Bar" msgstr "Aurrerapen-barra" -#. 3WCpk +#. SDEqL #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3159093\n" "help.text" -msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" -msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>" +msgstr "" #. AUUic #: 20000000.xhp @@ -1420,14 +1420,14 @@ msgctxt "" msgid "Horizontal Line" msgstr "Marra horizontala" -#. SdtNG +#. M4v9f #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150888\n" "help.text" -msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" -msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>" +msgstr "" #. rVrjy #: 20000000.xhp @@ -1447,14 +1447,14 @@ msgctxt "" msgid "Vertical Line" msgstr "Marra bertikala" -#. qbWE3 +#. mXCzj #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154913\n" "help.text" -msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" -msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>" +msgstr "" #. aQQuM #: 20000000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Data-eremua" -#. LfULF +#. ea37C #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148901\n" "help.text" -msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" -msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>" +msgstr "" #. VU2nc #: 20000000.xhp @@ -1510,14 +1510,14 @@ msgctxt "" msgid "Time Field" msgstr "Ordu-eremua" -#. iuUUy +#. 7tb5m #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154338\n" "help.text" -msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" -msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>" +msgstr "" #. 6fSyF #: 20000000.xhp @@ -1537,14 +1537,14 @@ msgctxt "" msgid "Numeric Field" msgstr "Zenbakizko eremua" -#. EvwcB +#. GeNcT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3146107\n" "help.text" -msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" -msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>" +msgstr "" #. hMT5t #: 20000000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "Currency Field" msgstr "Moneta-eremua" -#. XZarE +#. FEqFW #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153958\n" "help.text" -msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" -msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>" +msgstr "" #. BeFRH #: 20000000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Eremu formatuduna" -#. EF6Gs +#. B3cDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153162\n" "help.text" -msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>" +msgstr "" #. QAd5c #: 20000000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Eremu maskaratua" -#. ioBYv +#. t7s46 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150379\n" "help.text" -msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" -msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>" +msgstr "" #. AJhaK #: 20000000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "File Selection" msgstr "Fitxategi-hautapena" -#. EHVkw +#. WaVBA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149194\n" "help.text" -msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" -msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>" +msgstr "" #. 9GHDa #: 20000000.xhp @@ -1672,14 +1672,14 @@ msgctxt "" msgid "Select" msgstr "Hautatu" -#. kz5Vk +#. 3tedQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154903\n" "help.text" -msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" -msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>" +msgstr "" #. hAcNy #: 20000000.xhp @@ -1699,14 +1699,14 @@ msgctxt "" msgid "Properties" msgstr "Propietateak" -#. Yb2pD +#. uGYVs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148725\n" "help.text" -msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" -msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>" +msgstr "" #. pjygv #: 20000000.xhp @@ -1726,14 +1726,14 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Aktibatu test modua" -#. dYhm7 +#. zHJyC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147417\n" "help.text" -msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" -msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>" +msgstr "" #. 9gCL9 #: 20000000.xhp @@ -1753,14 +1753,14 @@ msgctxt "" msgid "Manage Language" msgstr "Kudeatu hizkuntza" -#. GshVT +#. BPnzG #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id2320017\n" "help.text" -msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" -msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Kudeatu hizkuntzak ikonoa</alt></image>" +msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" +msgstr "" #. adqA5 #: 20000000.xhp @@ -1780,14 +1780,14 @@ msgctxt "" msgid "Tree Control" msgstr "Zuhaitz-kontrola" -#. vkwC5 +#. tiKw8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511520\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Kudeatu hizkuntzak ikonoa</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>" +msgstr "" #. xFjgC #: 20000000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Table Control" msgstr "Taula-kontrola" -#. B9AyQ +#. 4bdNw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511524\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Taula-kontrolaren ikonoa</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>" +msgstr "" #. XzXwf #: 20000000.xhp @@ -1834,14 +1834,14 @@ msgctxt "" msgid "Hyperlink Control" msgstr "Hiperesteken kontrola" -#. 2UPZL +#. CY98t #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511525\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Txertatu hiperesteken kontrolaren ikonoa</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>" +msgstr "" #. C2Gjm #: 20000000.xhp diff --git a/source/eu/helpcontent2/source/text/sbasic/shared/03.po b/source/eu/helpcontent2/source/text/sbasic/shared/03.po index f9e26fc54f0..1c6faba111e 100644 --- a/source/eu/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/eu/helpcontent2/source/text/sbasic/shared/03.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-07-01 17:53+0200\n" -"PO-Revision-Date: 2021-08-16 16:51+0000\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2021-09-12 07:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/eu/>\n" "Language: eu\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.8.1\n" "X-POOTLE-MTIME: 1561615582.000000\n" #. ViEWM @@ -61,6 +61,24 @@ msgctxt "" msgid "This property is not available in Python." msgstr "Propietate hau ez dago erabilgarri Python lengoaian." +#. J3r7B +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389793\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.3 onwards." +msgstr "Metodo hau %PRODUCTNAME 7.3 bertsiotik aurrera dago erabilgarri." + +#. ajeAa +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id201613654593537\n" +"help.text" +msgid "This property is available from %PRODUCTNAME 7.3 onwards." +msgstr "Propietate hau %PRODUCTNAME 7.3 bertsiotik aurrera dago erabilgarri." + #. 7KtXf #: avail_release.xhp msgctxt "" @@ -1105,23 +1123,23 @@ msgctxt "" msgid "The following code snippets show the various ways to call methods in the <literal>Array</literal> service (the <literal>Append</literal> method is used as an example):" msgstr "Hurrengo kode-zatiek <literal>Array</literal> zerbitzuko metodoak deitzeko modu desberdinak erakusten dituzte (adibide gisa <literal>Append</literal> metodoa erabili da):" -#. qfbfm +#. PZxWC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id571609956486468\n" "help.text" -msgid "The <literal>CreateScriptService</literal> method is only available after you have loaded the <literal>ScriptForge</literal> library." -msgstr "<literal>CreateScriptService</literal> metodoa erabilgarri egoteko, lehenengo <literal>ScriptForge</literal> liburutegia kargatu behar da." +msgid "Because Python has built-in list and tuple support, most of the methods in the <literal>Array</literal> service are available for Basic scripts only. The only exception is <literal>ImportFromCSVFile</literal> which is supported in both Basic and Python." +msgstr "" -#. yDQWY +#. SFTcE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id651606319520519\n" "help.text" -msgid "Methods" -msgstr "Metodoak" +msgid "List of Methods in the Array Service" +msgstr "" #. qDYGe #: sf_array.xhp @@ -1141,23 +1159,23 @@ msgctxt "" msgid "Appends the items listed as arguments to the end of the input array." msgstr "Argumentu gisa zerrendatutako elementuak sarrerako matrizearen amaieran eransten ditu." -#. EGFyc +#. 2keb6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582548992953\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : Lehendik dagoen matrizea, hutsik egon daiteke." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. FfdqS +#. WaggZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id531582548992953\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to append to Array_1D." -msgstr "<emph>arg0, ...</emph> : 'Matrizea_1D' matrizeari erantsiko zaizkion elementuen zerrenda." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be appended to <literal>array_1d</literal>." +msgstr "" #. SkBjv #: sf_array.xhp @@ -1168,23 +1186,23 @@ msgctxt "" msgid "Appends a new column to the right side of a two dimensional array. The resulting array has the same lower bounds as the initial two dimensional array." msgstr "Zutabe bat eransten du bi dimentsioko matrize baten eskuineko aldean. Emaitza modura sortuko den matrizeak hasierako bi dimentsioko matrizearen beheko muga berak izango ditu." -#. iGG8W +#. dCSCb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582549679175\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." -msgstr "<emph>Array_2D</emph> : lehendik dagoen matrize bat, hutsik egon daiteke. Matrizeak dimentsio bakarra badu, emaitza gisa lortuko den bi dimentsioko matrizearen lehen zutabetzat hartuko da." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." +msgstr "" -#. sBuFx +#. NLrB4 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582549679175\n" "help.text" -msgid "<emph>New_Column</emph> : a 1-dimensional array with as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>New_Column</emph> : <literal>Array_2D</literal> matrizean dauden errenkada kopuruaren elementu kopuru bera duen dimentsio bakarreko matrize bat." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. KDB9L #: sf_array.xhp @@ -1195,23 +1213,23 @@ msgctxt "" msgid "Append to the bottom of a two dimension array a new row. The resulting array has the same lower bounds as the initial two dimension array." msgstr "Erantsi errenkada berria bi dimentsioko matrize baten beheko aldean. Emaitza modura sortuko den matrizeak hasierako bi dimentsioko matrizearen beheko muga berak izango ditu." -#. uKD5Q +#. HEpVM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631582551461984\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph> : lehendik dagoen matrize bat, hutsik egon daiteke. Matrizeak dimentsio bakarra badu, emaitza gisa lortuko den bi dimentsioko matrizearen lehen zutabetzat hartuko da." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." +msgstr "" -#. ZmnBs +#. SZZEA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101582551483685\n" "help.text" -msgid "<emph>Row</emph> : a 1D array with as many items as there are columns in Array_2D." -msgstr "<emph>Row</emph> : dimentsio bakarreko matrize bat, \"Array_2D\" matrizeak duen zutabe kopuruaren bezainbeste elementu dituena." +msgid "<emph>row</emph>: A 1-dimensional array with as many items as there are columns in <literal>array_2d</literal>." +msgstr "" #. aM65P #: sf_array.xhp @@ -1222,41 +1240,41 @@ msgctxt "" msgid "Check if a one dimension array contains a certain number, text or date. Text comparison can be case-sensitive or not. <br/>Sorted input arrays must be filled homogeneously, meaning all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and is in reality not. <br/>A binary search is done when the array is sorted, otherwise, it is simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored." msgstr "Egiaztatu dimentsio bakarreko matrize batek zenbaki, testu edo data jakin bat duen. Testu-konparazioak maiuskulak/minuskulak kontuan hartu ditzake edo ez. <br/>Sarrerako matrize ordenatuak modu homogeneoan bete behar dira, alegia, elementu guztiek mota bereko eskalarrak izan behar dute (<literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude). <br/>Metodoaren emaitza aurresanezina da matrizea ordenatua dela iragartzen bada eta halakoa ez bada. <br/>Bilaketa bitarra egiten da matrizea ordenatzen denean; bestela, goitik behera eskaneatu besterik ez da egiten eta <literal>Empty</literal> eta <literal>Null</literal> elementuei ez ikusiarena egiten zaie." -#. ho7Rr +#. CuUGw #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id451582552517871\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." -msgstr "<emph>Array_1D</emph>: eskaneatuko den matrizea." +msgid "<emph>array_1d</emph>: The array to scan." +msgstr "" -#. ADj73 +#. WZiqW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id221582552517872\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." -msgstr "<emph>ToFind</emph> : bilatuko den zenbaki, data edo kate bat." +msgid "<emph>tofind</emph>: A number, a date or a string to find." +msgstr "" -#. 3iQDC +#. jFfok #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id981582552517872\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, balio lehenetsia = <literal>False</literal> da." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. NBAGy +#. 5ARWv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id641582553128490\n" "help.text" -msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)" -msgstr "<emph>SortOrder</emph> : \"ASC\", \"DESC\" edo \"\" (= ez ordenatua, lehenetsia)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." +msgstr "" #. HVqG3 #: sf_array.xhp @@ -1267,32 +1285,122 @@ msgctxt "" msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second." msgstr "Biltegiratu 2 zutabetako matrize baten edukia <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> objektu batean. <br/>Gakoa lehen zutabetik erauziko da, elementua bigarrenetik." -#. CMssn +#. AdhMA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id561582557214489\n" "help.text" -msgid "<emph>Array_1D</emph> : the first column must contain exclusively strings with a length > 0, in any order." -msgstr "<emph>Array_1D</emph> : lehen zutabeak luzera > 0 duten kateak soilik eduki behar ditu, edozein ordenatan." +msgid "<emph>array_2d</emph>: Data to be converted into a <literal>ScriptForge.Dictionary</literal> object." +msgstr "" + +#. 9B9aE +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id781626977460310\n" +"help.text" +msgid "The first column must contain exclusively strings with a length greater than zero, in any order. These values will be used as labels in the dictionary." +msgstr "" + +#. GYEkD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id511626977461127\n" +"help.text" +msgid "The second column contains the data that will be associated to the corresponding label in the dictionary." +msgstr "" + +#. fyDBX +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"hd_id991627154151529\n" +"help.text" +msgid "Copy" +msgstr "" + +#. bGXKd +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id571627154604275\n" +"help.text" +msgid "Creates a copy of a 1D or 2D array." +msgstr "" + +#. EYuiH +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id191627155816815\n" +"help.text" +msgid "<emph>array_nd</emph>: The 1D or 2D array to be copied." +msgstr "" + +#. 76Guf +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id451627155478940\n" +"help.text" +msgid "A simple assignment of an <literal>Array</literal> object will copy its reference instead of creating a copy of the object's contents. See the example below:" +msgstr "" + +#. B2KZj +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id801627155939671\n" +"help.text" +msgid "' The assignment below is made by reference" +msgstr "" + +#. SoKPK +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id291627156013810\n" +"help.text" +msgid "' Hence changing values in \"b\" will also change \"a\"" +msgstr "" + +#. 6NbNZ +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id701627155874259\n" +"help.text" +msgid "By using the <literal>Copy</literal> method, a copy of the whole <literal>Array</literal> object is made. In the example below, <literal>a</literal> and <literal>b</literal> are different objects and changing values in <literal>b</literal> will not affect values in <literal>a</literal>." +msgstr "" + +#. UycBx +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id141627156152196\n" +"help.text" +msgid "' Creates a copy of \"a\" using the \"Copy\" method" +msgstr "" -#. fngum +#. bYzRV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id671582558126025\n" "help.text" -msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." -msgstr "Zenbatu matrize baten dimentsio kopurua. Emaitza bi baino handiagoa izan daiteke. <br/>Argumentua ez bada matrize bat, -1 itzultzen du <br/>Matrizea hasieratu ez bada, 0 itzultzen du." +msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." +msgstr "" -#. tGdVE +#. xbtFE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id771582558126027\n" "help.text" -msgid "<emph>Array_ND</emph> : the array to examine." -msgstr "<emph>Array_ND</emph> : aztertuko den matrizea." +msgid "<emph>array_nd</emph>: The array to examine." +msgstr "" #. n2AxD #: sf_array.xhp @@ -1303,32 +1411,32 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the difference operator on the two input arrays. Resulting items originate from the first array and not from the second. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Eraiki multzo bat, zeron oinarritutako matrize gisa, sarrerako bi matrizeei diferentzia eragilea aplikatuta. Emaitza gisa sortutako elementuak lehen matrizetik sortuko dira, ez bigarrenetik. <br/>Emaitzako matrizea gorantz ordenatuta egongo da. <br/>Sarrerako bi matrizeek modu homogeneoan beteta egon behar dute, alegia, beren elementuek mota bereko eskalarrak izan behar dute. <literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude. <br/>Testu-konparazioak maiuskulak/minuskulak kontuan hartu ditzake edo ez." -#. NGKHH +#. FTb9n #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id271582558644287\n" "help.text" -msgid "<emph>Array1_1D</emph> : A 1 dimension reference array, whose items are examined for removal." -msgstr "<emph>Array1_1D</emph> : Dimentsio bakarreko erreferentziako matrizea. Matrize horren elementuak aztertuko dira kenduko diren ala ez ebazteko." +msgid "<emph>array1_1d</emph>: A 1-dimensional reference array, whose items are examined for removal." +msgstr "" -#. gPEJE +#. JXqBK #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id141582558644287\n" "help.text" -msgid "<emph>Array2_1D</emph> : A 1 dimension array, whose items are subtracted from the first input array." -msgstr "<emph>Array2_1D</emph> : Dimentsio bakarreko matrizea. Matrize horren elementuak sarrerako lehen matrizetik kenduko dira." +msgid "<emph>array2_1d</emph>: A 1-dimensional array, whose items are subtracted from the first input array." +msgstr "" -#. z2QT8 +#. jK4zC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id291582559651473\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Matrizeak kateekin beteta badaude soilik, balio lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: This argument is only applicable if the arrays are populated with strings (Default = <literal>False</literal>)." +msgstr "" #. mzRus #: sf_array.xhp @@ -1339,32 +1447,32 @@ msgctxt "" msgid "Write all items of the array sequentially to a text file. If the file exists already, it will be overwritten without warning." msgstr "Idatzi matrize bateko elementu guztiak modu sekuentzialean testu-fitxategi batean. Fitxategia lehendik badago, hura gainidatziko da abisurik gabe." -#. igBEo +#. 9mNLT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id100158617970719\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to export. It must contain only strings." -msgstr "<emph>Array_1D</emph> : Esportatuko den matrizea. Kateak soilik izan behar ditu." +msgid "<emph>array_1d</emph>: The array to export. It must contain only strings." +msgstr "" -#. gXh53 +#. kXJDE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101586179707232\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." -msgstr "<emph>FileName</emph> : Datuak dituen testu-fitxategiaren izena. Izena <literal>SF_FileSystem</literal> zerbitzuko uneko <literal>FileNaming</literal> propietateak emandako moduan adierazi behar da . Balio lehenetsia = any (URL formatua zein sistema eragilearen jatorrizko formatua onartzen dira)." +msgid "<emph>filename</emph>: The name of the text file where the data will be written to. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." +msgstr "" -#. wqGeq +#. fAeZV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id70158617970791\n" "help.text" -msgid "<emph>Encoding</emph> : The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets. Default is \"UTF-8\"." -msgstr "<emph>Encoding</emph> : Erabili behar den karaktere-jokoa. Erabili <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA karaktere-jokoak</link> atalean zerrendatutako izen bat. Kontuan izan %PRODUCTNAME aplikazioak ez dituela zertan existitzen diren karaktere-joko guztiak inplementatu. Balio lehenetsia \"UTF-8\" da." +msgid "<emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is \"UTF-8\")." +msgstr "" #. TtHbe #: sf_array.xhp @@ -1375,23 +1483,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific column as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the first dimension of the input array." msgstr "Erauzi zutabe zehatz bat bi dimentsiotako matrize batetik, matrize berria sortzeko. <br/>Beheko <literal>LBound</literal> eta goiko <literal>UBound</literal> mugak sarrerako matrizearen lehen dimentsioak dituenen berdinak dira." -#. EnMKp +#. j2CVW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582560281083\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph> : Erauzpena jasango duen matrizea." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. z3M4K +#. QDqrA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582560281084\n" "help.text" -msgid "<emph>ColumnIndex</emph> : The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>ColumnIndex</emph> : Erauziko den zutabearen zenbakia. <literal>[LBound, UBound]</literal> barrutian egon behar du." +msgid "<emph>columnindex</emph>: The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AJxYE #: sf_array.xhp @@ -1420,23 +1528,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific row as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the second dimension of the input array." msgstr "Erauzi errenkada zehatz bat bi dimentsiotako matrize batetik, matrize berria sortzeko. <br/>Beheko <literal>LBound</literal> eta goiko <literal>UBound</literal> mugak sarrerako matrizearen lehen dimentsioak dituenen berdinak dira." -#. BY5S6 +#. VCBJA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id911582561542889\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph> : Erauzketa matrize honetatik egingo da." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. bdCja +#. MjXTV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582561551202\n" "help.text" -msgid "<emph>RowIndex</emph> : The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>RowIndex</emph> : Erauziko den errenkadaren zenbakia. <literal>[LBound, UBound]</literal> barrutian egon behar du." +msgid "<emph>rowindex</emph>: The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AajEu #: sf_array.xhp @@ -1465,14 +1573,14 @@ msgctxt "" msgid "Stack all single items of an array and all items in its subarrays into one new array without subarrays. Empty subarrays are ignored and subarrays with a number of dimensions greater than one are not flattened." msgstr "Pilatu matrize berri batean, azpimatrizerik gabe, matrize bateko elementu bakarrak eta bere azpimatrizeetako elementu guztiak. Azpimatrize hutsei ez ikusiarena egingo zaie eta dimentsio bat baino gehiago ditzuten azpimatrizeak ez dira berdinduko." -#. j2LdZ +#. CNFGJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431585757822869\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Matrizea_1D</emph> : Lehendik dagoen matrizea, hutsik egon daiteke." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" #. DDwn4 #: sf_array.xhp @@ -1555,41 +1663,50 @@ msgctxt "" msgid "If a line contains less or more fields than the first line in the file, an exception will be raised. Empty lines however are simply ignored. If the size of the file exceeds the number of items limit (see inside the code), a warning is raised and the array is truncated." msgstr "Lerroak fitxategiko lehen lerroak baino eremu gehiago edo gutxiago baditu, salbuespen bat sortuko da. Lerro hutsei ez ikusiarena egingo zaie. Fitxategiaren tamainak elementu kopuruaren muga gainditzen badu (ikusi kodea barruan), abisu bat sortuko da eta matrizea moztu egingo da." -#. zbUFJ +#. zGf5A #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441585561482121\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." -msgstr "<emph>FileName</emph> : Datuak dituen testu-fitxategiaren izena. Izena nola adieraziko den zehazteko, <literal>SF_FileSystem</literal> zerbitzuaren uneko <literal>FileNaming</literal> propietatea erabiliko da. Lehenetsia = edozein (URL formatua zein sistema eragilearen jatorrizko formatua onartzen dira)." +msgid "<emph>filename</emph>: The name of the text file containing the data. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." +msgstr "" -#. eQNz4 +#. SBuiC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251585561482929\n" "help.text" -msgid "<emph>Delimiter</emph> : A single character, usually, a comma, a semicolon or a TAB character. Default = <literal>\",\"</literal>." -msgstr "<emph>Delimiter</emph> : Karaktere bakarra, normalean koma bat, puntu eta koma bat edo tabulazio-karaktere bat. Lehenetsia = <literal>\",\"</literal>." +msgid "<emph>delimiter</emph>: A single character, usually, a comma, a semicolon or a TAB character (Default = \",\")." +msgstr "" -#. xZgEn +#. Ehoz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631585563491559\n" "help.text" -msgid "<emph>DateFormat</emph> : A special mechanism handles dates when <literal>DateFormat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to \"\" are considered as normal text." -msgstr "<emph>DateFormat</emph> : Mekanismo berezi batek maneiatzen ditu datak <literal>DateFormat</literal> honakoetako bat bada: \"UUUU-HH-EE\", \"EE-HH-UUUU\" edo \"HH-EE-UUUU\". Marratxoaren (-) ordez puntu bat (.), barra bat (/) edo zuriune bat erabili daiteke. Beste data-formatu batzuei ez ikusiarena egingo zaie. Lehenespen modura \"\" diren datak testu normaltzat hartzen dira." +msgid "<emph>dateformat</emph>: A special mechanism handles dates when <literal>dateformat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to an empty string \"\" are considered as normal text." +msgstr "" -#. MVUwS +#. oj4Th #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61585564516409\n" "help.text" -msgid "Given this CSV file:" -msgstr "Honako CSV fitxategi bat emanda:" +msgid "Consider the CSV file \"myFile.csv\" with the following contents:" +msgstr "" + +#. xNCNA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id181626979812772\n" +"help.text" +msgid "The examples below in Basic and Python read the contents of the CSV file into an <literal>Array</literal> object." +msgstr "" #. xCx7D #: sf_array.xhp @@ -1600,41 +1717,41 @@ msgctxt "" msgid "Look in a one dimension array for a number, a string or a date. Text comparison can be case-sensitive or not. <br/>If the array is sorted it must be filled homogeneously, which means that all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and actually is not. <br/>A binary search is performed on sorted arrays. Otherwise, arrays are simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored. <br/> <br/>The method returns <literal>LBound(input array) - 1</literal> if the search was not successful." msgstr "Bilatu dimentsio bakarreko matrize batean zenbaki, kate edo data bat. Testu-konparazioak maiuskulak/minuskulak kontuan hartu ditzake edo ez. <br/>Matrizea ordenatuta badago, modu homogeneneoan bete behar da, alegia, elementu guztiek mota bereko eskalarrak izan behar dute (<literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude). <br/>Metodoaren emaitza ezin da aurresan matrizea ordenatuta dagoela esaten bada baina ez badago. <br/>Ordenatutako matrizeetan bilaketa bitarra exekutatzen da. Bestela, matrizeak goitik behera eskaneatzen dira eta <literal>Empty</literal> eta <literal>Null</literal> elementuei ez ikusiarena egiten zaie. <br/> <br/>Metodoak <literal>LBound(sarrerako matrizea) - 1</literal> itzultzen du bilaketak arrakastarik izan ez badu." -#. mg7DA +#. Bm5Um #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315825627687760\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." -msgstr "<emph>Array_1D</emph> : Eskaneatuko den matrizea." +msgid "<emph>array_1d</emph>: The array to scan." +msgstr "" -#. 4CuFE +#. B5FFj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id511582562775516\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." -msgstr "<emph>ToFind</emph> : Bilatuko den zenbaki, data edo kate bat." +msgid "<emph>tofind</emph>: A number, a date or a string to find." +msgstr "" -#. 4YGrJ +#. i4XQT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582562787187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, lehenetsia = <literal>False</literal> (faltsua)." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. KHzrp +#. gd5ZZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582562794501\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> or <literal>\"\"</literal> (= not sorted, default)" -msgstr "<emph>SortOrder</emph> : <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> edo <literal>\"\"</literal> (= ordenatu gabea, lehenetsia)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." +msgstr "" #. AWJHj #: sf_array.xhp @@ -1645,77 +1762,77 @@ msgctxt "" msgid "Insert before a given index of the input array the items listed as arguments. <br/>Arguments are inserted blindly. Each of them might be either a scalar of any type or a subarray." msgstr "Sartu argumentu gisa zerrendatutako elementuak sarrerako matrizearen indize jakin baten aurrean. <br/>Argumentuak itsuan txertatuko dira. Horietako bakoitza eskalar bar izan daiteke edo edozein motatako azpimatrize bat izan daiteke." -#. 32Nui +#. FwHz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251582626951111\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : Lehendik dagoen matrizea, hutsik egon behar du." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. BYjmR +#. zEACt #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582626951111\n" "help.text" -msgid "<emph>Before</emph> : the index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." -msgstr "<emph>Before</emph> : Txertatzea indize honen aurrean gertatuko da; <literal>[LBound, UBound + 1]</literal> tartean egon behar du." +msgid "<emph>before</emph>: The index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." +msgstr "" -#. uEZky +#. iYFC5 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41582626951111\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to insert inside <literal>Array_1D</literal>." -msgstr "<emph>arg0, ...</emph> : <literal>Array_1D</literal> barruan txertatuko diren elementuen zerrenda." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be inserted into <literal>array_1d</literal>." +msgstr "" -#. RLTGT +#. rA4FE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582627664147\n" "help.text" -msgid "Insert in a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." -msgstr "Txertatu elementu berri bat bere tokian ordenatutako matrize batean. <br/>Matrizea modu homogeneoan beteta egon behar du, alegia, elementu guztiek mota bereko eskalarrak izan behar dute. <br/><literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude." +msgid "Inserts into a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." +msgstr "" -#. 7q2JZ +#. jBpdF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id121582627664147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph> : Ordenatuko den matrizea." +msgid "<emph>array_1d</emph>: The array into which the value will be inserted." +msgstr "" -#. GygFp +#. 36fZG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315826276641480\n" "help.text" -msgid "<emph>Item</emph> : The scalar value to insert, of the same type as the existing array items." -msgstr "<emph>Item</emph> : Txertatuko den eskalarra, matrizean lehendik dauden elementuen mota berekoa." +msgid "<emph>item</emph>: The scalar value to insert, of the same type as the existing array items." +msgstr "" -#. LFGs8 +#. dHYTn #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id415826279771170\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (lehenetsia) edo <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. CwMCp +#. TJanG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id701582627970037\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, lehenetsia = <literal>False</literal> (faltsua)." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. t9UFn #: sf_array.xhp @@ -1726,32 +1843,32 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the intersection set operator on the two input arrays. Resulting items are contained in both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, in other words all items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Eraiki multzo bat, zeron oinarritutako matrize gisa, sarrerako bi matrizeen ebakidura-eragiketa aplikatuta. Emaitza gisa lortutako elementuak bi matrizeetan daudenak dira. <br/>Emaitza gisa lortutako matrizea gorantz ordenatuta dago. <br/>Sarrerako bi matrizeek modu homogeneoan beteta egon behar dute, alegia, elementu guztiek mota bereko eskalarrak izan behar dute. <literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude. <br/>Testu-konparazioan maiuskulak/minuskulak kontuan hartu daitezke edo ez." -#. NxFNB +#. vCyDN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id881582629216169\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." -msgstr "<emph>Array1_1D</emph> : Sarrerako lehen matrizea." +msgid "<emph>array1_1d</emph>: The first input array." +msgstr "" -#. UPgfZ +#. NhXEb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id191582629223038\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." -msgstr "<emph>Array2_1D</emph> : Sarrerako bigarren matrizea." +msgid "<emph>array2_1d</emph>: The second input array." +msgstr "" -#. xHAQT +#. Dx32U #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71582629230275\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Applies to arrays populated with text items, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Matrizeak testu-elementuek beteta badaude soilik, balio lehenetsia = <literal>False</literal> (faltsua)." +msgid "<emph>casesensitive</emph>: Applies to arrays populated with text items (Default = <literal>False</literal>)." +msgstr "" #. cirZm #: sf_array.xhp @@ -1762,41 +1879,41 @@ msgctxt "" msgid "Join a two-dimensional array with two delimiters, one for the columns, one for the rows." msgstr "Elkartu bi dimentsioko matrize bat bi mugatzailerekin, bat zutabeentzat eta bestea errenkadentzat." -#. 6Cm9k +#. 8xwfF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821583064481534\n" "help.text" -msgid "<emph>Array_2D</emph> : Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." -msgstr "<emph>Array_2D</emph> : Elementu bakoitzak testu, zenbaki, data edo boolear izan behar du. <br/>Datak UUU-HH-EE oo:mm:ss formatura bihurtuko da. <br/>Baliogabeko elementuak zero luzerako kateekin ordeztuko dira." +msgid "<emph>array_2d</emph>: Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." +msgstr "" -#. QxLvV +#. TiqUm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id171583066989446\n" "help.text" -msgid "<emph>ColumnDelimiter</emph> : Delimits each column (default = Tab/Chr(9))." -msgstr "<emph>ColumnDelimiter</emph> : Zutabe bakoitza mugatzen du (balio lehenetsia = Tab/Chr(9))." +msgid "<emph>columndelimiter</emph>: Delimits each column (default = Tab/Chr(9))." +msgstr "" -#. f9DAW +#. WG5wm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431583067008842\n" "help.text" -msgid "<emph>RowDelimiter</emph>: delimits each row (default = LineFeed/Chr(10))" -msgstr "<emph>RowDelimiter</emph>: Errenkada bakoitza mugatzen du (balio lehenetsia = LineFeed/Chr(10))" +msgid "<emph>rowdelimiter</emph>: Delimits each row (default = LineFeed/Chr(10))" +msgstr "" -#. bB9bB +#. VrBJV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id541583067456273\n" "help.text" -msgid "<emph>Quote</emph> : if <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." -msgstr "<emph>Quote</emph> : <literal>True</literal> (egia) bada, babestu kateak komatxo bikoitzekin. Balio lehenetsia <literal>False</literal> (faltsua) da." +msgid "<emph>quote</emph>: If <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." +msgstr "" #. CEE7o #: sf_array.xhp @@ -1807,23 +1924,23 @@ msgctxt "" msgid "Prepend at the beginning of the input array the items listed as arguments." msgstr "Kokatu argumentu gisa zerrendatutako elementuak sarrerako matrizearen hasieran." -#. j5HX9 +#. HSbWh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582630107068\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : Lehendik dagoen matrizea, hutsik egon daiteke." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. tMmfH +#. jszVE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id915826301138550\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to prepend to <literal>Array_1D</literal>." -msgstr "<emph>arg0, ...</emph> : <literal>Array_1D</literal> matrizearen aurrean kokatuko diren elementuen zerrenda." +msgid "<emph>arg0, arg1, ...</emph>: A list of items to prepend to <literal>array_1d</literal>." +msgstr "" #. BokfB #: sf_array.xhp @@ -1834,23 +1951,23 @@ msgctxt "" msgid "Prepend to the left side of a two dimension array a new column. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "Erantsi zutabe berri bat bi dimentsioko matrize baten ezkerreko aldean. Emaitza gisa sortutako matrizeak hasierako bi dimentsioko matrizearen beheko muga berak izango ditu." -#. iBZMy +#. iBqEm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582643223545\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph> : Lehendik dagoen matrizea, hutsik egon daiteke. Matrizeak dimentsio bakarra badu, sortuko den bi dimentsioko matrizearen azken zutabetzat hartuko da." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." +msgstr "" -#. pferZ +#. aKJwC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id381582643223870\n" "help.text" -msgid "<emph>Column</emph> : a 1 dimension array with as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>Column</emph> : Dimentsio bakarreko matrizea, <literal>Array_2D</literal> matrizean dauden errenkada kopuruaren bezain beste elementu dituena." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. xAruD #: sf_array.xhp @@ -1861,23 +1978,23 @@ msgctxt "" msgid "Prepend at the beginning of a two dimension array a new row. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "Erantsi errenkada berri bat bi dimentsioko matrize baten hasieran. Emaitza gisa sortutako matrizeak hasierako bi dimentsioko matrizearen beheko muga berak izango ditu." -#. gN2hG +#. nBfC8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582643611645\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph> : Lehendik dagoen matrizea, hutsik egon daiteke. Matrizeak dimentsio bakarra badu, sortuko den bi dimentsioko matrizearen azken errenkadatzat hartuko da." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." +msgstr "" -#. mZ2uk +#. SBF4d #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582643611415\n" "help.text" -msgid "<emph>Row</emph> : a 1 dimension array containing as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>Row</emph> : Dimentsio bakarreko matrizea, <literal>Array_2D</literal> matrizean dauden errenkada kopuruaren bezain beste elementu dituena." +msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. WmxAd #: sf_array.xhp @@ -1888,32 +2005,32 @@ msgctxt "" msgid "Initialize a new zero-based array with numeric values." msgstr "Hasieratu zeron oinarritutako matrize berri bat zenbakizko balioekin." -#. ArYNC +#. EVXVL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id591582648204013\n" "help.text" -msgid "<emph>From</emph> : value of the first item." -msgstr "<emph>From</emph> : Lehen elementuaren balioa." +msgid "<emph>from</emph>: Value of the first item." +msgstr "" -#. DFUaf +#. ciMBJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648204013\n" "help.text" -msgid "<emph>UpTo</emph> : The last item should not exceed <literal>UpTo</literal>." -msgstr "<emph>UpTo</emph> : Azken elementuak ez du <literal>UpTo</literal> gainditu behar." +msgid "<emph>upto</emph>: The last item should not exceed <literal>UpTo</literal>." +msgstr "" -#. AJLMR +#. 2QZtd #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id581582648204014\n" "help.text" -msgid "<emph>ByStep</emph> : The difference between two successive items (default = 1)." -msgstr "<emph>ByStep</emph> : Elkarren ondoan dauden bi elementuen arteko diferentzia (balio lehenetsia = 1)." +msgid "<emph>bystep</emph>: The difference between two successive items (Default = 1)." +msgstr "" #. SbVGG #: sf_array.xhp @@ -1924,77 +2041,77 @@ msgctxt "" msgid "Return the reversed one dimension input array." msgstr "Itzuli dimentsio bakarreko matrize baten alderantzizkoa." -#. zvyHb +#. dG6d8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648806765\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to reverse." -msgstr "<emph>Array_1D</emph> : Alderantzikatuko den matrizea." +msgid "<emph>array_1d</emph>: The array to reverse." +msgstr "" -#. FGBiV +#. tkEUv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id151582649200088\n" "help.text" -msgid "Return a random permutation of a one dimension array." -msgstr "Itzuli dimentsio bakarreko matrize baten ausazko permutazio bat." +msgid "Returns a random permutation of a one-dimensional array." +msgstr "" -#. 3NPAi +#. xFwWY #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id11582649200088\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to shuffle." -msgstr "<emph>Array_1D</emph> : Nahastuko den matrizea." +msgid "<emph>array_1d</emph>: The array to shuffle." +msgstr "" -#. ATiL8 +#. BvV5v #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "bas_id611582649200089\n" "help.text" -msgid "' Unpredictable" -msgstr "' Ezin da aurresan" +msgid "' Array \"a\" is now in random order, f.i. (2, 3, 1, 4)" +msgstr "" -#. 9Xgaq +#. GhFBG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111586184185502\n" "help.text" -msgid "Return a subset of a one dimension array." -msgstr "Itzuli dimentsio bakarreko matrize baten azpimultzo bat." +msgid "Returns a subset of a one-dimensional array." +msgstr "" -#. QavhQ +#. YeRkh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id201586184185438\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to slice." -msgstr "<emph>Array_1D</emph> : Zatituko den matrizea." +msgid "<emph>array_1d</emph>: The array to slice." +msgstr "" -#. hVu6E +#. UzHmT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921586184482370\n" "help.text" -msgid "<emph>From</emph> : The lower index in <literal>Array_1D</literal> of the subarray to extract (<literal>From</literal> included)" -msgstr "<emph>From</emph> : Erauziko den azpimatrizearen indizerik baxuena (<literal>From</literal> barne) <literal>Array_1D</literal> matrizean" +msgid "<emph>from</emph>: The lower index in <literal>array_1d</literal> of the subarray to extract (<literal>from</literal> included)" +msgstr "" -#. 968pV +#. 326GB #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id211586184471488\n" "help.text" -msgid "<emph>UpTo</emph> : The upper index in <literal>Array_1D</literal> of the subarray to extract (<literal>UpTo</literal> included). Default = upper bound of <literal>Array_1D</literal>. If <literal>UpTo</literal> < <literal>From</literal> then the returned array is empty." -msgstr "<emph>UpTo</emph> : Erauziko den azpimatrizearen indizerik altuena (<literal>UpTo</literal> barne) <literal>Array_1D</literal> matrizean. Balio lehenetsia = <literal>Array_1D</literal> matrizearen goiko muga. <literal>UpTo</literal> < <literal>From</literal> bada, orduan itzuliko den matrizea hutsik egongo da." +msgid "<emph>upto</emph>: The upper index in <literal>array_1d</literal> of the subarray to extract (<literal>upto</literal> included). The default value is the upper bound of <literal>array_1d</literal>. If <literal>upto</literal> < <literal>from</literal> then the returned array is empty." +msgstr "" #. oBwcF #: sf_array.xhp @@ -2005,32 +2122,32 @@ msgctxt "" msgid "Sort a one dimension array in ascending or descending order. Text comparisons can be case-sensitive or not. <br/>The array must be filled homogeneously, which means that items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Ordenatu dimentsio bakarreko matrize bat gorantz edo beherantz. Testu-konparazioetan maiuskulak/minuskulak kontuan hartu daitezke edo ez. <br/>Matrizeak modu homogeneoan beteta egon behar du, alegia, elementuek mota bereko eskalarrak izan behar dute. <br/><literal>Empty</literal> eta <literal>Null</literal> elementuak onartzen dira. Normalean, <literal>Empty</literal> < <literal>Null</literal> < beste edozein balio eskalar." -#. ABuRp +#. eNuB8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71158264948346\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph> : Ordenatuko den matrizea." +msgid "<emph>array_1d</emph>: The array to sort." +msgstr "" -#. zSoB2 +#. 7S2Bq #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id21582649483175\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (gorantz, lehenetsia) edo <literal>\"DESC\"</literal> (beherantz)." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. cYvQY +#. K4GrR #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582649483187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, lehenetsia = <literal>False</literal> (faltsua." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. 6CkrZ #: sf_array.xhp @@ -2041,41 +2158,41 @@ msgctxt "" msgid "Return a permutation of the columns of a two dimension array, sorted on the values of a given row. <br/>The row must be filled homogeneously, which means that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Itzuli bi dimentsioko matrize baten zutabeen permutazio bat, emandako errenkada baten balioen arabera ordenatuta. <br/>Matrizeak modu homogeneoan beteta egon behar du, alegia, elementuek mota bereko eskalarrak izan behar dute. <br/><literal>Empty</literal> eta <literal>Null</literal> elementuak onartzen dira. Normalean, <literal>Empty</literal> < <literal>Null</literal> < beste edozein balio eskalar." -#. EGBcR +#. ww7Us #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921582650186869\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph>: Ordenatuko den matrizea." +msgid "<emph>array_2d</emph>: The 2-dimensional array to sort." +msgstr "" -#. cBvze +#. GdFxm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582650186221\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the row to sort the columns on." -msgstr "<emph>RowIndex</emph> : Zutabeak ordenatzeko erabiliko den errenkadaren indizea." +msgid "<emph>rowindex</emph>: The index of the row that will be used as reference to sort the columns." +msgstr "" -#. hJKGY +#. toBNF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id34158265018698\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (gorantz, lehenetsia) edo <literal>\"DESC\"</literal> (beherantz)." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. UdJPV +#. BFduL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id91158265018699\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, balio lehenetsia = <literal>False</literal> (faltsua)." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. 7GkBx #: sf_array.xhp @@ -2086,59 +2203,59 @@ msgctxt "" msgid "Return a permutation of the rows of a two dimension array, sorted on the values of a given column. <br/>The column must be filled homogeneously, therefore all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Itzuli bi dimentsioko matrize baten errenkaden permutazio bat, emandako zutabe baten balioen arabera ordenatuta. <br/>Matrizeak modu homogeneoan beteta egon behar du, alegia, elementuek mota bereko eskalarrak izan behar dute. <br/><literal>Empty</literal> eta <literal>Null</literal> elementuak onartzen dira. Normalean, <literal>Empty</literal> < <literal>Null</literal> < beste edozein balio eskalar." -#. MCFqq +#. durL8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582650954370\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph> : Ordenatuko den matrizea." +msgid "<emph>array_2d</emph>: The array to sort." +msgstr "" -#. FeVrv +#. HZqQi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582650954796\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the column to sort the rows on." -msgstr "<emph>RowIndex</emph> : Errenkadak ordenatzeko erabiliko den zutabearen indizea." +msgid "<emph>columnindex</emph>: The index of the column that will be used as reference to sort the rows." +msgstr "" -#. rxXiT +#. 7TDWy #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582650954416\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (gorantz, lehenetsia) edo <literal>\"DESC\"</literal> (beherantz)." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. u4SYA +#. 9YDzi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582650954690\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Kate-konparazioetarako soilik, balio lehenetsia = <literal>False</literal> (faltsua)." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. R8mAZ +#. skzGA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id611582651575637\n" "help.text" -msgid "Swap rows and columns in a two dimension array." -msgstr "Errenkadak eta zutabeak trukatzen ditu bi dimentsioko matrize batean." +msgid "Swaps rows and columns in a two-dimensional array." +msgstr "" -#. bAzjH +#. gcbVN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61582651575188\n" "help.text" -msgid "<emph>Array_2D</emph> : The array to transpose." -msgstr "<emph>Array_2D</emph> : Trukatuko den matrizea." +msgid "<emph>array_2d</emph>: The 2-dimensional array to transpose." +msgstr "" #. dwAVQ #: sf_array.xhp @@ -2149,50 +2266,50 @@ msgctxt "" msgid "Remove from a one dimension array all <literal>Null</literal>, <literal>Empty</literal> and zero-length entries. <br/>String items are trimmed with %PRODUCTNAME Basic <literal>Trim()</literal> function." msgstr "Dimentsio bakarreko matrize batean, kendu <literal>Null</literal>, <literal>Empty</literal> eta zero luzerako sarrerak. <br/>Kate motako elementuak %PRODUCTNAME Basic <literal>Trim()</literal> funtzioarekin moztuko dira." -#. pgrAD +#. L8FQg #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582652996147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to scan." -msgstr "<emph>Array_1D</emph> : Eskaneatuko den matrizea." +msgid "<emph>array_1d</emph>: The array to trim." +msgstr "" -#. W6HBB +#. bjHF2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582653148663\n" "help.text" -msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." -msgstr "Eraiki multzo bat, zeron oinarritutako matrize gisa, sarrerako bi matrizeen batuketa-eragiketa aplikatuta. Emaitza gisa lortutako elementuak bi matrizeetan daudenak dira. <br/>Emaitza gisa lortutako matrizea gorantz ordenatuta egongo dira. <br/>Sarrerako bi matrizeek modu homogeneoan beteta egon behar dute, alegia, elementu guztiek mota bereko eskalarrak izan behar dute. <literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude. <br/>Testu-konparazioan maiuskulak/minuskulak kontuan hartu daitezke edo ez." +msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." +msgstr "" -#. ZSpA9 +#. oHeQj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id4715826531488\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." -msgstr "<emph>Array1_1D</emph> : Sarrerako lehen matrizea." +msgid "<emph>array1_1d</emph>: The first input array." +msgstr "" -#. bD9nv +#. GJuXQ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id51158265314898\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." -msgstr "<emph>Array2_1D</emph> : Sarrerako bigarren matrizea." +msgid "<emph>array2_1d</emph>: The second input array." +msgstr "" -#. k5Xve +#. HNhsz #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821582653148126\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Matrizeak kateekin beteta badaude soilik, balio lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the arrays are populated with strings (Default = <literal>False</literal>)." +msgstr "" #. CGMRq #: sf_array.xhp @@ -2203,23 +2320,23 @@ msgctxt "" msgid "Build a set of unique values derived from the input array. <br/>The input array must be filled homogeneously, its items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Eraiki balio bakarren multzo bat sarrerako matrize batetik eratorrita. <br/>Sarrerako matrizeak modu homogeneoan beteta egon behar du, alegia, elementu guztiek mota bereko eskalarrak izan behar dute. <literal>Empty</literal> eta <literal>Null</literal> elementuak debekatuta daude. <br/>Testu-konparazioan maiuskulak/minuskulak kontuan hartu daitezke edo ez." -#. g5SkL +#. bcFGM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id521582653464553\n" "help.text" -msgid "<emph>Array_1D</emph> : The input array." -msgstr "<emph>Array_1D</emph> : Sarrerako matrizea." +msgid "<emph>array_1d</emph>: The input array." +msgstr "" -#. V4F4E +#. MYeE2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41158265346441\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Matrizeak kateekin beteta badaude soilik, balio lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the array is populated with strings (Default = <literal>False</literal>)." +msgstr "" #. GAXAU #: sf_base.xhp @@ -2365,6 +2482,33 @@ msgctxt "" msgid "List of Methods in the Base Service" msgstr "Base zerbitzuaren medodo-zerrenda" +#. TvfQt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801916099743199\n" +"help.text" +msgid "Closes the given form document. Returns <literal>True</literal> if closure is successful." +msgstr "" + +#. HFyny +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619079997810\n" +"help.text" +msgid "<emph>formDocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string." +msgstr "" + +#. aLKLw +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100723505\n" +"help.text" +msgid "If form documents are organized in folders, it is necessary to include the folder name to specify the form document to be opened, as illustrated in the following examples:" +msgstr "" + #. ZQnqj #: sf_base.xhp msgctxt "" @@ -2563,15 +2707,6 @@ msgctxt "" msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" msgstr "Inprimaki-dokumentu asko Base dokumentuaren erroan biltegiratzen dira eta haien izenak erabilita ireki daitezke, beheko adibidean ikusten den moduan:" -#. pv3RA -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283210\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFormDocument\")" -msgstr "oDoc.OpenFormDocument(\"nireInprimakiDokumentua\")" - #. ACLqQ #: sf_base.xhp msgctxt "" @@ -2581,15 +2716,6 @@ msgctxt "" msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" msgstr "Inprimaki-dokumentuak karpetatan antolatuta badaude, beharrezkoa da karpetaren izena sartzea inprimaki-dokumentua irekitzeko, hurrengo adibidean ikusten den moduan:" -#. mLgzR -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283712\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" -msgstr "oDoc.OpenFormDocument(\"nireKarpeta/nireInprimakiDokumentua\")" - #. 3RzkD #: sf_basic.xhp msgctxt "" @@ -2707,15 +2833,6 @@ msgctxt "" msgid "Description" msgstr "Deskribapena" -#. W8eh6 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id541619003984227\n" -"help.text" -msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" -msgstr "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" - #. KuiAD #: sf_basic.xhp msgctxt "" @@ -2725,15 +2842,6 @@ msgctxt "" msgid "Yes" msgstr "Bai" -#. TkYXL -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id111619004011627\n" -"help.text" -msgid "integer" -msgstr "osokoa" - #. 7DG4F #: sf_basic.xhp msgctxt "" @@ -2743,15 +2851,6 @@ msgctxt "" msgid "Values: 0, 1, 5, 4, 3" msgstr "Balioak: 0, 1, 5, 4, 3" -#. oASRR -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161619003998035\n" -"help.text" -msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" -msgstr "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" - #. 8ie8B #: sf_basic.xhp msgctxt "" @@ -2761,15 +2860,6 @@ msgctxt "" msgid "Yes" msgstr "Bai" -#. GNqXc -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id981619004098700\n" -"help.text" -msgid "integer" -msgstr "osokoa" - #. DQkGQ #: sf_basic.xhp msgctxt "" @@ -2779,15 +2869,6 @@ msgctxt "" msgid "Values: 48, 64, 32, 16<br/>" msgstr "Balioak: 48, 64, 32, 16<br/>" -#. RBdBG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id831618922991909\n" -"help.text" -msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" -msgstr "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" - #. mCpye #: sf_basic.xhp msgctxt "" @@ -2797,15 +2878,6 @@ msgctxt "" msgid "Yes" msgstr "Bai" -#. CrG3W -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161618922991910\n" -"help.text" -msgid "integer" -msgstr "osokoa" - #. h3hZE #: sf_basic.xhp msgctxt "" @@ -2815,15 +2887,6 @@ msgctxt "" msgid "Values: 2, 128, 256, 512" msgstr "Balioak: 2, 128, 256, 512" -#. F3DMG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id471618924470655\n" -"help.text" -msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" -msgstr "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" - #. kLst4 #: sf_basic.xhp msgctxt "" @@ -2833,15 +2896,6 @@ msgctxt "" msgid "Yes" msgstr "Bai" -#. XKzky -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id571618924505303\n" -"help.text" -msgid "integer" -msgstr "osokoa" - #. Tmtc2 #: sf_basic.xhp msgctxt "" @@ -2851,15 +2905,6 @@ msgctxt "" msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." msgstr "Balioak: 3, 2, 5, 7, 1, 4, 6<br/><literal>MsgBox</literal> koadroan hautatutako botoia adierazten duten konstanteak." -#. fHLnu -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id421619006246768\n" -"help.text" -msgid "StarDesktop" -msgstr "StarDesktop" - #. BDtqm #: sf_basic.xhp msgctxt "" @@ -3031,14 +3076,14 @@ msgctxt "" msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." msgstr "UNO zerbitzu baten instantzia bat sortzen du <literal>ProcessServiceManager</literal> prozesuen zerbitzu-kudeatzailearekin." -#. 7BvYk +#. SF7gE #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id361589200121646\n" "help.text" -msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." -msgstr "<emph>servicename</emph> : Osorik kualifikatutako zerbitzu-izen bat, adibidez \"com.sun.star.ui.dialogs.FilePicker\" edo 'com.sun.star.sheet.FunctionAccess'." +msgid "<emph>servicename</emph>: A fully qualified service name such as <literal>com.sun.star.ui.dialogs.FilePicker</literal> or <literal>com.sun.star.sheet.FunctionAccess</literal>." +msgstr "" #. rZoCx #: sf_basic.xhp @@ -3067,23 +3112,23 @@ msgctxt "" msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." msgstr "<emph>zenbakia</emph>: Zenbakizko adierazpen bat, <literal>tartea</literal> balioa zenbat aldiz gehituko den (positiboa denean) edo kenduko den (negatiboa denean) zehazten duena." -#. 4C2B6 +#. CCveG #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id811618561843272\n" "help.text" -msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." -msgstr "<emph>data</emph>: datetime.datetime balio bat, <literal>tartea</literal> balioa data/ordu balio honi gehituko zaio hainbat aldiz." +msgid "<emph>date</emph>: A given <literal>datetime.datetime</literal> value, the <literal>interval</literal> value will be added <literal>number</literal> times to this <literal>datetime.datetime</literal> value." +msgstr "" -#. ppBnh +#. Zcf9q #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id181618561778320\n" "help.text" -msgid "A datetime.datetime value." -msgstr "datetime.datetime balio bat." +msgid "A <literal>datetime.datetime</literal> value." +msgstr "" #. HAVdW #: sf_basic.xhp @@ -3094,23 +3139,23 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date/time values." msgstr "Emandako bi data- edo ordu-balioen arteko data-/ordu-tarteen kopurua itzultzen du." -#. 2HBSe +#. 68XgA #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id481618563770490\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." -msgstr "<emph>tartea</emph>: Data-tartea zehazten duen kate-adierazpen bat, <literal>DateAdd</literal> metodoan adierazi den modukoa." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" -#. ZAKJ9 +#. DQFt3 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id121618563772932\n" "help.text" -msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." -msgstr "<emph>data1</emph>, <emph>data2</emph>: Konparatuko diren bi datetime.datetime balioak." +msgid "<emph>date1</emph>, <emph>date2</emph>: The two <literal>datetime.datetime</literal> values to be compared." +msgstr "" #. ZR7AD #: sf_basic.xhp @@ -3121,23 +3166,23 @@ msgctxt "" msgid "A number." msgstr "Zenbaki bat." -#. KPEWi +#. K4Lp7 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id81589202925519\n" "help.text" -msgid "The DatePart function returns a specified part of a date." -msgstr "DatePart funtzioak data batean zehaztutako zatia itzultzen du." +msgid "The <literal>DatePart</literal> function returns a specified part of a date." +msgstr "" -#. ens2Q +#. vCQGJ #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id761618672192231\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." -msgstr "<emph>tartea</emph>: Data-tartea zehazten duen kate-adierazpen bat, <literal>DateAdd</literal> metodoan adierazi den modukoa." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" #. KuDhD #: sf_basic.xhp @@ -3283,42 +3328,6 @@ msgctxt "" msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" msgstr "Sistema eragileak emandako denbora-marken kopurua itzultzen du. Funtzio hau zenbait prozesu optimizatzeko erabili daiteke. Erabili metodo hau denbora milisegundotan kalkulatzeko:" -#. CEtsQ -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id251619448108905\n" -"help.text" -msgid "ticks_ini = svc.GetSystemTicks()" -msgstr "ticks_ini = svc.GetSystemTicks()" - -#. SG6mf -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id181619448111210\n" -"help.text" -msgid "time.sleep(1)" -msgstr "time.sleep(1)" - -#. MZXnC -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id301619448111744\n" -"help.text" -msgid "ticks_end = svc.GetSystemTicks()" -msgstr "ticks_end = svc.GetSystemTicks()" - -#. dSmH3 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id651619448112320\n" -"help.text" -msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" -msgstr "svc.MsgBox(\"{} - {} = {}\".format(amaierako_markak, hasierako_markak,amaierako_markak - hasierako_markak))" - #. t3ADN #: sf_basic.xhp msgctxt "" @@ -3400,15 +3409,6 @@ msgctxt "" msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" msgstr "<bookmark_value>Basic zerbitzua;InputBox</bookmark_value>" -#. 7GPZv -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id21619008398677\n" -"help.text" -msgid "string" -msgstr "katea" - #. qRtw5 #: sf_basic.xhp msgctxt "" @@ -3418,14 +3418,14 @@ msgctxt "" msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" msgstr "txt = s.InputBox('Sartu esaldi bat:', \"Erabiltzaile maitea\")" -#. UgiDk +#. B2mnv #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "pyc_id261619081319555\n" "help.text" -msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" -msgstr "s.MsgBox(txt, MB_ICONINFORMATION, \"Esaldia berrestea\")" +msgid "s.MsgBox(txt, s.MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgstr "" #. 42vSm #: sf_basic.xhp @@ -3499,24 +3499,6 @@ msgctxt "" msgid "Returns an integer color value consisting of red, green, and blue components." msgstr "Zenbaki osoz osatutako kolore-balio bat itzultzen du. Balioak osagai gorri, berde eta urdina ditu." -#. vPBAA -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id201619096429785\n" -"help.text" -msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" -msgstr "<input>svc.RGB(red:int, green: int, blue: int): int</input>" - -#. AAeE4 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id381619096830033\n" -"help.text" -msgid "integer" -msgstr "osokoa" - #. SDu3C #: sf_basic.xhp msgctxt "" @@ -3598,14 +3580,14 @@ msgctxt "" msgid "Inspect Uno objects or variables." msgstr "Ikuskatu UNO objektuak edo aldagaiak." -#. 2A4om +#. CDCQx #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id21619094660345\n" "help.text" -msgid "<emph>obj</emph>: A variable or Uno object." -msgstr "<emph>obj</emph>: Aldagai bat edo UNO objektu bat." +msgid "<emph>obj</emph>: A variable or UNO object." +msgstr "" #. fMbAm #: sf_basic.xhp @@ -3634,23 +3616,23 @@ msgctxt "" msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable>" msgstr "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> zerbitzua</link></variable>" -#. DGXCA +#. EkFAT #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id381589189355849\n" "help.text" -msgid "The <literal>SFDocuments</literal> library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Calc documents." -msgstr "<literal>SFDocuments</literal> liburutegiak %PRODUCTNAME Calc dokumentuen kudeaketa eta maneiua errazteko metodoak eta propietateak eskaintzen ditu." +msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents." +msgstr "" -#. m4FFE +#. r34Cu #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id351591014177269\n" "help.text" -msgid "Some methods are generic for all types of documents and are inherited from the <literal>Document</literal> service, whereas other methods are specific for the <literal>SF_Calc</literal> module." -msgstr "Zenbait metodo dokumentu mota guztietarako generikoak dira eta <literal>Document</literal> zerbitzutik heredatutakoak dira, eta beste batzuk <literal>SF_Calc</literal> modulukoak espezifikoak dira." +msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Calc documents are defined in the <literal>SF_Calc</literal> module." +msgstr "" #. kTVJM #: sf_calc.xhp @@ -4867,15 +4849,6 @@ msgctxt "" msgid "Copy from one file to another:" msgstr "Kopiatu fitxategi batetik beste batera:" -#. 2fvZe -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id761621538667290\n" -"help.text" -msgid "doc.CopyToRange(\"SheetX.A1:F10\", \"SheetY.C5:J5\")" -msgstr "doc.CopyToRange(\"OrriaX.A1:F10\", \"OrriaY.C5:J5\")" - #. so8uw #: sf_calc.xhp msgctxt "" @@ -4966,42 +4939,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\" which is stored in \"Sheet1\"." msgstr "Hurrengo adibideetan, lehen lerroak \"Orria1\" orrian biltegiratutako inprimaki guztien izenak jasotzen ditu eta bigarren lerroak \"Orria1\" orrian dagoen \"Inp_A\" izeneko inprimakiaren <literal>Form</literal> objektua atzitzen du." -#. G9yMh -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms(\"Sheet1\")" -msgstr "Set FormNames = oDoc.Forms(\"Orria1\")" - -#. cFBZw -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "Set FormA = oDoc.Forms(\"Orria1\", \"Inp_A\")" - -#. NY6Wb -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms(\"Sheet1\")" -msgstr "form_names = doc.Forms(\"Orria1\")" - -#. DQsCo -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "form_A = doc.Forms(\"Orria1\", \"Inp_A\")" - #. y9kCE #: sf_calc.xhp msgctxt "" @@ -5506,15 +5443,6 @@ msgctxt "" msgid "Removes an existing sheet from the document." msgstr "Lehendik dagoen orri bat dokumentutik kentzen du." -#. Gwe7Z -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"par_id991621620588147\n" -"help.text" -msgid "<input>svc.RemoveSheet(sheetname: str): bool</input>" -msgstr "<input>svc.RemoveSheet(sheetname: str): bool</input>" - #. dVxiA #: sf_calc.xhp msgctxt "" @@ -5992,14 +5920,23 @@ msgctxt "" msgid "Run SQL action statements such as <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, etc." msgstr "SQL ekintza-instrukzioak exekutatzeko, adibidez <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, etab." -#. ABgYk +#. 7CSTo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id811599407236602\n" "help.text" -msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document." -msgstr "<literal>Database</literal> zerbitzuaren instantzia bakoitzak datu-base bakar bat ordezkatzen du eta haren taulak, kontsultak eta datuak atzitzea ahalbidetzen du. Zerbitzu horrek ez du eskaintzen Base dokumentuko inprimakiak edo txostenak atzitzeko modurik." +msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data." +msgstr "" + +#. JopCB +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id111625692871642\n" +"help.text" +msgid "This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href=\"text/sbasic/shared/03/sf_base.xhp#FormDocuments\" name=\"FormDocuments\"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service." +msgstr "" #. Snu6R #: sf_database.xhp @@ -6028,14 +5965,14 @@ msgctxt "" msgid "The provided interfaces include simple tables and queries lists, as well as access to database data." msgstr "Emandako interfazeek taula sinpleak eta kontsulten zerrendak eskaintzen dituzte, bai eta datu-baseko datuak atzitzeko modua ere." -#. N3J98 +#. 644XA #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id891599407280007\n" "help.text" -msgid "To make SQL statements more readable, you can use optional square brackets to enclose tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS)." -msgstr "SQL instrukzioak irakurgarriagoak izan daitezen, aukeran kortxeteak erabili daitezke taulak, kontsultak eta eremuak inguratzeko, beste RDBMS (Relational Database Management System) batzuetan esklusiboak izan daitezkeen beste karaktere inguratzaile batzuk erabili ordez." +msgid "To make SQL statements more readable, you may use square brackets \"[ ]\" to enclose names of tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS). But beware that enclosing characters are mandatory in this context." +msgstr "" #. CAFnK #: sf_database.xhp @@ -6046,68 +5983,86 @@ msgctxt "" msgid "Service invocation" msgstr "Zerbitzuari deitzea" -#. GBCxf +#. Cr4oo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id541599408159668\n" "help.text" -msgid "The code snippet below shows how to access any database with the <literal>Database</literal> service." -msgstr "Beheko kode-zatiak erakusten du nola atzitu edozein datu-base <literal>Database</literal> zerbitzua erabilita." +msgid "To create a instance of the <literal>Database</literal> service you can use the <literal>CreateScriptService</literal> method:" +msgstr "" -#. RApNW +#. ArhV5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" -"bas_id471599408248873\n" +"par_id551625693442959\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." -msgstr "' ... Exekutatu kontsultak, SQL instrukzioak..." +msgid "In the syntax described above you can use either \"SFDatabases.Database\" or simply \"Database\" as the first argument of the <literal>CreateScriptService</literal> method." +msgstr "" -#. f2tV4 +#. S7oNc #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id111615146818256\n" "help.text" -msgid "<emph>FileName</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "<emph>FileName</emph>: Base fitxategiaren izena. <literal>SF_FileSystem.FileNaming</literal> notazioa erabilita adierazi behar da." +msgid "<emph>filename</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." +msgstr "" -#. yg5bv +#. fUxEZ #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id771615146944307\n" "help.text" -msgid "<emph>RegistrationName</emph>: The name of a registered database. If a file name is provided, this argument should not be used." -msgstr "<emph>RegistrationName</emph>: Erregistratutako datu-base baten izena. Fitxategi-izen bat ematen bada, argumentu hori ez da erabili behar." +msgid "<emph>registrationname</emph>: The name of a registered database. If <literal>filename</literal> is provided, this argument should not be used." +msgstr "" -#. RM9c6 +#. J2NA3 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id491615147048748\n" "help.text" -msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." -msgstr "Era berean, <literal>RegistrationName</literal> zehaztu bada, <literal>FileName</literal> parametroa ez da definitu behar." +msgid "Conversely, if a <literal>registrationname</literal> is specified, the <literal>filename</literal> parameter should not be defined." +msgstr "" -#. Bc97U +#. YQF4D #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." -msgstr "<emph>ReadOnly</emph>: Datu-basea irakurtzeko moduan soilik irekiko den zehazten du (Balio lehenetsia = <literal>True</literal> (egia))." +msgid "<emph>readonly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." +msgstr "" -#. Gn7AF +#. 9FEG5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id291615147236001\n" "help.text" -msgid "<emph>User, Password</emph>: Additional connection parameters to the database server." -msgstr "<emph>User, Password</emph>: Datu-basearen zerbitzariarekin konektatzeko parametro gehigarriak." +msgid "<emph>user, password</emph>: Additional connection parameters to the database server." +msgstr "" + +#. ZG5pH +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"bas_id871625698095504\n" +"help.text" +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. uWJrQ +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id791625698186675\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" #. Z2VVg #: sf_database.xhp @@ -6118,14 +6073,14 @@ msgctxt "" msgid "Accessing Databases with the UI Service" msgstr "Datu-baseak atzitzea UI zerbitzua erabilita" -#. 6s3Hr +#. 5Kifs #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id901599408410712\n" "help.text" -msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the example below:" -msgstr "Posible da Base dokumentu bati lotutako datu-basea atzitzea <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> zerbitzua erabilita, beheko adibidean erakusten den moduan:" +msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:" +msgstr "" #. T6mkQ #: sf_database.xhp @@ -6136,14 +6091,77 @@ msgctxt "" msgid "' User and password are supplied below, if needed" msgstr "' Erabiltzailea eta pasahitza behean ematen dira, beharrezkoak badira" -#. 88wGG +#. F43tz #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "bas_id921599408791887\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." -msgstr "' ... Exekutatu kontsultak, SQL instrukzioak ..." +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. VDFaU +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id881625699438103\n" +"help.text" +msgid "ui = CreateScriptService(\"UI\")" +msgstr "" + +#. EeDew +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id111625699438354\n" +"help.text" +msgid "doc = ui.OpenBaseDocument(\"/home/user/Documents/myDB.odb\")" +msgstr "" + +#. FsCDs +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id731625699527917\n" +"help.text" +msgid "# User and password are supplied below, if needed" +msgstr "" + +#. b8DCF +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id741625699438527\n" +"help.text" +msgid "myDatabase = doc.GetDatabase()" +msgstr "" + +#. BDNDo +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id201625699438702\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" + +#. yL6GV +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id171625699438887\n" +"help.text" +msgid "myDatabase.CloseDatabase()" +msgstr "" + +#. SAyeP +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id231625699570502\n" +"help.text" +msgid "doc.CloseDocument()" +msgstr "" #. AVkg5 #: sf_database.xhp @@ -6325,32 +6343,32 @@ msgctxt "" msgid "Optionally, a SQL <literal>WHERE</literal> clause can be specified as a filter that will be applied prior to the aggregate function." msgstr "Aukeran, SQLren <literal>WHERE</literal> klausula zehaztu daiteke agregazio-funtzioaren aurretik aplikatuko den iragazki gisa." -#. rKxVP +#. AKqei #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441596554849949\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." -msgstr "<emph>Expression</emph>: SQL adierazpen bat, non eremu-izenak kortxeteekin inguratuta dauden." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgstr "" -#. 3PSmS +#. c2Rzq #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." -msgstr "<emph>TableName</emph>: Taula baten izena (kortxeterik gabe)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." +msgstr "" -#. F4AAZ +#. cjGPp #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id521596554849185\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." -msgstr "<emph>Criteria</emph>: <literal>WHERE</literal> klausula bat \"WHERE\" gako-hitzik gabe, non eremu-izenak kortxeteekin inguratuta dauden." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgstr "" #. AGBFS #: sf_database.xhp @@ -6406,41 +6424,41 @@ msgctxt "" msgid "If the query returns multiple records, only the first one is considered. Use the <literal>OrderClause</literal> parameter to determine how query results are sorted." msgstr "Kontsultak erregistro anitz itzultzen baditu, lehena soilik hartuko da kontuan. Erabili <literal>OrderClause</literal> parametroa kontsulta-emaitzak nola ordenatuko diren zehazteko." -#. CNwh2 +#. tNnSe #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id671599488113986\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." -msgstr "<emph>Expression</emph>: SQL adierazpen bat, non eremu-izenak kortxeteekin inguratuta dauden." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgstr "" -#. 5DGVh +#. eGbAr #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441599488113247\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." -msgstr "<emph>TableName</emph>: Taula baten izena (kortxeterik gabe)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." +msgstr "" -#. jtrX7 +#. F9xaH #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id40159948811316\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." -msgstr "<emph>Criteria</emph>: <literal>WHERE</literal> klausula bat \"WHERE\" gako-hitzik gabe, non eremu-izenak kortxeteekin inguratuta dauden." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgstr "" -#. X5HJp +#. SusUk #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id71599488689029\n" "help.text" -msgid "<emph>OrderClause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." -msgstr "<emph>OrderClause</emph>: <literal>ORDER BY</literal> klausula bat \"ORDER BY\" gako-hitzik gabe. Eremu-izenek ez dute kortxeteekin inguratuta egon behar." +msgid "<emph>orderclause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." +msgstr "" #. CPoBx #: sf_database.xhp @@ -6469,41 +6487,41 @@ msgctxt "" msgid "The returned array will be empty if no rows are returned and the column headers are not required." msgstr "Itzulitako matrizea hutsik egongo da errenkadarik ez bada itzuli eta zutabe-goiburukoak beharrezkoak ez badira." -#. dURZU +#. y5u8i #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id451599489278429\n" "help.text" -msgid "<emph>SQLCommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." -msgstr "<emph>SQLCommand</emph>: Taula baten edo kontsulta baten izena (kortxeterik gabe) edo <literal>SELECT</literal> SQL instrukzio bat." +msgid "<emph>sqlcommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." +msgstr "" -#. fFFFd +#. xAbDx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id271599489278141\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." -msgstr "<emph>DirectSQL</emph>: <literal>True</literal> (egia) denean, SQL komandoa aurretiko analisirik gabe bidaltzen dadatu-basearen motorrera. Balio lehenetsia <literal>False</literal> (faltsua) da. Argumentu honi ez ikusiarena egiten zaio tauletan. Kontsultetan, aplikatutako aukera kontsulta definitu zenean ezarritakoa da." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." +msgstr "" -#. unoDn +#. DEzQD #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id941599489278747\n" "help.text" -msgid "<emph>Header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." -msgstr "<emph>Header</emph>: <literal>True</literal> (egia) denean, itzulitako matrizearen lehen errenkadak zutabe-goiburukoak ditu." +msgid "<emph>header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." +msgstr "" -#. BZxwK +#. P2SMx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id591599489278926\n" "help.text" -msgid "<emph>MaxRows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." -msgstr "<emph>MaxRows</emph>: Itzuliko den gehieneko errenkada kopurua. Balio lehenetsia zero da, horrek esan nahi du ez dagoela mugarik itzulitako errenkada kopuruan." +msgid "<emph>maxrows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." +msgstr "" #. 3XZPf #: sf_database.xhp @@ -6559,23 +6577,32 @@ msgctxt "" msgid "The <literal>RunSql</literal> method is rejected with an error message in case the database was previously opened in read-only mode." msgstr "<literal>RunSql</literal> metodoa errore-mezu batekin baztertzen da datu-basea lehenago soilik irakurtzeko moduan ireki bada." -#. cMjus +#. AN4H9 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id421625701780046\n" +"help.text" +msgid "<input>db.RunSql(sqlcommand: str, directsql: bool = False): bool</input>" +msgstr "" + +#. WnUpF #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id701599490609473\n" "help.text" -msgid "<emph>SQLCommand</emph>: A query name (without square brackets) or a SQL statement." -msgstr "<emph>SQLCommand</emph>: Kontsulta-izen bat (kortxeterik gabe) edo SQL instrukzio bat." +msgid "<emph>sqlcommand</emph>: A query name (without square brackets) or a SQL statement." +msgstr "" -#. kngXb +#. uNMDN #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id51599490609377\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." -msgstr "<emph>DirectSQL</emph>: <literal>True</literal> bada, SQL komandoa aurretiko analisirik gabe bidaliko da datu-basearen motorrera. (Lehenetsia = <literal>False</literal>). Kontsultetan, kontsulta definitu zenean ezarritako aukera aplikatuko da." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." +msgstr "" #. BC4Sc #: sf_dialog.xhp @@ -9169,6 +9196,60 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "Gomendagarria da baliabideak askatzea haiek erabili ondoren:" +#. gpGvc +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id551626869252987\n" +"help.text" +msgid "The example below creates an empty instance of the <literal>Dictionary</literal> service and uses the Python native <literal>update</literal> method to populate it with the contents of a Python <literal>dict</literal> object." +msgstr "" + +#. bnDdK +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id61626869417128\n" +"help.text" +msgid "# Initialize myDict as an empty dict object" +msgstr "" + +#. Zijqj +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id921626869402748\n" +"help.text" +msgid "# Load the values of dico into myDict" +msgstr "" + +#. G4WCE +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id981626869718081\n" +"help.text" +msgid "It is possible to create an instance of the <literal>Dictionary</literal> service using a Python <literal>dict</literal> object as argument as shown in the following example." +msgstr "" + +#. ymvAC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id201626869185236\n" +"help.text" +msgid "# Initialize myDict with the content of dico" +msgstr "" + +#. UHQFC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id211626699007613\n" +"help.text" +msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> that are supported in both Basic and Python." +msgstr "" + #. Dd4Pp #: sf_dictionary.xhp msgctxt "" @@ -9322,23 +9403,23 @@ msgctxt "" msgid "Adds a new key-item pair into the dictionary. Returns <literal>True</literal> if successful." msgstr "Gako-elementu bikote berria gehitzen dio hiztegiari. <literal>True</literal> itzultzen du eragiketa ongi gauzatzen bada." -#. 3MMGU +#. 4zw8b #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id341582887670030\n" "help.text" -msgid "<emph>Key</emph> : String value used to identify the Item. The key is not case-sensitive." -msgstr "<emph>Key</emph> : Elementua identifikatzeko erabiliko den kate-balioa. Ez ditu maiuskulak eta minuskulak bereizten." +msgid "<emph>key</emph>: String value used to identify the Item. The key is not case-sensitive." +msgstr "" -#. aGgh9 +#. UFFFG #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id401582887670030\n" "help.text" -msgid "<emph>Item</emph> : Any value, including an array, a Basic object, a UNO object, a dictionary, etc." -msgstr "<emph>Item</emph> : Edozein balio: matrize bat, Basic objektu bat, UNO objektu bat, hiztegi bat..." +msgid "<emph>item</emph>: Any value, including an array, a Basic object, a UNO object, a dictionary, etc." +msgstr "" #. aNDWv #: sf_dictionary.xhp @@ -9394,23 +9475,23 @@ msgctxt "" msgid "This method supports the following data types: <literal>String</literal>, <literal>Boolean</literal>, numbers, <literal>Null</literal> and <literal>Empty</literal>. Arrays containing items of those types are also allowed, whatever their dimensions. Dates are converted into strings, however they cannot be used inside Arrays. Other data types are converted to their string representation using the <literal>SF_String.Represent</literal> service." msgstr "Metodo honek honako datu motak onartzen ditu: <literal>String</literal>, <literal>Boolean</literal>, zenbakiak, <literal>Null</literal> eta <literal>Empty</literal>. Mota horretako elementuak dituzten matrizeak ere onartzen dira, berdin dio haien dimentsioak zein diren. Datak kate bihurtzen dira, baina ezin dira matrizeen barruan erabili. Beste datu motak kate modura duten ordezkapenera bihurtzen dira, <literal>SF_String.Represent</literal> zerbitzuaren bidez." -#. Nmzcs +#. stuTQ #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id8816012968362\n" "help.text" -msgid "<emph>Indent</emph> : When <literal>Indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>Indent</literal> value will add new lines with no indentation. <literal>Indent</literal> default value \"\" selects the most compact representation. Using a positive integer for <literal>Indent</literal> indents that many spaces per level. When <literal>Indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." -msgstr "<emph>Indent</emph>: <literal>Indent</literal> zenbaki positibo bat edo testu bat bada, JSON matrizeetako elementuak eta objektu kideak koskatze-maila batekin inprimatuko dira. <literal>Indent</literal> balioa negatiboa bada, lerro berriak koskatzerik gabe gehituko dira. <literal>Indent</literal> \"\" balio lehenetsiak irudikapen trinkoena hautatuko du. Osoko zenbaki positiboa erabiltzen bada <literal>Indent</literal> parametroak, koskatzeak horrenbestekoak izango dira maila bakoitzeko. <literal>Indent</literal> kate bat bada, adibidez <literal>Chr(9)</literal> edo <literal>Tab(1)</literal>, Tab karakterea erabiliko da maila bakoitza koskatzeko." +msgid "<emph>indent</emph>: When <literal>indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>indent</literal> value will add new lines with no indentation. The default value is an empty string \"\" which selects the most compact representation. Using a positive integer for <literal>indent</literal> indents that many spaces per level. When <literal>indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." +msgstr "" -#. pipLz +#. sQuKi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id151582889470596\n" "help.text" -msgid "Store the content of the dictionary in an array of <literal>PropertyValues</literal>." -msgstr "Gorde hiztegiaren edukia <literal>PropertyValues</literal> elementuen matrize batean." +msgid "Stores the contents of the dictionary into an array of <literal>PropertyValues</literal>." +msgstr "" #. rTa2V #: sf_dictionary.xhp @@ -9448,6 +9529,15 @@ msgctxt "" msgid "'Converts to an Array of PropertyValue objects" msgstr "'PropertyValue objektuen matrize bihurtzen du" +#. XCGFp +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id771626700938786\n" +"help.text" +msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the <literal>CreateScriptService</literal> method." +msgstr "" + #. wTUQt #: sf_dictionary.xhp msgctxt "" @@ -9466,14 +9556,14 @@ msgctxt "" msgid "Determines if a key exists in the dictionary." msgstr "Gako bat hiztegian badagoen ala ez zehazten du." -#. 9akGN +#. RgUSD #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id971582889812917\n" "help.text" -msgid "<emph>Key</emph> : The key to be looked up in the dictionary." -msgstr "<emph>Gakoa</emph>: Hiztegian dagoen ala ez begiratuko den gakoa." +msgid "<emph>key</emph>: The key to be looked up in the dictionary." +msgstr "" #. UAkEx #: sf_dictionary.xhp @@ -9520,23 +9610,23 @@ msgctxt "" msgid "An attempt is made to convert text to date if the item matches one of these patterns: YYYY-MM-DD, HH:MM:SS or YYYY-MM-DD HH:MM:SS." msgstr "Testua data bihurtzeko saiakera egiten da elementuak honako ereduetako bat badu: UUUU-HH-EE, OO:MM:SS edo UUUU-HH-EE OO:MM:SS." -#. Ghov2 +#. 5cknM #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id69160139198061\n" "help.text" -msgid "<emph>InputStr</emph> : The string to import." -msgstr "<emph>InputStr</emph>: Inportatuko den katea." +msgid "<emph>inputstr</emph>: The string to import." +msgstr "" -#. LW97u +#. GDAGm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." -msgstr "<emph>Overwrite</emph>: <literal>True</literal> bada, izen bera duten sarrerak egon daitezke hiztegian eta haien balioak gainidatzi egingo dira. <literal>False</literal> (lehenetsia) bada, gako errepikatuek errore bat sortuko dute. Kontuan izan hiztegiko gakoek ez dituztela maiuskulak/minuskulak bereizten, baina JSON kateetako izenek bai." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgstr "" #. aBFC5 #: sf_dictionary.xhp @@ -9556,23 +9646,32 @@ msgctxt "" msgid "Inserts the contents of an array of <literal>PropertyValue</literal> objects into the current dictionary. <literal>PropertyValue</literal> Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns <literal>True</literal> if successful." msgstr "<literal>PropertyValue</literal> objektuen matrize baten balioak uneko hiztegian txertatzen ditu. <literal>PropertyValue</literal> izenak gako modura erabiltzen dira hiztegian, eta balioak balio gisa. <literal>True</literal> itzultzen du eragiketa ongi gauzatu bada." -#. jYVUA +#. 95A5W #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "<emph>PropertyValues</emph> : A zero-based 1 dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>PropertyValue</literal> object not contained in an Array." -msgstr "<emph>PropertyValues</emph>: Dimentsio bateko eta zero oinarriko matrize bat, <literal>com.sun.star.beans.PropertyValue</literal> objektuak dituena. Parametro hau matrize batean ez dagoen <literal>PropertyValue</literal> objektu bakarra ere izan daiteke." +msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>propertyvalue</literal> object not contained in an Array." +msgstr "" -#. TvJoT +#. g5bHm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id21588941968131\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive, whereas names are case-sensitive in sets of property values." -msgstr "<emph>Overwrite</emph>: Parametro hau <literal>True</literal> bada, izen bereko sarrerak egon daitezke hiztegian, eta haien balioak gainidatzi egingo dira. <literal>False</literal> (balio lehenetsia) bada, gako errepikatuek errore bat sortuko dute. Kontuan izan hiztegiko gakoek ez dituztela maiiuskulak/minuskulak bereiztean, baina propietate-balioen multzoetako izenek bai." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive in Basic, whereas names are case-sensitive in sets of property values and in Python dictionaries." +msgstr "" + +#. GKtsH +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id641626703615898\n" +"help.text" +msgid "The examples below first create an array with two <literal>PropertyValue</literal> objects and then convert it to a dictionary." +msgstr "" #. 3rJRP #: sf_dictionary.xhp @@ -9583,14 +9682,14 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>." msgstr "Hiztegi batean dagoen sarrera bat atzitzen du, bere gakoa erabilita. Elementuaren balioa itzultzen du eragiketa ongi gauzatu bada, bestela <literal>Empty</literal> itzultzen du." -#. UP6qF +#. CGLFi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Ez ditu maiuskulak/minuskulak bereizten. Hiztegian egon behar da, bestela <literal>UNKNOWNKEYERROR</literal> errorea sortuko da." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" #. rGqyT #: sf_dictionary.xhp @@ -9610,14 +9709,14 @@ msgctxt "" msgid "Removes an existing dictionary entry based on its key. Returns <literal>True</literal> if successful." msgstr "Hiztegiko sarrera bat kentzen du bere gakoan oinarrituta. <literal>True</literal> itzultzen du eragiketa ongi gauzatzen bada." -#. eEKAA +#. EhVL2 #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890366999\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Ez ditu maiuskulak/minuskulak bereizten. Hiztegian egon behar da, bestela <literal>UNKNOWNKEYERROR</literal> errorea sortuko da." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" #. GyK3j #: sf_dictionary.xhp @@ -9637,23 +9736,23 @@ msgctxt "" msgid "Replaces an existing item value based on its key. Returns <literal>True</literal> if successful." msgstr "Elementu-balio bat ordezten du bere gakoan oinarrituta. <literal>True</literal> (egia) itzultzen du ongi gauzatzen bada." -#. pSQCe +#. w4w9A #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id991582895615535\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Ordeztuko balioaren gakoa adierazten duen kate-balioa. Ez ditu maiuskulak/minuskulak bereizten. Gakoa hiztegian ez badago, <literal>UNKNOWNKEYERROR</literal> errorea sortuko da." +msgid "<emph>key</emph>: String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" -#. B9QCk +#. FA4hz #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id721582895615186\n" "help.text" -msgid "<emph>Value</emph> : The new value of the item referred to with the Key parameter." -msgstr "<emph>Value</emph>: 'Key' parametroak erreferentzia egiten dion elementuaren balio berria." +msgid "<emph>value</emph>: The new value of the item referred to with the <literal>key</literal> parameter." +msgstr "" #. Y46D4 #: sf_dictionary.xhp @@ -9664,23 +9763,23 @@ msgctxt "" msgid "Replaces an existing key in the dictionary by a new key. The item value is left unchanged. Returns <literal>True</literal> if successful." msgstr "Hiztegiko gako bat beste gako batekin ordezten du. Elementuaren balioa ez da aldatuko. <literal>True</literal> itzultzen du eragiteka ongi gauzatzen bada." -#. SxyfK +#. jKp7C #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id911582896597619\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Ordeztuko den gakoa adierazten duen kate-balioa. Ez ditu maiuskulak/minuskulak bereizten. Gakoa hiztegian ez badago, <literal>UNKNOWNKEYERROR</literal> errorea sortuko da." +msgid "<emph>key</emph>: String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" -#. Eu4DG +#. Dku2D #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id531582896597989\n" "help.text" -msgid "<emph>Value</emph> : String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, a <literal>DUPLICATEKEYERROR</literal> error is raised." -msgstr "<emph>Value</emph>: Gako berrirako kate-balioa. Ez ditu maiuskulak/minuskulak bereizten. Gako berria lehendik badago hiztegian, <literal>DUPLICATEKEYERROR</literal> errorea sortuko da." +msgid "<emph>value</emph>: String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, an <literal>DUPLICATEKEYERROR</literal> error is raised." +msgstr "" #. jasej #: sf_document.xhp @@ -9835,33 +9934,6 @@ msgctxt "" msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" msgstr "Dokumentua 'CloseDocument' metodoa erabilita itxi denean salbu (kasu horretan, ez da beharrezkoa), gomendagarria da baliabideak askatzea haiek erabili ondoren:" -#. 2odf5 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id551622819064247\n" -"help.text" -msgid "def RunEvent(event)" -msgstr "def RunEvent(event)" - -#. oHQNa -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id311622819064554\n" -"help.text" -msgid "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" -msgstr "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" - -#. sHApS -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id221622819064967\n" -"help.text" -msgid "# (...)" -msgstr "# (...)" - #. LyvNw #: sf_document.xhp msgctxt "" @@ -10204,15 +10276,6 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "<emph>saveask</emph>: <literal>True</literal> (balio lehenetsia) bada, erabiltzaileak baieztatu egin beharko du aldaketak diskoan idatziko diren ala ez. Argumentu honi ez ikusiarena egingo zaio dokumentua aldatu ez bada." -#. STq4L -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id751622827903730\n" -"help.text" -msgid "End If" -msgstr "End If" - #. vp56r #: sf_document.xhp msgctxt "" @@ -10267,42 +10330,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"." msgstr "Hurrengo adibideetan, lehen lerroak dokumentuko inprimaki guztien izenak eskuratzen ditu eta bigarren lerroak \"A_Inp\" izeneko inprimakiaren <literal>Form</literal> objektua atzitzen du." -#. 8GoMk -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms()" -msgstr "Set FormNames = oDoc.Forms()" - -#. uCcpo -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Form_A\")" -msgstr "Set FormA = oDoc.Forms(\"A_Inp\")" - -#. 9gHMA -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms()" -msgstr "form_names = doc.Forms()" - -#. H3946 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Form_A\")" -msgstr "form_A = doc.Forms(\"A_Inp\")" - #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -11014,6 +11041,42 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type." msgstr "<emph>arg0[, arg1, ...]</emph>: Edozein motatako edozein argumentu kopurua." +#. ZxYFC +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id111621624672183\n" +"help.text" +msgid "Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces)." +msgstr "" + +#. ujSFu +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id841621426229467\n" +"help.text" +msgid "The same string is added to the ScriptForge debug console." +msgstr "" + +#. ixNfF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id391126449167833\n" +"help.text" +msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." +msgstr "" + +#. f5WaM +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id261123015276160\n" +"help.text" +msgid "In python use simply the builtin print() statement." +msgstr "" + #. CUoch #: sf_exception.xhp msgctxt "" @@ -11410,23 +11473,23 @@ msgctxt "" msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative." msgstr "URL notazioaren adibide bat <emph>file:///C:/Dokumentuak/nire_fitxategia.odt</emph> izan daiteke. Posible bada, erabili URL notazioa, aukera eramangarriagoa baita." -#. mao7x +#. QrDqQ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"hd_id581582885621841\n" +"par_id931626652451855\n" "help.text" -msgid "Service invocation" -msgstr "Zerbitzuari deitzea" +msgid "The use of the shortcut \"~\" (tilde), which is common in Linux-based operating systems, is not supported to express a path to a folder and file name. Instead of using <emph>\"~/Documents/my_file.odt\"</emph> use the full path <emph>\"/home/user/Documents/my_file.odt\"</emph>." +msgstr "" -#. ms88h +#. mao7x #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id141610734722352\n" +"hd_id581582885621841\n" "help.text" -msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "<literal>FileSystem</literal> zerbitzua erabiltzeko, <literal>ScriptForge</literal> liburutegia honakoa erabilita kargatu behar da:" +msgid "Service invocation" +msgstr "Zerbitzuari deitzea" #. Miw3e #: sf_filesystem.xhp @@ -11680,23 +11743,23 @@ msgctxt "" msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary." msgstr "Karpeta baten bide-izena eta fitxategi baten izena elkartzen ditu eta fitxategi-izen osoa itzultzen du baliozko bereizle batekin. Bide-izenaren bereizlea beharrezkoa bada soilik gehituko da." -#. EDmLL +#. 2pwBF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id90158393307695\n" "help.text" -msgid "<emph>FolderName</emph>: The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder." -msgstr "<emph>FolderName</emph>: <literal>Name</literal> izenarekin konbinatuko den bide-izena. Zehaztutako bide-izenak ez du zertan lehendik dagoen karpeta bat izan behar." +msgid "<emph>foldername</emph>: The path with which <literal>name</literal> will be combined. The specified path does not need to be an existing folder." +msgstr "" -#. TqBVA +#. xFCWJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id891583933076975\n" "help.text" -msgid "<emph>Name</emph>: The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system." -msgstr "<emph>Name</emph>: <literal>FolderName</literal> bide-izenari erantsiko zaion fitxategiaren izena. Parametro honek uneko sistema eragilearen notazioa darabil." +msgid "<emph>name</emph>: The name of the file to be appended to <literal>foldername</literal>. This parameter uses the notation of the current operating system." +msgstr "" #. DwTpc #: sf_filesystem.xhp @@ -11707,32 +11770,32 @@ msgctxt "" msgid "Compares two files and returns <literal>True</literal> when they seem identical." msgstr "Bi fitxategi konparatzen ditu eta <literal>True</literal> itzultzen du berdinak badirudite." -#. CrUQx +#. 6A5Da #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631601119001315\n" "help.text" -msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." -msgstr "<literal>CompareContents</literal> argumentuaren balioa zein den, bi fitxategien arteko konparazioa fitxategi-atributuetan soilik (adibidez, azken aldatze-data) oinarrituko da edo fitxategi-edukietan oinarrituko da." +msgid "Depending on the value of the <literal>comparecontents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." +msgstr "" -#. kYy2f +#. MGA4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481601118910755\n" "help.text" -msgid "<emph>FileName1, FileName2</emph>: The files to compare." -msgstr "<emph>FileName1, FileName2</emph>: Konparatuko diren fitxategiak." +msgid "<emph>filename1, filename2</emph>: The files to compare." +msgstr "" -#. mXZPN +#. aKfwh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111601118910848\n" "help.text" -msgid "<emph>CompareContents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." -msgstr "<emph>CompareContents</emph>: <literal>True</literal> bada, fitxategiaren edukiak konparatuko dira (balio lehentsia = <literal>False</literal>)." +msgid "<emph>comparecontents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." +msgstr "" #. EZNG5 #: sf_filesystem.xhp @@ -11743,14 +11806,14 @@ msgctxt "" msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred." msgstr "Fitxategi bat edo batzuk kokaleku batetik beste batera kopiatzen ditu. <literal>True</literal> itzultzen du gutxienez fitxategi bat kopiatu bada, eta <literal>False</literal> errore bat gertatu bada." -#. EFfEH +#. xE9SU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id401612998805699\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." -msgstr "Errore bat gertatuko da <literal>Source</literal> parametroak komodinak erabiltzen baditu eta ez badu bat egiten fitxategiren batekin." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. AZCsn #: sf_filesystem.xhp @@ -11761,68 +11824,68 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu atzera botatzen edo desegiten errorea gertatu baino lehenagoko aldaketak." -#. cxNda +#. aVGzZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." -msgstr "<emph>Source</emph>: Kopiatuko d(ir)en fitxategi(a)k adierazten dituen <literal>FileName</literal> edo <literal>NamePattern</literal> b bat izan daiteke." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." +msgstr "" -#. pwEq9 +#. ycEpt #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111584542310166\n" "help.text" -msgid "<emph>Destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied." -msgstr "<emph>Destination</emph>: Izan daiteke bai <literal>FileName</literal> bat, <literal>Source</literal> fitxategi bakarra non kopiatuko den adierazita, edo <literal>FolderName</literal> bat, non <literal>Source</literal> fitxategi anitz kopiatuko diren." +msgid "<emph>destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>source</literal> are to be copied." +msgstr "" -#. FCpqn +#. frwD2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134752\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." -msgstr "<literal>FolderName</literal> existitzen ez bada, sortu egingo da." +msgid "If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. 4ArCt +#. z3Tok #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166788\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "Ez dira onartzen komodinak <literal>Destination</literal> katean." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. 48FYf +#. zFyVX #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431558\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." -msgstr "<emph>Overwrite</emph>: <literal>True</literal> (egia, lehenetsia) bada, fitxategiak gainidatzi egin daitezke. Metodoak huts egingo du <literal>Destination</literal> irakurtzeko soilik bada, berdin dio <literal>Overwrite</literal> parametroak zer dioen." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." +msgstr "" -#. KerV3 +#. uRMe8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id211613000903194\n" +"par_id691626216252568\n" "help.text" -msgid "' Copies a single file" -msgstr "' Fitxategi bakar bat kopiatzen du" +msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." +msgstr "" -#. HKFaH +#. GevfF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id841584541257574\n" +"par_id411626216328023\n" "help.text" -msgid "' Copies multiple files. Only files are copied, subfolders are not." -msgstr "' Fitxategi anitz kopiatzen ditu. Fitxategiak soilik kopiatuko dira, ez azpikarpetak." +msgid "Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." +msgstr "" #. TdGi7 #: sf_filesystem.xhp @@ -11833,14 +11896,14 @@ msgctxt "" msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred." msgstr "Karpeta bat edo gehiago kopiatzen du kokaleku batetik beste batera. <literal>True</literal> itzultzen du karpeta bat gutxienez kopiatu bada, eta <literal>False</literal> errore bat gertatu bada." -#. TymFf +#. TSLCU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775377\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." -msgstr "<literal>Source</literal> parametroak komodinak erabiltzen baditu eta ez badator bat karpetaren batekin, errore bat gertatuko da." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. m3Hzh #: sf_filesystem.xhp @@ -11851,59 +11914,59 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu errorea gertatu baino lehen izandako aldaketak desegingo." -#. isESD +#. GCCf3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id851584544734202\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." -msgstr "<emph>Source</emph>: Parametro hau kopiatuko diren karpetak adierazten dituen <literal>FolderName</literal> bat edo <literal>NamePattern</literal> bat izan daiteke." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." +msgstr "" -#. 5fFnt +#. msqGq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id321584544734273\n" "help.text" -msgid "<emph>Destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied." -msgstr "<emph>Destination</emph>: <literal>Source</literal> parametroan zehaztutako karpeta(k) zein <literal>FolderName</literal> karpetan kopiatuko d(ir)en zehazten du." +msgid "<emph>destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>source</literal> are to be copied." +msgstr "" -#. CzQ9A +#. iLKYc #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134762\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." -msgstr "<literal>FolderName</literal> existitzen ez bada, sortu egingo da." +msgid "If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. Uqyna +#. TvYDS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166740\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "Ez dira onartzen komodinak <literal>Destination</literal> parametroan." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. 2ziFA +#. 3A2C2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431525\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." -msgstr "<emph>Overwrite</emph>: <literal>True</literal> (egia, lehenetsia) bada, fitxategiak gainidatzi egin daitezke. Metodoak huts egingo du <literal>Destination</literal> irakurtzeko soilik bada, berdin dio <literal>Overwrite</literal> parametroak zer dioen." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." +msgstr "" -#. niaPD +#. 7CxBB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id541584544734497\n" +"par_id751626216627481\n" "help.text" -msgid "' Folders, their files and their subfolders are copied" -msgstr "' Karpetak, beren fitxategiak eta beren azpikarpetak kopiatuko dira" +msgid "In the examples below all files, folders and subfolders are copied." +msgstr "" #. fNBgH #: sf_filesystem.xhp @@ -11923,23 +11986,23 @@ msgctxt "" msgid "If the specified folder has a parent folder that does not exist, it is created." msgstr "Zehaztutako karpetak lehendik ez dagoen karpeta guraso bat badu, sortu egingo da." -#. G2A8N +#. 7gTts #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491584540675469\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." -msgstr "<emph>FolderName</emph>: Sortuko den karpeta ordezkatzen duen kate bat. Karpeta lehendik badago, salbuespen bat sortuko da." +msgid "<emph>foldername</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." +msgstr "" -#. EYSCS +#. 2zcfH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731585322689518\n" "help.text" -msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file." -msgstr "Zehaztutako fitxategia sortzen du eta fitxategian idazteko erabili daitekeen <literal>TextStream</literal> objektu bat itzultzen du." +msgid "Creates a specified file and returns a <literal>TextStream</literal> service instance that can be used to write to the file." +msgstr "" #. YMZDA #: sf_filesystem.xhp @@ -11950,32 +12013,32 @@ msgctxt "" msgid "The method returns a <literal>Null</literal> object if an error occurred." msgstr "Metodoak <literal>Null</literal> objektu bat itzuliko du errore bat gertatzen bada." -#. hBQSN +#. 2NPVD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id901585322689715\n" "help.text" -msgid "<emph>FileName</emph>: The name of the file to be created." -msgstr "<emph>FileName</emph>: Sortuko den fitxategiaren izena." +msgid "<emph>filename</emph>: The name of the file to be created." +msgstr "" -#. VkGyb +#. gEJA4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id501585322689209\n" "help.text" -msgid "<emph>Overwrite</emph>: Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)." -msgstr "<emph>Overwrite</emph>: <literal>FileName</literal> gainidatzi daitekeen edo ez zehazten duen balio boolearra (balio lehenetsia = <literal>True</literal>)." +msgid "<emph>overwrite</emph>: Boolean value that determines if <literal>filename</literal> can be overwritten (default = <literal>True</literal>)." +msgstr "" -#. Zp6H3 +#. CkbhC #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585322689192\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." -msgstr "<emph>Encoding</emph>: Erabiliko den karaktere-jokoa. Kodeketa lehenetsia \"UTF-8\" da." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgstr "" #. eoE92 #: sf_filesystem.xhp @@ -11995,14 +12058,14 @@ msgctxt "" msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred." msgstr "Fitxategi bat edo batzuk ezabatzen ditu. <literal>True</literal> itzultzen du gutxienez fitxategi bat ezabatu bada, edo <literal>False</literal> errore bat gertatu bada." -#. DQEzT +#. y69YZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775356\n" "help.text" -msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files." -msgstr "Errore bat gertatuko da <literal>FileName</literal> parametroak komodinak erabiltzen baditu eta ez badu bat egiten fitxategiren batekin." +msgid "An error will also occur if the <literal>filename</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. TWJRd #: sf_filesystem.xhp @@ -12022,23 +12085,23 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu errorea gertatu baino lehen izandako aldaketak desegingo." -#. 2k57M +#. DkCdk #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id441584882040860\n" "help.text" -msgid "<emph>FileName</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." -msgstr "<emph>FileName</emph>: Ezabatuko d(ir)en fitxategia(k) adierazten dituen <literal>FileName</literal> bat edo <literal>NamePattern</literal> bat izan daiteke." +msgid "<emph>filename</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." +msgstr "" -#. YtAfH +#. FnaSi #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id181584882040535\n" +"par_id851626217167909\n" "help.text" -msgid "' Only files are deleted, subfolders are not" -msgstr "' Fitxategiak soilik ezabatuko dira, azpikarpetak ez" +msgid "In the examples below only files are deleted, subfolders are not deleted." +msgstr "" #. c9ZCd #: sf_filesystem.xhp @@ -12049,14 +12112,14 @@ msgctxt "" msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred." msgstr "Karpeta bat edo batzuk ezabatzen ditu. <literal>True</literal> itzultzen du gutxienez karpeta bat ezabatu bada, eta <literal>False</literal> errore bat gertatu bada." -#. xmtzX +#. bGmGo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775346\n" "help.text" -msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders." -msgstr "Errore bat gertatuko da <literal>FolderName</literal> parametroak komodinak erabiltzen baditu eta ez badu bat egiten karpetaren batekin." +msgid "An error will also occur if the <literal>foldername</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. GsqDD #: sf_filesystem.xhp @@ -12076,23 +12139,23 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu errorea gertatu baino lehen izandako aldaketak desegingo." -#. ecg9D +#. 7YCXM #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id451584882542247\n" "help.text" -msgid "<emph>FolderName</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." -msgstr "<emph>FolderName</emph>: Ezabatuko d(ir)en karpeta(k) adierazten dituen <literal>FolderName</literal> bat edo <literal>NamePattern</literal> bat izan daiteke." +msgid "<emph>foldername</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." +msgstr "" -#. ECKGi +#. cCnG9 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id491584882542177\n" +"par_id651626217314709\n" "help.text" -msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not" -msgstr "' Karpetak soilik ezabatuko dira, goiko karpetako (C:\\Temp\\) fitxategiak ez dira ezabatuko" +msgid "In the examples below only folders and their contents are deleted. Files in the parent folder \"C:\\Temp\" are not deleted." +msgstr "" #. ZbyLn #: sf_filesystem.xhp @@ -12103,23 +12166,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "<literal>True</literal> itzultzen du emandako fitxategi-izen bat baliozkoa bada eta existitzen bada, bestela metodoak <literal>False</literal> itzultzen du." -#. BNEmC +#. 7j5TN #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id91613003122613\n" "help.text" -msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." -msgstr "<literal>FileName</literal> parametroa lehendik dagoen karpeta-izen bat bada, metodoak <literal>False</literal> itzuliko du." +msgid "If the <literal>filename</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." +msgstr "" -#. 7pDFB +#. fr2Ei #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id361583764426547\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file to be tested." -msgstr "<emph>FileName</emph>: Probatuko den fitxategia adierazten duen kate bat." +msgid "<emph>filename</emph>: A string representing the file to be tested." +msgstr "" #. ChDCL #: sf_filesystem.xhp @@ -12130,14 +12193,14 @@ msgctxt "" msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name." msgstr "Zeron oinarritutako matrize bat itzultzen du emandako karpeta batean biltegiratutako fitxategi guztiekin. Matrizeko sarrera bakoitza bide-izen osoa eta fitxategi-izena duen kate bat da." -#. HT5PM +#. JVjE3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id641613003790120\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, an exception is raised." -msgstr "<literal>FolderName</literal> existitzen ez bada, salbuespen bat sortuko da." +msgid "If the argument <literal>foldername</literal> specifies a folder that does not exist, an exception is raised." +msgstr "" #. nFaPD #: sf_filesystem.xhp @@ -12148,23 +12211,23 @@ msgctxt "" msgid "The resulting list may be filtered with wildcards." msgstr "Emaitza gisa sortutako zerrenda komodinen bidez iragazi daiteke." -#. YsYdQ +#. bq6vD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731583944543140\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." -msgstr "<emph>FolderName</emph>: Karpeta bat ordezkatzen duen kate bat. Karpetak lehendik egon behar du. <literal>FolderName</literal> parametroak ez du fitxategi bat adierazi behar." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. This argument must not designate a file." +msgstr "" -#. V95Bm +#. EM5cJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591585648450060\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." -msgstr "<emph>Filter</emph>: Emaitza gisa lortutako fitxategi-zerrendari aplikatuko zaizkion komodinak (\"?\" eta \"*\") dituen kate bat (lehenetsia = \"\")." +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." +msgstr "" #. zG7ec #: sf_filesystem.xhp @@ -12175,23 +12238,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "<literal>True</literal> itzultzen du zehaztutako <literal>FolderName</literal> baliozkoa bada eta existitzen bada, bestela metodoak <literal>False</literal> itzultzen du." -#. G4Rcz +#. 9xtCG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id151613004111990\n" "help.text" -msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." -msgstr "<literal>FolderName</literal> parametroa lehendik dagoen fitxategi-izen bat bada, metodoak <literal>False</literal> itzuliko du." +msgid "If the <literal>foldername</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." +msgstr "" -#. Z46FB +#. qrf4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001583765642211\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be tested." -msgstr "<emph>FolderName</emph>: Probatuko den karpeta ordezkatzen duen kate bat." +msgid "<emph>foldername</emph>: A string representing the folder to be tested." +msgstr "" #. eAFVs #: sf_filesystem.xhp @@ -12211,32 +12274,23 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Metodoak ez du egiaztatzen zehaztutako fitxategia edo karpeta badagoen." -#. B3jVo +#. 3FPjB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id691584110618308\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: Fitxategi-izen bat eta bere bide-izena ordezkatzen dituen kate bat." - -#. VcGyZ -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"bas_id861584110618986\n" -"help.text" -msgid "' If the input parameter is a folder, it returns the last component of the path" -msgstr "' Sarrerako parametroa karpeta bat bada, bide-izenaren azken osagaia itzultzen du" +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" -#. xmK9A +#. jwFaP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id591613004793431\n" +"par_id1001626271201609\n" "help.text" -msgid "' If the input parameter is a file, the method returns the file name without the extension and the path" -msgstr "' Sarrerako parametroa fitxategi bat bada, metodoak luzapenik eta bide-izenik gabe itzultzen du fitxategi-izena" +msgid "In the examples below, the first <literal>GetBaseName</literal> method call corresponds to a folder, so the function returns the last component of the path. The second call receives a file name as input, so the name of the file is returned without its extension." +msgstr "" #. A56XC #: sf_filesystem.xhp @@ -12265,14 +12319,14 @@ msgctxt "" msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned." msgstr "Metodo hau karpeta-izen bati edo luzapenik gabeko fitxategi bati aplikatzen bazaio, kate huts bat itzuliko da." -#. GDoGW +#. NzK5z #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821584032680311\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: Fitxategi-izen bat eta bere bide-izena ordezkatzen dituen kate bat." +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" #. Am6Bu #: sf_filesystem.xhp @@ -12292,14 +12346,14 @@ msgctxt "" msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value." msgstr "<literal>GetFileLen</literal> metodoak tamaina askoz handiagoko fitxategiak maneiatu ditzake, horretarako <literal>Currency</literal> balio bat itzultzen du." -#. FvwV6 +#. PK2Fo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id161600685050367\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: Lehendik dagoen fitxategi bat ordezkatzen duen kate bat." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" #. o2GGJ #: sf_filesystem.xhp @@ -12310,14 +12364,14 @@ msgctxt "" msgid "Returns the last modified date of a given file." msgstr "Emandako fitxategi bat azken aldian aldatu den data itzultzen du." -#. dxpgz +#. VMB4i #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id25158481147822\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: Lehendik dagoen fitxategi bat ordezkatzen duen kate bat." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" #. VEZR6 #: sf_filesystem.xhp @@ -12337,14 +12391,14 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Metodo honek ez du egiaztatzen zehaztutako fitxategia edo karpeta badagoen ala ez." -#. VWPoq +#. iajZD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671584032366193\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: Fitxategi-izen bat eta bere bide-izena ordezkatzen dituen kate bat." +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" #. ffxFe #: sf_filesystem.xhp @@ -12364,14 +12418,14 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Metodo honek ez du egiaztatzen zehaztutako fitxategia edo karpeta badagoen ala ez." -#. XDmYQ +#. YUAQ3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471584113432231\n" "help.text" -msgid "<emph>FileName</emph>: A string with the file or folder name to be analyzed." -msgstr "<emph>FileName</emph>: Analizatuko den fitxategi- edo karpeta-izena duen kate bat." +msgid "<emph>filename</emph>: A string with the file or folder name to be analyzed." +msgstr "" #. Uc93M #: sf_filesystem.xhp @@ -12427,23 +12481,23 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "Onartutako algoritmoak: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> eta <literal>SHA512</literal>." -#. jTMPS +#. s5ZiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id28160104251451\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: Lehendik dagoen fitxategi bat ordezkatzen duen kate bat." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" -#. F86KG +#. Eomhm #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id71601042959846\n" "help.text" -msgid "<emph>Algorithm</emph>: One of the supported algorithms." -msgstr "<emph>Algorithm</emph>: Onartutako algoritmoetako bat." +msgid "<emph>algorithm</emph>: One of the supported algorithms." +msgstr "" #. HzFs2 #: sf_filesystem.xhp @@ -12454,14 +12508,14 @@ msgctxt "" msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred." msgstr "Fitxategi bat edo gehiago kokaleku batetik beste batera aldatzen du. <literal>True</literal> itzultzen du gutxienez fitxategi bat lekuz aldatu bada, edo <literal>False</literal> errore bat gertatu bada." -#. oEPar +#. RFrNE #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631613062890648\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." -msgstr "Errore bat gertatuko da, baita ere, <literal>Source</literal> parametroak komodinak erabiltzen baditu eta ez badator bat fitxategiren batekin." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. ETmEP #: sf_filesystem.xhp @@ -12472,59 +12526,59 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu errorea gertatu baino lehen izandako aldaketak desegingo." -#. LAeis +#. DbC6F #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id721584791330406\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." -msgstr "<emph>Source</emph>: Lekuz aldatuko diren fitxategiak izendatzeko erabiliko den <literal>FileName</literal> bat edo <literal>NamePattern</literal> bat izan daiteke." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." +msgstr "" -#. rgNqi +#. BHa7Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id291584791330181\n" "help.text" -msgid "<emph>Destination</emph>: If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." -msgstr "<emph>Destination</emph>: <literal>Source</literal> <literal>FileName</literal> bat bada, orduan parametro honek adierazten ditu lekuz aldatutako fitxategiaren bide-izen eta fitxategi-izen berriak." +msgid "<emph>destination</emph>: If <literal>source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." +msgstr "" -#. E4opD +#. ZzA3Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31613063334246\n" "help.text" -msgid "If the move operation involves multiple files, then <literal>Destination</literal> must be a folder name. If it does not exist, it is created." -msgstr "Lekuz aldatzeko eragiketa fitxategi anitzekin egin bada, orduan <literal>Destination</literal> karpeta-izen bat izango da. Halakorik ez badago, sortu egingo da." +msgid "If the move operation involves multiple files, then <literal>destination</literal> must be a folder name. If it does not exist, it is created." +msgstr "" -#. BvhBP +#. 39oR8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id391613063494599\n" "help.text" -msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>." -msgstr "<literal>Source</literal> eta <literal>Destination</literal> karpeta guraso berean badaude, metodoak <literal>Source</literal> izenez aldatuko du." +msgid "If <literal>source</literal> and <literal>destination</literal> have the same parent folder, the method will rename the <literal>source</literal>." +msgstr "" -#. 6UKxC +#. 7bzK4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id941613063476533\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "<literal>Destination</literal> elementuan ez dira komodinak onartzen." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. qPvQA +#. Bysqd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id331584791330495\n" +"par_id91626272612758\n" "help.text" -msgid "' Only files are moved, subfolders are not" -msgstr "' Fitxategiak soilik aldatuko dira lekuz, azpikarpetak ez" +msgid "In the following examples only files are moved, subfolders are not." +msgstr "" #. iYBMe #: sf_filesystem.xhp @@ -12535,14 +12589,14 @@ msgctxt "" msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred." msgstr "Karpeta bat edo batzuk kokaleku batetik beste batera aldatzen du. <literal>True</literal> itzultzen du karpeta bat gutxienez lekuz aldatu bada edo <literal>False</literal> errore bat gertatu bada." -#. R9Jrz +#. RHjYG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411613072570664\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." -msgstr "Errorea gertatuko da <literal>Source</literal> parametroak komodinak erabiltzen baditu eta ez badu bat egiten karpetaren batekin." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. F2DaD #: sf_filesystem.xhp @@ -12553,41 +12607,41 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Metodoa berehala geldituko da errore bat aurkitu ondoren. Metodoak ez ditu errorea gertatu baino lehen izandako aldaketak desegingo." -#. tLxAt +#. xVGBy #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id541584791330777\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." -msgstr "<emph>Source</emph>: <literal>FolderName</literal> bat edo <literal>NamePattern</literal> bat izan daiteke, lekuz aldatuko den karpeta bat edo batzuk izendatzeko." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." +msgstr "" -#. bTWWF +#. 4Ampu #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551584791330279\n" "help.text" -msgid "<emph>Destination</emph>: If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist." -msgstr "<emph>Destination</emph>: Lekuz aldatzeko eragiketak karpeta bakarrean badu eragina, <literal>Destination</literal> lekuz aldatutako karpetaren izena eta bide-izena dira, eta ez dute lehendik existitu behar." +msgid "<emph>destination</emph>: If the move operation involves a single folder, then <literal>destination</literal> is the name and path of the moved folder and it must not exist." +msgstr "" -#. rNbq3 +#. dD7SB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id11613072890641\n" "help.text" -msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Destination</literal> does not exist, it is created." -msgstr "Karpeta anitz lekuz aldatuko badira, orduan <literal>Destination</literal> parametroak izendatzen du <literal>Source</literal> tokiko karpetak nora aldatuko diren. <literal>Destination</literal> helbururik ez badago, sortu egingo da." +msgid "If multiple folders are being moved, then <literal>destination</literal> designates where the folders in <literal>source</literal> will be moved into. If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. DFBsa +#. A69QS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id301613072928159\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "Ez dira komodinak onartzen <literal>Destination</literal> parametroan." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" #. JNTia #: sf_filesystem.xhp @@ -12607,41 +12661,41 @@ msgctxt "" msgid "Note that the method does not check if the given file is really a text file." msgstr "Kontuan izan metodoak ez duela egiaztatzen emandako fitxategia benetan testu-fitxategia den ala ez." -#. p6VFZ +#. SGJCd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951613073135036\n" "help.text" -msgid "The method returns a <literal>Null</literal> object if an error occurred." -msgstr "Metodoak <literal>Null</literal> objektua itzuliko du errore bat gertatzen bada." +msgid "The method returns a <literal>Null</literal> object (in Basic) or <literal>None</literal> (in Python) if an error occurred." +msgstr "" -#. R5a4m +#. mxuwo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585320922678\n" "help.text" -msgid "<emph>FileName</emph>: Identifies the file to open." -msgstr "<emph>FileName</emph>: Irekiko den fitxategia identifikatzen du." +msgid "<emph>filename</emph>: Identifies the file to open." +msgstr "" -#. FUxVH +#. tsRLR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671585320922388\n" "help.text" -msgid "<emph>IOMode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>." -msgstr "<emph>IOMode</emph>: Sarrera/irteera modua adierazten du. Hiru konstanteetako bat izan daiteke: <literal>FSO.ForReading</literal> (lehenetsia), <literal>FSO.ForWriting</literal> edo <literal>FSO.ForAppending</literal>." +msgid "<emph>iomode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>svc.ForReading</literal> (default), <literal>svc.ForWriting</literal>, or <literal>svc.ForAppending</literal>." +msgstr "" -#. ttSYS +#. z27vT #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21585321398586\n" "help.text" -msgid "<emph>Create</emph>: Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:" -msgstr "<emph>Create</emph>: Zehaztutako fitxategi-izena existitzen ez bada fitxategi berria sortu daitekeen ala ez adierazten duen balio boolearra." +msgid "<emph>create</emph>: Boolean value that indicates whether a new file can be created if the specified <literal>filename</literal> doesn't exist:" +msgstr "" #. VDFAi #: sf_filesystem.xhp @@ -12661,14 +12715,14 @@ msgctxt "" msgid "If <literal>False</literal> then new files are not created (default)." msgstr "<literal>False</literal> bada, fitxategi berriak ez dira sortuko (lehenetsia)." -#. BoVQQ +#. wjGYH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id771585321576210\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." -msgstr "<emph>Encoding</emph>: Erabiliko den karaktere-jokoa. Kodeketa lehenetsia \"UTF-8\" da." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgstr "" #. FuYwe #: sf_filesystem.xhp @@ -12688,14 +12742,14 @@ msgctxt "" msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed." msgstr "<literal>SAVE</literal> modua ezarrita badago eta aukeratutako fitxategia lehendik badago, abisu-mezu bat bistaratuko da." -#. PAaAH +#. YgsLZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481583670342502\n" "help.text" -msgid "<emph>DefaultFile</emph>: This argument is a string composed of a folder and file name:" -msgstr "<emph>DefaultFile</emph>: Argumentu hau karpeta- eta fitxategi-izen batekin osatutako kate bat da:" +msgid "<emph>defaultfile</emph>: This argument is a string composed of a folder and file name:" +msgstr "" #. fyVCs #: sf_filesystem.xhp @@ -12715,32 +12769,32 @@ msgctxt "" msgid "The file part designates the default file to open or save." msgstr "Fitxategiaren zatiak ireki edo gordeko den fitxategi lehenetsia adierazten du." -#. rcast +#. fBHyg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id981583670342502\n" "help.text" -msgid "<emph>Mode</emph>: <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>." -msgstr "<emph>Mode</emph>: <literal>OPEN</literal> (sarrerako fitxategia) edo <literal>SAVE</literal> (irteerako fitxategia). Balio lehenetsia <literal>OPEN</literal> da." +msgid "<emph>mode</emph>: A string value that can be either \"OPEN\" (for input files) or \"SAVE\" (for output files). The default value is \"OPEN\"." +msgstr "" -#. Dtmio +#. uvwDP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31583670342502\n" "help.text" -msgid "<emph>Filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." -msgstr "<emph>Filter</emph>: Elkarrizketa-koadroa irekitzen denean bistaratuko diren fitxategien luzapena (lehenetsia = iragazkirik ez)." +msgid "<emph>filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." +msgstr "" -#. 8WirR +#. niaGR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id941583670925672\n" +"par_id881626276134300\n" "help.text" -msgid "' Only *.txt files are displayed" -msgstr "' Bistaratuko diren fitxategiak *.txt soilik izango dira" +msgid "The examples below open a file picker with the \"txt\" filter applied." +msgstr "" #. HkwaR #: sf_filesystem.xhp @@ -12751,41 +12805,50 @@ msgctxt "" msgid "Opens a dialog box to select a folder." msgstr "Elkarrizketa-koadro bat irekitzen du karpeta bat hautatzeko." -#. coL3A +#. mG6QD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951583671701872\n" "help.text" -msgid "<emph>DefaultFolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." -msgstr "<emph>DefaultFolder</emph>: Elkarrizketa-koadroa irekitzen denean bistaratuko den karpetaren izena duen kate bat (lehenetsia = hautatutako azken karpeta)." +msgid "<emph>defaultfolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." +msgstr "" -#. esSGJ +#. ymABK #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821583671701764\n" "help.text" -msgid "<emph>FreeText</emph>: Text to display in the dialog (default = \"\")." -msgstr "<emph>FreeText</emph>: Elkarrizketa-koadroan bistaratuko den testua (lehenetsia = \"\")." +msgid "<emph>freetext</emph>: Text to display in the dialog (default = \"\")." +msgstr "" -#. GMYtx +#. 4FFby #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "bas_id921583671701610\n" "help.text" -msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")" -msgstr "a = FSO.PickFolder(\"C:\\\", \"Aukeratu karpeta bat edo sakatu 'Utzi'\")" +msgid "aFolder = FSO.PickFolder(\"C:\\Documents\", \"Choose a folder or press Cancel\")" +msgstr "" -#. C3UA9 +#. ENDba +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"pyc_id631626276402296\n" +"help.text" +msgid "aFolder = fso.PickFolder(r\"C:\\Documents\", \"Choose a folder or press Cancel\")" +msgstr "" + +#. xdfBh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id431584016761996\n" "help.text" -msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>." -msgstr "Zeron oinarritutako matrize bat itzultzen du emandako <literal>FolderName</literal> batean biltegiratutako karpetekin." +msgid "Returns a zero-based array of strings corresponding to the folders stored in a given <literal>foldername</literal>." +msgstr "" #. LVNZq #: sf_filesystem.xhp @@ -12796,41 +12859,23 @@ msgctxt "" msgid "The list may be filtered with wildcards." msgstr "Zerrenda komodinekin iragazi daiteke." -#. ApGN7 +#. 7pDiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id701584016761945\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." -msgstr "<emph>FolderName</emph>: Karpeta bat ordezkatzen duen kate bat. Karpetak lehendik egon behar du. <literal>FolderName</literal> parametroak ez du fitxategi bat adierazi behar." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. <literal>foldername</literal> must not designate a file." +msgstr "" -#. zHooS +#. Xmg8b #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471585648674921\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." -msgstr "<emph>Filter</emph>: Emaitza gisa sortutako karpeta-zerrendari aplikatuko zaizkien komodinak (\"?\" eta \"*\") dituen kate bat (lehenetsia = \"\")." - -#. WVhEh -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input funtzioa</link>" - -#. QhSzj -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open instrukzioa</link>" +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." +msgstr "" #. XQG8t #: sf_form.xhp @@ -16423,23 +16468,23 @@ msgctxt "" msgid "To invoke the <literal>L10N</literal> service, two optional arguments can be specified to determine the folder where PO files are located and the locale to be used, as described below." msgstr "<literal>L10N</literal> zerbitzuari deitzeko, aukerako bi argumentu zehaztu daitezke PO fitxategiak zein karpetatan dauden eta erabiliko den hizkuntza adierazteko, behean deskribatzen den moduan." -#. u3ENa +#. cCwBS #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id331585843652877\n" "help.text" -msgid "<emph>FolderName</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." -msgstr "<emph>FolderName</emph>: PO fitxategiak dituen karpeta. <literal>FileSystem.FileNaming</literal> notazioan adierazi behar da." +msgid "<emph>foldername</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." +msgstr "" -#. 8PpqQ +#. oQD4m #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585843652789\n" "help.text" -msgid "<emph>Locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." -msgstr "<emph>Locale</emph>: \"eu-ES\" formako kate bat (hizkuntza-HERRIALDEA) edo \"eu\" formakoa (hizkuntza)." +msgid "<emph>locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." +msgstr "" #. Z5Pb3 #: sf_l10n.xhp @@ -16468,6 +16513,15 @@ msgctxt "" msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." msgstr "Beheko adibidean, PO fitxategiak dituen karpeta zehaztu da. Hizkuntza ez dagoenez definituta, zerbitzu-instantziak uneko %PRODUCTNAME ezarpenetan ezarritako hizkuntza erabiliko du." +#. F998n +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id391625855630975\n" +"help.text" +msgid "The example above will result in an runtime error if the PO file for the current locale does not exist in the specified folder." +msgstr "" + #. Ab7iH #: sf_l10n.xhp msgctxt "" @@ -16477,14 +16531,14 @@ msgctxt "" msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French." msgstr "Beheko adibidean, bai karpetaren izena bai hizkuntza-ezarpenak Espainiako euskararenak direla definitu da esplizituki." -#. zEgWG +#. YhDVT #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "bas_id661614358846464\n" "help.text" -msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\", \"fr-BE\")" -msgstr "Set myPO = CreateScriptService(\"L10N\", \"C:\\nirePOFitxategiak\\\", \"eu-ES\")" +msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\", \"fr-BE\")" +msgstr "" #. UGFWB #: sf_l10n.xhp @@ -16504,6 +16558,15 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "Gomendagarria da baliabideak askatzea haiek erabili ondoren:" +#. CmhnJ +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281625854773330\n" +"help.text" +msgid "The examples above can be translated to Python as follows:" +msgstr "" + #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -16621,41 +16684,50 @@ msgctxt "" msgid "Adds a new entry in the list of localizable strings. It must not exist yet." msgstr "Beste sarrera bat gehitzen dio kate itzulgarrien zerrendari. Ez du lehendik existitu behar." -#. WPVrn +#. 5Fs5v +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725050\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. gyUYQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id391585843652753\n" "help.text" -msgid "<emph>Context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." -msgstr "<emph>Context</emph>: Itzulitako katea <literal>GetText</literal> metodoarekin atzitzeko gakoa. Parametro horren balio lehenetsia \"\" da." +msgid "<emph>context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." +msgstr "" -#. EC7wb +#. YVUWx #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585844419114\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>MsgId</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>Context</literal> is empty." -msgstr "<emph>MsgId</emph>: Itzuli gabeko katea, programa-kodean agertzen dena. Ez du hutsik egon behar. <literal>MsgId</literal> parametroa <literal>GetText</literal> metodoaren bidez itzulitako katea atzitzeko gako bihurtzen da <literal>Context</literal> hutsik dagoenean." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>msgid</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>context</literal> is empty." +msgstr "" -#. X3F7E +#. 7FDE9 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id311614361926844\n" "help.text" -msgid "The <literal>MsgId</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." -msgstr "<literal>MsgId</literal> kateak hainbat leku-marka eduki ditzake (%1 %2 %3 ...) katea exekuzio-garaian dinamikoki moldatu ahal izateko." +msgid "The <literal>msgid</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." +msgstr "" -#. 9Jgn8 +#. ioGmP #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id541585844475331\n" "help.text" -msgid "<emph>Comment</emph>: Optional comment to be added alongside the string to help translators." -msgstr "<emph>Comment</emph>: Itzultzaileentzako laguntza modura kateari gehituko zaion iruzkina, aukerakoa." +msgid "<emph>comment</emph>: Optional comment to be added alongside the string to help translators." +msgstr "" #. TAyPG #: sf_l10n.xhp @@ -16675,50 +16747,59 @@ msgctxt "" msgid "Exports a set of untranslated strings as a POT file." msgstr "Itzuli gabeko kateen multzo bat POT fitxategi modura esportatzen du." -#. zTKQ4 +#. NABBq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id711586102939257\n" "help.text" -msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>FolderName</literal> argument present. It is also possible to use a combination of both techniques." -msgstr "Kateen multzo bat eraikitzeko, <literal>AddText</literal> metodoaren deien segida bat sortu daiteke edo <literal>L10N</literal> zerbitzua <literal>FolderName</literal> argumentuarekin deitu daiteke. Posible da bi teknika horien konbinazio bat erabiltzea ere." +msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>foldername</literal> argument present. It is also possible to use a combination of both techniques." +msgstr "" -#. WiqHy +#. Pb4VF +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725141\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. BsmCX #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id31586102707537\n" "help.text" -msgid "<emph>FileName</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." -msgstr "<emph>FileName</emph>: Irteerako fitxategia <literal>FileSystem.FileNaming</literal> notazioan." +msgid "<emph>filename</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." +msgstr "" -#. BkEjG +#. jQV77 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id851586102707579\n" "help.text" -msgid "<emph>Header</emph>: Comments that will be added on top of the generated POT file." -msgstr "<emph>Header</emph>: Sortutako POT fitxategiaren goiko aldean gehituko diren iruzkinak." +msgid "<emph>header</emph>: Comments that will be added on top of the generated POT file." +msgstr "" -#. qfPvB +#. YhYbQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id111614364686973\n" "help.text" -msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>Header</literal> argument." -msgstr "Ez sartu \"#\" karaktererik aurretik. Goiburukoa lerro anitzetan zatituta sortu nahi izanez gero, txertatu ihes-sekuentziak (\\n) nahi den tokietan. Goiburuko estandar bat gehituko da <literal>Header</literal> argumentuan zehaztutako testuaren alboan." +msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>header</literal> argument." +msgstr "" -#. rUUCt +#. E2Loj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id5158610270728\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used (Default = \"UTF-8\")." -msgstr "<emph>Encoding</emph>: Erabiliko den karaktere-jokoa (Lehenetsia = \"UTF-8\")." +msgid "<emph>encoding</emph>: The character set to be used (Default = \"UTF-8\")." +msgstr "" #. uDu7z #: sf_l10n.xhp @@ -16729,14 +16810,14 @@ msgctxt "" msgid "The generated file should successfully pass the <literal>msgfmt --check</literal> GNU command." msgstr "Sortutako fitxategiak <literal>msgfmt --check</literal> GNU komandoa ongi gainditu behar du." -#. wBAjb +#. 32fPj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891586165768715\n" "help.text" -msgid "Gets the translated string corresponding to the given <literal>MsgId</literal> argument." -msgstr "Emandako <literal>MsgId</literal> argumentuari dagokion kate itzulia eskuratzen du." +msgid "Gets the translated string corresponding to the given <literal>msgid</literal> argument." +msgstr "" #. NzGZC #: sf_l10n.xhp @@ -16765,59 +16846,59 @@ msgctxt "" msgid "This method can be called either by the full name <literal>GetText</literal> or by the shortcut <literal>_</literal> (a single underscore):" msgstr "Metodo horri deitzeko, erabili <literal>GetText</literal> edo <literal>_</literal> (azpimarra bakarra) lasterbidea:" -#. NzdBC +#. mvB66 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id421614967136502\n" "help.text" -msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic scripts." -msgstr "ScriptForge liburutegian, \"_\" karakterearekin hasten diren metodo guztiak barneko erabilerarako daude erreserbatuta. Hala ere, badago salbuespen bat: <literal>GetText</literal> metodoan erabilitako <literal>_</literal> lasterbidea. Hortaz, modu seguruan erabili daiteke Basic scriptetan." +msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic and Python scripts." +msgstr "" -#. rNrAw +#. 2ZVAQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id51586165768525\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." -msgstr "<emph>MsgId</emph>: Itzuli gabeko katea, programa-kodean ageri den testua dena. Ez du hutsik egon behar. Leku-marken edozein kopuru (%1 %2 %3 ...) eduki dezake, testua dinamikoki txertatu ahal izateko exekuzio-garaian." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." +msgstr "" -#. Fummg +#. dALxK #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id11614365537450\n" "help.text" -msgid "Besides using a single <literal>MsgId</literal> string, this method also accepts the following formats:" -msgstr "<literal>MsgId</literal> kate bakarraz gain, metodoak honako formatuak ere onartzen ditu:" +msgid "Besides using a single <literal>msgid</literal> string, this method also accepts the following formats:" +msgstr "" -#. fD2Bg +#. Q7Bbm #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id961614365557277\n" "help.text" -msgid "The <literal>Context</literal> string with which the method will retrieve the <literal>MsgId</literal> in the PO file, or;" -msgstr "Metodoak PO fitxategiaren <literal>MsgId</literal> parametroa atzitzeko erabiliko duen <literal>Context</literal> katea, edo;" +msgid "The <literal>context</literal> string with which the method will retrieve the <literal>msgid</literal> in the PO file, or;" +msgstr "" -#. v6nVR +#. rTDrq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id981614365589866\n" "help.text" -msgid "A combination <literal>Context|MsgId</literal>, instructing the method to retrieve the <literal>MsgId</literal> using specified <literal>Context</literal> value. The second part of the argument is used to improve code readability." -msgstr "<literal>Context|MsgId</literal> konbinazioa, metodoak <literal>MsgId</literal> parametroa atzitzeko erabiliko dena zehaztutako <literal>Context</literal> balioa erabilita. Argumentuaren bigarren zatia kodearen irakurgarritasuna hobetzeko erabiltzen da." +msgid "A combination <literal>context|msgid</literal>, instructing the method to retrieve the <literal>msgid</literal> using specified <literal>context</literal> value. The second part of the argument is used to improve code readability." +msgstr "" -#. 5zB4f +#. dW6RE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id571586165768106\n" "help.text" -msgid "<emph>Arg1, ...</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." -msgstr "<emph>Arg1, ...</emph>: Leku-marketan txertatuko diren balioak. Edozein aldagai mota onartzen da, baina kateak, zenbakiak eta datak soilik hartuko dira kontuan." +msgid "<emph>args</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." +msgstr "" #. cCZDK #: sf_l10n.xhp @@ -16828,14 +16909,329 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "Adibidez, %PRODUCTNAME instalazio baten hizkuntza \"es-ES\" dela ezarrita badago eta, horrez gain, zehaztutako karpetaren barruan <literal>GetText</literal> metodoak pasatutako katea itzultzen duen \"es-ES.po\" fitxategi bat badago, kodea honelakoa litzateke:" -#. zJaES -#: sf_l10n.xhp +#. yYNtX +#: sf_methods.xhp msgctxt "" -"sf_l10n.xhp\n" -"par_id301613075694148\n" +"sf_methods.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. ycA6s +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id31529004750471\n" "help.text" -msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Translation of Controls in the Dialog Editor</link>" -msgstr "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Elkarrizketa-koadroen editoreko kontrolen itzulpena</link>" +msgid "<variable id=\"SF_Signatures\"><link href=\"text/sbasic/shared/03/sf_methods.xhp\" name=\"ScriptForge Method Signatures\"><literal>ScriptForge</literal> Method Signatures</link></variable>" +msgstr "" + +#. gEAos +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"bm_id491529070339774\n" +"help.text" +msgid "<bookmark_value>ScriptForge; Method signatures</bookmark_value>" +msgstr "" + +#. Xq2N5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681619700336879\n" +"help.text" +msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgstr "" + +#. paARG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623415196030\n" +"help.text" +msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgstr "" + +#. 4dWnv +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id401623415235965\n" +"help.text" +msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgstr "" + +#. McY36 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id1001623415980365\n" +"help.text" +msgid "Basic only service method" +msgstr "" + +#. tCvuL +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id791623418737799\n" +"help.text" +msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgstr "" + +#. FkDFy +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id711623416000470\n" +"help.text" +msgid "Python or Basic service methods" +msgstr "" + +#. 8C6EM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id221623415475781\n" +"help.text" +msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgstr "" + +#. aSSDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id661623417427142\n" +"help.text" +msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgstr "" + +#. 534sD +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623417430814\n" +"help.text" +msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgstr "" + +#. kFDAg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id781623417432494\n" +"help.text" +msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgstr "" + +#. bmVjq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id741623417433319\n" +"help.text" +msgid "Basic data types and Python annotations are syntactically transposed as:" +msgstr "" + +#. GGeNU +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id441613838858931\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. ENqPg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id851613847558931\n" +"help.text" +msgid "Boolean" +msgstr "" + +#. KvECx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id541623420256687\n" +"help.text" +msgid "datetime" +msgstr "" + +#. gEDv5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id421623420257224\n" +"help.text" +msgid "datetime" +msgstr "" + +#. KyGCx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id321623420281678\n" +"help.text" +msgid "float" +msgstr "" + +#. TCZND +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id471623420282320\n" +"help.text" +msgid "float" +msgstr "" + +#. CYgLM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id971623420314751\n" +"help.text" +msgid "int" +msgstr "" + +#. 6SGDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id561623420315278\n" +"help.text" +msgid "int" +msgstr "" + +#. gQx34 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623420342159\n" +"help.text" +msgid "int" +msgstr "" + +#. BxcdG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id591623420343208\n" +"help.text" +msgid "int" +msgstr "" + +#. n2DgV +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id601623420375543\n" +"help.text" +msgid "obj" +msgstr "" + +#. AophW +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420532337\n" +"help.text" +msgid "float" +msgstr "" + +#. gegJw +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623420532936\n" +"help.text" +msgid "float" +msgstr "" + +#. RFbyb +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id211623420546503\n" +"help.text" +msgid "str" +msgstr "" + +#. Eex5K +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623420559167\n" +"help.text" +msgid "str" +msgstr "" + +#. BxTYx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id81623420571390\n" +"help.text" +msgid "any" +msgstr "" + +#. vWABe +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id931623419595424\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. cE5KS +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420607671\n" +"help.text" +msgid "uno" +msgstr "" + +#. 2q5Bk +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id951623419595631\n" +"help.text" +msgid "User Defined<br/>Type (UDT)" +msgstr "" + +#. yATCd +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id491623420626262\n" +"help.text" +msgid "obj" +msgstr "" + +#. h4Tu4 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623419793734\n" +"help.text" +msgid "<literal>ScriptForge</literal><br/>service" +msgstr "" + +#. tBcFF +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id761623420648335\n" +"help.text" +msgid "svc" +msgstr "" #. Ah5Gj #: sf_platform.xhp @@ -16918,14 +17314,14 @@ msgctxt "" msgid "Service invocation" msgstr "Zerbitzuari deitzea" -#. Emisv +#. mHGZk #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id321614902851541\n" "help.text" -msgid "The code snippet below instantiates the <literal>Platform</literal> service and accesses the <literal>Architecture</literal> property." -msgstr "Beheko kode-zatiak <literal>Platform</literal> zerbitzuaren instantzia bat sortzen du eta <literal>Architecture</literal> propietatea atzitzen du." +msgid "The examples below in Basic and Python instantiate the <literal>Platform</literal> service and access the <literal>Architecture</literal> property." +msgstr "" #. KC5eN #: sf_platform.xhp @@ -17179,68 +17575,68 @@ msgctxt "" msgid "Example: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" msgstr "Adibidea: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" -#. fCdYi +#. E8DzK #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id941600789527698\n" +"par_id941608709527698\n" "help.text" msgid "Yes" -msgstr "Bai" +msgstr "" -#. wkthE +#. ArFcn #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id631600789527859\n" +"par_id661300789527859\n" "help.text" -msgid "The real processor name. Example: '<literal>amdk6</literal>'." -msgstr "Prozesatzaileaaren benetako izena. Adibidea: '<literal>amdk6</literal>'." +msgid "The list of available printers as a zero-based array." +msgstr "" -#. MYY9M +#. nN5EG #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id111614902598396\n" +"par_id111614952098396\n" "help.text" -msgid "This property may return the same value as the <literal>Machine</literal> property." -msgstr "Propietate honek eta <literal>Machine</literal> propietatek balio bera eman dezakete." +msgid "The default printer is put in the first position of the list (index = 0)." +msgstr "" -#. 4pnPw +#. fCdYi #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613075694148\n" +"par_id941600789527698\n" "help.text" -msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Identifying the operating system</link>" -msgstr "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Sistema eragilea identifikatzea</link>" +msgid "Yes" +msgstr "Bai" -#. UCfLb +#. wkthE #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613065794148\n" +"par_id631600789527859\n" "help.text" -msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Platform information with Calc INFO formula\">Platform information with INFO(\"system\") Calc formula</link>" -msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Platform information with Calc INFO formula\">Plataformari buruzko informazioa INFO(\"system\") bidez</link>" +msgid "The real processor name. Example: '<literal>amdk6</literal>'." +msgstr "Prozesatzaileaaren benetako izena. Adibidea: '<literal>amdk6</literal>'." -#. PqDHG +#. MYY9M #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id103613075694148\n" +"par_id111614902598396\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType function</link>" -msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType funtzioa</link>" +msgid "This property may return the same value as the <literal>Machine</literal> property." +msgstr "Propietate honek eta <literal>Machine</literal> propietatek balio bera eman dezakete." -#. DAfoV +#. 3yeMr #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301316075694148\n" +"par_id301613065794148\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools library</link>" -msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools liburutegia</link>" +msgid "<link href=\"text/scalc/01/04060104.xhp#bm_id3691824\" name=\"Calc_Info\">Platform information with INFO(\"system\") Calc formula</link>" +msgstr "" #. GpvmN #: sf_services.xhp @@ -17260,194 +17656,104 @@ msgctxt "" msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>" msgstr "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> zerbitzua</link></variable>" -#. 2TqZf +#. SDbDJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id351582710868545\n" +"par_id241627513489594\n" "help.text" -msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:" -msgstr "ScriptForge liburutegia \"zerbitzuak\" deitutako bilduma hedagarri baten gainean eraikita dago.<br/>Bilduma hori Basic liburutegien edo Python moduluen kategoria gisa inplementatzen da:" - -#. G2GDr -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id751582711417284\n" -"help.text" -msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME" -msgstr "%PRODUCTNAME aplikazioarekin banatutako <literal>ScriptForge</literal> liburutegia" - -#. pyGFM -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id711582711434921\n" -"help.text" -msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well" -msgstr "%PRODUCTNAME aplikazioarekin ere banatutako liburutegi \"elkartuen\" multzo bat" - -#. DLRfn -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id11582711444725\n" -"help.text" -msgid "any user/contributor LibreOffice extension wanting to fit into the same framework" -msgstr "edozein erabiltzailek/garatzailek sortu duen eta lan-marko berean sartu nahi den beste edozein LibreOffice hedapen" - -#. WZtZa -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id211596296017810\n" -"help.text" -msgid "A <emph>service</emph> is a collection of properties or methods which implement the service." -msgstr "<emph>Zerbitzu</emph> bat propietateen eta metodoen multzo bat da, zerbitzu hori inplementatzen dutenak." - -#. 8yaDQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id301596296901387\n" -"help.text" -msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module." -msgstr "Erabiltzaile-script baten egilearentzat, zerbitzu bat izan daiteke bai liburutegi bateko <emph>modulu</emph> bat, bai klase-modulu bateko <emph>instantzia</emph> bat." - -#. pJ7ic -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411596296395830\n" -"help.text" -msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance." -msgstr "<emph>Gertaeren kudeatzaile bat</emph> makro bat abiarazten duen gertaera bat zerbitzu-instantzia batekin lotzen duen script bat da, liburutegi batean dagoena. Sarritan <menuitem>Tresnak - Pertsonalizatu</menuitem> menuan definituta dago." - -#. 8tKxb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771596296933669\n" -"help.text" -msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role." -msgstr "Adibidez, dokumentu batek baino gehiagok makro bera abiarazten badute kargatuta daudenean, erabilgarria izan daiteke jakitea zein dokumentuk abiarazi duen makroa. Gertaera-kudeatzaile batek egoera horretan betetzen du lana." - -#. vpUVp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id191582711902530\n" -"help.text" -msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:" -msgstr "<literal>ScriptForge</literal> lan-markoaren muina honako metodoek osatzen dute:" - -#. td8Cp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582712098824\n" -"help.text" -msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method." -msgstr "Barnetik deitzen du <literal>ScriptForge</literal> liburutegiak, liburutegi batek inplementatzen dituen zerbitzuen zerrenda erregistratzeko. <br/><literal>Scriptforge-ri</literal> lotuta dagoen edo hura hedatzen duen liburutegi bakoitzak bere <literal>RegisterScriptServices</literal> metodo propioa inplementatu behar du." +msgid "The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework." +msgstr "" -#. Adbws +#. 7B2KJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id671595847982308\n" +"par_id351582710868545\n" "help.text" -msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>." -msgstr "<literal>RegisterScriptServices</literal> metodoak deitzen du, liburutegian erregistratu behar diren zerbitzu kopurua bezainbeste aldiz." +msgid "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders." +msgstr "" -#. vsobg +#. NW4BS #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id241596294275434\n" +"par_id541627513771828\n" "help.text" -msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>." -msgstr "<literal>RegisterScriptServices</literal> metodoak liburutegiaren gertaera-kudeatzaile bat erregistratzeko deitzen da." +msgid "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>." +msgstr "" -#. sZBHB +#. FW4FC #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id741582712156448\n" +"par_id871582714020043\n" "help.text" -msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked through the <literal>CreateScriptService</literal> method." -msgstr "Erabiltzaile-scriptek deitzen dute argumentu gisa ematen den zerbitzua atzitzeko erabili daitekeen objektu bat eskuratzeko. <br/>Zerbitzu guztiak <literal>CreateScriptService</literal> metodoaren bidez deitu behar dira." +msgid "This method is used to instantiate a ScriptForge service so it can be called in user scripts." +msgstr "" -#. 9Geac +#. jG6U9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id651582712806415\n" +"par_id711627514310039\n" "help.text" -msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>." -msgstr "Normalean, <literal>String</literal>, <literal>Array</literal> eta <literal>Exception</literal> zerbitzuei zuzenean deitu dakizkieke, <literal>SF_String</literal>, <literal>SF_Array</literal> eta <literal>SF_Exception</literal> modura." - -#. BzHaE -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id891611613601554\n" -"help.text" -msgid "List of Methods in the Services Service" -msgstr "Services zerbitzuaren metodoen zerrenda" +msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." +msgstr "" -#. howve +#. Vrzc9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id871582714020043\n" +"par_id961627475353964\n" "help.text" -msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." -msgstr "Atzitu liburutegi baten zerbitzuetako bat, erabiltzaile-script batean erabili ahal izateko. <br/> Itzulitako balioa Basic objektu bat edo, errore bat gertatzen bada, <literal>Nothing</literal> da." +msgid "<input>svc.CreateScriptService(service: str, [arg0: any] ...): svc</input>" +msgstr "" -#. KweBC +#. oojMF #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id101582714266656\n" +"par_id971582714020045\n" "help.text" -msgid "A service can be understood as either:" -msgstr "Zerbitzu bat honakoetako bat izan daiteke:" +msgid "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":" +msgstr "" -#. w7Czn +#. CEqku #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id531582714337820\n" +"par_id11627475954271\n" "help.text" -msgid "as a set of methods gathered in a Basic standard module" -msgstr "Basic modulu estandar batean bildutako metodoen multzoa" +msgid "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\"." +msgstr "" -#. rfAFT +#. BBFeA #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id291582714347134\n" +"par_id811627475954641\n" "help.text" -msgid "or a set of methods and properties gathered in a Basic class module." -msgstr "edo Basic klase-modulu batean bildutako metodoen eta propietateen multzo bat." +msgid "The <emph>service</emph> is one of the services registered by the ScriptForge library." +msgstr "" -#. VuLrG +#. btbtw #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id971582714020045\n" +"par_id391582714020045\n" "help.text" -msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method." -msgstr "<emph>Service</emph>: \"library.service\" gisa identifikatutako zerbitzuaren izena. <br/>Basic liburutegi bat da, <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link> adierazlean existitu behar dena. Balio lehenetsia \"ScriptForge\" da. <br/>Liburutegiak <literal>RegisterScriptServices()</literal> metodoaren bidez erregistratzen duen zerbitzuetako bat da." +msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service." +msgstr "" -#. q97vs +#. yAaks #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id391582714020045\n" +"par_id841627475900817\n" "help.text" -msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro." -msgstr "<emph>arg0, ...</emph>: Deitutako zerbitzuak behar dituen argumentuen zerrenda. <br/>Lehen argumentuak gertaera-kudeatzaile bati egiten badio erreferentzia, orduan arg0 derrigorrezkoa da eta erabiltzaile-makroari argumentu gisa eskainitako gertaera ordezkatzen duen UNO objektua izan behar du." +msgid "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro." +msgstr "" #. wuR7S #: sf_services.xhp @@ -17512,212 +17818,41 @@ msgctxt "" msgid "' Returns the instance of the Document class that fired the event" msgstr "' Gertaera abiarazi duen Document klasearen instantzia egiten dio erreferentzia" -#. AsuMY -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id1315827229793\n" -"help.text" -msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method." -msgstr "<literal>RegisterService()</literal> eta <literal>RegisterEventManager()</literal> metodoen dei sorta bat exekutatuta, <literal>RegisterScriptServices()</literal> metodoak liburutegi bat gehitzen dio <literal>ScriptForge</literal> lan-markoari. <br/>Lan-markoko liburutegi bakoitzak metodo honen bertsio propioa inplementatu behar du." - -#. 8FgEA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411582723190195\n" -"help.text" -msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module." -msgstr "Metodoa Basic modulu <emph>estandar</emph> batean biltegiratu behar da, klase-moduluen kasuan ez bezala." - -#. jEAZb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582724127926\n" -"help.text" -msgid "A service is either:" -msgstr "Zerbitzu bat honakoetako bat izan daiteke:" - -#. oC8wx -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id171582722979820\n" -"help.text" -msgid "a Basic standard module passed as a Basic object." -msgstr "Basic objektu gisa pasatu den Basic modulu estandar bat." - -#. r98Hy -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id121582722979649\n" -"help.text" -msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance." -msgstr "edo zerbitzuaren instantzia bat eskuratzeko exekutatuko den funtzioa adierazten duen kate bat. Izatez, instantzia sortzen duen <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> instrukzio baten <literal>New</literal> gako-hitza duen funtzioa da." - -#. FKqFQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771582725815107\n" -"help.text" -msgid "GlobalScope.LibraryName.ModuleName ' Object" -msgstr "EsparruGlobala.LiburutegiIzena.ModuluIzena ' Objektua" - -#. DYyWS -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id721582724496873\n" -"help.text" -msgid "\"LibraryName.ModuleName.FunctionName\" ' String" -msgstr "\"LiburutegiIzena.ModuluIzena.FuntzioIzena\" ' Katea" - -#. uej6R -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id11582725353585\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "' Zerbitzua metodoen multzo gisa inplementatzen duen Basic modulu estandar baten erreferentzia" - -#. jCUWF -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id341582725374064\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "' Funtzioak zerbitzua inplementatzen duen Basic objektu-klase baten instantzia bat itzuli beharko luke" - -#. iwekv -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id741582727674249\n" -"help.text" -msgid "When a user script contains a statement such as:" -msgstr "Erabiltzaile-script batek honako instrukzio bat duenean:" - -#. ivHq4 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id611582727701061\n" -"help.text" -msgid "<br/><literal>ScriptForge</literal> performs these tasks:" -msgstr "<br/><literal>ScriptForge</literal> liburutegiak honako zereginak betetzen ditu:" - -#. 8AiaU -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id511582728914523\n" -"help.text" -msgid "load the library <literal>myLibrary</literal> when necessary" -msgstr "<literal>myLibrary</literal> liburutegia kargatzea, beharrezkoa denean" - -#. Egm5V +#. zhCyY #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id441582728492537\n" +"par_id321627570607194\n" "help.text" -msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory" -msgstr "<literal>RegisterScriptServices</literal> metodoari deitzea <literal>myLibrary</literal> liburutegiko zerbitzuen zerrenda memorian kargatzeko" - -#. csxrp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id531582728511341\n" -"help.text" -msgid "initialize the variable <literal>myServ</literal> with the given service" -msgstr "<literal>myServ</literal> aldagaia hasieratzea emandako zerbitzuarekin" - -#. x6Xa6 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331595857355789\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "Metodoak <literal>True</literal> itzultzen du argumentu gisa emandako izena-balioa bikotea ongi erregistratu bada." - -#. ELGxD -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id721595857355929\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "<emph>ServiceName</emph>: Zerbitzuaren izena, maiuskulak/minuskulak bereizten ez dituen kate gisa. Izenak bakarra izan behar du." - -#. GkGcA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id271595857355756\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A service reference is either:" -msgstr "<emph>ServiceReference</emph>: Zerbitzu-erreferentzia bat honakoetako bat da:" - -#. cmHCE -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id101595857355820\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "' Zerbitzua metodoen multzo gisa inplementatzen duen Basic modulu estandar baten erreferentzia" - -#. bgCCe -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id951595857355198\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "' Funtzioak zerbitzua inplementatzen duen Basic objektu-klase baten instantzia bat itzuli beharko luke" - -#. QPDMC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id701596299279876\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "Metodoak <literal>True</literal> itzuliko du argumentu gisa emandako izena-balioa parea ongi erregistratu ahal bada." +msgid "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments." +msgstr "" -#. Ky8rX +#. jah7F #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id331596299279165\n" +"par_id901627576693156\n" "help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "<emph>ServiceName</emph>: Zerbitzuaren izena maiuskulak/minuskulak bereizi gabeko kate gisa. Izenak bakarra izan behar du." +msgid "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions." +msgstr "" -#. 3AXvN +#. SDQ7m #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id92159629927929\n" +"par_id41627644806288\n" "help.text" -msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:" -msgstr "<emph>ServiceReference</emph>: Zerbitzuaren instantzia bat eskuratzeko exekutatuko den funtzioa adierazten duen kate bat. Izatez, instantzia sortzen duen <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> instrukzio baten <literal>New</literal> gako-hitza duen funtzioa da:" +msgid "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:" +msgstr "" -#. FKFAC +#. zVgQm #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"bas_id521596299279373\n" +"par_id581627645023307\n" "help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "' Funtzioak zerbitzua inplementatzen duen Basic objektu-klase baten instantzia bat itzuli behar du" +msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." +msgstr "" #. LCVem #: sf_session.xhp @@ -17791,14 +17926,14 @@ msgctxt "" msgid "Constants" msgstr "Konstanteak" -#. BuuCB +#. zcRQu #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id82158281472034\n" "help.text" -msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>." -msgstr "Behean, deituko den Basic edo Python script bat duen liburutegia izendatzea errazteko erabilgarri dauden konstanteen zerrenda. <br/>Erabili horiek <literal>session.CONSTANT</literal> gisa." +msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>." +msgstr "" #. yyF2R #: sf_session.xhp @@ -17899,14 +18034,14 @@ msgctxt "" msgid "List of Methods in the Session Service" msgstr "Session zerbitzuaren metodoen zerrenda" -#. V4BCf +#. JvBuZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id491613061572993\n" "help.text" -msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script." -msgstr "<literal>Session</literal> zerbitzuaren metodoek honako portaera dute: <br/>Argumentuak balio bidez pasatzen dira. Deitutako funtzioak gauzatutako eguneratzeak ez zaizkio deia egin duen scriptari itzultzen. <br/>Balio bakarra edo balioen matrize bat itzultzen zaio deia egin duen scriptari." +msgid "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows: <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script. <br/>A single value or an array of values is returned to the calling script." +msgstr "" #. 72GZi #: sf_session.xhp @@ -17917,50 +18052,95 @@ msgctxt "" msgid "Execute the Basic script given its name and location and fetch its result if any." msgstr "Exekutatu Basic scripta izena eta kokalekua emanda, eta atzitu emaitza, halakorik badago." -#. yWXBt +#. yFnSG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921600856780901\n" "help.text" -msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." -msgstr "Scripta aurkitzen ez bada edo ezer ez bada itzultzen, itzulitako balioa <literal>Empty</literal> izango da." +msgid "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>." +msgstr "" -#. bWiEa +#. VTyCE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631582815407231\n" "help.text" -msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>." -msgstr "<emph>Scope</emph>: \"document\" edo \"application\" edo <literal>session.CONSTANTS</literal> aplikagarrietako bat." +msgid "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)." +msgstr "" -#. fxDM3 +#. SCCpE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id691582815407231\n" "help.text" -msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>." -msgstr "<emph>Script</emph>: \"library.module.method\" maiuskulak/minuskulak bereizten dituen kate gisa. <br/>Liburutegia memorian kargatuko da, beharrezkoa bada. <br/>Ez du klase-modulua izan behar. <br/>Metodoa <literal>Sub</literal> bat edo <literal>Function</literal> bat izan daiteke." +msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string." +msgstr "" + +#. hS5x4 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id741626828862265\n" +"help.text" +msgid "The library is loaded in memory if necessary." +msgstr "" + +#. D8AL6 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id981626828863001\n" +"help.text" +msgid "The module must not be a class module." +msgstr "" + +#. VsUFD +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id721626828863257\n" +"help.text" +msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>." +msgstr "" -#. UM3xU +#. eExjm #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id881582815407231\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." -msgstr "<emph>arg0, ...</emph>: Deitutako scriptari emango zaizkion argumentuak." +msgid "<emph>args</emph>: The arguments to be passed to the called script." +msgstr "" -#. bvuhY +#. mg5WG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" -"bas_id61582815407231\n" +"par_id21626809513802\n" "help.text" -msgid "' Xray returns no value" -msgstr "' Xray funtzioak ez du baliorik itzultzen" +msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"." +msgstr "" + +#. PMyrB +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id551626810319766\n" +"help.text" +msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>." +msgstr "" + +#. Gx6fV +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id461626810470057\n" +"help.text" +msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts." +msgstr "" #. Yr22N #: sf_session.xhp @@ -17971,23 +18151,23 @@ msgctxt "" msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>." msgstr "Exekutatu Calc funtzio bat bere ingelesezko izena erabilita eta emandako argumentuetan oinarrituta. <br/>Argumentuak matrizeak badira, funtzioa <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">matrize-formula</link> modura exekutatuko da." -#. gG7vu +#. EDU9x #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582816585183\n" "help.text" -msgid "<emph>CalcFunction</emph>: The English name of the function to execute." -msgstr "<emph>CalcFunction</emph>: Exekutatuko den funtzioaren ingelesezko izena." +msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English." +msgstr "" -#. ULCqi +#. FJJJh #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id371582816585183\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." -msgstr "<emph>arg0, ...</emph>: Deitutako Calc funtzioari emango zaizkion argumentuak. Argumentu bakoitzak katea, zenbakizko balioa edo mota horiek konbinatzen dituzten matrizeen matrizea izan behar du." +msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." +msgstr "" #. XMfUD #: sf_session.xhp @@ -18016,23 +18196,23 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "Scripta aurkitzen ez bada edo ezer ez bada itzultzen, itzulitako balioa <literal>Empty</literal> izango da." -#. JsjbE +#. jdWTU #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id791582818023246\n" "help.text" -msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>." -msgstr "<emph>Scope</emph>: <literal>session.CONSTANTS</literal> aplikagarrietako bat. Lehenetsia = <literal>session.SCRIPTISSHARED</literal>." +msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>." +msgstr "" -#. UDbdL +#. ELfda #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id71582818023247\n" "help.text" -msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." -msgstr "<emph>Script</emph>: \"liburutegia/modulua.py$metodoa\" edo \"modulua.py$metodoa\" edo \"nireHedapena.oxt|nireScripta|modulua.py$metodoa\" maiuskulak/minuskulak bereizten dituen kate gisa.." +msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." +msgstr "" #. P6ZKD #: sf_session.xhp @@ -18070,14 +18250,41 @@ msgctxt "" msgid "method: The Python function." msgstr "metodoa: Python funtzioa." -#. LPeJj +#. dWbiV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id711582818023247\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." -msgstr "<emph>arg0 ...</emph>: Deitutako scriptari emango zaizkion argumentuak." +msgid "<emph>args</emph>: The arguments to be passed to the called script.." +msgstr "" + +#. Az2PX +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id701626817164878\n" +"help.text" +msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> an <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder." +msgstr "" + +#. CHr5n +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751626817335715\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/sbasic/python/python_locations.xhp#pythonlocations1\"/> to learn more about where Python scripts can be stored." +msgstr "" + +#. vqBm9 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id121626817725471\n" +"help.text" +msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts." +msgstr "" #. Lv4iA #: sf_session.xhp @@ -18088,23 +18295,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid." msgstr "<literal>True</literal> itzultzen du UNO objektu batek metodoa badauka. <literal>False</literal> itzultzen du metodoa aurkitzen ez bada edo argumentu bat baliogabea bada." -#. AmYDH +#. HAw32 #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921587477335673\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." -msgstr "<emph>UnoObject</emph>: Ikuskatuko den objektua." +msgid "<emph>unoobject</emph>: The object to inspect." +msgstr "" -#. d8D4G +#. DDw6g #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631587477566016\n" "help.text" -msgid "<emph>MethodName</emph>: the method as a case-sensitive string" -msgstr "<emph>MethodName</emph>: Metodoaren izena, maiuskulak/minuskulak bereizten dituen kate gisa" +msgid "<emph>methodname</emph>: the method as a case-sensitive string" +msgstr "" #. gDBRB #: sf_session.xhp @@ -18115,23 +18322,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid." msgstr "<literal>True</literal> itzultzen du UNO objektu batek propietatea badauka. <literal>False</literal> itzultzen du propietatea aurkitzen ez bada edo argumentu bat baliogabea bada." -#. 4Sgnh +#. 54oXs #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id121587477832805\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." -msgstr "<emph>UnoObject</emph>: Ikuskatuko den objektua." +msgid "<emph>unoobject</emph>: The object to inspect." +msgstr "" -#. DGzZA +#. hCTCk #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701587477832750\n" "help.text" -msgid "<emph>PropertyName</emph>: the property as a case-sensitive string" -msgstr "<emph>PropertyName</emph>: Propietatearen izena, maiuskulak/minuskulak bereizten dituen kate gisa" +msgid "<emph>propertyname</emph>: the property as a case-sensitive string" +msgstr "" #. QWaTF #: sf_session.xhp @@ -18142,41 +18349,41 @@ msgctxt "" msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser." msgstr "Ireki Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) bat nabigatzaile lehenetsian." -#. JD25Y +#. 4tFWV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241601129640549\n" "help.text" -msgid "<emph>URL</emph>: The URL to open." -msgstr "<emph>URL</emph>: Irekiko den URLa." +msgid "<emph>url</emph>: The URL to open." +msgstr "" -#. hmMBt +#. hJqsF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id311582819697897\n" "help.text" -msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully." -msgstr "Sistemako komando bat ausaz exekutatzen du eta <literal>True </literal> itzultzen du ongi abiarazi bada." +msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully." +msgstr "" -#. QgJxa +#. D483F #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id461582819697898\n" "help.text" -msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "<emph>Command</emph>: Exekutatuko den komandoa. Fitxategi exekutagarri bat izan daiteke edo aplikazio batekin erregistratuta dagoen dokumentu bat, sistemak jakin dezan zein aplikazio abiarazi behar den dokumentu horretarako. Komandoa uneko <literal>SF_FileSystem.FileNaming</literal> notazioan adierazi behar da." +msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." +msgstr "" -#. vTm42 +#. b8hbC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id611582819697899\n" "help.text" -msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." -msgstr "<emph>Parameters</emph>: Zuriunez bereizitako parametroen zerrenda ba, kate bakar gisa. Metodoak ez ditu emandako parametroak balioztatzen, zehaztutako komandoari haiek pasatu besterik ez du egiten." +msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." +msgstr "" #. 2hTM7 #: sf_session.xhp @@ -18187,68 +18394,68 @@ msgctxt "" msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately." msgstr "Bidali mezua -aukeran eranskinak gehituta- erabiltzailearen posta elektronikoko bezeroko hartzaileei. Erabiltzaileak mezua editatu dezake hura bidali baino lehen edo, bestela, berehala bidali dezake." -#. qdmqa +#. FCn8e #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701601030349896\n" "help.text" -msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)." -msgstr "<emph>Recipient</emph>: Posta elektronikoko helbide bat (\"Nori\" hartzailea)." +msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)." +msgstr "" -#. xC9Lq +#. BdMiD #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id571601030349904\n" "help.text" -msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." -msgstr "<emph>Cc</emph>: Posta elektronikoko helbideen zerrenda bat, komaz bananduta (\"carbon copy\" hartzaileak)." +msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." +msgstr "" -#. xxBCy +#. ADjaV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id961601031043346\n" "help.text" -msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." -msgstr "<emph>Bcc</emph>: Posta elektronikoko helbideen zerrenda bat, komaz bananduta (\"blind carbon copy\" hartzaileak)." +msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." +msgstr "" -#. vMyR2 +#. zAkWZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id891601031050814\n" "help.text" -msgid "<emph>Subject</emph>: the header of the message." -msgstr "<emph>Subject</emph>: Mezuaren gaia." +msgid "<emph>subject</emph>: the header of the message." +msgstr "" -#. L7Cqy +#. EG6ZA #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id191601031056673\n" "help.text" -msgid "<emph>Body</emph>: The content of the message as an unformatted text." -msgstr "<emph>Body</emph>: Mezuaren edukia, formaturik gabeko testu gisa." +msgid "<emph>body</emph>: The content of the message as an unformatted text." +msgstr "" -#. HKGDs +#. McuEx #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id511601031063269\n" "help.text" -msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "<emph>FileNames</emph>: Fitxategi-izenen zerrenda bat, komaz bananduta. Fitxategi-izen bakoitzak <literal>SF_FileSystem.FileNaming</literal> notazioa jarraitu behar du." +msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." +msgstr "" -#. k3Ssx +#. h9Urq #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id161601032784063\n" "help.text" -msgid "<emph>EditMessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." -msgstr "<emph>EditMessage</emph>: <literal>True</literal> (lehenetsia) bada, mezua editatu egingo da bidalia izan baino lehen." +msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." +msgstr "" #. HtzHP #: sf_session.xhp @@ -18259,14 +18466,14 @@ msgctxt "" msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty." msgstr "UNO objektu batetik deitu daitezkeen metodoen zerrenda itzultzen du. Zerrenda zeron oinarritutako matrize bat da, katez osatutakoa, eta hutsik egon daiteke." -#. C7NYy +#. DX8qb #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id251587478024311\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." -msgstr "<emph>UnoObject</emph>: Ikuskatuko den objektua." +msgid "<emph>unoobject</emph>: The object to inspect." +msgstr "" #. sL6Ri #: sf_session.xhp @@ -18277,14 +18484,14 @@ msgctxt "" msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty." msgstr "UNO objektu baten propietateen zerrenda itzultzen du. Zerrenda zeron oinarritutako matrize bat da, katez osatutakoa, eta hutsik egon daiteke." -#. FfvFC +#. CFZRP #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241587478343323\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." -msgstr "<emph>UnoObject</emph>: Ikuskatuko den objektua." +msgid "<emph>unoobject</emph>: The object to inspect." +msgstr "" #. Cm4eK #: sf_session.xhp @@ -18295,14 +18502,14 @@ msgctxt "" msgid "Identify the type of a UNO object as a string." msgstr "Identifikatu UNO objektu baten mota kate gisa." -#. SudxH +#. Cs3VC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921582820251349\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to identify." -msgstr "<emph>UnoObject</emph>: Identifikatuko den objektua." +msgid "<emph>unoobject</emph>: The object to identify." +msgstr "" #. UAy4i #: sf_session.xhp @@ -18313,14 +18520,14 @@ msgctxt "" msgid "Get some web content from a URI." msgstr "Eskuratu web-edukia URI batetik." -#. C2AxK +#. BU5XR #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582821057374\n" "help.text" -msgid "<emph>URI</emph>: URI text of the web service." -msgstr "<emph>URI</emph>: Web-zerbitzuaren URI testua." +msgid "<emph>uri</emph>: URI address of the web service." +msgstr "" #. gn6AM #: sf_string.xhp @@ -18628,14 +18835,32 @@ msgctxt "" msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" msgstr "<literal>ScriptForge.String</literal> zerbitzua erabili baino lehen, <literal>ScriptForge</literal> liburutegia honakoa erabilita kargatu behar da:" -#. tSsDx +#. znLHV +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id271627158844922\n" +"help.text" +msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service." +msgstr "" + +#. e2Gty #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id63158659509728\n" "help.text" -msgid "The following code snippets show the three ways to call methods in the <literal>String</literal> service (the <literal>ExpandTabs</literal> method is used as an example):" -msgstr "Hurrengo kode-zatiek <literal>String</literal> zerbitzuko metodoei deitzeko hiru modu erakusten dituzte (<literal>ExpandTabs</literal> metodoa adibidetzat hartu da):" +msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):" +msgstr "" + +#. UE3DL +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id761627158463235\n" +"help.text" +msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example." +msgstr "" #. GfEcK #: sf_string.xhp @@ -18646,14 +18871,14 @@ msgctxt "" msgid "Properties" msgstr "Propietateak" -#. PGBk4 +#. qKhL4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241611950267068\n" "help.text" -msgid "The <literal>SF_String</literal> object provides the following properties:" -msgstr "<literal>SF_String</literal> objektuak honako propietateak eskaintzen ditu:" +msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:" +msgstr "" #. FDjPb #: sf_string.xhp @@ -18790,6 +19015,15 @@ msgctxt "" msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution." msgstr "Metodo askotako lehen argumentua metodoak manipulatuko duen katea izan ohi da. Beti erreferentzia gisa pasatzen da eta ez da aldatzen. <literal>Capitalize</literal>, <literal>Escape</literal> eta antzeko metodoek kate berria itzultzen dute exekuzioaren ondoren." +#. PYcny +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id371627158142730\n" +"help.text" +msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>." +msgstr "" + #. jaBZR #: sf_string.xhp msgctxt "" @@ -18799,14 +19033,14 @@ msgctxt "" msgid "Capitalizes the first character from each word in the input string." msgstr "Sarrerako kateko hitz bakoitzaren lehen karakterea maiuskula bihurtzen du." -#. ABfrm +#. ibgky #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941582304592013\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be capitalized." -msgstr "<emph>InputStr</emph>: Hitz bakoitzaren lehen karakterea maiuskula bihurtuko zaion katea." +msgid "<emph>inputstr</emph>: The string to be capitalized." +msgstr "" #. DB982 #: sf_string.xhp @@ -18817,41 +19051,41 @@ msgctxt "" msgid "Counts the number of occurrences of a substring or a regular expression within a string." msgstr "Kate baten barruan azpikate edo adierazpen erregular bat zenbat aldiz ageri den zenbatzen du." -#. tvxcg +#. DxK5L #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571582384689863\n" "help.text" -msgid "<emph>InputStr</emph>: The input string to be examined" -msgstr "<emph>InputStr</emph>: Aztertuko den sarrerako katea." +msgid "<emph>inputstr</emph>: The input string to be examined" +msgstr "" -#. 97Asr +#. QUeur #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id601582384696486\n" "help.text" -msgid "<emph>Substring</emph>: The substring or the regular expression to be used during search" -msgstr "<emph>Substring</emph>: Bilaketan erabiliko den azpikatea edo adierazpen erregularra." +msgid "<emph>substring</emph>: The substring or the regular expression to be used during search" +msgstr "" -#. i5aBr +#. vGiqm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451582384703719\n" "help.text" -msgid "<emph>IsRegex</emph>: Use <literal>True</literal> if the substring is a regular expression (default = <literal>False</literal>)" -msgstr "<emph>IsRegex</emph>: Erabili <literal>True</literal> azpikatea adierazpen erregular bat bada (lehenetsia = <literal>False</literal>)" +msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)" +msgstr "" -#. fxSHM +#. WiFme #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141582384726168\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. QcE5q #: sf_string.xhp @@ -18898,32 +19132,32 @@ msgctxt "" msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string." msgstr "Funtzioak <literal>False</literal> itzuliko du katearen edo azpikatearen luzera 0 bada edo azpikatea katea baino luzeagoa bada." -#. xsyiT +#. qk5nE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id191579861552201\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." -msgstr "<emph>InputStr</emph>: Probatuko den katea." +msgid "<emph>inputstr</emph>: The string to be tested." +msgstr "" -#. B5JDX +#. 2Vipn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211579861561473\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." -msgstr "<emph>Substring</emph>: <literal>InputStr</literal> amaieran bilatuko den azpikatea." +msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." +msgstr "" -#. WfUif +#. 4DKkW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801579861574009\n" "help.text" -msgid "<emph>CaseSensitive</emph>: The comparison can be case sensitive or not (default = <literal>False</literal>)." -msgstr "<emph>CaseSensitive</emph>: Konparazioan maiuskulak/minuskulak kontuan hartu daitezke edo ez (balio lehenetsia = <literal>False</literal>)." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. gn2F8 #: sf_string.xhp @@ -18952,14 +19186,14 @@ msgctxt "" msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)." msgstr "Sarrerako katean dauden lerro-jauziak eta tabulazioak haietako bakoitzari dagokion ihes egindako sekuentzia bihurtzen ditu (\\\\, \\n, \\r, \\t)." -#. KH5Qh +#. kBiBE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id9158592144110\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." -msgstr "<emph>InputStr</emph>: Bihurtuko den katea." +msgid "<emph>inputstr</emph>: The string to be converted." +msgstr "" #. cpLKD #: sf_string.xhp @@ -18988,23 +19222,23 @@ msgctxt "" msgid "If a line break is found, a new line is started and the character counter is reset." msgstr "Lerro-jauzi bat aurkitzen bada, lerro berria hasiko da eta karaktere-kontagailua berrezarriko da." -#. da5NH +#. E73Ko #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231579868290408\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be expanded" -msgstr "<emph>InputStr</emph>: Hedatuko den katea." +msgid "<emph>inputstr</emph>: The string to be expanded" +msgstr "" -#. J3oNq +#. 9dyYc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281579868299807\n" "help.text" -msgid "<emph>TabSize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)" -msgstr "<emph>TabSize</emph>: Parametro hau tabulazio-geldiuneak zehazteko erabiltzen da, honako formularen bidez: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (lehenetsia = 8)" +msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)" +msgstr "" #. GUoE8 #: sf_string.xhp @@ -19015,23 +19249,23 @@ msgctxt "" msgid "Replaces all non-printable characters in the input string by a given character." msgstr "Sarrerako katean inprimagarriak ez diren karaktere guztiak ordezten ditu emandako karaktere batekin." -#. bJBrE +#. GpHwp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431579874633865\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" -msgstr "<emph>InputStr</emph>: Sarrerako katea." +msgid "<emph>inputstr</emph>: The string to be searched" +msgstr "" -#. bywcr +#. GttDN #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579874656437\n" "help.text" -msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")" -msgstr "<emph>ReplacedBy</emph>: <literal>InputStr</literal> katean dauden karaktere ez inprimagarri guztiak ordeztuko dituzten zero, bat edo hainbat karaktere (Lehenetsia = \"\")" +msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")" +msgstr "" #. W44TL #: sf_string.xhp @@ -19042,59 +19276,59 @@ msgctxt "" msgid "Finds in a string a substring matching a given regular expression." msgstr "Kate batean adierazpen erregular batekin bat egiten duen azpikate bat aurkitzen du." -#. FK83s +#. aq28M #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id131579876314120\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" -msgstr "<emph>InputStr</emph>: Sarrerako katea." +msgid "<emph>inputstr</emph>: The string to be searched" +msgstr "" -#. pEWGm +#. hRrBB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751579876371545\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression" -msgstr "<emph>Regex</emph>: Adierazpen erregularra." +msgid "<emph>regex</emph>: The regular expression" +msgstr "" -#. vBGPG +#. y2Fqs #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881579876394584\n" "help.text" -msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>Start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>Start</literal> will be set to 0." -msgstr "<emph>Start</emph>: Bilaketa non hasiko den katearen barruan. Parametro hau erreferentzia gisa pasatzen denez, exekuzioaren ondoren <literal>Start</literal> balioak aurkitutako azpikatearen lehen karakterea adieraziko du. Bat datorren azpikaterik aurkitzen ez bada, <literal>Start</literal> 0 izango da." +msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0." +msgstr "" -#. 8ACCG +#. yZMDg #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251579876403831\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" -#. y5jTA +#. A4JC7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841579876412287\n" "help.text" -msgid "<emph>Forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" -msgstr "<emph>Forward</emph>: Bilaketaren norabidea zehazten du. <literal>True</literal> bada, bilaketa aurrerantz joango da. <literal>False</literal> bada, bilaketa atzerantz joango da (Lehenetsia = <literal>True</literal>)" +msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" +msgstr "" -#. 24fyo +#. SkaCi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451612309155653\n" "help.text" -msgid "At the first iteration, if <literal>Forward = True</literal>, then <literal>Start</literal> should be equal to 1, whereas if <literal>Forward = False</literal> then <literal>Start</literal> should be equal to <literal>Len(InputStr)</literal>" -msgstr "Lehen iterazioan, <literal>Forward = True</literal> bada, orduan <literal>Start</literal> 1 izango da, eta <literal>Forward = False</literal> bada, orduan <literal>Start</literal> eta <literal>Len(InputStr)</literal> berdinak izango dira." +msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>" +msgstr "" #. gv3oo #: sf_string.xhp @@ -19132,23 +19366,23 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "Onartutako hash algoritmoak honakoak dira: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> eta <literal>SHA512</literal>." -#. xWGnD +#. yUmmb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621601048983210\n" "help.text" -msgid "<emph>InputStr</emph> : The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." -msgstr "<emph>InputStr</emph>: hash balioa kalkulatuko zaion katea. Katearen kodeketa UTF-8 dela suposatzen da. Hash-algoritmoak byte-korrontetzat hartuko du katea." +msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." +msgstr "" -#. krqwK +#. nuQRb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941601048983822\n" "help.text" -msgid "<emph>Algorithm</emph> : One of the supported algorithms listed above, passed as a string." -msgstr "<emph>Algorithm</emph>: Onartutako algoritmoetako bat, goian zerrendatutakoen artekoa, kate gisa pasatuko dena." +msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string." +msgstr "" #. TXGmB #: sf_string.xhp @@ -19168,14 +19402,14 @@ msgctxt "" msgid "For example, the character <literal>é</literal> would be replaced by <literal>é</literal> or an equivalent numerical HTML code." msgstr "Adibidez, <literal>é</literal> karakterearen ordez <literal>é</literal> edo horren baliokide bat, zenbakizko HTML kode forman, erabiliko da." -#. 2SAZB +#. CGFQH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id501579879570781\n" "help.text" -msgid "<emph>InputStr</emph>: The string to encode" -msgstr "<emph>InputStr</emph>: Kodetuko den katea." +msgid "<emph>inputstr</emph>: The string to encode." +msgstr "" #. jpv97 #: sf_string.xhp @@ -19186,23 +19420,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format." msgstr "<literal>True</literal> itzultzen du sarrerako katea baliozko data bat bada zehaztutako data-formatuari kasu eginda." -#. rhVGc +#. tBGBH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id151579881091821\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" +msgstr "" -#. J4E4L +#. nmTv3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991579881107670\n" "help.text" -msgid "<emph>DateFormat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" -msgstr "<emph>DateFormat</emph>: Dataren formatua, kate gisa.\"YYYY-MM-DD\" (lehenetsia), \"DD-MM-YYYY\" edo \"MM-DD-YYYY\" izan daiteke." +msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" +msgstr "" #. GvZLC #: sf_string.xhp @@ -19258,14 +19492,14 @@ msgctxt "" msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>." msgstr "Karaktere alfabetikoak <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode karaktereen datu-basean</link> <literal>Letter</literal> gisa definituta daudenak dira." -#. VMZud +#. a9rTa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11579881691826\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. KaLGv #: sf_string.xhp @@ -19276,14 +19510,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit." msgstr "<literal>True</literal> itzuliko du karaktere guztiak alfabetikoak, digituak edo \"_\" (azpimarra) badira. Lehen karaktereak ezin du digitua izan." -#. LLCAz +#. BAEB4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579884464101\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. qAZpA #: sf_string.xhp @@ -19294,14 +19528,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters." msgstr "<literal>True</literal> itzuliko du kateko karaktere guztiak ASCII karaktereak badira." -#. AR4hr +#. 3DNou #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id791580039528838\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. iuPF4 #: sf_string.xhp @@ -19312,14 +19546,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are digits." msgstr "<literal>True</literal> itzuliko du kateko karaktere guztiak digituak badira." -#. njKib +#. yU7cc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id41580044873043\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. J8Ykx #: sf_string.xhp @@ -19330,14 +19564,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid email address." msgstr "<literal>True</literal> itzuliko du katea baliozko posta elektronikoko helbidea bada." -#. DFTVq +#. 8Pxsn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841580045280071\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. R6MsU #: sf_string.xhp @@ -19348,23 +19582,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system." msgstr "<literal>True</literal> itzuliko du katea baliozko fitxategi-izena bada emandako sistema eragilean." -#. VEp6E +#. aQbRF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580047079938\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" -#. j3yDJ +#. jWMpJ #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id781580047088954\n" "help.text" -msgid "<emph>OSName</emph>: The operating system name, as a string. It can be WINDOWS, LINUX, MACOSX or SOLARIS." -msgstr "<emph>OSName</emph>: Sistema eragilearen izena, kate gisa. WINDOWS, LINUX, MACOSX edo SOLARIS izan daiteke." +msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"." +msgstr "" #. GnrxA #: sf_string.xhp @@ -19384,14 +19618,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits." msgstr "<literal>True</literal> itzuliko du kateko karaktere guztiak digitu hamaseitarrak badira." -#. WqaBe +#. hWqAh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id331580047594144\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. kEz4y #: sf_string.xhp @@ -19411,14 +19645,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." msgstr "<literal>True</literal> itzuliko du katea baliozko International Bank Account Number (IBAN) bat bada. Konparazioak ez ditu maiuskulak/minuskulak bereiziko." -#. JZERm +#. DnC6i #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id951880048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. VgT3x #: sf_string.xhp @@ -19438,14 +19672,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address." msgstr "<literal>True</literal> itzultzen du katea baliozko IP(v4) helbidea bada." -#. m9byA +#. rMpXB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id981580048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. yWHew #: sf_string.xhp @@ -19456,23 +19690,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards." msgstr "<literal>True</literal> itzultzen du sarrerako kate osoa bat badator komodinak dituen eredu batekin." -#. GDhnV +#. PzigS #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141580049142548\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" -#. DnQC9 +#. XEBzh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31580049154551\n" "help.text" -msgid "<emph>Pattern</emph>: The pattern as a string. Wildcard are:" -msgstr "<emph>Pattern</emph>: Eredua kate gisa. Komodinak honakoak dira:" +msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:" +msgstr "" #. ZCzDP #: sf_string.xhp @@ -19492,14 +19726,14 @@ msgctxt "" msgid "\"*\" represents zero, one, or multiple characters." msgstr "\"*\" komodinak zero karaktere, karaktere bat edo karaktere anitz ordezkatzen du." -#. CntsV +#. eLYBF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991580049206617\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. kSMmn #: sf_string.xhp @@ -19528,14 +19762,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are printable." msgstr "<literal>True</literal> itzultzen du kateko karaktere guztiak inprimagarriak badira." -#. XjiTs +#. gUhut #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id721580051706431\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. HYBp5 #: sf_string.xhp @@ -19546,32 +19780,32 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression." msgstr "<literal>True</literal> itzultzen du sarrerako kate osoa bat badator emandako adierazpen erregular batekin." -#. eaFWB +#. ZuBxC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id161580052454770\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" -#. AVFYQ +#. mi4mi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580052467973\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." -msgstr "<emph>Regex</emph>: Adierazpen erregularra, Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." +msgstr "" -#. FvYsk +#. vmqZM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621580052654341\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. iZSEw #: sf_string.xhp @@ -19582,14 +19816,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name." msgstr "<literal>True</literal> itzultzen du sarrerako katea Calc aplikazioaren baliozko orri-izen bat bada." -#. oFBzi +#. xPFLm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671589460240552\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. uE5gz #: sf_string.xhp @@ -19609,14 +19843,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase." msgstr "<literal>True</literal> itzultzen du hitza bakoitzaren lehen karakterea maiuskula bada eta beste karaktereak minuskula." -#. iiBCT +#. uVF9U #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580293142283\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. 7Ryzp #: sf_string.xhp @@ -19627,14 +19861,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored." msgstr "<literal>True</literal> itzultzen du kateko karaktere guztiak maiuskula badira. Alfabetikoak ez diren karaktereei ez ikusiarena egingo zaie." -#. N7DBZ +#. HFDCW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id391580128736809\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. BTRpG #: sf_string.xhp @@ -19645,14 +19879,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported." msgstr "<literal>True</literal> itzultzen du katea baliozko URL (Uniform Resource Locator) helbide absolutua bada. Onartutako protokoloak http, https eta ftp dira." -#. NdBfD +#. HrFqG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id321580132113593\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. wBAqG #: sf_string.xhp @@ -19663,14 +19897,14 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are whitespaces" msgstr "<literal>True</literal> itzultzen du kateko karaktere guztiak zuriuneak badira." -#. DRDP8 +#. JDD85 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580132535511\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "<emph>InputStr</emph>: Egiaztatuko den katea. Hutsik badago, metodoak <literal>False</literal> itzuliko du." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" #. 7EBbA #: sf_string.xhp @@ -19681,32 +19915,32 @@ msgctxt "" msgid "Returns the input string center-justified." msgstr "Sarrerako katea erdian justifikatuta itzultzen du." -#. ycGFR +#. TLmnE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571612380829021\n" "help.text" -msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." -msgstr "Ezkerreko eta eskuineko zuriuneak kendu egingo dira eta geratzen diren karaktereak ezkerretik eta eskuinetik osatuko dira zehaztutako <literal>Length</literal> luzeraraino <literal>Padding</literal> karakterea erabilita." +msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." +msgstr "" -#. 9aW5U +#. 4uuQT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id911580133391827\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be center-justified. If empty, the method returns an empty string." -msgstr "<emph>InputStr</emph>: Erdian justifikatuko den katea. Hutsik badago, metodoak kate hutsa itzuliko du." +msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string." +msgstr "" -#. RXgZr +#. jHJNT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671580133694946\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." -msgstr "<emph>Length</emph>: Emaitza gisa sortuko den katearen luzera (balio lehenetsia = sarrerako katearen luzera)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." +msgstr "" #. A3qof #: sf_string.xhp @@ -19717,14 +19951,14 @@ msgctxt "" msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated." msgstr "Zehaztutako luzera erdian justifikatutako sarrerako katearena baino laburragoa bada, itzulitako katea moztu egingo da." -#. LEKsf +#. fys4j #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id101580133705268\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." -msgstr "<emph>Padding</emph>: Betegarri modura erabiliko den karaktere soila (lehenetsia = \" \" ASCII zuriunea)." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgstr "" #. 4zk3p #: sf_string.xhp @@ -19735,32 +19969,32 @@ msgctxt "" msgid "Returns the input string left-justified." msgstr "Sarrerako katea ezkerrean justifikatuta itzultzen du." -#. GbAcR +#. 9KeCE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431612381917641\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." -msgstr "Ezkerreko zuriuneak kendu egingo dira eta geratzen diren karaktereak eskuinetik osatuko dira zehaztutako <literal>Length</literal> luzeraraino <literal>Padding</literal> karakterea erabilita." +msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." +msgstr "" -#. rPfqE +#. UQXSM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281580135523448\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be left-justified. If empty, the method returns an empty string." -msgstr "<emph>InputStr</emph>: Ezkerrean justifikatuko den katea. Hutsik badago, metodoak kate huts bat itzuliko du." +msgid "<emph>inputstr</emph>: The string to be left-justified. If empty, the method returns an empty string." +msgstr "" -#. tUCdj +#. EAwAa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431580135534910\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." -msgstr "<emph>Length</emph>: Emaitza gisa sortuko den katearen luzera (balio lehenetsia = sarrerako katearen luzera)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." +msgstr "" #. ntKXx #: sf_string.xhp @@ -19771,14 +20005,14 @@ msgctxt "" msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated." msgstr "Zehaztutako luzera ezkerrean justifikatutako sarrerako katearena baino laburragoa bada, itzulitako katea moztu egingo da." -#. BrEAS +#. wBnmv #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id221580135568475\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." -msgstr "<emph>Padding</emph>: Betegarri modura erabiliko den karaktere soila (lehenetsia = \" \" ASCII zuriunea)." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgstr "" #. TTokb #: sf_string.xhp @@ -19789,32 +20023,32 @@ msgctxt "" msgid "Returns the input string right-justified." msgstr "Sarrerako katea eskuinean justifikatuta itzultzen du." -#. PPcZT +#. 4fG7c #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id771612382000293\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." -msgstr "Ezkerreko zuriuneak kendu egingo dira eta geratzen diren karaktereak ezkerretik osatuko dira zehaztutako <literal>Length</literal> luzeraraino <literal>Padding</literal> karakterea erabilita." +msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>length</literal> with the character <literal>padding</literal>." +msgstr "" -#. MzFoN +#. KxskT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id201580136154170\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be right-justified. If empty, the method returns an empty string." -msgstr "<emph>InputStr</emph>: Eskuinean justifikatuko den katea. Hutsik badago, metodoak kate huts bat itzuliko du." +msgid "<emph>inputstr</emph>: The string to be right-justified. If empty, the method returns an empty string." +msgstr "" -#. uM4Xm +#. FboQc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id71580136164632\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." -msgstr "<emph>Length</emph>: Emaitza gisa sortuko den katearen luzera (balio lehenetsia = sarrerako katearen luzera)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." +msgstr "" #. dshKE #: sf_string.xhp @@ -19825,14 +20059,14 @@ msgctxt "" msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated." msgstr "Zehaztutako luzera eskuinean justifikatutako sarrerako katearena baino laburragoa bada, itzulitako katea moztu egingo da." -#. f9BKD +#. LtcVG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751580136200680\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." -msgstr "<emph>Padding</emph>: Betegarri modura erabiliko den karaktere soila (lehenetsia = \" \" ASCII zuriunea)." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgstr "" #. Wn55u #: sf_string.xhp @@ -19843,23 +20077,23 @@ msgctxt "" msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes." msgstr "Sarrerako katea komatxo soilekin edo bikoitzekin inguratuta itzultzen du. Lehendik dauden komatxoak, aurretik edota atzetik daudenak barne, ez dira aldatuko." -#. 6VRqZ +#. YBvt4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580136944674\n" "help.text" -msgid "<emph>InputStr</emph>: the string to quote." -msgstr "<emph>InputStr</emph>: Komatxo artean sartuko den katea." +msgid "<emph>inputstr</emph>: The string to quote." +msgstr "" -#. T8fPe +#. GynWV #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581599129397412\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or (default) double (\") quote." -msgstr "<emph>QuoteChar</emph>: Komatxo soila (') edo (lehenetsia) komatxo (\") bikoitza." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." +msgstr "" #. fY3PC #: sf_string.xhp @@ -19888,32 +20122,32 @@ msgctxt "" msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>." msgstr "<literal>Before</literal> parametroa <literal>After</literal> baino luzeagoa bada, <literal>Before</literal> parametroko hondar-karaktereak ordezteko <literal>After</literal> parametroko azken karakterea erabiliko da." -#. 949cN +#. DD2CL #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11580139160633\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." -msgstr "<emph>InputStr</emph>: Ordezkapena jasango duen katea." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." +msgstr "" -#. DfiCN +#. DvaRE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id111580139169795\n" "help.text" -msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement." -msgstr "<emph>Before</emph>: Sarrerako katean ordezteko bilatuko diren karaktereak dituen kate bat." +msgid "<emph>before</emph>: A string with the characters that will be searched in the input string for replacement." +msgstr "" -#. jCz7k +#. N46b3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id851580139182113\n" "help.text" -msgid "<emph>After</emph>: A string with the new characters that will replace those defined in <literal>Before</literal>." -msgstr "<emph>After</emph>: <literal>Before</literal> parametroan definitu diren karaktereak ordeztuko dituzten karaktere berriak dituen kate bat." +msgid "<emph>after</emph>: A string with the new characters that will replace those defined in <literal>before</literal>." +msgstr "" #. CDuCC #: sf_string.xhp @@ -19942,41 +20176,41 @@ msgctxt "" msgid "Replaces all occurrences of a given regular expression by a new string." msgstr "Emandako adierazpen erregular baten agerraldi guztiak kate berri batekin ordezten ditu." -#. yT3Qw +#. ujCyu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580140311626\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." -msgstr "<emph>InputStr</emph>: Ordezkapenak jasango dituen sarrerako katea." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." +msgstr "" -#. hW8Q6 +#. o2DS2 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id651580140322666\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression." -msgstr "<emph>Regex</emph>: Adierazpen erregularra." +msgid "<emph>regex</emph>: The regular expression." +msgstr "" -#. Do29t +#. itEEd #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id891580140334754\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string." -msgstr "<emph>NewStr</emph>: Ordezko katea." +msgid "<emph>newstr</emph>: The replacing string." +msgstr "" -#. MwRMp +#. gJRAr #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580140345221\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. ykPVR #: sf_string.xhp @@ -20005,86 +20239,86 @@ msgctxt "" msgid "Replaces in a string some or all occurrences of an array of strings by an array of new strings." msgstr "Kate batean, kateen matrize bateko agerraldi batzuk edo guztiak kate berrien matrize batekin ordezten ditu." -#. W4yEv +#. SDpot #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id831580146504326\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." -msgstr "<emph>InputStr</emph>: Ordezkapenak jasango dituen sarrerako katea." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." +msgstr "" -#. ik56f +#. UfuEm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id411580146514927\n" "help.text" -msgid "<emph>OldStr</emph>: A single string or an array of strings. Zero-length strings are ignored." -msgstr "<emph>OldStr</emph>: Kate bat edo kateen matrize bat. Zero luzerako kateei ez ikusiarena egingo zaie." +msgid "<emph>oldstr</emph>: A single string or an array of strings. Zero-length strings are ignored." +msgstr "" -#. pRZAd +#. Ukr3F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id591580146532966\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string or the array of replacing strings." -msgstr "<emph>NewStr</emph>: Ordezko katea edo kateen matrizea." +msgid "<emph>newstr</emph>: The replacing string or the array of replacing strings." +msgstr "" -#. 97Cuk +#. 7BQ7F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384873347\n" "help.text" -msgid "If <literal>OldStr</literal> is an array, each occurrence of any of the items in <literal>OldStr</literal> is replaced by <literal>NewStr</literal>." -msgstr "<literal>OldStr</literal> matrize bat bada, <literal>OldStr</literal> barruko edozein elementuren agerraldi bakoitzaren ordez <literal>NewStr</literal> sartuko da." +msgid "If <literal>oldstr</literal> is an array, each occurrence of any of the items in <literal>oldstr</literal> is replaced by <literal>newstr</literal>." +msgstr "" -#. jLs7f +#. AfRz6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384880820\n" "help.text" -msgid "If <literal>OldStr</literal> and <literal>NewStr</literal> are arrays, replacements occur one by one up to the <literal>UBound(NewStr)</literal>." -msgstr "<literal>OldStr</literal> eta <literal>NewStr</literal> matrizeak badira, ordezkapenak banan-banan egingo dira, <literal>UBound(NewStr)</literal> baliora iritsi arte." +msgid "If <literal>oldstr</literal> and <literal>newstr</literal> are arrays, replacements occur one by one up to the <literal>UBound(newstr)</literal>." +msgstr "" -#. qUhcr +#. E39aH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241612385058264\n" "help.text" -msgid "If <literal>OldStr</literal> has more entries than <literal>NewStr</literal>, then the residual elements in <literal>OldStr</literal> are replaced by the last element in <literal>NewStr</literal>." -msgstr "<literal>OldStr</literal> parametroak <literal>NewStr</literal> parametroak baino sarrera gehiago baditu, <literal>OldStr</literal> parametroko hondar-elementuak <literal>NewStr</literal> parametroko azken elementuarekin ordeztuko da." +msgid "If <literal>oldstr</literal> has more entries than <literal>newstr</literal>, then the residual elements in <literal>oldstr</literal> are replaced by the last element in <literal>newstr</literal>." +msgstr "" -#. oTqRh +#. MkqW5 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id701580146547619\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." -msgstr "<emph>Occurrences</emph>: Ordezkapenen gehieneko kopurua. Balio lehenetsia 0 da, alegia, agerraldi guztiak ordeztuko dira." +msgid "<emph>occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." +msgstr "" -#. eigiB +#. QX33p #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741612385380533\n" "help.text" -msgid "When <literal>OldStr</literal> is an array, the <literal>Occurrence</literal> parameter is computed separately for each item in the array." -msgstr "<literal>OldStr</literal> matrize bat bada, <literal>Occurrence</literal> parametroa matrizeko elementu bakoitzerako banan-banan kalkulatuko da." +msgid "When <literal>oldstr</literal> is an array, the <literal>occurrence</literal> parameter is computed separately for each item in the array." +msgstr "" -#. EUziv +#. aWrvA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id301580146556599\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. eygyi #: sf_string.xhp @@ -20095,14 +20329,14 @@ msgctxt "" msgid "Returns a string with a readable representation of the argument, truncated at a given length. This is useful mainly for debugging or logging purposes." msgstr "Argumentuaren irudikapen irakurgarria duen kate bat itzultzen du, emandako luzeran moztua. Funtzio hau arazketarako eta egunkarian informazioa gordetzeko da erabilgarria." -#. jNrC5 +#. cU3Ev #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11612386054691\n" "help.text" -msgid "If the <literal>AnyValue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." -msgstr "<literal>AnyValue</literal> parametroa objektu bat bada, \"[\" eta \"]\" kortxeteekin inguratuko da." +msgid "If the <literal>anyvalue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." +msgstr "" #. gVB32 #: sf_string.xhp @@ -20113,32 +20347,32 @@ msgctxt "" msgid "In strings, tabs and line breaks are replaced by \\t, \\n or \\r." msgstr "Kateetan, tabulazioen eta lerro-jauzien ordez \\t, \\n edo \\r erabiliko da." -#. vnB48 +#. SfUGD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id921612386089103\n" "help.text" -msgid "If the final length exceeds the <literal>MaxLength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." -msgstr "Azken luzera <literal>MaxLength</literal> baino luzeagoa bada, katearen azken aldean \" ... (N)\" erabiliko da, non N mozketa gertatu baino lehenago jatorrizko kateak zuen luzera den." +msgid "If the final length exceeds the <literal>maxlength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." +msgstr "" -#. ukVSq +#. zLfNR #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id91580147593626\n" "help.text" -msgid "<emph>AnyValue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." -msgstr "<emph>AnyValue</emph>: Irudikatuko den sarrerako balioa. Edozein balio izan daiteke: kate bat, matrize bat, Basic objektu bat, UNO objektu bat, etab." +msgid "<emph>anyvalue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." +msgstr "" -#. Gp3Gk +#. hdDFi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580147609322\n" "help.text" -msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." -msgstr "<emph>MaxLength</emph>: Emaitza gisa sortuko den katearen gehieneko luzera. Balio lehenetsia 0 da, alegia, ez dagoela mugarik luzeran." +msgid "<emph>maxlength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." +msgstr "" #. Ape7i #: sf_string.xhp @@ -20185,32 +20419,32 @@ msgctxt "" msgid "Returns the input string in reversed order." msgstr "Sarrerako katea alderantzizko ordenan itzultzen du." -#. 5PtEv +#. EEyG6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141612387177873\n" "help.text" -msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>, however with better performance." -msgstr "Metodo hori <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic funtzioaren</link> baliokidea da, baina errendimendu hobea du." +msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>." +msgstr "" -#. CjFDm +#. ZEarP #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id961612387463144\n" "help.text" -msgid "To use the <literal>StrReverse</literal> function, the statement <literal>OpTion VBASupport 1</literal> must be present in the module." -msgstr "<literal>StrReverse</literal> funtzioa erabiltzeko, <literal>OpTion VBASupport 1</literal> instrukzioak presente egon behar du moduluan." +msgid "To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module." +msgstr "" -#. ScghL +#. pSyL6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241580312964497\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be reversed." -msgstr "<emph>InputStr</emph>: Alderantzikatuko den katea." +msgid "<emph>inputstr</emph>: The string to be reversed." +msgstr "" #. KBFDk #: sf_string.xhp @@ -20221,23 +20455,23 @@ msgctxt "" msgid "Returns a zero-based array of strings with the lines in the input string. Each item in the array is obtained by splitting the input string at newline characters." msgstr "Zeron oinarritutako kate-matrize bat itzultzen du sarrerako katearen lerroekin osatuta. Matrizearen elementu bakoitza lortzeko, sarrerako katea lerro-jauzien karaktereak dauden tokietan zatitzen da." -#. RRtva +#. nuUF6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id481580210806878\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." -msgstr "<emph>InputStr</emph>: Zatituko den katea." +msgid "<emph>inputstr</emph>: The string to be split." +msgstr "" -#. UAkXJ +#. FEFUw #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231580210820309\n" "help.text" -msgid "<emph>KeepBreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." -msgstr "<emph>KeepBreaks</emph>: <literal>True</literal> bada, lerro-jauziak mantendu egingo dira irteerako matrizean (lehenetsia = <literal>False</literal>)." +msgid "<emph>keepbreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." +msgstr "" #. HAG8Q #: sf_string.xhp @@ -20257,41 +20491,50 @@ msgctxt "" msgid "If a quoted substring contains a delimiter, it is ignored. This is useful when parsing CSV-like records that contain quoted strings." msgstr "Komatxo arteko azpikate batek mugatzaile bat badu, ez ikusiarena egingo zaio. Hau erabilgarria da komatxo arteko kateak dituzten CSV motako erregistroak analizatu nahi badira." -#. mw9Lu +#. JKAaG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881580211809490\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." -msgstr "<emph>InputStr</emph>: Zatituko den katea." +msgid "<emph>inputstr</emph>: The string to be split." +msgstr "" -#. sYE2m +#. zFjwe #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580211821162\n" "help.text" -msgid "<emph>Delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the space character." -msgstr "<emph>Delimiter</emph>: Mugatzaile gisa erabiliko diren karaktere bat edo batzuk. Mugatzaile lehenetsia zuriunea da." +msgid "<emph>delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the Ascii space \" \" character." +msgstr "" -#. NBsXC +#. 3rGRu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id181580211833778\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." -msgstr "<emph>Occurrences</emph>: Itzuliko den gehieneko azpikate kopurua. Balio lehenetsia 0 da, horrek esan nahi du ez dagoela mugarik itzulitako kateen kopuruan." +msgid "<emph>occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." +msgstr "" -#. dzzmh +#. W2og7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id421599123777334\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote." -msgstr "<emph>QuoteChar</emph> : Komatxo soilak (') edo bikoitzak (\")." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote." +msgstr "" + +#. S63t6 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id661627251379676\n" +"help.text" +msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them." +msgstr "" #. 6Q2tJ #: sf_string.xhp @@ -20311,32 +20554,32 @@ msgctxt "" msgid "This method returns <literal>False</literal> if either the input string or the substring have a length = 0 or when the substring is longer than the input string." msgstr "Metodo honek <literal>False</literal> itzultzen du sarrerako katearen edo azpikatearen luzera 0 bada edo azpikatea sarrerako katea baino luzeagoa bada." -#. rmutH +#. jrzxu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id271580212876135\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." -msgstr "<emph>InputStr</emph>: Aztertuko den katea." +msgid "<emph>inputstr</emph>: The string to be tested." +msgstr "" -#. 2wa7W +#. tE9WD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571580212889462\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the start of <literal>InputStr</literal>." -msgstr "<emph>Substring</emph>: <literal>InputStr</literal> hasieran bilatuko den azpikatea." +msgid "<emph>substring</emph>: The substring to be searched at the start of <literal>inputstr</literal>." +msgstr "" -#. HAFmq +#. ZeQP4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580212900799\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: Lehenetsia = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." +msgstr "" #. DGgBx #: sf_string.xhp @@ -20347,14 +20590,14 @@ msgctxt "" msgid "Returns the input string without its leading and trailing whitespaces." msgstr "Sarrerako katea ezkerreko eta eskuineko zuriuneak kenduta itzultzen du." -#. ekDEE +#. BESEu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id541580296044377\n" "help.text" -msgid "<emph>InputStr</emph>: The string to trimmed." -msgstr "<emph>InputStr</emph>: Moztuko den katea." +msgid "<emph>inputstr</emph>: The string to trim." +msgstr "" #. 9t9vX #: sf_string.xhp @@ -20365,14 +20608,14 @@ msgctxt "" msgid "Converts any escaped sequence (\\\\, \\n, \\r, \\t) in the input string to their corresponding Ascii character." msgstr "Sarrerako kateko edozein ihes-sekuentzia (\\\\, \\n, \\r, \\t) dagokion ASCII karaktere bihurtuko du." -#. J7Fpn +#. mzTsG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id971580483124743\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." -msgstr "<emph>InputStr</emph>: Bihurtuko den katea." +msgid "<emph>inputstr</emph>: The string to be converted." +msgstr "" #. BoYHV #: sf_string.xhp @@ -20392,41 +20635,50 @@ msgctxt "" msgid "This is useful when parsing CSV-like records that contain quoted strings." msgstr "Hau komatxo arteko kateak dituzten CSV erregistroak analizatzeko da erabilgarria." -#. GrBsF +#. BhVvp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id761580213677493\n" "help.text" -msgid "<emph>InputStr</emph> : The string to unquote." -msgstr "<emph>InputStr</emph>: Komatxoak kenduko zaizkion katea." +msgid "<emph>inputstr</emph>: The string to unquote." +msgstr "" -#. GYKCt +#. gRUHA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211599129509890\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote (default)." -msgstr "<emph>QuoteChar</emph>: Komatxo soila (') edo bikoitza (\") (lehenetsia)." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." +msgstr "" -#. G368s +#. nGq4Q #: sf_string.xhp msgctxt "" "sf_string.xhp\n" -"bas_id981580213799125\n" +"bas_id371580213702598\n" "help.text" -msgid "s = SF_String.Unquote(\"\"\"Some text\"\"\") ' s = \"Some text\" (without enclosing quotes)" -msgstr "s = SF_String.Unquote(\"\"\"Testu bat\"\"\") ' s = \"Testu bat\" (inguruko komatxorik gabe)" +msgid "' s = \"Some text\" (without enclosing quotes)" +msgstr "" -#. kyuNy +#. Fp8ip +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id51580213693694\n" +"help.text" +msgid "' The string below does not have enclosing quotes, so it remains unchanged" +msgstr "" + +#. A4Eki #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id961612393917830\n" "help.text" -msgid "s = SF_String.Unquote(\"Some text\") ' s = \"Some text\" (unchanged)" -msgstr "s = SF_String.Unquote(\"Testu bat\") ' s = \"Testu bat\" (aldatu gabe)" +msgid "' s = \"Some text\" (unchanged)" +msgstr "" #. ULtxx #: sf_string.xhp @@ -20437,6 +20689,15 @@ msgctxt "" msgid "' Quotes inside the string are not removed" msgstr "' Katearen barruko komatxoak ez dira kenduko" +#. 8w4ia +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id961612394171208\n" +"help.text" +msgid "' s = \"The \"\"true\"\" meaning\" (unchanged)" +msgstr "" + #. JGhWK #: sf_string.xhp msgctxt "" @@ -20482,41 +20743,32 @@ msgctxt "" msgid "If the wrapped output has no content, the returned array is empty." msgstr "Egokitutako irteerak ez badu edukirik, itzulitako matrizea hutsik egongo da." -#. J73yb +#. SNRzH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251585834468498\n" "help.text" -msgid "<emph>InputStr</emph>: The string to wrap." -msgstr "<emph>InputStr</emph>: Egokituko den katea." +msgid "<emph>inputstr</emph>: The string to wrap." +msgstr "" -#. 5iowq +#. MiptC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id351585834773177\n" "help.text" -msgid "<emph>Width</emph> : The maximum number of characters in each line (default = 70)." -msgstr "<emph>Width</emph>: Lerro bakoitzaren gehieneko karaktere kopurua (lehenetsia = 70)." +msgid "<emph>width</emph>: The maximum number of characters in each line (Default = 70)." +msgstr "" -#. GhpV4 +#. epG6z #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741585834874500\n" "help.text" -msgid "<emph>TabSize</emph> : Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. TabSize defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)." -msgstr "<emph>TabSize</emph>: Testua egokitu baino lehen, lehendik dauden TAB <literal>Chr(9)</literal> karaktereen ordez zuriuneak kokatzen dira. TabSize parametroak honako tokietan definitzen ditu TAB geldiuneak: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (lehenetsia = 8)." - -#. xDXfd -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String function\">String built-in function</link>" -msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String function\">String funtzio integratua</link>" +msgid "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)." +msgstr "" #. HjZDB #: sf_textstream.xhp @@ -20581,23 +20833,23 @@ msgctxt "" msgid "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run." msgstr "Fitxategi bat irakurtzeko edo idazteko behar diren eragiketa guztiak (ireki, irakurri/idatzi eta itxi) makroa exekutatzen den unean gertatzen direla suposatzen da." -#. U6RHd +#. dc5KN #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "hd_id83158533078741\n" "help.text" -msgid "Service instantiation" -msgstr "Zerbitzuaren instantzia sortzea" +msgid "Service invocation" +msgstr "" -#. c7WYC +#. AuQX2 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id351613598192725\n" "help.text" -msgid "The code snippet below uses the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." -msgstr "Beheko kode-zatiak <literal>OpenTextFile</literal> metodoa darabil <literal>TextStream</literal> zerbitzuaren instantzia bat sortzeko." +msgid "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." +msgstr "" #. UUudg #: sf_textstream.xhp @@ -20842,14 +21094,14 @@ msgctxt "" msgid "Consider the text file \"Students.txt\" with the following contents (a name in each line):" msgstr "Adibidez, demagun \"Students.txt\" fitxategiak honako edukiak dituela (izen bana lerro bakoitzean):" -#. dUSey +#. hk7q4 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id391613596019750\n" "help.text" -msgid "The example below uses the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" -msgstr "Beheko adibideak <literal>ReadAll</literal> eta <literal>SplitLines</literal> metodoak erabiltzen ditu fitxategi baten edukiak irakurri eta kateen matrize batean jartzeko:" +msgid "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" +msgstr "" #. BuRJE #: sf_textstream.xhp @@ -20923,14 +21175,14 @@ msgctxt "" msgid "Writes a specified number of empty lines to the output stream." msgstr "Lerro hutsen kopuru zehatz bat idazten du irteera-korrontean." -#. NqNwE +#. YsBUm #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id291585330787357\n" "help.text" -msgid "<emph>Lines</emph>: The number of empty lines to write." -msgstr "<emph>Lines</emph>: Idatziko den lerro hutsen kopurua." +msgid "<emph>lines</emph>: The number of empty lines to write to the file." +msgstr "" #. GCPCC #: sf_textstream.xhp @@ -20950,14 +21202,23 @@ msgctxt "" msgid "The character defined in the <literal>NewLine</literal> property is used as the line delimiter." msgstr "<literal>NewLine</literal> propietatean definitutako karakterea lerro-mugatzaile gisa erabiliko da." -#. YRTuQ +#. LXFPE #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id491585330787650\n" "help.text" -msgid "<emph>Line</emph>: The line to write, may be empty." -msgstr "<emph>Line</emph>: Idatziko den lerroa, hutsik egon daiteke." +msgid "<emph>line</emph>: The line to write, may be empty." +msgstr "" + +#. PM5Bx +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"par_id821626894480105\n" +"help.text" +msgid "The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached." +msgstr "" #. 39u4o #: sf_textstream.xhp @@ -21004,24 +21265,6 @@ msgctxt "" msgid "'Closes the file and free resources" msgstr "'Fitxategia ixten du eta baliabideak askatzen ditu" -#. nrDCn -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input funtzioa</link>" - -#. FnNRc -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open instrukzioa</link>" - #. PCSPY #: sf_timer.xhp msgctxt "" @@ -21112,15 +21355,6 @@ msgctxt "" msgid "Service invocation" msgstr "Zerbitzuari deitzea" -#. 8ntzF -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id141610734722352\n" -"help.text" -msgid "Before using the <literal>Timer</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "<literal>Timer</literal> zerbitzua erabiltzeko, <literal>ScriptForge</literal> liburutegia kargatu behar da honako kodea erabilita:" - #. SCYEX #: sf_timer.xhp msgctxt "" @@ -21418,6 +21652,15 @@ msgctxt "" msgid "<literal>False</literal> if the timer is neither started nor suspended" msgstr "<literal>False</literal> (faltsua) kronometroa ez bada hasi edo eten" +#. DuD3h +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id731626871820490\n" +"help.text" +msgid "The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service." +msgstr "" + #. UgBnC #: sf_timer.xhp msgctxt "" @@ -21454,6 +21697,15 @@ msgctxt "" msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> method will restart it as if it were a clean new Timer." msgstr "<literal>Terminate</literal> metodoari deitzen bazaio, <literal>Continue</literal> metodoari ondoren egindako deiek ez diote denboraren neurketari berrekingo. Modu berean, kronometro bat amaitzen bada, <literal>Start</literal> metodoak hura berrabiaraziko du kronometro berria bailitzan." +#. DSYKj +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id391626872019832\n" +"help.text" +msgid "Beware that the <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." +msgstr "" + #. bHEyr #: sf_timer.xhp msgctxt "" @@ -21508,24 +21760,6 @@ msgctxt "" msgid "'Terminate both timers" msgstr "'Amaitu kronometro biak" -#. CpzL5 -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030203.xhp#now\">Now function</link>" -msgstr "<link href=\"text/sbasic/shared/03030203.xhp#now\">Now funtzioa</link>" - -#. iuTvZ -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id221610970653662\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp#timer\">Timer function</link>" -msgstr "<link href=\"text/sbasic/shared/03030303.xhp#timer\">Timer funtzioa</link>" - #. dphFv #: sf_ui.xhp msgctxt "" @@ -21940,14 +22174,14 @@ msgctxt "" msgid "<emph>filename</emph> : Identifies the file to create. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning" msgstr "<emph>filename</emph>: Sortuko den fitxategia identifikatzen du. <literal>SF_FileSystem.FileNaming</literal> notazioa jarraitu behar du. Fitxategia lehendik badago, gainidatzi egingo du inolako abisurik gabe." -#. ncJxE +#. Jub7D #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default) or \"FIREBIRD\"." -msgstr "<emph>embeddeddatabase</emph>: \"HSQLDB\" (lehenetsia) edo \"FIREBIRD\"." +msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default), \"FIREBIRD\" or \"CALC\"." +msgstr "" #. BWgpN #: sf_ui.xhp @@ -21958,6 +22192,15 @@ msgctxt "" msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning." msgstr "<emph>registrationname</emph>: Datu-base berria datu-baseen erregistroa gordetzeko erabiliko den izena. Balioa = \"\" bada ez da erregistrorik egingo. Izena lehendik badago, gainidatzi egingo da abisurik gabe." +#. AFin6 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id181629364905056\n" +"help.text" +msgid "<emph>calcfilename</emph> : Only when <literal>embeddeddatabase</literal> = \"CALC\", <literal>calcfilename</literal> represents the file containing the tables as Calc sheets. The file must exist or an error is raised." +msgstr "" + #. GtB5n #: sf_ui.xhp msgctxt "" @@ -22003,23 +22246,23 @@ msgctxt "" msgid "In both examples below, the first call to <literal>CreateDocument</literal> method creates a blank Calc document, whereas the second creates a document from a template file." msgstr "Beheko bi adibideetan, <literal>CreateDocument</literal> metodoari egindako lehen deiak Calc dokumentu hutsa sortzen du, eta bigarrenak txantiloi-fitxategi batetik abiatuta sortzen du dokumentu bat." -#. W3qxn +#. TxY93 #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id201588520551463\n" "help.text" -msgid "Returns a document object referring to either the active window or the given window." -msgstr "Leiho aktiboari edo emandako leihoari erreferentzia egiten dion dokumentu-objektu bat itzultzen du." +msgid "Returns a document object referring to either the active window, a given window or the active document." +msgstr "" -#. hZmVw +#. xgMAv #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id851588520551368\n" "help.text" -msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used." -msgstr "<emph>windowname</emph>: Ikusi definizioak <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">goian</link>. Argumentu hau falta bada, leiho aktiboa erabiliko da." +msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> or <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link> service." +msgstr "" #. AAjDB #: sf_ui.xhp diff --git a/source/eu/helpcontent2/source/text/scalc/00.po b/source/eu/helpcontent2/source/text/scalc/00.po index bda7f246593..cc814852bc1 100644 --- a/source/eu/helpcontent2/source/text/scalc/00.po +++ b/source/eu/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-26 11:04+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1556007652.000000\n" #. E9tti @@ -961,14 +961,14 @@ msgctxt "" msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>." msgstr "Aukeratu <emph>Tresnak - Detektibea - Aurrekoen aztarnari jarraitu</emph>." -#. iGnP6 +#. q3pmU #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150447\n" "help.text" -msgid "Shift+F7" -msgstr "⇧+F7" +msgid "Shift+F9" +msgstr "" #. Mn26m #: 00000406.xhp diff --git a/source/eu/helpcontent2/source/text/scalc/01.po b/source/eu/helpcontent2/source/text/scalc/01.po index 31d883f95f7..e0d17c4f8bb 100644 --- a/source/eu/helpcontent2/source/text/scalc/01.po +++ b/source/eu/helpcontent2/source/text/scalc/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" -"PO-Revision-Date: 2021-08-08 17:10+0000\n" +"POT-Creation-Date: 2021-09-14 12:00+0200\n" +"PO-Revision-Date: 2021-09-12 07:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/eu/>\n" "Language: eu\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563601210.000000\n" #. sZfWF @@ -115,14 +115,14 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>" msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Nabigatzailea\">Nabigatzailea</link>" -#. CJKL2 +#. RJGLF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3156422\n" "help.text" -msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>." -msgstr "<ahelp hid=\".uno:Navigator\">'Nabigatzailea' aktibatzen eta desaktibatzen du.</ahelp> 'Nabigatzailea' <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"leiho atrakagarria\">leiho atrakagarria</link> da." +msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>." +msgstr "<ahelp hid=\".uno:Navigator\">Nabigatzailea aktibatzen eta desaktibatzen du.</ahelp> Nabigatzailea <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">leiho atrakagarria</link> da." #. tDkHa #: 02110000.xhp @@ -20140,6 +20140,78 @@ msgctxt "" msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions. </variable>" msgstr "<variable id=\"texttext\">Atal honek <emph>Testua</emph> funtzioen deskribapenak ditu.</variable>" +#. bF46G +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"bm_id331624453577057\n" +"help.text" +msgid "<bookmark_value>using double quotation marks in formulas</bookmark_value> <bookmark_value>formulas; using double quotation marks</bookmark_value>" +msgstr "" + +#. XXyWj +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"hd_id291624454173529\n" +"help.text" +msgid "Using double quotation marks in formulas" +msgstr "" + +#. aGDFQ +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id891624454058773\n" +"help.text" +msgid "To include a text string in a formula, place the text string between two double quotation marks (\") and Calc takes the characters in the string without attempting to interpret them. For example, the formula <input>=\"Hello world!\"</input> displays the text string <literal>Hello world!</literal> in the cell, with no surrounding double quotation marks." +msgstr "" + +#. HCwEU +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id461624454425320\n" +"help.text" +msgid "The more complex formula <input>=CONCATENATE(\"Life is really simple, \"; \"but we insist on making it complicated \"; \"(Confucius).\")</input> concatenates three individual strings in double quotation marks, outputting <literal>Life is really simple, but we insist on making it complicated (Confucius).</literal>" +msgstr "" + +#. XBDt9 +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id711624454477483\n" +"help.text" +msgid "To place a literal double quotation mark within a string inside a formula, two methods can be used:" +msgstr "" + +#. 8qFEv +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id541624454496424\n" +"help.text" +msgid "You can \"escape\" the double quotation mark with an additional double quotation mark, and Calc treats the escaped double quotation mark as a literal value. For example, the formula <input>=\"My name is \"\"John Doe\"\".\"</input> outputs the string <literal>My name is \"John Doe\".</literal> Another simple example is the formula <input>=UNICODE(\"\"\"\")</input> which returns <literal>34</literal>, the decimal value of the Unicode quotation mark character (U+0022) — here the first and fourth double quotation marks indicate the beginning and end of the string, while the second double quotation mark escapes the third." +msgstr "" + +#. MfLZn +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id21624454513641\n" +"help.text" +msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula <input>=UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\"</input> displays the string <literal>\"The Catcher in the Rye\" is a famous book by J. D. Salinger.</literal>" +msgstr "" + +#. cpK3Z +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id401624454547945\n" +"help.text" +msgid "Beware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." +msgstr "" + #. Gmvo8 #: 04060110.xhp msgctxt "" @@ -20338,14 +20410,14 @@ msgctxt "" msgid "BASE" msgstr "BASE" -#. QtLKF +#. znNLx #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153289\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." -msgstr "<ahelp hid=\"HID_FUNC_BASIS\">Osoko zenbaki positibo bat beste<link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"zenbaki-sistema\">zenbaki-sistema</link> bateko testu bihurtzen du, adierazitako oinarriaren arabera.</ahelp> 0-9 zenbakiak eta A-Z letrak erabiliko dira." +msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." +msgstr "" #. 2cDvi #: 04060110.xhp @@ -20689,14 +20761,14 @@ msgctxt "" msgid "DECIMAL" msgstr "DECIMAL" -#. CeS5L +#. BcCUk #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3156361\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." -msgstr "<ahelp hid=\"HID_FUNC_DEZIMAL\"><link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"zenbaki-sistema\">Zenbaki-sistema</link> bateko testua osoko zenbaki positibo bihurtzen du, oinarri gisa ezarritako erroaren arabera.</ahelp> Erroak 2 eta 36 bitartekoa izan behar du. Zuriuneei eta tabulazioei ez ikusi egingo zaie. <emph>Testua</emph> eremuak ez ditu maiuskulak eta minuskulak bereizten." +msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." +msgstr "" #. 5yN72 #: 04060110.xhp @@ -21274,50 +21346,50 @@ msgctxt "" msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned." msgstr "<emph>Byte_kopurua</emph> (aukerakoa): LEFTB funtzioak aterako dituen karaktere kopurua zehazten du. Parametro hau definitzen ez bada, karaktere bat emango du funtzioak." -#. TFXGD +#. FFvts #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949141\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." -msgstr "<item type=\"input\">LEFTB(\"中国\";1)</item>: \" \" ematen du (byte 1 DBCS karaktere baten erdia da eta, hori dela eta, zuriune-karaktere bat itzultzen da)." +msgid "<item type=\"input\">=LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." +msgstr "" -#. QwisG +#. mQvUN #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949151\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">LEFTB(\"中国\";2)</item>: \"中\" ematen du (2 bytek DBCS karaktere oso bat osatzen dute)." +msgid "<item type=\"input\">=LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. SDFHG +#. qAEZ3 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949161\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." -msgstr "<item type=\"input\">LEFTB(\"中国\";3)</item>: \"中 \" ematen du (3 bytek DBCS karaktere bat eta erdi osatzen dute; itzulitako azken karakterea zuriune bat izango da)." +msgid "<item type=\"input\">=LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." +msgstr "" -#. 26C2F +#. s3UVQ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949171\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">LEFTB(\"中国\";4)</item>: \"中国\" ematen du (4 bytek bi DBCS karaktere oso egiten dute)." +msgid "<item type=\"input\">=LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. 8AtC5 +#. FM3FS #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949181\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." -msgstr "<item type=\"input\">LEFTB(\"office\";3)</item>: \"off\" ematen du (DBCS ez diren 3 karaktere, bakoitza 1 bytekoa)." +msgid "<item type=\"input\">=LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." +msgstr "" #. eEgeD #: 04060110.xhp @@ -21661,104 +21733,104 @@ msgctxt "" msgid "<emph>Number_bytes</emph> specifies the number of characters MIDB will return from text, in bytes." msgstr "<emph>Byte_kopurua</emph>: MIDBk testutik emango duen karaktere kopurua, bytetan, zehazten du." -#. YrAwV +#. 5Nn2i #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958417\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;0)</item>: \"\" ematen du (0 byte kate huts bat da beti)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." +msgstr "" -#. vSWbG +#. q6dWL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958427\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;1)</item>: \" \" ematen du (byte 1 DBCS karaktere baten erdia da eta, hori dela eta, zuriune-karaktere bat itzultzen da)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." +msgstr "" -#. TLFgD +#. CfNES #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958437\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;2)</item>: \"中\" ematen du (2 bytek DBCS karaktere oso bat osatzen dute)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. BPauw +#. wBLqC #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958447\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;3)</item>: \"中 \" ematen du (3 byte DBCS karaktere bat eta erdi dira; azken byteak zuriune bat itzultzen du)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." +msgstr "" -#. PwTEe +#. GedmG #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958457\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;4)</item>: \"中国\" ematen du (4 bytek bi DBCS karaktere oso egiten dute)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. Yb4iF +#. dAMAA #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958467\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;1)</item>: \" \" ematen du (2 byte-kokagunea ez dago karaktere baten hasieran DBCS kate batean; zuriune bat itzultzen da)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." +msgstr "" -#. DyXxB +#. SXLij #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958477\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;2)</item>: \" \" ematen du (2 byte-kokaguneak DBCS kateko lehen karakterearen azken erdira apuntatzen du; eskatutako 2 byte-ak, beraz, lehen karakterearen azken erdia eta bigarren karakterearen lehen erdia dira; beraz, 2 zuriune-karaktere itzultzen dira)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." +msgstr "" -#. WA6xA +#. cFw7V #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958487\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;3)</item>: \" 国\" ematen du (2 byte-kokagunea ez dago karaktere baten hasieran DBCS kate batean; zuriune bat itzultzen da 2 byte-kokagunerako)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." +msgstr "" -#. riZ7z +#. drtpL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958497\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." -msgstr "<item type=\"input\">MIDB(\"中国\";3;1)</item>: \" \" ematen du (3 byte-kokagunea DBCS kate bateko karaktere baten hasieran dago, baina byte 1 DBCS karaktere baten erdia besterik ez da, eta beraz, zuriune-karaktere bat itzultzen da)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." +msgstr "" -#. KeBuT +#. koipq #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958507\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." -msgstr "<item type=\"input\">MIDB(\"中国\";3;2)</item>: \"国\" ematen du (3 byte-kokagunea DBCS kate bateko karaktere baten hasieran dago, eta 2 byte-k DBCS karaktere bat osatzen dute)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." +msgstr "" -#. CmwD5 +#. aQmsH #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958517\n" "help.text" -msgid "<item type=\"input\">MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." -msgstr "<item type=\"input\">MIDB(\"office\";2;3)</item>: \"ffi\" ematen du (2 byte-kokagunea DBCS ez den kate bateko karaktere baten hasieran dago, eta 3 byte, DBCS ez den kate batean, 3 karaktere dira)." +msgid "<item type=\"input\">=MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." +msgstr "" #. k4kCo #: 04060110.xhp @@ -21958,23 +22030,23 @@ msgctxt "" msgid "<emph>Number</emph> is the number of repetitions." msgstr "<emph>Kopurua</emph>: errepikapenen kopurua." -#. x3LR5 +#. brnbx #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3149922\n" +"par_id3148626\n" "help.text" -msgid "The result can be a maximum of 255 characters." -msgstr "Emaitza 255 karakterekoa izango da gehienez." +msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." +msgstr "<item type=\"input\">=REPT(\"Egun on\";2)</item>: Egun onEgun on ematen du." -#. brnbx +#. 9Dbjv #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3148626\n" +"par_id381626381556310\n" "help.text" -msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." -msgstr "<item type=\"input\">=REPT(\"Egun on\";2)</item>: Egun onEgun on ematen du." +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT\" name=\"REPT_Wiki\">REPT</link> wiki page for more details about this function." +msgstr "" #. mtFNA #: 04060110.xhp @@ -22021,14 +22093,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Testua</emph>: eskuineko zatia zehaztu behar zaion testua." -#. KRpFB +#. tkbjJ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153350\n" "help.text" -msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text." -msgstr "<emph>Kopurua</emph> (aukerakoa): testuaren eskuineko zatiko karaktere kopurua." +msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned." +msgstr "" #. xNFMc #: 04060110.xhp @@ -22084,14 +22156,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Testua</emph>: eskuineko zatia zehaztu behar zaion testua." -#. Vciv6 +#. yUHYp #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2953350\n" "help.text" -msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes." -msgstr "<emph>Byte_kopurua</emph> (aukerakoa): RIGHTB funtzioak erauziko duen karaktere kopurua zehazten du, bytetan oinarrituta." +msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes. If this parameter is not defined, one byte is returned." +msgstr "" #. KnAgN #: 04060110.xhp @@ -22777,60 +22849,6 @@ msgctxt "" msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING." msgstr "<item type=\"input\">=UPPER(\"Egun on\")</item>: EGUN ON ematen du." -#. KWdkk -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"bm_id3150802\n" -"help.text" -msgid "<bookmark_value>VALUE function</bookmark_value>" -msgstr "<bookmark_value>VALUE funtzioa</bookmark_value>" - -#. QPiD6 -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"hd_id3150802\n" -"help.text" -msgid "VALUE" -msgstr "VALUE" - -#. yFFSn -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3152551\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_WERT\">Testu-kate bat zenbaki bihurtzen du.</ahelp>" - -#. fGm5h -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153638\n" -"help.text" -msgid "VALUE(\"Text\")" -msgstr "DATEVALUE(\"Testua\")" - -#. iYHvi -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153651\n" -"help.text" -msgid "<emph>Text</emph> is the text to be converted to a number." -msgstr "<emph>Testua</emph>: zenbaki bihurtu beharreko testua." - -#. mDpCa -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3144733\n" -"help.text" -msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321." -msgstr "<item type=\"input\">=VALUE(\"4321\")</item>: 4321 ematen du." - #. E5UtK #: 04060111.xhp msgctxt "" @@ -23164,6 +23182,24 @@ msgctxt "" msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code." msgstr "<emph>Testua</emph>: Sartu zifratu nahi duzun karaktere-katea. ROT13(ROT13(testua)) funtzioak kodea deszifratzen du." +#. tN74B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id151626469224135\n" +"help.text" +msgid "<input>=ROT13(\"Gur Qbphzrag Sbhaqngvba jnf sbhaqrq va Frcgrzore 2010.\")</input> returns the string \"The Document Foundation was founded in September 2010.\". Notice how spaces, digits, and full stops are unaffected by ROT13." +msgstr "" + +#. 4TMAT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id221626469509161\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13\" name=\"ROT13_Wiki\">ROT13</link> wiki page for more details about this function." +msgstr "" + #. CFJsA #: 04060111.xhp msgctxt "" @@ -38320,59 +38356,68 @@ msgctxt "" msgid "PHI" msgstr "PHI" -#. BiQu7 +#. YyypL #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3150254\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_PHI\">Banaketa normal estandarraren banaketa-funtzioaren balioak ematen ditu.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the value of the probability density function for a given value considering the standard normal distribution.</ahelp>" +msgstr "" -#. HEuJD +#. oEGwC #: 04060184.xhp msgctxt "" "04060184.xhp\n" -"par_id3149976\n" +"par_id151629986285891\n" "help.text" -msgid "PHI(Number)" -msgstr "PHI(zenbakia)" +msgid "<input>PHI(Number)</input>" +msgstr "" -#. vZds8 +#. 4JwEu #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3156108\n" "help.text" -msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated." -msgstr "<emph>Zenbakia</emph>: banaketa normal estandarra kalkulatzeko erabiliko den balioa." +msgid "<emph>Number</emph> is the value for which the probability density function is calculated." +msgstr "" -#. jVwEp +#. 92hiK #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3155849\n" "help.text" -msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03" -msgstr "<item type=\"input\">=PHI(2,25) </item>= 0,03" +msgid "<input>=PHI(2.25)</input> returns 0.0317." +msgstr "" -#. SsB5N +#. NsLhE #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3143236\n" "help.text" -msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03" -msgstr "<item type=\"input\">=PHI(-2,25)</item> = 0,03" +msgid "<input>=PHI(-2.25)</input> also returns 0.0317 because the normal distribution is symmetrical." +msgstr "" -#. UnjEG +#. NXho4 #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3149286\n" "help.text" -msgid "<item type=\"input\">=PHI(0)</item> = 0.4" -msgstr "<item type=\"input\">=PHI(0)</item> = 0,4" +msgid "<input>=PHI(0)</input> returns 0.3989." +msgstr "" + +#. GMDrd +#: 04060184.xhp +msgctxt "" +"04060184.xhp\n" +"par_id611629985664328\n" +"help.text" +msgid "Calling <input>PHI(Number)</input> is equivalent to calling <input>NORMDIST(Number,0,1,FALSE())</input> or <input>NORM.S.DIST(Number;FALSE())</input>, hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the <emph>Cumulative</emph> argument set to <emph>False.</emph>" +msgstr "" #. vqBTN #: 04060184.xhp @@ -41947,15 +41992,6 @@ msgctxt "" msgid "Addition" msgstr "Batuketa" -#. vVWxJ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153247\n" -"help.text" -msgid "1+1" -msgstr "1+1" - #. r74qM #: 04060199.xhp msgctxt "" @@ -41974,15 +42010,6 @@ msgctxt "" msgid "Subtraction" msgstr "Kenketa" -#. tZXmq -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153554\n" -"help.text" -msgid "2-1" -msgstr "2-1" - #. zqeEq #: 04060199.xhp msgctxt "" @@ -42001,15 +42028,6 @@ msgctxt "" msgid "Negation" msgstr "Ukapena" -#. xRAoR -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154712\n" -"help.text" -msgid "-5" -msgstr "-5" - #. uTzKJ #: 04060199.xhp msgctxt "" @@ -42028,15 +42046,6 @@ msgctxt "" msgid "Multiplication" msgstr "Biderketa" -#. p7EVk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149055\n" -"help.text" -msgid "2*2" -msgstr "2*2" - #. LyrLq #: 04060199.xhp msgctxt "" @@ -42055,15 +42064,6 @@ msgctxt "" msgid "Division" msgstr "Zatiketa" -#. Mm2KC -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153027\n" -"help.text" -msgid "9/3" -msgstr "9/3" - #. St2pE #: 04060199.xhp msgctxt "" @@ -42082,15 +42082,6 @@ msgctxt "" msgid "Percent" msgstr "Ehunekoa" -#. 6tQYS -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145632\n" -"help.text" -msgid "15%" -msgstr "15%" - #. KTLME #: 04060199.xhp msgctxt "" @@ -42109,14 +42100,14 @@ msgctxt "" msgid "Exponentiation" msgstr "Berretura" -#. G8KSc +#. QZRSe #: 04060199.xhp msgctxt "" "04060199.xhp\n" -"par_id3157873\n" +"par_id881623862728559\n" "help.text" -msgid "3^2" -msgstr "3^2" +msgid "Prefix \"-\" (negation) has a higher precedence than \"^\" (exponentiation). For example -3^2 equals 9, which is the square of a negative number." +msgstr "" #. 77TDi #: 04060199.xhp @@ -42181,15 +42172,6 @@ msgctxt "" msgid "Equal" msgstr "Berdin" -#. uSFf9 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154546\n" -"help.text" -msgid "A1=B1" -msgstr "A1=B1" - #. Vg88D #: 04060199.xhp msgctxt "" @@ -42208,15 +42190,6 @@ msgctxt "" msgid "Greater than" msgstr "Hau baino handiagoa da" -#. Q4HZQ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145138\n" -"help.text" -msgid "A1>B1" -msgstr "A1>B1" - #. jCt4x #: 04060199.xhp msgctxt "" @@ -42235,15 +42208,6 @@ msgctxt "" msgid "Less than" msgstr "Hau baino txikiagoa da" -#. zHDAx -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3150901\n" -"help.text" -msgid "A1<B1" -msgstr "A1<B1" - #. EBajC #: 04060199.xhp msgctxt "" @@ -42262,15 +42226,6 @@ msgctxt "" msgid "Greater than or equal to" msgstr "Hau baino handiagoa edo berdina da" -#. iopG3 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153111\n" -"help.text" -msgid "A1>=B1" -msgstr "A1>=B1" - #. wXVvo #: 04060199.xhp msgctxt "" @@ -42289,15 +42244,6 @@ msgctxt "" msgid "Less than or equal to" msgstr "Hau baino txikiagoa edo berdina da" -#. DjB2C -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148760\n" -"help.text" -msgid "A1<=B1" -msgstr "A1<=B1" - #. 4XUDV #: 04060199.xhp msgctxt "" @@ -42316,15 +42262,6 @@ msgctxt "" msgid "Inequality" msgstr "Desberdintza" -#. NEJpk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149878\n" -"help.text" -msgid "A1<>B1" -msgstr "A1<>B1" - #. aAdxC #: 04060199.xhp msgctxt "" @@ -42478,15 +42415,6 @@ msgctxt "" msgid "Range" msgstr "Barrutia" -#. DCYDo -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148432\n" -"help.text" -msgid "A1:C108" -msgstr "A1:C108." - #. fWnpm #: 04060199.xhp msgctxt "" @@ -43279,14 +43207,14 @@ msgctxt "" msgid "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values." msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Komando honek alboko barrako 'Funtzio-zerrenda' panela irekitzen du, dokumentuetan txerta ditzakezun funtzio guztiak erakusteko.</ahelp></variable> <emph>Funtzio-zerrenda</emph> panela <emph>Funtzioak</emph> fitxaren antzekoa da, <link href=\"text/scalc/01/04060000.xhp\" name=\"Funtzioen morroia\">Funtzioen morroi</link>koa. Funtzioak leku-markekin txertatzen dira, gero zure balioekin ordezteko." -#. UGvDB +#. kJGdD #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3152576\n" "help.text" -msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." -msgstr "<emph>Funtzio-zerrenda</emph> leihoa tamainaz alda daitekeen <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">leiho atrakagarria</link> da. Kalkulu-orrietan funtzioak azkar sartzeko erabiltzen da. Funtzio-zerrendako sarrera batean klik bikoitza egitean, funtzio hori zuzenean txertatuko da parametro guztiekin." +msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." +msgstr "" #. tu2NZ #: 04080000.xhp @@ -45088,14 +45016,14 @@ msgctxt "" msgid "Use the Styles deck of the Sidebar to assign styles to cells and pages. You can apply, update, and modify existing styles or create new styles." msgstr "Erabili alboko barrako 'Estiloak' panela gelaxkei eta orriei estiloak esleitzeko. Aurretik dauden estiloak aplikatu, eguneratu eta aldatu ditzakezu, edo estilo berriak sortu." -#. HL32W +#. nTiyj #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149665\n" "help.text" -msgid "The Styles <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document." -msgstr "'Estiloak' <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">leiho atrakagarria</link> irekita egon daiteke dokumentua editatzen ari zaren bitartean." +msgid "The Styles <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link> can remain open while editing the document." +msgstr "" #. cawKF #: 05100000.xhp @@ -45484,6 +45412,15 @@ msgctxt "" msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>" msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">Hautatutako orri-barrutiari Autoformatua aplikatzeko edo zuk zeuk sortutako Autoformatuak definitzeko, erabili komando hau.</ahelp></variable>" +#. 7SZiE +#: 05110000.xhp +msgctxt "" +"05110000.xhp\n" +"par_id181630332690300\n" +"help.text" +msgid "The AutoFormat command is available only if a cell range with at least 3 columns and 3 rows are selected. Otherwise this command will appear grayed out in the menu." +msgstr "" + #. Gid6Q #: 05110000.xhp msgctxt "" @@ -45736,50 +45673,68 @@ msgctxt "" msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>" msgstr "<bookmark_value>baldintzapeko formatua; baldintzak</bookmark_value>" -#. FMGh8 +#. tYBMm +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id71624649758112\n" +"help.text" +msgid "Condition list" +msgstr "" + +#. aX6Li #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149413\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">List of the conditions defined for the cell range in order of evaluation.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Gelaxka-barrutirako definitu diren baldintzen zerrenda, ebaluazio-ordenan.</ahelp>" +msgid "List of the conditions defined for the cell range in order of evaluation. You can define as many conditions as you want." +msgstr "" + +#. YHZ6v +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id41624649786605\n" +"help.text" +msgid "Up" +msgstr "" -#. u9xFc +#. xSGWr #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149414\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Increase priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Handitu hautatutako baldintzaren lehentasuna.</ahelp>" +msgid "<ahelp hid=\".\">Increase priority of the selected condition.</ahelp>" +msgstr "" -#. jtCfF +#. YWF6k #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id3149415\n" +"hd_id861624649792266\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Decrease priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Txikitu hautatutako baldintzaren lehentasuna.</ahelp>" +msgid "Down" +msgstr "" -#. kbqQx +#. BAEJK #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"par_id3149415\n" "help.text" -msgid "Condition" -msgstr "Baldintza" +msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" +msgstr "" -#. XUCvV +#. FZJa2 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494131\n" +"hd_id31531891\n" "help.text" -msgid "You can define as many conditions as you want." -msgstr "Nahi beste baldintza definitu ditzakezu." +msgid "Condition list entry" +msgstr "" #. YLwyA #: 05120000.xhp @@ -49228,14 +49183,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Hautatu barruti izenduna, edo sartu erabili nahi dituzun iragazki-irizpideak dituen gelaxka-barrutia.</ahelp>" -#. DAGu3 +#. qhEo5 #: 12040300.xhp msgctxt "" "12040300.xhp\n" -"hd_id3153188\n" +"hd_id331625165680452\n" "help.text" -msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>" -msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"Gehiago\">Gehiago</link>" +msgid "Options" +msgstr "" #. oYCwG #: 12040400.xhp @@ -53359,6 +53314,78 @@ msgctxt "" msgid "Sample macro:" msgstr "Makro adibidea:" +#. vkaMd +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id521625929022780\n" +"help.text" +msgid "Below is a sample function that can be called when an error occurs. Note that the macro takes in two parameters that are passed on by %PRODUCTNAME when the function is called:" +msgstr "" + +#. F9upo +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id981625929097216\n" +"help.text" +msgid "<emph>CellValue</emph>: The value entered by the user, as a String." +msgstr "" + +#. oSFqW +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id421625929100152\n" +"help.text" +msgid "<emph>CellAddress</emph>: The address of the cell where the value was entered, as a String prefixed with the sheet name (e.g: \"Sheet1.A1\")." +msgstr "" + +#. A52Nm +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id101625929384030\n" +"help.text" +msgid "The function must return a Boolean value. If it returns <literal>True</literal>, the entered value is kept. If the function returns <literal>False</literal>, the entered value is erased and the previous value is restored." +msgstr "" + +#. 4tzCz +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id531545240216611\n" +"help.text" +msgid "msg = \"Invalid value: \" & \"'\" & CellValue & \"'\"" +msgstr "" + +#. Zfic8 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id971625928577365\n" +"help.text" +msgid "msg = msg & \" in cell: \" & \"'\" & CellAddress & \"'\"" +msgstr "" + +#. hiNR9 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id181625928577640\n" +"help.text" +msgid "msg = msg & Chr(10) & \"Accept anyway?\"" +msgstr "" + +#. EhFBn +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id941625928578118\n" +"help.text" +msgid "iAnswer = MsgBox (msg , MB_FLAGS, \"Error message\")" +msgstr "" + #. 4C6T2 #: ODFF.xhp msgctxt "" @@ -53458,6 +53485,15 @@ msgctxt "" msgid "Example" msgstr "Adibidea" +#. 54Ga6 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id281996\n" +"help.text" +msgid "Examples" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -60190,14 +60226,14 @@ msgctxt "" msgid "<emph>Position</emph>: The position in the text where the search starts." msgstr "<emph>Kokagunea</emph>: Bilaketaren hasiera-puntua izango den kokagunea testuaren barruan." -#. VLM4H +#. okEBS #: func_findb.xhp msgctxt "" "func_findb.xhp\n" "par_id481573517830373\n" "help.text" -msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." -msgstr "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> funtzioak 19 itzultzen du." +msgid "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> returns 15. The <emph>Find Text</emph> argument is a text string that comprises a full-width, double-byte \"a\" character, while the <emph>Text</emph> argument comprises 12 single-byte characters followed by four full-width, double-byte characters." +msgstr "" #. aACGP #: func_floor.xhp @@ -63394,77 +63430,131 @@ msgctxt "" msgid "<bookmark_value>NUMBERVALUE function</bookmark_value>" msgstr "<bookmark_value>TIMEVALUE funtzioa</bookmark_value>" -#. 6XDJp +#. GomzJ #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "hd_id3145621\n" "help.text" -msgid "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" -msgstr "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" +msgid "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>" +msgstr "" -#. 3WLvS +#. Ywca6 #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3145087\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Convert text to number, in a locale-independent way.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Testua zenbaki bihurtu, eskualde-ezarpenaren mendekoa ez den moduan.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converts the string representation of a number into a locale-independent numeric value.</ahelp>" +msgstr "" -#. JUF4C +#. xfP9G #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3149281\n" "help.text" -msgid "Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator" -msgstr "Murriztapenak: LEN(DezimalBereizlea) = 1, DezimalBereizlea parametroak ez du agertu behar TaldeBereizlea parametroan" +msgid "The input text may be in a locale-dependent or other bespoke format." +msgstr "" -#. 2uppP +#. vVK9p #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" -"par_id3149268\n" +"par_id381625600941159\n" +"help.text" +msgid "The output number is formatted as a valid floating point value and shown using the current cell's number format." +msgstr "" + +#. 2Ditv +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id351625601754290\n" +"help.text" +msgid "Refer to the <embedvar href=\"text/shared/01/05020300.xhp#NumbersLink\"/> help page to learn how to change the format of numbers in a cell." +msgstr "" + +#. vEdwF +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625602228575\n" "help.text" -msgid "NUMBERVALUE(\"Text\" [;decimal_separator [;group_separator]])" -msgstr "NUMBERVALUE(\"Testua\" [;DezimalBereizlea [;TaldeBereizlea]])" +msgid "NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])" +msgstr "" -#. ytM82 +#. Y3A9n #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154819\n" "help.text" -msgid "<emph>Text</emph> is a valid number expression and must be entered with quotation marks." -msgstr "<emph>Testua</emph> baliozko data-adierazpena da, eta komatxo artean sartu behar da." +msgid "<emph>Text</emph> is a string that contains the number to be converted." +msgstr "" -#. exDVp +#. gwZ7A #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154820\n" "help.text" -msgid "<emph>decimal_separator</emph> (optional) defines the character used as the decimal separator." -msgstr "<emph>DezimalBereizlea</emph> (aukerakoa): bereizle dezimal modura erabiliko den karakterea definitzen du." +msgid "<emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators." +msgstr "" -#. PAA4R +#. KJ6WA #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154821\n" "help.text" -msgid "<emph>group_separator</emph> (optional) defines the character(s) used as the group separator." -msgstr "<emph>TaldeBereizlea</emph> (aukerakoa): talde-bereizle modura erabiliko d(ir)en karakterea(k) definitzen d(it)u." +msgid "<emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>." +msgstr "" -#. zmrjG +#. yptHN #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3155841\n" "help.text" -msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" -msgstr "<item type=\"input\">=NUMBERVALUE(\"123,456\";\".\";\",\")</item>: 123,456 ematen du" +msgid "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop." +msgstr "" + +#. UNiLM +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625603302860\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> returns 123.4 (considering en-US locale). The function changes the decimal separator from a \"·\" to a full stop. No group separator is used in the supplied number and so the <emph>Group Separator</emph> argument is omitted." +msgstr "" + +#. iGGwj +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id491625603415715\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123e12\")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted." +msgstr "" + +#. vTYDd +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id801625603497421\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string." +msgstr "" + +#. 4sMd6 +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id451626100385699\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> wiki page for more details about this function." +msgstr "" #. EJhfD #: func_opt_barrier.xhp @@ -64204,14 +64294,14 @@ msgctxt "" msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied." msgstr "<emph>Testua</emph>: Adierazpen erregularra aplikatuko zaion testua edo gelaxka baten erreferentzia." -#. gdhZh +#. aaDJc #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id211542232209275\n" "help.text" -msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." -msgstr "<emph>Adierazpena</emph>: Adierazpen erregularra ordezkatzen duen testua. Erabili <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU adierazpen erregularrak</link>. Bat etortzerik ez badago eta <emph>Ordezkoa</emph> ematen ez bada, #E/E itzuliko da." +msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." +msgstr "" #. ZBTYi #: func_regex.xhp @@ -64294,14 +64384,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">List of regular expressions</link>" msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">Adierazpen erregularren zerrenda</link>" -#. U7Ffm +#. 2AHRN #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id431542233650614\n" "help.text" -msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" -msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU adierazpen erregularrak</link>" +msgid "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>" +msgstr "" #. B64FM #: func_replaceb.xhp @@ -64348,32 +64438,32 @@ msgctxt "" msgid "REPLACEB( Text ; Position ; Length ; NewText )" msgstr "REPLACEB( Testua ; Kokagunea ; Luzera ; TestuBerria )" -#. eY5FG +#. uBLSC #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id331573510857418\n" "help.text" -msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." -msgstr "<emph>Testua</emph>: Karaktereak ordeztuko zaizkion testu-adierazpen bat edo testu-adierazpena duen gelaxka baten erreferentzia bat." +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced." +msgstr "" -#. bqPxd +#. 9a6mz #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id431573510862075\n" "help.text" -msgid "<emph>Position</emph>: the character position from which text is to be replaced." -msgstr "<emph>Kokagunea</emph>: Testua ordezten hasiko den kokaguneko karakterea." +msgid "<emph>Position</emph>: the byte position from which text is to be replaced." +msgstr "" -#. TtgNA +#. AsHs8 #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id481573510866260\n" "help.text" -msgid "<emph>Length</emph>: the number of characters to be replaced." -msgstr "<emph>Luzera</emph>: Ordeztuko den karaktere kopurua." +msgid "<emph>Length</emph>: the number of bytes to be replaced." +msgstr "" #. UuACG #: func_replaceb.xhp @@ -64393,6 +64483,15 @@ msgctxt "" msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." msgstr "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> funtzioak \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" itzultzen du." +#. zzieb +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id721626381053212\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> wiki page for more details about this function." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -65419,6 +65518,132 @@ msgctxt "" msgid "<item type=\"input\">TODAY()</item> returns the current computer system date." msgstr "<item type=\"input\">=TODAY()</item> funtzioak ordenagailuaren sistemaren uneko data ematen du." +#. w86Dm +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"tit\n" +"help.text" +msgid "VALUE Function" +msgstr "" + +#. D5EDU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"bm_id831542233029549\n" +"help.text" +msgid "<bookmark_value>VALUE function</bookmark_value> <bookmark_value>text functions;convert text to numeric value</bookmark_value>" +msgstr "" + +#. pkYxF +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"hd_id881628776094597\n" +"help.text" +msgid "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>" +msgstr "" + +#. BZ7SU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id541542230672101\n" +"help.text" +msgid "<variable id=\"func_value_desc\"><ahelp hid=\".\">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable>" +msgstr "" + +#. KAY8o +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "<input>VALUE(Text)</input>" +msgstr "" + +#. QVErw +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id621542232197446\n" +"help.text" +msgid "<emph>Text</emph>: A string (in quotation marks), a number, or a reference to a cell containing one of those types, that contains the value to be converted." +msgstr "" + +#. hMLPV +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628787003937\n" +"help.text" +msgid "If the <emph>Text</emph> argument is a string representing a date, time, currency or a numeric value with decimal and thousands separators, the string must comply with current locale settings." +msgstr "" + +#. 3BCEU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id451628776707264\n" +"help.text" +msgid "<input>=VALUE(\"1234\")</input> returns the numeric value 1234." +msgstr "" + +#. zEuFg +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628778036375\n" +"help.text" +msgid "<input>=VALUE(\"+1,234.567\")</input> returns 1234.567 (considering en-US locale). Note that the \"+\" sign could have been omitted." +msgstr "" + +#. Hhrax +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id991628779914913\n" +"help.text" +msgid "<input>=VALUE(\"$100\")</input> returns 100 (considering en-US locale). Note that the currency prefix must match the current locale settings." +msgstr "" + +#. syxTJ +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628780114427\n" +"help.text" +msgid "<input>=VALUE(\"50%\")</input> returns 0.5. Note that the character \"%\" causes the numeric part to be divided by 100." +msgstr "" + +#. xDJeH +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628780240876\n" +"help.text" +msgid "<input>=VALUE(\"07/30/2021\")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date." +msgstr "" + +#. Kkcm7 +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id501628780340635\n" +"help.text" +msgid "<input>=VALUE(\"09:20:25\")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value." +msgstr "" + +#. qxHgs +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id801628779804928\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> wiki page for more details about this function." +msgstr "" + #. dQeP6 #: func_webservice.xhp msgctxt "" @@ -68938,32 +69163,32 @@ msgctxt "" msgid "The following table displays the results of the descriptive statistics of the sample data above." msgstr "Hurrengo taulak goiko lagin-datuen estatistika deskribatzaileen emaitzak bistaratzen ditu." -#. XC7CC +#. BmGdK #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000690\n" "help.text" -msgid "Column 1" -msgstr "1. zutabea" +msgid "Maths" +msgstr "" -#. HY2UN +#. BYWoQ #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000700\n" "help.text" -msgid "Column 2" -msgstr "2. zutabea" +msgid "Physics" +msgstr "" -#. qTDSp +#. FeMDR #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000710\n" "help.text" -msgid "Column 3" -msgstr "3. zutabea" +msgid "Biology" +msgstr "" #. AjAbs #: statistics_descriptive.xhp @@ -69532,14 +69757,14 @@ msgctxt "" msgid "Regression Analysis" msgstr "Erregresio-analisia" -#. wDYsU +#. vJQLe #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "bm_id2764278\n" "help.text" -msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value>" -msgstr "<bookmark_value>Analysis tresna-paketea;erregresio-analisia</bookmark_value><bookmark_value>erregresio-analisia;Analysis tresna-paketea</bookmark_value><bookmark_value>datuen estatistikak;erregresio-analisia</bookmark_value>" +msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value><bookmark_value>Confidence level;regression analysis</bookmark_value><bookmark_value>regression analysis;linear</bookmark_value><bookmark_value>regression analysis;power</bookmark_value><bookmark_value>regression analysis;logarithmic</bookmark_value>" +msgstr "" #. UPKr7 #: statistics_regression.xhp @@ -69550,14 +69775,23 @@ msgctxt "" msgid "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Regression Analysis</link></variable>" msgstr "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Erregresio-analisia</link></variable>" -#. NFhSA +#. A8gk9 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "par_id1001240\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produces the regression analysis of a data set</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Datu multzo baten erregresio-analisia ematen du</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp>" +msgstr "" + +#. PDDGb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id431629832333206\n" +"help.text" +msgid "For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables." +msgstr "" #. ENJtD #: statistics_regression.xhp @@ -69577,140 +69811,194 @@ msgctxt "" msgid "For more information on regression analysis, refer to the <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">corresponding Wikipedia article</link>." msgstr "Erregresio-analisiei buruzko informazio gehiagorako, ikusi <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">Wikipediako artikulua.</link>" -#. rdATw +#. G5y4R #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"hd_id1000070\n" +"hd_id891629830986496\n" "help.text" -msgid "Output Regression Type" -msgstr "Irteerako erregresio motak" +msgid "Data" +msgstr "" -#. QMDBG +#. 9uRGh #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001280\n" +"hd_id101629830993962\n" "help.text" -msgid "Set the regression type. Three types are available:" -msgstr "Ezarri erregresio mota. Hiru mota daude erabilgarri:" +msgid "Independent variable(s) (X) range:" +msgstr "" -#. 7Avaz +#. XGD77 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620334364\n" +"par_id961629834099308\n" "help.text" -msgid "<emph>Linear Regression</emph>: find a straight line in the form of <item type=\"literal\">y = a.x + b</item>, where <item type=\"literal\">a</item> is the slope and <item type=\"literal\">b</item> is the intercept that best fits the data." -msgstr "<emph>Erregresio lineala</emph>: aurkitu datue ondoen egokitzen zaien marra zuzen bat <item type=\"literal\">y = a.x + b</item> forman, non <item type=\"literal\">a</item> malda den eta <item type=\"literal\">b</item> ebakidura den." +msgid "Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table." +msgstr "" -#. B6dex +#. yCogF #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340168\n" +"hd_id871629830998653\n" "help.text" -msgid "<emph>Logarithmic regression</emph>: find a logarithmic curve in the form of <item type=\"literal\">y = a.ln(x) + b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept and <item type=\"literal\">ln(x)</item> is the natural logarithm of <item type=\"literal\">x</item>, that best fits the data." -msgstr "<emph>Erregresio logaritmikoa</emph>: aurkitu datuei ondoen egokitzen zaien kurba logaritmiko bat <item type=\"literal\">y = a.ln(x) + b</item> forman, non <item type=\"literal\">a</item> malda den, <item type=\"literal\">b</item> ebakidura den eta <item type=\"literal\">ln(x)</item> <item type=\"literal\">x</item> balioaren logaritmo naturala den." +msgid "Dependent variable (Y) range:" +msgstr "" -#. txgoZ +#. NiB9B #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340139\n" +"par_id391629834089370\n" "help.text" -msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the coefficient, <item type=\"literal\">b</item> is the power that best fits the data." -msgstr "<emph>Erregresio potentziala</emph>: Aurkitu datuei ondoen egokitzen zaien kurba potentzial bat <item type=\"literal\">y = a.x^b</item> forman, non <item type=\"literal\">a</item> koefizientea den eta <item type=\"literal\">b</item> potentzia den." +msgid "Enter the range that contains the dependent variable whose regression is to be calculated." +msgstr "" -#. EtPbr +#. A8dZ8 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001310\n" +"hd_id931629831003368\n" "help.text" -msgid "The results of the three types of <emph>regression analysis</emph> of the measurements in the table above are shown below." -msgstr "Goiko taulako neurketen hiru <emph>erregresio-analisi</emph> moten emaitzak behean erakusten dira." +msgid "Both X and Y ranges have labels" +msgstr "" -#. iJ7yf +#. mSnba #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090526\n" +"par_id261629834071776\n" "help.text" -msgid "Regression" -msgstr "Erregresioa" +msgid "Check to use the first line (or column) of the data sets as variable names in the output range." +msgstr "" -#. cSAoU +#. 7TDwz #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090542\n" +"hd_id11629831014811\n" "help.text" -msgid "Regression Model" -msgstr "Erregresio-eredua" +msgid "Results to:" +msgstr "" -#. YAGFi +#. CAKdU #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090596\n" +"par_id441629834000533\n" "help.text" -msgid "Linear" -msgstr "Lineala" +msgid "The reference of the top left cell of the range where the results will be displayed." +msgstr "" -#. 2zcqS +#. ZMxv6 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090586\n" +"hd_id1000070\n" "help.text" -msgid "Logarithmic" -msgstr "Logaritmikoa" +msgid "Output Regression Types" +msgstr "" -#. QvaFq +#. QMDBG #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090555\n" +"par_id1001280\n" "help.text" -msgid "Power" -msgstr "Potentzia" +msgid "Set the regression type. Three types are available:" +msgstr "Ezarri erregresio mota. Hiru mota daude erabilgarri:" -#. oHBnC +#. vauNm #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090553\n" +"par_id1701201620334364\n" "help.text" -msgid "R^2" -msgstr "R^2" +msgid "<emph>Linear Regression</emph>: finds a linear function in the form of y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th slope, [x<sub>i</sub>] is the i-th independent variable, and b is the intercept that best fits the data." +msgstr "" -#. egmFM +#. cR7FM #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090595\n" +"par_id1701201620340168\n" "help.text" -msgid "Standard Error" -msgstr "Errore estandarra" +msgid "<emph>Logarithmic regression</emph>: finds a logarithmic curve in the form of y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th coefficient, b is the intercept and ln[x<sub>i</sub>] is the natural logarithm of the i-th independent variable, that best fits the data." +msgstr "" + +#. YfNEL +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id1701201620340139\n" +"help.text" +msgid "<emph>Power regression</emph>: finds a power curve in the form of y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), where a<sub>i</sub> is the i-th power, [x<sub>i</sub>] is the i-th independent variable, and b is intercept that best fits the data." +msgstr "" -#. woESA +#. 3KkxA #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090563\n" +"hd_id331629834218606\n" "help.text" -msgid "Slope" -msgstr "Malda" +msgid "Options" +msgstr "" -#. qfNCA +#. uBCr7 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090642\n" +"hd_id481629834269509\n" "help.text" -msgid "Intercept" -msgstr "Ebakidura" +msgid "Confidence level" +msgstr "" + +#. YjBMV +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id971629835636129\n" +"help.text" +msgid "A numeric value between 0 and 1 (exclusive), default is 0.95. Calc uses this percentage to compute the corresponding confidence intervals for each of the estimates (namely the slopes and intercept)." +msgstr "" + +#. f2CEs +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id751629834274709\n" +"help.text" +msgid "Calculate residuals" +msgstr "" + +#. b4unQ +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id401629835408653\n" +"help.text" +msgid "Select whether to opt in or out of computing the residuals, which may be beneficial in cases where you are interested only in the slopes and intercept estimates and their statistics. The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model." +msgstr "" + +#. F99az +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id861629834279039\n" +"help.text" +msgid "Force intercept to be zero" +msgstr "" + +#. UYdQb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id121629837424848\n" +"help.text" +msgid "Calculates the regression model using zero as the intercept, thus forcing the model to pass through the origin." +msgstr "" #. u47eB #: statistics_sampling.xhp diff --git a/source/eu/helpcontent2/source/text/scalc/04.po b/source/eu/helpcontent2/source/text/scalc/04.po index 474b6ceedf8..7feedee2eba 100644 --- a/source/eu/helpcontent2/source/text/scalc/04.po +++ b/source/eu/helpcontent2/source/text/scalc/04.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-14 18:09+0100\n" -"PO-Revision-Date: 2021-04-04 23:37+0000\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2021-09-12 07:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/eu/>\n" "Language: eu\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: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1556007671.000000\n" #. NQkD7 @@ -25,14 +25,14 @@ msgctxt "" msgid "Shortcut Keys for Spreadsheets" msgstr "Kalkulu-orrietako laster-teklak" -#. KkAUs +#. DdGD4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "bm_id3145801\n" "help.text" -msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>" -msgstr "<bookmark_value>kalkulu-orriak; laster-teklak: </bookmark_value><bookmark_value>laster-teklak; kalkulu-orriak</bookmark_value><bookmark_value>orri-barrutiak; betetzea</bookmark_value>" +msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value> <bookmark_value>shortcut keys; spreadsheets</bookmark_value> <bookmark_value>sheet ranges; filling</bookmark_value>" +msgstr "<bookmark_value>kalkulu-orrien; laster-teklak</bookmark_value> <bookmark_value>laster-teklak; kalkulu-orrietan</bookmark_value> <bookmark_value>orri-barrutiak; betetzea</bookmark_value>" #. CkSXA #: 01020000.xhp @@ -187,14 +187,14 @@ msgctxt "" msgid "End" msgstr "\"Bukaera\" tekla" -#. ezWwF +#. THrNt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155095\n" "help.text" -msgid "Moves the cursor to the last cell of the current row." -msgstr "Uneko errenkadako azken gelaxkara eramaten du kurtsorea." +msgid "Moves the cursor to the last cell that contains values in the current row." +msgstr "Uneko errenkadako balioa duen azken gelaxkara eramaten du kurtsorea." #. FhvWD #: 01020000.xhp @@ -223,14 +223,14 @@ msgctxt "" msgid "Shift+End" msgstr "Shift+End" -#. BnYcn +#. CsAmu #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id4155095\n" "help.text" -msgid "Selects cells from the current cell to the last cell of the current row." -msgstr "Gelaxkak hautatzen ditu, uneko gelaxkatik uneko errenkadaren azken gelaxkaraino." +msgid "Selects all cells from the current cell to the last cell that contains values in the current row." +msgstr "" #. 8bBCM #: 01020000.xhp @@ -331,14 +331,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ezkerrerako gezia" -#. LWDGG +#. ziZQj #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3154766\n" "help.text" -msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with cursor is empty, cursor moves leftward in row to the next cell with contents. If the row on the left of the cursor is empty, the cursor moves to then first cell in the row." -msgstr "Kurtsorea ezkerrerantz eramaten du, datuak dituen gelaxka-blokeen hasierara eta amaierara. Kurtsorearen ezkerreko gelaxka hutsik badago edo kurtsorea duen gelaxka hutsik badago, kurtsorea ezkerrerantz joango da errenkadan, edukiak dituen hurrengo gelaxkara. Kurtsorearen ezkerreko errenkada hutsik badago, kurtsorea errenkadako lehen gelaxkara joango da." +msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with the cursor is empty, the cursor moves leftward in the current row until it reaches the next cell with contents. If all cells in the same row to the left of the cursor are empty, the cursor moves to the first cell in the row." +msgstr "" #. PgM3v #: 01020000.xhp @@ -349,14 +349,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+eskuinerako gezia" -#. TURv3 +#. WxdVv #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155593\n" "help.text" -msgid "Moves the cursor rightward to the start and end of cell blocks with contents. If the cell to the right of the cursor is empty or the cursor is in an empty cell, the cursor moves rightward to the next cell that contains data. If the row on the right of the cursor is empty, the cursor moves to the last cell in the row." -msgstr "Kurtsorea eskuinerantz eramaten du, datuak dituen gelaxka-blokeen hasierara eta amaierara. Kurtsorearen eskuineko gelaxka hutsik badago edo kurtsorea duen gelaxka hutsik badago, kurtsorea eskuinerantz joango da edukiak dituen hurrengo gelaxkara. Kurtsorearen eskuineko errenkada hutsik badago, kurtsorea errenkadako azken gelaxkara joango da." +msgid "Moves the cursor rightward to the start and end of cell blocks with data. If the cell to the right of the cursor is empty or the cell with the cursor is empty, the cursor moves rightward in the current row until it reaches the next cell with contents. If all cells in the same row to the right of the cursor are empty, the cursor moves to the last cell in the row." +msgstr "" #. R9tmv #: 01020000.xhp @@ -367,14 +367,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+gorako gezia" -#. FhV8W +#. UV76n #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153076\n" "help.text" -msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cursor is in an empty cell, the cursor moves up to the end of next cell block with data. If the column above the cursor is empty, the cursor moves up to first cell in the column." -msgstr "Kurtsorea gorantz eramaten du, datuak dituen gelaxka-blokeen hasierara eta amaierara. Kurtsorearen gaineko gelaxka hutsik badago edo kurtsorea duen gelaxka hutsik badago, kurtsorea gorantz joango da edukiak dituen hurrengo gelaxka-blokera. Kurtsorearen gaineko errenkada hutsik badago, kurtsorea zutabeko lehen gelaxkara joango da." +msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cell with the cursor is empty, the cursor moves upward in the current column until it reaches the next cell with contents. If all cells in the same column above the cursor are empty, the cursor moves to the first cell in the column." +msgstr "" #. EamtM #: 01020000.xhp @@ -385,14 +385,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+beherako gezia" -#. kB7sB +#. x95TY #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149054\n" "help.text" -msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cursor is in an empty cell, the cursor moves down to the next cell that contains data. If the column below the cursor is empty, the cursor moves down to last cell in the column." -msgstr "Kurtsorea beherantz eramaten du, datuak dituen gelaxka-blokeen hasierara eta amaierara. Kurtsorearen azpiko gelaxka hutsik badago edo kurtsorea duen gelaxka hutsik badago, kurtsorea beherantz joango da edukiak dituen hurrengo gelaxkara. Kurtsorearen azpiko errenkada hutsik badago, kurtsorea zutabeko azken gelaxkara joango da." +msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cell with the cursor is empty, the cursor moves downward in the current column until it reaches the next cell with contents. If all cells in the same column below the cursor are empty, the cursor moves to the last cell in the column." +msgstr "" #. UQi4B #: 01020000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+gezia" -#. BKMzG +#. FwaRy #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3159258\n" "help.text" -msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected." -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+↑↓←→</keycode> tekla-konbinazioak erabilita kurtsorea mugitzean sortutako barrutiko gelaxka guztiak hautatzen ditu. Errenkadak eta zutabeak aldi berean hautatzeko erabili bada, gelaxka-barruti laukizuzena hautatuko da." +msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected. If the cursor is in an empty cell, the selection will stretch from the current cell up to the first cell with value in the direction of the arrow pressed." +msgstr "" #. F95ji #: 01020000.xhp @@ -637,14 +637,68 @@ msgctxt "" msgid "Enter (in a selected range)" msgstr "Sartu (hautatutako barruti batean)" -#. iA7nB +#. aFEgB #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153935\n" "help.text" -msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." -msgstr "Kurtsorea gelaxka bat behera mugitzen du hautatutako barrutian. Kurtsorea mugituko den norabidea zehazteko, aukeratu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Hobespenak</emph></caseinline><defaultinline><emph>Tresnak - Aukerak</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Orokorra</emph>." +msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph> and change the option in <emph>Press Enter to move selection</emph>." +msgstr "" + +#. DbRBy +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id351630625364216\n" +"help.text" +msgid "Enter (after copying cell contents)" +msgstr "" + +#. 5PZQn +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id681630625395135\n" +"help.text" +msgid "If cell contents have just been copied to the clipboard and no additional editing has been done in the current file, then pressing <keycode>Enter</keycode> will paste clipboard contents to the current cursor position." +msgstr "" + +#. 2MKS8 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id521630625780621\n" +"help.text" +msgid "Shift+Enter" +msgstr "" + +#. dAv3b +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id541630625783264\n" +"help.text" +msgid "If the clipboard contains cell contents and no editing has been done in the file, then <keycode>Shift+Enter</keycode> has the same behavior as <keycode>Enter</keycode> and pastes clipboard contents to the current cursor position." +msgstr "" + +#. so8sW +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id921630625968749\n" +"help.text" +msgid "If no cells are selected, <keycode>Shift+Enter</keycode> moves the cursor to the opposite direction defined in the option <emph>Press Enter to move selection</emph> found in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." +msgstr "" + +#. f4gCc +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id951630626229215\n" +"help.text" +msgid "If a range of cells is selected, <keycode>Shift+Enter</keycode> moves the cursor inside the current selection to the opposite direction defined in the option <emph>Press Enter to move selection</emph>." +msgstr "" #. ESQwM #: 01020000.xhp @@ -727,23 +781,41 @@ msgctxt "" msgid "F2" msgstr "F2" -#. N2Q5C +#. BUfoX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3148568\n" "help.text" -msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode." -msgstr "Edizio modura aldatzen du, eta uneko gelaxkaren edukiaren amaieran kokatzen du kurtsorea. Sakatu berriro Edizio modutik irteteko." +msgid "With a cell selected, press F2 to open cell contents for editing. If the cell contains a formula, use arrow keys to navigate the sheet to easily enter range addresses into the formula." +msgstr "" -#. GFKGE +#. KPNsf #: 01020000.xhp msgctxt "" "01020000.xhp\n" -"par_id3153108\n" +"par_id381629750112725\n" "help.text" -msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog." -msgstr "<emph>Minimizatu</emph> botoia duen elkarrizketako koadro bateko sarrera-koadro batean badago kurtsorea, elkarrizketa-koadroa ezkutatuta egongo da eta sarrera-koadroa ikusgai. Elkarrizketa-koadro osoa ikusteko, sakatu berriro F2." +msgid "Press F2 again to enable the use of arrow keys to move the cursor in the formula text." +msgstr "" + +#. YE2ga +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id481629750230372\n" +"help.text" +msgid "Each additional use of the F2 shortcut switches between the two states previously described." +msgstr "" + +#. Dzhco +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id461629750358215\n" +"help.text" +msgid "Some dialog boxes have input fields with a <emph>Shrink</emph> button. Pressing F2 with the cursor inside such field causes the <emph>Shrink</emph> command to be executed." +msgstr "" #. seNCx #: 01020000.xhp @@ -1033,14 +1105,14 @@ msgctxt "" msgid "Updates the selected chart." msgstr "Hautatutako diagrama eguneratzen du." -#. 7Bnwf +#. VLV2J #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149279\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Command+T</caseinline> <defaultinline>F11</defaultinline> </switchinline>" +msgstr "" #. edNSJ #: 01020000.xhp @@ -1752,12 +1824,3 @@ msgctxt "" "help.text" msgid "Removes the current field from the area." msgstr "Uneko eremua kentzen du areatik." - -#. npGBx -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"par_id3150630\n" -"help.text" -msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>" -msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">$[officename] aplikazioko laster-teklak</link>" diff --git a/source/eu/helpcontent2/source/text/scalc/06.po b/source/eu/helpcontent2/source/text/scalc/06.po index 7e662a30f09..9ea9bcfedb4 100644 --- a/source/eu/helpcontent2/source/text/scalc/06.po +++ b/source/eu/helpcontent2/source/text/scalc/06.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: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-04-26 15:53+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1524758018.000000\n" +#. HDsTF #: calcsamplefiles.xhp msgctxt "" "calcsamplefiles.xhp\n" diff --git a/source/eu/helpcontent2/source/text/scalc/guide.po b/source/eu/helpcontent2/source/text/scalc/guide.po index 79888a83bf6..10afa5c08ab 100644 --- a/source/eu/helpcontent2/source/text/scalc/guide.po +++ b/source/eu/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-01 16:20+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562054410.000000\n" #. NXy6S @@ -403,14 +403,14 @@ msgctxt "" msgid "Using AutoFormat for Tables" msgstr "Tauletan autoformatua erabiltzea" -#. 33hwy +#. V4grY #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "bm_id3155132\n" "help.text" -msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>" -msgstr "<bookmark_value>taulak; Autoformatuaren funtzioa</bookmark_value> <bookmark_value>definitzea;Autoformatuaren funtzioa tauletarako</bookmark_value> <bookmark_value>Autoformatuaren funtzioa</bookmark_value> <bookmark_value>formatuak; kalkulu-orriak automatikoki formateatzea</bookmark_value> <bookmark_value>kalkulu-orriak automatikoki formateatzea</bookmark_value> <bookmark_value>orriak;Autoformatuaren funtzioa</bookmark_value>" +msgid "<bookmark_value>tables; AutoFormat</bookmark_value> <bookmark_value>AutoFormat cell ranges</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat</bookmark_value>" +msgstr "" #. EiEMB #: autoformat.xhp @@ -421,122 +421,113 @@ msgctxt "" msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>" msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Aplikatu formatu automatikoa hautatutako gelaxka-barrutiari</link></variable>" -#. CC2ie +#. 7xexA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149401\n" "help.text" -msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range." -msgstr "Autoformatuarekin berehala aplikatu ahal izango diozu formatua orri bati nahiz hautatutako gelaxka-barruti bati." +msgid "Use the AutoFormat feature to quickly apply a format to a selected cell range." +msgstr "" -#. FGf7G +#. rA9iM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10702\n" "help.text" -msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range" -msgstr "Orri bati edo hautatutako gelaxka-barruti bati autoformatua aplikatzeko" +msgid "Applying an AutoFormat to a Selected Cell Range" +msgstr "" -#. XEBko +#. jDKjA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106CE\n" "help.text" -msgid "Select the cells, including the column and row headers, that you want to format." -msgstr "Hautatu formateatu nahi dituzun gelaxkak, zutabeetako eta errenkadetako goiburukoak barne." +msgid "Select the range of cells to which the AutoFormat style is to be applied. The range must be at least 3 columns and 3 rows in size." +msgstr "" -#. PMa8H +#. 6GCsB #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106D5\n" "help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Aukeratu <item type=\"menuitem\">Formatua - Autoformatu-estiloak</item>." +msgid "Go to <menuitem>Format - AutoFormat Styles</menuitem> to open the AutoFormat dialog." +msgstr "" -#. YT4xh +#. CXiex #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3151242\n" +"par_id771630333791025\n" "help.text" -msgid "Select which properties to include in an AutoFormat." -msgstr "Hautatu autoformatu batean sartuko diren propietateak." +msgid "In the <emph>Format</emph> list choose the AutoFormat style to apply." +msgstr "" -#. dhKwA +#. tCZL9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN10715\n" +"par_id3151242\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Egin klik <emph>Ados</emph> botoian." +msgid "In the <emph>Formatting</emph> section choose which properties from the AutoFormat style to apply to the selected cell range." +msgstr "" -#. 5rFWK +#. rgXQa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN1075D\n" +"par_idN10715\n" "help.text" -msgid "The format is applied to the selected range of cells." -msgstr "Formatua aplikatuko zaio hautatutako gelaxka-barrutiari." +msgid "Click <emph>OK</emph> to apply the AutoFormat style and close the dialog." +msgstr "" -#. gG5Fm +#. EAyCv #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149210\n" "help.text" -msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>." -msgstr "Aldaketarik ez baduzu ikusten gelaxka-edukiaren kolorean, aukeratu <item type=\"menuitem\">Ikusi - Nabarmendu balioak</item>." +msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled." +msgstr "" -#. WuFW6 +#. ovMm9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3155379\n" +"bm_id11630343392868\n" "help.text" -msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "Kalkulu-orrietarako edo barrutietarako autorformatua aplikatzeko" +msgid "<bookmark_value>defining;AutoFormat styles</bookmark_value>" +msgstr "" -#. kMXDR +#. 5DZHa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3148868\n" +"hd_id731630343367098\n" "help.text" -msgid "You can define a new AutoFormat that is available to all spreadsheets and ranges." -msgstr "Kalkulu-orri eta barruti guztietan erabilgarri egongo den autoformatu berri bat definitu daiteke." +msgid "Defining a new AutoFormat style" +msgstr "" -#. LBQQi +#. 2QDCM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3152985\n" "help.text" -msgid "Format a sheet or range." -msgstr "Eman formatua orri edo barruti bati." +msgid "In a Calc spreadsheet, format a cell range with at least 4 columns and 4 rows to serve as model to create the new AutoFormat style." +msgstr "" -#. JVW7G +#. 3GsCL #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "Aukeratu <item type=\"menuitem\">Editatu - Hautatu dena</item> edo hautatu formatua eman zaion barrutia." - -#. VuwGM -#: autoformat.xhp -msgctxt "" -"autoformat.xhp\n" -"par_id3153815\n" -"help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Aukeratu <item type=\"menuitem\">Formatua - Autoformatu-estiloak</item>." +msgid "Select the cell range formatted in the previous step and go to <menuitem>Format - AutoFormat Styles</menuitem>." +msgstr "" #. CzaoG #: autoformat.xhp @@ -547,23 +538,32 @@ msgctxt "" msgid "Click <emph>Add</emph>." msgstr "Sakatu <emph>Gehitu</emph>." -#. FDB4v +#. GxXmX #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10760\n" "help.text" -msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format." -msgstr "<emph>Gehitu formatua</emph> elkarrizketa-koadroko <emph>Izena</emph> eremuan, idatzi formatuarentzako izena." +msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the new AutoFormat style." +msgstr "" -#. YWSGG +#. pMxn9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN107C3\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Egin klik <emph>Ados</emph> botoian." +msgid "Click <emph>OK</emph> and close the dialog." +msgstr "" + +#. HJiDi +#: autoformat.xhp +msgctxt "" +"autoformat.xhp\n" +"par_id51630343134146\n" +"help.text" +msgid "The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created." +msgstr "" #. hpPvo #: autoformat.xhp @@ -718,14 +718,14 @@ msgctxt "" msgid "User Defined Borders in Cells" msgstr "Erabiltzaileak definitutako ertzak gelaxketan" -#. GxTZ8 +#. RRraV #: borders.xhp msgctxt "" "borders.xhp\n" "bm_id3457441\n" "help.text" -msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" -msgstr "<bookmark_value>gelaxkak;ertzak</bookmark_value> <bookmark_value>lerro-antolamenduak gelaxkekin</bookmark_value> <bookmark_value>ertzak;gelaxkak</bookmark_value>" +msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" +msgstr "" #. ajMCN #: borders.xhp @@ -898,15 +898,6 @@ msgctxt "" msgid "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>" msgstr "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">ertzak bloke bat hautatuta</alt></image>" -#. j9iat -#: borders.xhp -msgctxt "" -"borders.xhp\n" -"par_id5383465\n" -"help.text" -msgid "You cannot apply borders to multiple selections." -msgstr "Hautapen anizkoitzetan ezin da ertzik aplikatu." - #. 2gKsC #: borders.xhp msgctxt "" @@ -1240,6 +1231,51 @@ msgctxt "" msgid "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>" msgstr "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">gelaxka-ertzen adibide aurreratua</alt></image>" +#. KKHLH +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"bm_id151630452717743\n" +"help.text" +msgid "<bookmark_value>adjacent cells;remove border</bookmark_value>" +msgstr "" + +#. eEE4F +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"hd_id861630451554176\n" +"help.text" +msgid "Adjacent Cells" +msgstr "" + +#. k8s2o +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id231630451548190\n" +"help.text" +msgid "This option becomes available when formatting a range of cells that already have borders and the new format defined for the range involves removing outer borders." +msgstr "" + +#. xADD4 +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id931630451706604\n" +"help.text" +msgid "By default the option <emph>Remove border</emph> is disabled and the borders at the edges of the selected range are left unchanged. Check this option if the borders at the edge of the selection should be removed." +msgstr "" + +#. V8sNd +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id641630452272324\n" +"help.text" +msgid "If the preset <emph>No Borders</emph> is chosen then the <emph>Remove border</emph> option is enabled." +msgstr "" + #. kCAyU #: calc_date.xhp msgctxt "" @@ -10645,6 +10681,123 @@ msgctxt "" msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)." msgstr "Errenkadak eta zutabeak aldatzeaz gain txertatu egiten direnean, edo formula bat beste leku batean kopiatzen denean ere alda daitezke erreferentziak. Adibidez, demagun =SUM(A1:A9) formula sartzen duzula 10. errenkadan. Eskuineko zutabearen (B zutabearen) batura kalkulatu nahi baduzu, kopiatu formula eskuineko gelaxkan. B zutabeko formularen kopia automatikoki egokituko da eta =SUM(B1:B9) bihurtuko." +#. kAFBF +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"tit\n" +"help.text" +msgid "Removing Duplicate Values" +msgstr "" + +#. hGQvA +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"bm_id3153896\n" +"help.text" +msgid "<bookmark_value>filters; removing duplicates</bookmark_value> <bookmark_value>filters; finding unique values</bookmark_value>" +msgstr "" + +#. Q5494 +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"hd_id501630021281902\n" +"help.text" +msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Removing Duplicate Values</link></variable>" +msgstr "" + +#. ocizx +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id3150869\n" +"help.text" +msgid "Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:" +msgstr "" + +#. omVUk +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id631630021463659\n" +"help.text" +msgid "Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column." +msgstr "" + +#. XvTTj +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id31630021517873\n" +"help.text" +msgid "Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <embedvar href=\"text/shared/02/12090100.xhp#StandardFilter_h1\"/> dialog." +msgstr "" + +#. EVEzq +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id801630022108301\n" +"help.text" +msgid "In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically." +msgstr "" + +#. TesFn +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id461630022298515\n" +"help.text" +msgid "In <emph>Condition</emph> choose the option <emph>=</emph> (equals sign), which is the default option." +msgstr "" + +#. nWrGh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id261630022372414\n" +"help.text" +msgid "In <emph>Value</emph> choose the option <emph>Not Empty</emph>." +msgstr "" + +#. fFZRM +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id441630022436605\n" +"help.text" +msgid "Click <emph>Options</emph> and select <emph>No duplications</emph>. If the first value is the column header check <emph>Range contains column labels</emph>." +msgstr "" + +#. sdBSD +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id841630022924442\n" +"help.text" +msgid "Check <emph>Copy results</emph> and use the input box below it to inform a cell address where the unique entries are to be entered." +msgstr "" + +#. DJcXh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id61630023053412\n" +"help.text" +msgid "Click <emph>OK</emph>. The unique values in the range will be entered starting with the cell selected in the previous step." +msgstr "" + +#. 3qh4V +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id81630022708336\n" +"help.text" +msgid "The <emph>No duplications</emph> option is case sensitive. Therefore, values \"A\" and \"a\" are each considered as unique values." +msgstr "" + #. cPpmr #: rename_table.xhp msgctxt "" @@ -11428,14 +11581,14 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>" msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Ordenatze-zerrendak</link>" -#. atsHK +#. 6GdiT #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "tit\n" "help.text" -msgid "Filter: Applying Advanced Filters" -msgstr "Iragazkia: Iragazki aurreratuak aplikatzea" +msgid "Applying Advanced Filters" +msgstr "" #. Gy5TZ #: specialfilter.xhp @@ -11446,14 +11599,14 @@ msgctxt "" msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>" msgstr "<bookmark_value>iragazkiak;iragazki aurreratuak definitu</bookmark_value><bookmark_value>iragazki aurreratuak</bookmark_value><bookmark_value>definitu; iragazki aurreratuak</bookmark_value><bookmark_value>datu-baseen barrutiak; iragazki aurreratuak</bookmark_value>" -#. GS4TQ +#. cjgod #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "hd_id3148798\n" "help.text" -msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link></variable>" -msgstr "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Iragazkia: Iragazki aurreratuak aplikatzea</link></variable>" +msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Applying Advanced Filters</link></variable>" +msgstr "" #. tYuAi #: specialfilter.xhp @@ -13282,6 +13435,276 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>" msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"Kanpoko datuen elkarrizketa-koadroa\">Kanpoko datuen elkarrizketa-koadroa</link>" +#. GnXq4 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"tit\n" +"help.text" +msgid "Using Wildcards in Formulas" +msgstr "" + +#. EvMSm +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"bm_id3152149\n" +"help.text" +msgid "<bookmark_value>wildcards in calc formulas</bookmark_value> <bookmark_value>wildcards, examples</bookmark_value>" +msgstr "" + +#. 98C5v +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id941629155075179\n" +"help.text" +msgid "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Using Wildcards in Formulas</link></variable>" +msgstr "" + +#. yqMKw +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id571629155308959\n" +"help.text" +msgid "Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find & Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string." +msgstr "" + +#. vQrdp +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id391629156224638\n" +"help.text" +msgid "%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions." +msgstr "" + +#. DyzLn +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id551629156504794\n" +"help.text" +msgid "To make sure wildcards are supported, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions." +msgstr "" + +#. BHJzs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629156913731\n" +"help.text" +msgid "The following wildcards are supported:" +msgstr "" + +#. tbbPM +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id801629209195110\n" +"help.text" +msgid "Wildcard" +msgstr "" + +#. 7PmfG +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209212608\n" +"help.text" +msgid "Description" +msgstr "" + +#. DfkJA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id591629209073388\n" +"help.text" +msgid "<emph>? (question mark)</emph>" +msgstr "" + +#. F2wmk +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id31629209073388\n" +"help.text" +msgid "Matches any single character. For example, the search string \"b?g\" matches “bag” and “beg” but will not match \"boog\" or \"mug\"." +msgstr "" + +#. pi9ik +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629209114452\n" +"help.text" +msgid "Note that it will not match \"bg\" as well, since \"?\" must match exactly <emph>one</emph> character. The \"?\" wildcard does not correspond to a zero-character match." +msgstr "" + +#. PmsQL +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id981629209073388\n" +"help.text" +msgid "<emph>* (asterisk)</emph>" +msgstr "" + +#. 6V7SE +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id51629209073388\n" +"help.text" +msgid "Matches any sequence of characters, including an empty string. For example, the search string \"*cast\" will match “cast”, “forecast”, and “outcast”, but will not match \"forecaster\" using default %PRODUCTNAME settings." +msgstr "" + +#. 3gkp8 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id351629209153307\n" +"help.text" +msgid "If the option <menuitem>Search criteria = and <> must apply to whole cells</menuitem> is disabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>, then \"forecaster\" will be a match using the \"*cast\" search string." +msgstr "" + +#. ek6t7 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id181629209277556\n" +"help.text" +msgid "<emph>~ (tilde)</emph>" +msgstr "" + +#. F3Tuy +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id881629209280877\n" +"help.text" +msgid "Escapes the special meaning of a question mark, asterisk, or tilde character that follows immediately after the tilde character." +msgstr "" + +#. P35Fo +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209431020\n" +"help.text" +msgid "For example, the search string \"why~?\" matches “why?” but will not match \"whys\" nor \"why~s\"." +msgstr "" + +#. aCtpj +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id1001629157561261\n" +"help.text" +msgid "Wildcards are supported in %PRODUCTNAME Calc and in Microsoft Excel. Therefore, if interoperability between both applications is needed, choose to work with wildcards instead of regular expressions. Conversely, if interoperability is not necessary, consider using regular expressions for more powerful search capabilities." +msgstr "" + +#. Dwt2G +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id671629158766165\n" +"help.text" +msgid "Supported Spreadsheet Functions" +msgstr "" + +#. YF9FB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id161629158785887\n" +"help.text" +msgid "Wildcards are supported by the following spreadsheet functions:" +msgstr "" + +#. rRPbf +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id441629158810517\n" +"help.text" +msgid "<emph>Database functions:</emph> DAVERAGE, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR and DVARP." +msgstr "" + +#. gfUGT +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id321629158810916\n" +"help.text" +msgid "<emph>Conditional functions:</emph> AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, MAXIFS, MINIFS, SUMIF and SUMIFS." +msgstr "" + +#. oUwuB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id941629158811325\n" +"help.text" +msgid "<emph>Lookup functions:</emph> HLOOKUP, LOOKUP and VLOOKUP." +msgstr "" + +#. Ka6SK +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id41629158919808\n" +"help.text" +msgid "<emph>Other functions:</emph> MATCH and SEARCH." +msgstr "" + +#. 2ZGuQ +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id701629159564269\n" +"help.text" +msgid "Examples of Wildcards in Formulas" +msgstr "" + +#. GnADR +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629289062103\n" +"help.text" +msgid "The following examples consider that the options <menuitem>Enable wildcards in formulas</menuitem> and <menuitem>Search criteria = and <> must apply to whole cells</menuitem> are enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>." +msgstr "" + +#. znKay +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id271629159111490\n" +"help.text" +msgid "<input>=COUNTIF(A1:A10;\"Chi*\")</input> counts the number of cells in the range <emph>A1:A10</emph> containing strings that start with \"Chi\" followed by zero or more characters." +msgstr "" + +#. TPRuA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id741629159343415\n" +"help.text" +msgid "<input>=SUMIF(A1:A5;\"A??\";B1:B5)</input> sums the values in <emph>B1:B5</emph> whose corresponding values in <emph>A1:A5</emph> start with \"A\" followed by exactly two other characters." +msgstr "" + +#. 7GqMs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629159465592\n" +"help.text" +msgid "Wildcard comparisons are <emph>not</emph> case sensitive, hence \"A?\" will match both \"A1\" and \"a1\"." +msgstr "" + #. ysgCC #: year2000.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/schart.po b/source/eu/helpcontent2/source/text/schart.po index 84c9c65a43b..8a6c43b8d41 100644 --- a/source/eu/helpcontent2/source/text/schart.po +++ b/source/eu/helpcontent2/source/text/schart.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: 2018-05-08 15:10+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-12-25 09:20+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1545729639.000000\n" +#. wtFDe #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Charts in $[officename]" msgstr "$[officename] aplikazioko diagramak" +#. rTRMz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>charts; overview</bookmark_value> <bookmark_value>HowTos for charts</bookmark_value>" msgstr "<bookmark_value>diagramak; ikuspegi orokorra</bookmark_value> <bookmark_value>NOLA dokumentua diagrametarako</bookmark_value>" +#. MCTMA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Using Charts in %PRODUCTNAME</link></variable>" msgstr "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Diagramak erabiltzea %PRODUCTNAME suitean</link></variable>" +#. MKzCA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"chart\">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations.</variable>" msgstr "<variable id=\"chart\">$[officename] aplikazioan datuak grafikoki aurkez ditzakezu diagrama batean, datu-serieak begiz konparatzeko eta datuetako joerak ikusteko. Diagramak kalkulu-orrietan, testu-dokumentuetan, marrazkietan eta aurkezpenetan txerta ditzakezu.</variable>" +#. wFC6F #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Chart Data" msgstr "Diagrama-datuak" +#. SVCdj #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Charts can be based on the following data:" msgstr "Diagramak honako datuetan oinarritu daitezke:" +#. upkcw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Spreadsheet values from Calc cell ranges" msgstr "Kalkulu-orrien balioak Calc gelaxka-barrutietatik" +#. xvPKt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Cell values from a Writer table" msgstr "Gelaxken balioak Writerren taulatik" +#. pkLtG #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Values that you enter in the Chart Data Table dialog (you can create these charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc)" msgstr "Diagramaren datuen taularen elkarrizketa-koadroan sar ditzakezun balioak (diagrama hauek Writer, Draw edo Impress aplikazioekin sor ditzakezu eta hauek kopiatu eta itsatsi Calc aplikazioan)" +#. yKUMz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagrama bat sortzen du uneko dokumentuan. Gelaxka-barruti jarraitu bat zure diagramarako datu-iturburu gisa erabiltzeko, egin klik gelaxka-barrutiaren barruan, eta ondoren hautatu komando hau. Bestela, hautatu zenbait gelaxka, eta hautatu komando hau hautatutako gelaxken diagrama sortzeko.</ahelp>" +#. MZr5A #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "To insert a chart" msgstr "Diagrama txertatzeko" +#. xMyYq #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "To edit a chart" msgstr "Diagrama editatzeko" +#. 2awPo #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Click a chart to edit the object properties:" msgstr "Egin klik diagrama batean objektu-propietateak editatzeko:" +#. MMYWv #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Size and position on the current page." msgstr "Tamaina eta kokagunea uneko orrialdean." +#. 7zPqd #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Alignment, text wrap, outer borders, and more." msgstr "Lerrokatzea, testu-egokitzea eta kanpoko ertzak, besteak beste." +#. X27Dw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Double-click a chart to enter the chart edit mode:" msgstr "Egin klik bikoitza diagraman diagramaren edizio moduan sartzeko:" +#. cUADi #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Chart data values (for charts with own data)." msgstr "Diagramaren datu-balioak (berezko datuak dituzten diagrametarako)." +#. BGFEv #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Chart type, axes, titles, walls, grid, and more." msgstr "Diagrama mota, ardatzak, tituluak, hormak eta sareta, besteak beste." +#. aDGNk #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Double-click a chart element in chart edit mode:" msgstr "Egin klik bikoitza diagramako elementuan diagrama editatzeko moduan:" +#. Ft8G5 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Double-click an axis to edit the scale, type, color, and more." msgstr "Egin klik bikoitza ardatz batean, eskala, mota eta kolorea editatzeko, besteak beste." +#. BcUqt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Double-click a data point to select and edit the data series to which the data point belongs." msgstr "Egin klik bikoitza legendako datu-puntu batean edo datu-serie batean, datu-seriearen balio grafikoak editatzeko." +#. Drw6j #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "With a data series selected, click, then double-click a single data point to edit the properties of this data point (for example, a single bar in a bar chart)." msgstr "Datu multzo bat hautatuta duzula, egin klik bikoitza datu-puntu bakar batean datu-puntu horren propietateak editatzeko (adibidez, barra bakar bat barra-diagrama batean)." +#. ZrY6M #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Double-click the legend to select and edit the legend. Click, then double-click a symbol in the selected legend to edit the associated data series." msgstr "Egin klik bikoitza legendan legenda bera hautatzeko eta editatzeko. Egin klik, eta ondoren klik bikoitza hautatutako legendako ikonoan esleitutako datu-serieak editatzeko." +#. 2GvmD #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Double-click any other chart element, or click the element and open the Format menu, to edit the properties." msgstr "Egin klik bikoitza beste edozein diagrama-elementutan, edo egin klik elementuan, eta ireki Formatua menua, propietateak editatzeko." +#. eCML4 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Click outside the chart to leave the current edit mode." msgstr "Egin klik diagramaren kanpoan uneko edizio modutik irtetzeko." +#. Jcdvi #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "To print a chart in high quality, you can export the chart to a PDF file and print that file." msgstr "Diagrama bat kalitate handian inprimatzeko, diagrama PDF fitxategi batera esporta dezakezu, eta fitxategi hori inprimatu." +#. dk7i6 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress." msgstr "Diagramaren edizio moduan, ikusi <link href=\"text/schart/main0202.xhp\">Formatuen barra</link> dokumentuko goiko ertzetik gertu dauden diagramentzako.Diagramen marrazketa-barra dokumentuaren beheko ertz inguruan agertzen da.Marrazketa-barrak Draw eta Impress osagaien <link href=\"text/simpress/main0210.xhp\">Marrazkia</link> tresna-barrako ikonoen azpimultzo bat erakusten du." +#. sNqMe #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element." msgstr "Diagrama baten elementu batean klik bikoitza egin dezakezu, laster-menua irekitzeko. Laster-menuak komando asko eskaintzen ditu, hautatutako elementuari formatua emateko." +#. dQSHt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected title.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako tituluari formatua ematen dio.</ahelp>" +#. orDAZ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart area.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagramaren areari formatua ematen dio.</ahelp>" +#. FAkFX #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart wall.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagramaren hormari formatua ematen dio.</ahelp>" +#. GBwcB #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart floor.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagramaren zoruari formatua ematen dio.</ahelp>" +#. VsRbA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart legend.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagramaren legendari formatua ematen dio.</ahelp>" +#. dahmw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako ardatzari formatua ematen dio.</ahelp>" +#. dnReG #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data point.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako datu-puntuari formatua ematen dio.</ahelp>" +#. Em2oQ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta nagusiari formatua ematen dio.</ahelp>" +#. dSJTX #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta lagungarriari formatua ematen dio.</ahelp>" +#. 8Dius #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data series.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-serieei formatua ematen die.</ahelp>" +#. 9FeGU #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock loss indicators.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kotizazio-galeren adierazleei formatua ematen die.</ahelp>" +#. uhG9U #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock gain indicators.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kotizazio-irabazien adierazleei formatua ematen die.</ahelp>" +#. RshCo #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-etiketei formatua ematen die.</ahelp>" +#. 7Gexq #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the Y error bars.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Y errore-barrei formatua ematen die.</ahelp>" +#. MhtWH #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the mean value line.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Batez besteko balioaren marrari formatua ematen dio.</ahelp>" +#. H44aA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Joera-marrari formatua ematen dio.</ahelp>" +#. QYEkZ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline equation.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Joera-marraren ekuazioari formatua ematen dio.</ahelp>" +#. zgFB3 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako datu-etiketari formatua ematen dio.</ahelp>" +#. AdNa8 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert chart titles.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elkarrizketa-koadro bat irekitzen du diagrama-tituluak txertatzeko.</ahelp>" +#. fZZ6J #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert or delete axes.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elkarrizketa-koadro bat irekitzen du ardatzak txertatzeko edo ezabatzeko.</ahelp>" +#. CzaFt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elkarrizketa-koadro bat irekitzen du ardatz bat txertatzeko.</ahelp>" +#. x9jBK #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis title.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elkarrizketa-koadro bat irekitzen du ardatz-titulu bat txertatzeko.</ahelp>" +#. tS9HE #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta nagusi bat txertatzen du.</ahelp>" +#. NUu58 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta lagungarri bat txertatzen du.</ahelp>" +#. B67hx #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-etiketak txertatzen ditu.</ahelp>" +#. 2STaz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Joera-marraren ekuazioa eta R² zehaztapen-koefizientea txertatzen ditu.</ahelp>" +#. CKUEM #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">R² balioaren zehaztapen-koefizientea txertatzen du.</ahelp>" +#. BsSAb #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a single data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-etiketa bakarra txertatzen du.</ahelp>" +#. 35PWr #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the chart legend.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diagramaren legenda ezabatzen du.</ahelp>" +#. CFDbR #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako ardatza ezabatzen du.</ahelp>" +#. jgG2M #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta nagusia ezabatzen du.</ahelp>" +#. bTycs #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta lagungarria ezabatzen du.</ahelp>" +#. Qatm6 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes all data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-etiketa guztiak ezabatzen ditu.</ahelp>" +#. NDa9X #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the trendline equation.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Joera-marraren ekuazioa ezabatzen du.</ahelp>" +#. CbYXF #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the R² value.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">R² balioa ezabatzen du.</ahelp>" +#. 3thAk #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako datu-etiketa ezabatzen du.</ahelp>" +#. LQRZw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the mean value line.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Batez besteko balioaren marra ezabatzen du.</ahelp>" +#. WBA6w #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the Y error bars.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Y errore-barrak ezabatzen ditu.</ahelp>" +#. d6WTf #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets the selected data point to default format.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako datu-puntua formatu lehenetsian berrezartzen du.</ahelp>" +#. xZ45w #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-puntu guztiak formatu lehenetsian berrezartzen ditu.</ahelp>" +#. XUCUB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Formatting Bar" msgstr "Formatuen barra" +#. WicyB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>" msgstr "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatuen barra</link>" +#. bGXHw #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode." msgstr "Formatuen barra erakusten da diagrama bat editatzeko moduan ezartzen denean. Egin klik bikoitza diagrama batean, editatzeko modua sartzeko. Egin klik diagramatik kanpo, edizio-modutik irteteko." +#. ffA95 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "You can edit the formatting of a chart using the controls and icons on the Formatting Bar." msgstr "Diagrama baten formatua editatu dezakezu, 'Formatua' barrako kontrolak eta ikonoak erabiliz." +#. MnXYr #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "Select Chart Element" msgstr "Hautatu diagramako elementua" +#. eYgyC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialog for the selected element.</ahelp>" msgstr "<ahelp hid=\".\">Hautatu formateatu nahi duzun diagramako elementua. Elementua diagramaren aurrebistan hautatuta gelditzen da. Egin klik hautapenari formatua emateko botoian,hautatutako elementuaren propietateen elkarrizketa-koadroa irekitzeko.</ahelp>" +#. uGAFF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Format Selection" msgstr "Eman formatua hautapenari" +#. BSwBH #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Opens the properties dialog for the selected element." msgstr "Hautatutako elementuaren propietateen elkarrizketa-koadroa irekitzen du." +#. AUcrE #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Chart Type" msgstr "Diagrama mota" +#. Q4Sap #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Opens the Chart Type dialog." msgstr "Diagrama mota elkarrizketa-koadroa irekitzen du." +#. wepEQ #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Chart Data Table" msgstr "Diagrama-datuen taula" +#. c6Act #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Opens the Data Table dialog where you can edit the chart data." msgstr "Datu-taularen elkarrizketa-koadroa irekitzen du, digrama-datuak editatzeko." +#. aE624 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Marra horizontalak" +#. uTeV8 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "The Horizontal Grids icon on the Formatting bar toggles the visibility of the grid display for the Y axis." msgstr "Formatuen barrako sareta horizontala ikonoak Y ardatzaren sareta bistaratzea aktibatzen du." +#. dqfgM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Legend On/Off" msgstr "Aktibatu/desaktibatu legenda" +#. aAABk #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "To show or hide a legend, click Legend On/Off on the Formatting bar." msgstr "Legenda bat erakusteko edo ezkutatzeko, egin klik 'Formatua' barrako 'Aktibatu/desaktibatu legenda' aginduan." +#. ACmgc #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Scale Text" msgstr "Testu-eskala" +#. vUrp2 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Rescales the text in the chart when you change the size of the chart." msgstr "Diagramako testua berreskalatzen du diagramaren tamaina aldatzen duzunean." +#. hsSrG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Diseinu automatikoa" +#. gcAxi #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements." msgstr "Diagrama-objektu guztiak kokagune lehenetsira eramaten ditu. Objektuen kokagunea bakarrik aldatzen du; fitxategi mota edo bestelako atributurik ez du aldatzen." +#. NCrAu #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "$[officename] Chart Features" msgstr "$[officename] Chart aplikazioaren ezaugarriak" +#. dyCxy #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>" msgstr "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart aplikazioaren ezaugarriak</link>" +#. DR7Ma #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Charts allow you to present data so that it is easy to visualize." msgstr "Datuak aurkezteko erabiltzen dira diagramak, errazago bistaratzeko." +#. ozGGL #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "You can create a chart from source data in a Calc spreadsheet or a Writer table. When the chart is embedded in the same document as the data, it stays linked to the data, so that the chart automatically updates when you change the source data." msgstr "Diagrama bat sor dezakezu datu-iturburutik Calc kalkulu-orri batean edo Writerreko taula batean. Diagrama datuen dokumentu berean txertatuta dagoenean, datuei estekatuta egoten da, eta, beraz, diagrama automatikoki eguneratzen da datu-iturburua aldatzen duzunean." +#. 5BKEB #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Chart Types" msgstr "Diagrama motak" +#. imCSX #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Choose from a variety of 3D charts and 2D charts, such as bar charts, line charts, stock charts. You can change chart types with a few clicks of the mouse." msgstr "Hainbat motatako 3D eta 2D diagramak erabil ditzakezu: barra-diagramak, marra-diagramak eta kotizazio-diagramak. Diagrama motak alda ditzakezu saguan klik gutxi batzuk eginez." +#. xTCes #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "Individual Formatting" msgstr "Formatu indibiduala" +#. AuSKr #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/eu/helpcontent2/source/text/schart/00.po b/source/eu/helpcontent2/source/text/schart/00.po index 0c2c4497a10..f8132edae5a 100644 --- a/source/eu/helpcontent2/source/text/schart/00.po +++ b/source/eu/helpcontent2/source/text/schart/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-05-22 13:27+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-06-22 09:07+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561194463.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Funtzio honetara heltzeko..." +#. GYYED #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Funtzio hau atzitzeko...</variable>" +#. ug82V #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>View - Chart Data Table</emph> (Charts)" msgstr "Aukeratu <emph>Ikusi - Diagrama-datuen taula</emph> (diagramak)" +#. fU5ZG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Formatuaren barran, egin klik" +#. GDpSu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>" msgstr "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Ikonoa</alt></image>" +#. S6JmP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Chart Data" msgstr "Diagrama-datuak" +#. GhdKK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"efgttl\">Choose <emph>Insert - Titles</emph> (Charts)</variable>" msgstr "<variable id=\"efgttl\">Aukeratu <emph>Txertatu - Tituluak</emph>(DIagramak)</variable>" +#. 3x5QB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Choose <emph>Insert - Legend</emph> (Charts)" msgstr "Hautatu <emph>Txertatu - Legenda</emph> (diagramak)" +#. HqMQr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)" msgstr "Aukeratu <emph>Formatua - Legenda - Kokagunea</emph> fitxa (diagramak)." +#. EH75q #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Choose <emph>Insert - Data Labels</emph> (Charts)" msgstr "Aukeratu <emph>Txertatu - Datu-etiketak</emph> (diagramak)" +#. zEfSg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)" msgstr "Aukeratu <emph>Formatua - Formatua eman hautapenari - Datu-puntua/Datu-serieak - Datu-etiketak</emph> fitxa (datu-puntu eta datu-serietarako) (Diagramak)" +#. SQbvj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes</emph> (Charts)</variable>" msgstr "<variable id=\"efgaug\">Aukeratu <emph>Txertatu - Ardatzak</emph> (diagramak)</variable>" +#. GttHw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Choose <emph>Insert - Grids</emph> (Charts)" msgstr "Aukeratu <emph>Txertatu - Saretak</emph> (diagramak)" +#. LWyLt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Formatuaren barran, egin klik" +#. zTF9a #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>" msgstr "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Ikonoa</alt></image>" +#. Abvw3 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Sareta-marra horizontalak" +#. 77NFv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>" msgstr "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Ikonoa</alt></image>" +#. AeSzg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Sareta-marra bertikalak" +#. Twpy9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<variable id=\"efgsta\">Choose <emph>Insert - X Error Bars</emph>, or <emph>Insert - Y Error Bars</emph> (Charts)</variable>" msgstr "<variable id=\"efgsta\">Aukeratu <emph>Txertatu - X errore-barrak</emph> edo <emph>Txertatu - Y errore-barrak</emph> (diagramak)</variable>" +#. ZD5K5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"trendlines\">Choose <emph>Insert - Trend Line</emph> (Charts)</variable>" msgstr "<variable id=\"trendlines\">Aukeratu <emph>Txertatu - Joera-marra</emph> (Diagramak)</variable>" +#. UzBjR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character</emph> (Charts)</variable>" msgstr "<variable id=\"sonderz\">Aukeratu <emph>Txertatu - Karaktere berezia</emph> (diagramak)</variable>" +#. 8TxLK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection</emph> (Charts)</variable>" msgstr "<variable id=\"frtoes\">Aukeratu <emph>Formatua - Formatua eman hautapenari</emph> (diagramak)</variable>" +#. DqsZe #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodd\">Aukeratu <emph>Formatua - Formatua eman hautapenari - Datu-puntua</emph> dialog (Charts)</variable>" +#. ASTDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodr\">Aukeratu <emph>Formatua - Formatua eman hautapenari - Datu-serieak</emph> elkarrizketa-koadroa (Diagramak)</variable>" +#. p2eYn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>" msgstr "<variable id=\"optionen\">Aukeratu <emph>Formatua - Formatua eman hautapenari - Datu-serieak - Aukerak</emph> fitxa (Diagramak)</variable>" +#. yRSaN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<variable id=\"frtttl\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frtttl\">Aukeratu <emph>Formatua - Titulua</emph> (diagramak)</variable>" +#. CExBh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtoe\">Hautatu <emph>Formatua - Eman formatua hautaketari - Titulua</emph> elkarrizketa-koadroa (Diagramak)</variable>" +#. icD4Y #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtegt\">Hautatu <emph>Formatua - Eman formatua hautaketari - Titulua</emph> elkarrizketa-koadroa (Diagramak)</variable>" +#. aEnjy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<variable id=\"frttya\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frttya\">Hautatu <emph>Formatua - Titulua</emph> (diagramak)</variable>" +#. arVPN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frttyab\">Hautatu <emph>Formatua - Ardatza</emph> (diagramak)</variable>" +#. HDvN2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend</emph>, or <emph>Format - Format Selection - Legend</emph> (Charts)</variable>" msgstr "<variable id=\"frtlgd\">Hautatu <emph>Formatua - Legenda,</emph> edo <emph>Formatua - Eman formatua hautaketari - Legenda </emph>(diagramak)</variable>" +#. R5dmc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes</emph> (Charts)</variable>" msgstr "<variable id=\"frtaa\">Hautatu <emph>Formatua - Ardatza - X ardatza/Bigarren X ardatza/Z ardatza/Ardatz guztiak</emph> (diagramak)</variable>" +#. Fphi2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frtyas\">Hautatu <emph>Formatua - Ardatza - Y ardatza/Bigarren Y ardatza</emph> (diagramak)</variable>" +#. BH3xT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>" msgstr "<variable id=\"frtysk\">Hautatu <emph>Formatua - Ardatza - Y ardatza - Eskala</emph> fitxa (Diagramak)</variable>" +#. DbZea #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioning\">Hautatu <emph>Formatua - Ardatza - X ardatza - Kokatzea</emph> fitxa (Diagramak)</variable>" +#. 7T8FZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioningy\">Hautatu <emph>Formatua - Ardatza - Y ardatza - Kokatzea</emph> fitxa (Diagramak)</variable>" +#. kLZUK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid</emph> (Charts)</variable>" msgstr "<variable id=\"frtgt\">Hautatu <emph>Formatua - Sareta</emph> (diagramak)</variable>" +#. 8RRTD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids</emph> (Charts)</variable>" msgstr "<variable id=\"frtgtr\">Aukeratu <emph>Formatua - Sareta - X, Y, Z ardatzaren sareta nagusia / X, Y, Z ardatzaren sareta lagungarria / Ardatzen sareta guztiak</emph> (diagramak)</variable>" +#. aRwaG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtdgw\">Aukeratu <emph>Formatua - Diagramaren horma - Diagrama</emph> elkarrizketa-koadroa (Diagramak)</variable>" +#. F8nYw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgb\">Aukeratu <emph>Formatua - Diagramaren zorua</emph> (diagramak)</variable>" +#. e3DQt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgf\">Aukeratu <emph>Formatua - Diagramaren area</emph> (diagramak)</variable>" +#. DMVGy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>Format - Chart Type</emph> (Charts)" msgstr "Aukeratu <emph>Formatua - Diagrama mota</emph> (diagramak)" +#. MoAXJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Formatuaren barran, egin klik" +#. sucpX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" msgstr "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" +#. sMG8t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Edit Chart Type" msgstr "Editatu diagrama mota" +#. pcXEC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph> (Charts)</variable>" msgstr "<variable id=\"frtdda\">Aukeratu <emph>Formatua - 3D bista</emph> (diagramak)</variable>" +#. Fqrq7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>Format - Arrangement</emph> (Charts)" msgstr "Aukeratu <emph>Formatua - Antolamendua</emph> (diagramak)" +#. fsASf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrangement</emph> (Charts)" msgstr "Ireki laster-menua - aukeratu <emph>Antolamendua</emph> (diagramak)" +#. YFGGY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" msgstr "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" +#. DENsj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Sareta horizontalak" +#. sKqMD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" +#. Mpmae #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Show/Hide Axis Descriptions" msgstr "Erakutsi/ezkutatu ardatzen deskribapenak" +#. E8GSF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" msgstr "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" +#. RUv7H #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Sareta bertikalak" +#. HTXnr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<emph>Insert Chart</emph>" msgstr "<emph>Txertatu diagrama</emph>" +#. FMCni #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Aukeratu <emph>Txertatu - Diagrama...</emph>" +#. r4BHs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Aukeratu <emph>Txertatu - Diagrama...</emph>." +#. foJgL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Double-click a chart, then choose <emph>Format - Data Ranges</emph>" msgstr "Egin klik bikoitza diagrama batean, gero aukeratu <emph>Formatua - Datu-barrutiak</emph>" +#. XCQwT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"smlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Smooth in the Lines type drop-down, then click the Properties button.</variable>" msgstr "<variable id=\"smlp\">Marrak bistaratzen dituen 'Marra' edo 'XY' diagrama bateko 'Diagrama mota' elkarrizketa-koadroan, hautatu 'Leuna' aukera 'Marra mota' goitibeherako koadroan, eta gero sakatu 'Propietateak' botoia.</variable>" +#. ToFBi #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/eu/helpcontent2/source/text/schart/01.po b/source/eu/helpcontent2/source/text/schart/01.po index 27681cc15bf..6136de4b377 100644 --- a/source/eu/helpcontent2/source/text/schart/01.po +++ b/source/eu/helpcontent2/source/text/schart/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-06-29 11:27+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/eu/>\n" @@ -1591,14 +1591,23 @@ msgctxt "" msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line</emph> or <emph>Column</emph>, then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable." msgstr "<emph>Marra</emph> edo <emph>Zutabea</emph> bezalako kategoriak erabiltzen dituen diagrama mota bati joera-marra bat txertatzen badiozu, orduan 1, 2, 3 <emph>…</emph> zenbakiak X balio gisa erabiltzen dira joera-marra kalkulatzeko. Diagrama horietarako, egokiagoa izan daiteke 'XY diagrama' motakoa." -#. hatV8 +#. E7mkV #: 04050100.xhp msgctxt "" "04050100.xhp\n" "par_id4349192\n" "help.text" -msgid "To insert a trend line for a data series, select the data series in the chart. Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." -msgstr "Datu-serie baterako joera-marra bat txertatzeko, hautatu diagramako datu-seriea. Aukeratu <item type=\"menuitem\">Txertatu - Joera-marra</item>, edo eskuineko klik egin laster-menua irekitzeko, eta hautatu <item type=\"menuitem\">Txertatu joera-marra</item>." +msgid "To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created." +msgstr "" + +#. VLWvK +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id801630627531175\n" +"help.text" +msgid "Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click the data series to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." +msgstr "" #. osECL #: 04050100.xhp @@ -1618,14 +1627,14 @@ msgctxt "" msgid "To delete a trend line or mean value line, click the line, then press the Del key." msgstr "Joera-marra bat edo batez besteko balioko marra bat ezabatzeko, egin klik marraren gainean, eta, ondoren, sakatu Del tekla." -#. JVZCk +#. nbEcg #: 04050100.xhp msgctxt "" "04050100.xhp\n" -"par_id296334\n" +"par_id801630627733593\n" "help.text" -msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." -msgstr "Joera-marra bat erakutsiko da automatikoki legendan. Bere izena joera-marraren aukeretan definitu daiteke." +msgid "The menu item <menuitem>Insert - Trend Line</menuitem> is only available when the chart is in edit mode. It will appear grayed out if the chart is in edit mode but no data series is selected." +msgstr "" #. EFBBV #: 04050100.xhp @@ -1636,6 +1645,15 @@ msgctxt "" msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>." msgstr "Joera-marrak hari dagokion datu-seriearen kolore bera du. Marra-propietateak aldatzeko, hautatu joera-marra eta aukeratu <item type=\"menuitem\">Formatua - Formatu-hautapena - Marra</item>." +#. JVZCk +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id296334\n" +"help.text" +msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." +msgstr "Joera-marra bat erakutsiko da automatikoki legendan. Bere izena joera-marraren aukeretan definitu daiteke." + #. FAqAo #: 04050100.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/schart/04.po b/source/eu/helpcontent2/source/text/schart/04.po index b43e670bd89..9ea1816334c 100644 --- a/source/eu/helpcontent2/source/text/schart/04.po +++ b/source/eu/helpcontent2/source/text/schart/04.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: 2017-05-09 16:45+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-06 09:04+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1525597483.000000\n" +#. XTsp4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Shortcuts for Charts" msgstr "Diagramen laster-teklak" +#. ffkDP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>" msgstr "<bookmark_value>laster-teklak; diagramak</bookmark_value><bookmark_value>diagramak; laster-teklak</bookmark_value>" +#. pm6fm #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Shortcuts for Charts</link></variable>" msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Diagramen laster-teklak</link></variable>" +#. btcmU #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "You can use the following shortcut keys in charts." msgstr "Laster-tekla hauek erabil ditzakezu diagrametan." +#. eMdUn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also use the general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">shortcut keys</link> for $[officename]." msgstr "$[officename] aplikazioko <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">laster-tekla</link> orokorrak ere erabil daitezke." +#. CEzNG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcuts in Charts" msgstr "Diagrametako laster-teklak" +#. ccGDZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Laster-teklak" +#. FCXGV #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Results" msgstr "Emaitza" +#. P4mrP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. taadL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Select next object." msgstr "Hautatu hurrengo objektua." +#. NthQb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. GQrMa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Select previous object." msgstr "Hautatu aurreko objektua." +#. FDGRH #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Home" msgstr "Hasi" +#. 7rgPg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Select first object." msgstr "Hautatu lehen objektua." +#. EU3aF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "End" msgstr "Bukaera" +#. KLQvG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Select last object." msgstr "Hautatu azken objektua." +#. DvTKF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Esc" msgstr "Ihes" +#. PnsxX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Cancel selection" msgstr "Utzi hautapena" +#. dGzRa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "up/down/left/right arrow" msgstr "Gorako/beherako/ezkerrerako/eskuinerako gezia" +#. UNQwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move the object in the direction of the arrow." msgstr "Eraman objektua geziaren norabidean." +#. pD6CR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "up/down/left/right arrow in pie charts" msgstr "gorako/beherako/ezkerrerako/eskuinerako gezia tarta-diagrametan" +#. d2pzL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Moves the selected pie segment in the direction of the arrow." msgstr "Hautatutako tarta-segmentua geziaren norabidean eramaten du." +#. HjQaS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "F2 in titles" msgstr "F2 tituluetan" +#. tw86w #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Enter text input mode." msgstr "Sartu testua sarrera moduan." +#. nW9LT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. vaAQX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Open group so that you can edit the individual components (in legend and data series)." msgstr "Ireki taldea banakako osagaiak editatzeko moduan (legendetan eta datu-serieetan)." +#. gCDwG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. nJhMW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Exit group (in legend and data series)." msgstr "Irten taldetik (legendetan eta datu-serieetan)." +#. kkY8i #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "+/-" msgstr "+/-" +#. 28SQG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Reduce or enlarge the chart" msgstr "Txikitu edo handitu diagrama" +#. 3VfCM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "+/- in pie charts" msgstr "+/- tarta-diagrametan" +#. 7ZRy4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/eu/helpcontent2/source/text/sdatabase.po b/source/eu/helpcontent2/source/text/sdatabase.po index 887e65c0bd1..863cc87d74f 100644 --- a/source/eu/helpcontent2/source/text/sdatabase.po +++ b/source/eu/helpcontent2/source/text/sdatabase.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" -"PO-Revision-Date: 2021-07-01 16:20+0000\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2021-09-12 07:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/eu/>\n" "Language: eu\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.6.2\n" +"X-Generator: Weblate 4.8.1\n" #. ugSgG #: 02000000.xhp @@ -159,14 +159,14 @@ msgctxt "" msgid "Allows you to sort and filter the data in a query table." msgstr "Kontsulta-taula bateko datuak ordenatzea eta iragaztea ahalbidetzen du." -#. XpUzN +#. ci2PA #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153379\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Kontsulta-diseinua</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Kontsulta-diseinua</link>" #. 3JCfK #: 02000000.xhp @@ -177,14 +177,14 @@ msgctxt "" msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." msgstr "<emph>Kontsultaren diseinuarekin</emph> kontsulta edo bista bat sortu daiteke." -#. q79aD +#. QwBay #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153968\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Kontsulta taula anitzetan</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" +msgstr "" #. ASeVi #: 02000000.xhp @@ -195,14 +195,14 @@ msgctxt "" msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." msgstr "Kontsultaren emaitzak taula baten baino gehiagoren datuak izan ditzake, taulak elkarri estekatuta badaude datu-eremu egokiekin." -#. uBo2H +#. MaoPn #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3159149\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Kontsulta-irizpideak formulatzea</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" +msgstr "" #. JTXBF #: 02000000.xhp @@ -213,14 +213,14 @@ msgctxt "" msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." msgstr "Kontsultak egiteko iragazki-baldintzak formulatzeko zein eragile eta komando erabil daitezkeen aurkituko duzu hemen." -#. uCGCF +#. xmAkP #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3156212\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Funtzioak exekutatzea</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" +msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Executing Functions\">Funtzioak exekutatzea</link>" #. FWCVa #: 02000000.xhp @@ -3894,14 +3894,14 @@ msgctxt "" msgid "Primary key and foreign keys" msgstr "Lehen mailako gakoa eta kanpoko gakoak" -#. ksuDX +#. BDbWF #: 05020000.xhp msgctxt "" "05020000.xhp\n" "par_id3149168\n" "help.text" -msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." -msgstr "Taulen arteko erlazio bat definitu nahi baduzu, <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">lehen mailako gako bat</link> sartu behar duzu. Gako horrek lehendik dagoen taularen datu-eremua modu unibokoan zehaztuko du. Lehen mailako gakoari beste taula batetik egin diezaiokezu erreferentzia taula horretako datuak atzitzeko. Lehen mailako gako horri erreferentzia egiten dioten datu-eremu guztiak kanpoko gako gisa identifikatuko dira." +msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primary_key\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." +msgstr "" #. FACvb #: 05020000.xhp @@ -6585,6 +6585,888 @@ msgctxt "" msgid "SELECT LAST_INSERT_D();" msgstr "SELECT LAST_INSERT_D();" +#. xUFRA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"tit\n" +"help.text" +msgid "Database File" +msgstr "" + +#. STdE4 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10544\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabadoc.xhp\">Database File</link>" +msgstr "" + +#. XWsT6 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10554\n" +"help.text" +msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" +msgstr "" + +#. 3KEBA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN105B7\n" +"help.text" +msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" +msgstr "" + +#. ptEgp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"tit\n" +"help.text" +msgid "Database Properties" +msgstr "" + +#. ZqWEp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10550\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabaprop.xhp\">Database Properties</link>" +msgstr "" + +#. J8CiZ +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10560\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" +msgstr "" + +#. GkxKK +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_id1322977\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" +msgstr "" + +#. X569b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"tit\n" +"help.text" +msgid "Additional Settings" +msgstr "" + +#. eYNbJ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropadd.xhp\">Additional Settings</link>" +msgstr "" + +#. aQVe4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" +msgstr "" + +#. VDVT6 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_id4641865\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" +msgstr "" + +#. jRxSF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. GXZC2 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Host name" +msgstr "" + +#. X6fnx +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" +msgstr "" + +#. rp55d +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Port number" +msgstr "" + +#. RQEQ4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" +msgstr "" + +#. PP95C +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1057D\n" +"help.text" +msgid "MySQL JDBC driver class" +msgstr "" + +#. 2nqZZ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10615\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" +msgstr "" + +#. evMXj +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10581\n" +"help.text" +msgid "Character set" +msgstr "" + +#. hbyg9 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10634\n" +"help.text" +msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." +msgstr "" + +#. zvk8A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10651\n" +"help.text" +msgid "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 "" + +#. VoZcz +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10585\n" +"help.text" +msgid "Oracle JDBC driver class" +msgstr "" + +#. 7eLFU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" +msgstr "" + +#. 5KbCC +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Driver settings" +msgstr "" + +#. tEiQb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10672\n" +"help.text" +msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" +msgstr "" + +#. rh98b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Use catalog for file-based databases" +msgstr "" + +#. TipDh +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10691\n" +"help.text" +msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" +msgstr "" + +#. d3PBB +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Base DN" +msgstr "" + +#. UYaFM +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" +msgstr "" + +#. bvx2A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10595\n" +"help.text" +msgid "Maximum number of records" +msgstr "" + +#. AUVCH +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106F3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" +msgstr "" + +#. K5mtr +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10599\n" +"help.text" +msgid "Display deleted records as well" +msgstr "" + +#. GENGU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10700\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" +msgstr "" + +#. RAmgF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10715\n" +"help.text" +msgid "In dBASE format, deleted records remain in the file." +msgstr "" + +#. yPXvG +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10718\n" +"help.text" +msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." +msgstr "" + +#. 9EL3T +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1059D\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. EuWB8 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10725\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" +msgstr "" + +#. zGqEv +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105B9\n" +"help.text" +msgid "Text contains headers" +msgstr "" + +#. RVLEb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107B0\n" +"help.text" +msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" +msgstr "" + +#. FujFi +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "Field separator" +msgstr "" + +#. f85dT +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107CF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" +msgstr "" + +#. 2GiWs +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C1\n" +"help.text" +msgid "Text separator" +msgstr "" + +#. f9igV +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107DC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" +msgstr "" + +#. nPoAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C5\n" +"help.text" +msgid "Decimal separator" +msgstr "" + +#. zz9uf +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107E9\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" +msgstr "" + +#. pxpUk +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C9\n" +"help.text" +msgid "Thousands separator" +msgstr "" + +#. Z66yU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" +msgstr "" + +#. zF6Wc +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "File extension" +msgstr "" + +#. 4UxAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10803\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." +msgstr "" + +#. KEi9S +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"tit\n" +"help.text" +msgid "Connection Type Wizard" +msgstr "" + +#. tR5Cs +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropcon.xhp\">Connection Type Wizard</link>" +msgstr "" + +#. cnXMD +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10551\n" +"help.text" +msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" +msgstr "" + +#. UGEKg +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_id9003875\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" +msgstr "" + +#. nwRC4 +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10569\n" +"help.text" +msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." +msgstr "" + +#. htEBY +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056C\n" +"help.text" +msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." +msgstr "" + +#. GLS4A +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Database type" +msgstr "" + +#. TAPYr +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" +msgstr "" + +#. pr7Ss +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"tit\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. eFAEi +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropgen.xhp\">Advanced Properties</link>" +msgstr "" + +#. u6Nh4 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Specifies some options for a database." +msgstr "" + +#. BGBSR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id4513992\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" +msgstr "" + +#. VRoAF +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. BBQPA +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Path to dBASE files" +msgstr "" + +#. QKfDa +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" +msgstr "" + +#. L6KhU +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." +msgstr "" + +#. 3FEHH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Browse" +msgstr "" + +#. hERNG +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10595\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" +msgstr "" + +#. ASumy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Test Connection" +msgstr "" + +#. pvebP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AE\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" +msgstr "" + +#. avxGq +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "Path to the text files" +msgstr "" + +#. zC6Zp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" +msgstr "" + +#. BbvJR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Path to the spreadsheet document" +msgstr "" + +#. 7uZBe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" +msgstr "" + +#. sHbo7 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Name of the ODBC data source on your system" +msgstr "" + +#. oEcfz +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" +msgstr "" + +#. GNzhk +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "User name" +msgstr "" + +#. SiH7S +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" +msgstr "" + +#. YDXqp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "Password required" +msgstr "" + +#. Az64m +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D1\n" +"help.text" +msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" +msgstr "" + +#. pQT6Z +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"hd_id7806329\n" +"help.text" +msgid "Name of the database" +msgstr "" + +#. HAijN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id5589159\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" +msgstr "" + +#. 8Bxuy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D4\n" +"help.text" +msgid "Name of the MySQL database" +msgstr "" + +#. e9p3M +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D8\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" +msgstr "" + +#. UECFe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DB\n" +"help.text" +msgid "Name of the Oracle database" +msgstr "" + +#. dd99x +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" +msgstr "" + +#. dzDEB +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105E9\n" +"help.text" +msgid "Microsoft Access database file" +msgstr "" + +#. p9EGJ +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105ED\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" +msgstr "" + +#. s7mEP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F0\n" +"help.text" +msgid "Host name" +msgstr "" + +#. WpRBM +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F4\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" +msgstr "" + +#. NsdZh +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F7\n" +"help.text" +msgid "Data source URL" +msgstr "" + +#. kB6vt +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FB\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" +msgstr "" + +#. 2qqXH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "JDBC driver class" +msgstr "" + +#. 4kGAN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10602\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" +msgstr "" + +#. uprKx +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10605\n" +"help.text" +msgid "Test Class" +msgstr "" + +#. SL9De +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10609\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" +msgstr "" + +#. LXtcL +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10613\n" +"help.text" +msgid "Choose a database" +msgstr "" + +#. QNz26 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10617\n" +"help.text" +msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/sdraw/guide.po b/source/eu/helpcontent2/source/text/sdraw/guide.po index 5a4c9d7d973..a7bb6c4cbac 100644 --- a/source/eu/helpcontent2/source/text/sdraw/guide.po +++ b/source/eu/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-25 14:55+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-23 06:37+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/eu/>\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: 1547711633.000000\n" #. cZbDh @@ -763,14 +763,14 @@ msgctxt "" msgid "Hold down Shift and click each object." msgstr "Sakatu Maius eta egin klik bi objektutan." -#. yq4gd +#. Dfyf6 #: cross_fading.xhp msgctxt "" "cross_fading.xhp\n" "par_id3166428\n" "help.text" -msgid "Choose <emph>Edit - Cross-fading</emph>." -msgstr "Aukeratu <emph>Editatu - Iraungitze kateatua</emph>." +msgid "Choose <emph>Shape - Cross-fading</emph>." +msgstr "" #. dmA2i #: cross_fading.xhp @@ -2644,14 +2644,14 @@ msgctxt "" msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>" msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Ikonoa</alt></image>" -#. BCWQR +#. GoxPE #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id3150716\n" "help.text" -msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." -msgstr "Hautatu biratzea nahi duzun objektua. $[officename] Drawen <emph>Modua</emph> tresna-barran edo $[officename] Impressen <emph>Marrazketa</emph> barran, egin klik <emph>Biratu</emph> ikonoan." +msgid "Select the object you want to rotate. On the <emph>Transformations</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." +msgstr "" #. MLBay #: rotate_object.xhp diff --git a/source/eu/helpcontent2/source/text/shared.po b/source/eu/helpcontent2/source/text/shared.po index 1eac677f8a3..b6d1f0001a1 100644 --- a/source/eu/helpcontent2/source/text/shared.po +++ b/source/eu/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 14:18+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-12-18 22:28+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/eu/>\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.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547893026.000000\n" #. DBz3U @@ -250,14 +250,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text." msgstr "<ahelp hid=\".uno:HelpIndex\">Uneko aplikazioari buruzko $[officename] laguntza irekitzen du.</ahelp> Laguntzako orrietan zehar batetik bestera ibil zaitezke, edo indizeko terminoak edo edozein testu bila ditzakezu." -#. r2xBY +#. SPpw7 #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_idN1064A\n" "help.text" -msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">icon</alt></image>" -msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">ikonoa</alt></image>" +msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>" +msgstr "" #. iPjUH #: main0108.xhp @@ -340,6 +340,60 @@ msgctxt "" msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>" msgstr "<ahelp hid=\".uno:SafeMode\">Modu seguruan, %PRODUCTNAME erabiltzaile-profil berri batekin abiarazten da behin-behinean, eta hardware bidezko azelerazioa desgaitzen da. Funtzionatzen ez duen %PRODUCTNAME instantzia bat leheneratzen lagundu dezake.</ahelp>" +#. 4BvDS +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id561629934889067\n" +"help.text" +msgid "Get Involved" +msgstr "" + +#. ZiLDo +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id501629934998665\n" +"help.text" +msgid "Opens the <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community." +msgstr "" + +#. YrMYp +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id431629934866702\n" +"help.text" +msgid "Donate to %PRODUCTNAME" +msgstr "" + +#. xoFgE +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id691629934873388\n" +"help.text" +msgid "%PRODUCTNAME is Free Software and is made available free of charge." +msgstr "" + +#. GAMwn +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id651629934878405\n" +"help.text" +msgid "Your donation, which is purely optional, supports our worldwide community." +msgstr "" + +#. gGbbH +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id611629934882669\n" +"help.text" +msgid "If you like the software, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">please consider a donation</link>." +msgstr "" + #. sWFkG #: main0108.xhp msgctxt "" @@ -367,14 +421,14 @@ msgctxt "" msgid "%PRODUCTNAME Credits" msgstr "%PRODUCTNAME kredituak" -#. Jedhd +#. 26xSB #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_id5144510\n" "help.text" -msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>" -msgstr "-<ahelp hid=\".uno:ShowLicense\"><emph>CREDITS.odt</emph> dokumentua bistaratzen du, non 2010-09-28 geroztik Openoffice.org ekimenari (eta gerora LibreOfficera ekarri diren) edo LibreOffice ekimenari ekarpenak egin dizkioten banakoen izenak agertzen diren.</ahelp>" +msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into %PRODUCTNAME) or %PRODUCTNAME since 2010-09-28.</ahelp>" +msgstr "" #. F8BFu #: main0108.xhp @@ -547,14 +601,14 @@ msgctxt "" msgid "Creates a chart in the current document." msgstr "Diagrama bat sortzen du uneko dokumentuan." -#. P6tFi +#. DexEu #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN107D8\n" "help.text" -msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>" -msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Icon</alt></image>" +msgstr "" #. wcCfo #: main0201.xhp @@ -583,14 +637,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>" msgstr "<ahelp hid=\".\">Laguntza-aholkuak erakusten ditu saguaren erakuslearen azpian, harik eta hurrena klik egin arte.</ahelp>" -#. 4s9Yp +#. gMBSS #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10855\n" "help.text" -msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>" -msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">ikonoa</alt></image>" +msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">icon What's this?'</alt></image>" +msgstr "" #. C6Uid #: main0201.xhp diff --git a/source/eu/helpcontent2/source/text/shared/00.po b/source/eu/helpcontent2/source/text/shared/00.po index 9695ec72bf0..b58e38472d8 100644 --- a/source/eu/helpcontent2/source/text/shared/00.po +++ b/source/eu/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-19 05:05+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562054310.000000\n" #. 3B8ZN @@ -295,23 +295,23 @@ msgctxt "" msgid "This option appears only for Paragraph Style and Character Style." msgstr "Aukera hau paragrafo-estiloetan eta karaktere-estiloetan soilik agertzen da." -#. 8ZDnK +#. DQLG8 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "hd_id3153760\n" "help.text" -msgid "Shrink / Maximize" -msgstr "Txikiagotu / Maximizatu" +msgid "Shrink / Expand" +msgstr "" -#. jvSRy +#. MKk2n #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153087\n" "help.text" -msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Maximize</emph> icon. Click it to restore the dialog to its original size.</ahelp>" -msgstr "<ahelp hid=\".\">Egin klik <emph>Txikiagotu</emph> ikonoan, elkarrizketa-koadroa sarrera-eremuaren neurrira txikitzeko. Horrela, hobeto markatu ahal izango duzu beharrezko erreferentzia, orrian. Ondoren, ikonoa <emph>Maximizatu</emph> ikono bihurtuko da. Egin klik bertan, elkarrizketa-koadroa jatorrizko neurrira itzultzeko.</ahelp>" +msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Expand</emph> icon. Click it to restore the dialog to its original size.</ahelp>" +msgstr "" #. XBrSB #: 00000001.xhp @@ -322,14 +322,14 @@ msgctxt "" msgid "The dialog is automatically minimized when you click into a sheet with the mouse. As soon as you release the mouse button, the dialog is restored and the reference range defined with the mouse is highlighted in the document by a blue frame." msgstr "Elkarrizketa-koadroa automatikoki txikiagotuko da, saguarekin orrian klik egitean. Saguaren botoia askatu bezain laster, elkarrizketa-koadroa leheneratu egingo da, eta saguarekin definitutako erreferentzia-barrutia marko urdin batekin nabarmenduko da dokumentuan." -#. hBM4F +#. 4pdui #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3157808\n" "help.text" -msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>" -msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Icon shrink</alt></image>" +msgstr "" #. fdGk2 #: 00000001.xhp @@ -340,23 +340,23 @@ msgctxt "" msgid "Shrink" msgstr "Txikiagotu" -#. CVMX8 +#. F3599 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153349\n" "help.text" -msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>" -msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Icon Expand</alt></image>" +msgstr "" -#. RiUGk +#. dKe9x #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3155628\n" "help.text" -msgid "Maximize" -msgstr "Maximizatu" +msgid "Expand" +msgstr "" #. JXBBr #: 00000001.xhp @@ -1609,24 +1609,6 @@ msgctxt "" msgid "Font Color" msgstr "Letra-kolorea" -#. AEQa2 -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3157898\n" -"help.text" -msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>" -msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Ikonoa</alt></image>" - -#. gfGjE -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3149893\n" -"help.text" -msgid "Font Color" -msgstr "Letra-kolorea" - #. TsxVC #: 00000004.xhp msgctxt "" @@ -2887,6 +2869,60 @@ msgctxt "" msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid." msgstr "Absolutuki gordetzea nahiago baduzu, beste fitxategiekiko erreferentziak ere absolutu gisa definituko dira, hau da, unitate, bolumen edo erroko direktorioan oinarrituta. Bide honek badu abantailarik: erreferentziak dituen dokumentua beste direktorio edo karpeta batera eraman ahal izango da, erreferentzien balioa galdu gabe." +#. W3GjN +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"hd_id381624628286724\n" +"help.text" +msgid "Focus" +msgstr "" + +#. gNp8p +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id61624628294382\n" +"help.text" +msgid "In a form document, a control must receive focus from the user in order to become active and perform its tasks. For example, users must give focus to a text box in order to enter text into it." +msgstr "" + +#. DasRP +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id511624628298935\n" +"help.text" +msgid "There are several ways to give focus to a control:" +msgstr "" + +#. 2DUBz +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id301624628318973\n" +"help.text" +msgid "Designate the control with a mouse or any pointing device." +msgstr "" + +#. pXW93 +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id191624628327510\n" +"help.text" +msgid "Navigate from one control to the next with the keyboard. The document's author may define a tabbing order that specifies the order in which controls will receive focus if the user navigates the document with the keyboard. Once selected, a control may be activated by some other key sequence." +msgstr "" + +#. PEbNU +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id351624628336039\n" +"help.text" +msgid "Select a control through an access key (sometimes called \"keyboard shortcut\" or \"keyboard accelerator\")." +msgstr "" + #. KRQQF #: 00000005.xhp msgctxt "" @@ -7693,14 +7729,14 @@ msgctxt "" msgid "HTML Source" msgstr "HTML iturburua" -#. EgBt7 +#. JUCPP #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_idN1091B\n" "help.text" -msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem> (Impress or Draw).</variable>" -msgstr "<variable id=\"grid\">Aukeratu <menuitem>Ikusi - Sareta eta laguntza-lerroak</menuitem> (Impress edo Draw).</variable>" +msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem>.</variable>" +msgstr "" #. rWXdw #: 00000403.xhp @@ -12832,14 +12868,14 @@ msgctxt "" msgid "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Choose <menuitem>Format - Page Style - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Choose <menuitem>Page - Properties - Background</menuitem></caseinline> <caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties - Background</menuitem></caseinline> </switchinline> <emph> - Hatch</emph> tab. </variable>" msgstr "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Aukeratu <menuitem>Formatua - Orrialde-estiloa - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Aukeratu <menuitem>Orrialdea - Propietateak - Atzeko planoa</menuitem></caseinline> <caseinline select=\"IMPRESS\">Aukeratu <menuitem>Diapositiba - Propietateak - Atzeko planoa</menuitem></caseinline> </switchinline> <emph> - Itzaleztadura</emph> fitxa. </variable>" -#. cGik7 +#. 8D2G2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145800\n" "help.text" -msgid "<variable id=\"bitmap\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Bitmaps</menuitem> tab.</variable>" -msgstr "<variable id=\"bitmap\">Aukeratu <menuitem>Formatua - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Testu-koadroa eta forma - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objektua - </menuitem></caseinline></switchinline><menuitem>Area - Bit-mapak</menuitem> fitxa.</variable>" +msgid "<variable id=\"image\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Image</menuitem> tab.</variable>" +msgstr "" #. VRoLs #: 00040502.xhp @@ -13903,14 +13939,14 @@ msgctxt "" msgid "Showing and Hiding Docked Windows" msgstr "Atrakatutako leihoak erakustea eta ezkutatzea" -#. WAD7S +#. AXPtD #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_id3149948\n" "help.text" -msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." -msgstr "<link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">Atrakatutako</link> leiho guztiek ikono bat izaten dute leihoen bistaratze propietateak kontrolatzeko." +msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." +msgstr "" #. jJcsB #: 01000000.xhp diff --git a/source/eu/helpcontent2/source/text/shared/01.po b/source/eu/helpcontent2/source/text/shared/01.po index 1684dbcfb77..b698ac10e64 100644 --- a/source/eu/helpcontent2/source/text/shared/01.po +++ b/source/eu/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563601251.000000\n" #. 3u8hR @@ -223,14 +223,14 @@ msgctxt "" msgid "Database" msgstr "Datu-basea" -#. nPTfK +#. 9cSKy #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_idN108D0\n" "help.text" -msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>database file</emph></link>." -msgstr "<link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Datu-baseen morroia</emph></link> irekitzen du <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>datu-basearen fitxategia</emph> sortzeko</link>." +msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/sdatabase/dabadoc.xhp\"><emph>database file</emph></link>." +msgstr "" #. 9nYdo #: 01010000.xhp @@ -7189,6 +7189,123 @@ msgctxt "" msgid "This dialog appears in Calc if the clipboard contains spreadsheet cells." msgstr "Elkarrizketa-koadro hau Calc aplikazioan agertzen da arbelak kalkulu-orrien gelaxkak baditu." +#. HA2yt +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id191630440520574\n" +"help.text" +msgid "Presets" +msgstr "" + +#. H4Mqr +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id951630440692605\n" +"help.text" +msgid "Choose one of the presets to quickly load commonly used settings for Paste Special." +msgstr "" + +#. DBS7B +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id41630440570501\n" +"help.text" +msgid "Values Only" +msgstr "" + +#. pk4yA +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id111630440722545\n" +"help.text" +msgid "Pastes only cell contents including text, numbers and dates." +msgstr "" + +#. khvcS +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id891630440587478\n" +"help.text" +msgid "Values & Formats" +msgstr "" + +#. h6phw +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id511630441051343\n" +"help.text" +msgid "Pastes cell contents and formats applied to cells." +msgstr "" + +#. VUzzv +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id301630440615367\n" +"help.text" +msgid "Formats Only" +msgstr "" + +#. uStsB +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id851630441123702\n" +"help.text" +msgid "Pastes only formats applied to cells." +msgstr "" + +#. 2kAAp +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id81630440632865\n" +"help.text" +msgid "Transpose All" +msgstr "" + +#. dszzk +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id41630441349354\n" +"help.text" +msgid "Pastes all cell contents with their positions transposed." +msgstr "" + +#. uNrP7 +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id991630441460829\n" +"help.text" +msgid "Run immediately" +msgstr "" + +#. FP5bX +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id331630441454811\n" +"help.text" +msgid "Check this option to load the preset and immediately apply it. When unchecked, choosing a preset will only load the corresponding options in the dialog without pasting anything." +msgstr "" + +#. 3etKJ +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id811630441564039\n" +"help.text" +msgid "Uncheck <emph>Run immediately</emph> to load the options from the preset and change its settings in the Paste Special dialog before applying them by clicking <emph>OK</emph>." +msgstr "" + #. LTyRC #: 02070000.xhp msgctxt "" @@ -7675,23 +7792,32 @@ msgctxt "" msgid "Find & Replace" msgstr "Bilatu eta ordeztu" -#. JSALd +#. Qzs8e +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"bm_id501629842533945\n" +"help.text" +msgid "<bookmark_value>Find & Replace dialog</bookmark_value>" +msgstr "" + +#. FGyuJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154044\n" "help.text" -msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>" -msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Bilatu eta ordeztu</link></variable>" +msgid "<variable id=\"02100000\"> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link> </variable>" +msgstr "" -#. 9Lmbn +#. ANaCL #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149893\n" "help.text" -msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp></variable>" -msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Uneko dokumentuan testua edo formatua bilatzen du edo ordezten du.</ahelp></variable>" +msgid "<variable id=\"suchenersetzentext\"> <ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp> </variable>" +msgstr "" #. 2c3d6 #: 02100000.xhp @@ -7765,23 +7891,41 @@ msgctxt "" msgid "<bookmark_value>case sensitivity;searching</bookmark_value>" msgstr "<bookmark_value>maiuskulak eta minuskulak bereizi;bilaketa</bookmark_value>" -#. 6BpCN +#. BLpGy #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3154760\n" "help.text" -msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>" -msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Maiuskulak eta minuskulak bereizten ditu.</ahelp></variable>" +msgid "<variable id=\"exakt\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Matches the exact character provided in the <emph>Find</emph> box without considering any alternative case matches.</ahelp> </variable>" +msgstr "" + +#. jsLqT +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id811629842746430\n" +"help.text" +msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the <emph>Find</emph> box matches both \"a\" and \"A\"." +msgstr "" + +#. F9EPB +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id901629843129983\n" +"help.text" +msgid "Beware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." +msgstr "" -#. H8feD +#. VHvn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id891558923816062\n" "help.text" -msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" -msgstr "<bookmark_value>bilatzen;formatudun zenbakiak</bookmark_value> <bookmark_value>bilatzen;formatudun bistaratzea</bookmark_value> <bookmark_value>aurkitzen;formatudun zenbakiak</bookmark_value> <bookmark_value>aurkitzen;formatudun bistaratzea</bookmark_value>" +msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" +msgstr "" #. UnzxV #: 02100000.xhp @@ -7801,50 +7945,50 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Includes number formatting characters in the search.</ahelp>" msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Zenbakiei formatua emateko karaktereak sartzen ditu bilaketan.</ahelp>" -#. iw8Eo +#. QN28h #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3148538\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Gelaxka osoak</caseinline><defaultinline>Hitz osoak soilik</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Entire Cells</caseinline> <defaultinline>Whole words only</defaultinline> </switchinline>" +msgstr "" -#. 8zaDz +#. FBomz #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149579\n" "help.text" -msgid "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>" -msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Bilaketa-testuaren berdin-berdinak diren hitz osoak edo gelaxkak bilatzen ditu.</ahelp></variable>" +msgid "<variable id=\"ganze\"> <ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp> </variable>" +msgstr "" -#. jTAAd +#. GjHVg #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id3152960\n" "help.text" -msgid "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>finding; in all sheets</bookmark_value><bookmark_value>sheets; searching all</bookmark_value>" -msgstr "<bookmark_value>bilatzea; orri guztietan</bookmark_value><bookmark_value>aurkitzea; orri guztietan</bookmark_value><bookmark_value>orriak; guztietan bilatu</bookmark_value>" +msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>" +msgstr "" -#. jkXem +#. 4ARiJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3152960\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Orri guztiak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">All sheets</caseinline> </switchinline>" +msgstr "" -#. 7MSZK +#. dQCPM #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145619\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Uneko fitxategiko orri guztietan bilatzen du.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline> </switchinline>" +msgstr "" #. D5Jko #: 02100000.xhp @@ -7972,14 +8116,14 @@ msgctxt "" msgid "Replace All" msgstr "Ordeztu denak" -#. vEXBU +#. ZNqAf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145660\n" "help.text" -msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>" -msgstr "<ahelp hid=\".\">Ordeztea nahi duzun testu edo formatuaren agerpen guztiak ordezten ditu.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Errepikatu komando hau zure diapositibako ordezpen guztiak egin arte.</caseinline></switchinline>" +msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp> <switchinline select=\"appl\"> <caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline> </switchinline>" +msgstr "" #. vUDHU #: 02100000.xhp @@ -8062,23 +8206,23 @@ msgctxt "" msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>" msgstr "<ahelp hid=\".\">Writerren, iruzkinen testua ere bilaketetan sartzea hauta dezakezu.</ahelp>" -#. Dvvya +#. hDiLB #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3144439\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Adierazpen erregularrak</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>" +msgstr "" -#. Vj29Y +#. YTjDH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3155342\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use regular expressions in your search.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Bilaketan adierazpen erregularrak erabiltzea ahalbidetzen du.</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>" +msgstr "" #. JTXQw #: 02100000.xhp @@ -8098,14 +8242,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Find</emph> list. To specify a replacement style, select a style from the <emph>Replace</emph> list.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zehaztutako estiloko formatua duen testua bilatzen du. Hautatu kontrol-laukia eta ondoren hautatu <emph>Bilatu</emph> zerrendako estilo bat. Ordezpen-estilo bat zehazteko, hautatu <emph>Ordeztu</emph> zerrendako estilo bat.</ahelp>" -#. YFddy +#. LYkeX #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153524\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline><caseinline select=\"CALC\">Cell Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragrafo-estiloak / Sartu estiloak</caseinline><caseinline select=\"CALC\">Gelaxka-estiloak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline> <caseinline select=\"CALC\">Cell Styles</caseinline> </switchinline>" +msgstr "" #. sg7R3 #: 02100000.xhp @@ -8125,14 +8269,14 @@ msgctxt "" msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"halbnormaltitel\">Kontuan hartu karaktere-zabalera (soilik Asiako hizkuntzak gaituta egonez gero).</variable>" -#. LUDU5 +#. 3PLmH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145744\n" "help.text" -msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full width</link> character forms.</ahelp></variable>" -msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\"><link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">Zabalera erdiko eta zabalera osoko</link> karaktere-formak bereizten ditu.</ahelp></variable>" +msgid "<variable id=\"halbnormaltext\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full-width</link> character forms.</ahelp> </variable>" +msgstr "" #. D4hMq #: 02100000.xhp @@ -8143,23 +8287,23 @@ msgctxt "" msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"aehnlichtitel\">Antzeko soinuak (Japoniera) (soilik Asiar hizkuntzak gaituta badaude)</variable>" -#. pvCos +#. xuxC3 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145421\n" "help.text" -msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp></variable>" -msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Japonierazko testuetan erabilitako antzeko idazkerarako bilaketa-aukerak zehatz daitezke. Hautatu kontrol-lauki hau, eta ondoren bilaketa-aukera zehazteko, egin klik <emph>...</emph> botoian. </ahelp></variable>" +msgid "<variable id=\"aehnlichtext\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp> </variable>" +msgstr "" -#. hgfVQ +#. pCFVE #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149765\n" "help.text" -msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>" -msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Japonierazko testuetan erabilitako antzeko idazkerarako bilaketa-aukerak ezartzen ditu.</ahelp></variable>" +msgid "<variable id=\"aehnlichbutton\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp> </variable>" +msgstr "" #. buRmS #: 02100000.xhp @@ -8206,23 +8350,23 @@ msgctxt "" msgid "Searches exact match, does not include Arabic Tatweel mark <literal>U+0640</literal> (also known as Kashida) in search. For example, searching for كتاب will not match كـتاب or كتــــاب and so on." msgstr "Bat etortze zehatza bilatzen du, ez ditu arabierako tatweel marka <literal>U+0640</literal> (kashida ere deitua) kontuan hartzen bilaketan. FAdibidez, كتاب bilatzen bada, ez da bat etorriko كـتاب edo كتــــاب eta antzeko kateekin." -#. Yfpme +#. WAxVa #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Atributuak</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link> </caseinline> </switchinline>" +msgstr "" -#. qXZEJ +#. S66Gf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155854\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Formatua</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link> </caseinline> </switchinline>" +msgstr "" #. 2HX6G #: 02100000.xhp @@ -8242,23 +8386,23 @@ msgctxt "" msgid "After you select format and attributes that you want to search for, the <emph>Paragraph Styles</emph> checkbox in the <emph>Other options</emph> area changes to <emph>Including Styles</emph>. Select this checkbox if you want to include search for formatting and attributes set by styles." msgstr "Bilatu nahi diren formatua eta atributuak hautatu ondoren, <emph>Beste aukera batzuk</emph> ataleko <emph>Paragrafo-estiloak</emph> kontrol-laukia aldatu egingo da eta <emph>Sartu estiloak</emph> esango du. Hautatu kontrol-lauki hori estiloak ezarritako formatuetan eta atributuetan ere bilatu nahi bada." -#. iuEjF +#. 9Kfn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154188\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Formaturik ez </caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">No Format</caseinline> </switchinline>" +msgstr "" -#. K6cJh +#. U8isj #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3159155\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sakatu <emph>Bilatu</emph> edo <emph>Ordeztu</emph> koadroa, eta ondoren sakatu botoi hau, formatuetan oinarritutako bilaketa-irizpidea kentzeko.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline> </switchinline>" +msgstr "" #. RD9Dh #: 02100000.xhp @@ -8278,41 +8422,41 @@ msgctxt "" msgid "The search and replace criteria selected for Format and Attributes are displayed under the <emph>Find</emph> and <emph>Replace</emph> boxes." msgstr "Formatua eta atributuak bilatu eta ordezteko irizpideak <emph>Bilatu</emph> eta <emph>Ordeztu</emph> koadroetan bistaratzen dira." -#. AEyg4 +#. 9Z6qm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153004\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Noranzkoa</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Direction</caseinline> </switchinline>" +msgstr "" -#. h6bCC +#. DM8Er #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3156332\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Gelaxkak bilatzeko ordena zehazten du.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline> </switchinline>" +msgstr "" -#. BaX3C +#. zFwLm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155064\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Errenkadak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Rows</caseinline> </switchinline>" +msgstr "" -#. MXcmg +#. TAnrV #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161457217894\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Errenkadetan ezkerretik eskuinera bilatzen du.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline> </switchinline>" +msgstr "" #. XN5B4 #: 02100000.xhp @@ -8323,23 +8467,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Errenkadetan ezkerretik eskuinera bilatzen du.</ahelp>" -#. CJSEj +#. ga3sb #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3156277\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Zutabeak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Columns</caseinline> </switchinline>" +msgstr "" -#. DavNn +#. drjqY #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145207\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Zutabeetan goitik behera bilatzen du.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline> </switchinline>" +msgstr "" #. DKdyD #: 02100000.xhp @@ -8350,32 +8494,32 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zutabeetan goitik behera bilatzen du.</ahelp>" -#. 2we6m +#. 6ALEr #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154944\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Hautatu</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Search in</caseinline> </switchinline>" +msgstr "" -#. jaDAq +#. GpAnn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3146925\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Formulas</caseinline> </switchinline>" +msgstr "" -#. 8PEbc +#. BsCkZ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161448509633\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formuletan eta (kalkulatu gabeko) balio finkoetan zehaztutako karaktereak bilatzen ditu. Adibidez, 'BATUKETA' duten formulak bila daitezke.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline> </switchinline>" +msgstr "" #. 5Jw5w #: 02100000.xhp @@ -8386,23 +8530,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formuletan eta (kalkulatu gabeko) balio finkoetan zehaztutako karaktereak bilatzen ditu. Adibidez, 'BATUKETA' duten formulak bila daitezke.</ahelp>" -#. SCCjN +#. uDxxn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3149400\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Balioak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Values</caseinline> </switchinline>" +msgstr "" -#. gNAhz +#. g2dn5 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3146969\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulen emaitzetan eta balioetan zehaztutako karaktereak bilatzen ditu.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline> </switchinline>" +msgstr "" #. aj5NM #: 02100000.xhp @@ -8413,23 +8557,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formulen emaitzetan eta balioetan zehaztutako karaktereak bilatzen ditu.</ahelp>" -#. Hxei2 +#. GrF5E #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3145650\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Iruzkinak</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Comments</caseinline> </switchinline>" +msgstr "" -#. MTECk +#. BRdDC #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3153947\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Gelaxketan erantsitako iruzkinetan zehaztutako karaktereak bilatzen ditu. </caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline> </switchinline>" +msgstr "" #. psHFB #: 02100000.xhp @@ -9790,14 +9934,14 @@ msgctxt "" msgid "Orphans" msgstr "Umezurtzak" -#. wMnjp +#. rKcG8 #: 02100200.xhp msgctxt "" "02100200.xhp\n" "par_id3156737\n" "help.text" -msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Orphan Control</emph></link> attribute." -msgstr "<link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Lerro solteen kontrola</emph></link> atributua bilatzen du." +msgid "Finds the <link href=\"text/shared/00/00000005.xhp#widows_and_orphans\"><emph>Orphan Control</emph></link> attribute." +msgstr "" #. 2r5Ai #: 02100200.xhp @@ -12436,14 +12580,14 @@ msgctxt "" msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>" msgstr "<bookmark_value>aldaketak; erakutsi</bookmark_value><bookmark_value>ezkutatu;aldaketak</bookmark_value><bookmark_value>erakutsi; aldaketak</bookmark_value>" -#. pehkn +#. NXNow #: 02230200.xhp msgctxt "" "02230200.xhp\n" "hd_id3149988\n" "help.text" -msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show</link>" -msgstr "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Erakutsi</link>" +msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Track Changes</link>" +msgstr "" #. Bk7zQ #: 02230200.xhp @@ -16306,14 +16450,14 @@ msgctxt "" msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>" msgstr "<bookmark_value>formatuak; zenbakien eta monetaren formatuak</bookmark_value><bookmark_value>zenbaki-formatuak; formatuak</bookmark_value><bookmark_value>monetak;formatu-kodeak</bookmark_value><bookmark_value>lehenetsiak; zenbaki-formatuak</bookmark_value>" -#. fXs76 +#. YGEmP #: 05020300.xhp msgctxt "" "05020300.xhp\n" "hd_id3162942\n" "help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" -msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Zenbakiak</link>" +msgid "<variable id=\"NumbersLink\"><link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link></variable>" +msgstr "" #. z8GFZ #: 05020300.xhp @@ -22165,14 +22309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/borderpage/presets\">Select a predefined border style to apply.</ahelp>" msgstr "<ahelp hid=\"cui/ui/borderpage/presets\">Hautatu aplikatuko den ertz aurredefinitua.</ahelp>" -#. QopCR +#. XQVt3 #: 05030500.xhp msgctxt "" "05030500.xhp\n" "par_id3148643\n" "help.text" -msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>." -msgstr "Taula edo kalkulu-orri batean bazaude, aurrez definitutako ertzak gehi edo ken ditzakezu. Erabili <emph>Taula-barra</emph> barrako <emph>Ertzak</emph> ikonoa." +msgid "Alternatively, use the <emph>Borders</emph> button on the toolbar to apply predefined border formats." +msgstr "" + +#. m9hFs +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id591630450693398\n" +"help.text" +msgid "The <emph>Remove border</emph> option in the <emph>Adjacent Cells</emph> section determines if borders in the edges of the selected range are to be removed. Leave this option unchecked if edge borders should be left unchanged." +msgstr "" + +#. VPwsL +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id181630450040456\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/scalc/guide/borders.xhp#borders\"/> to learn more on how to define custom line arrangements." +msgstr "" #. 2SFo2 #: 05030500.xhp @@ -26296,6 +26458,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>" msgstr "<ahelp hid=\".\">Sartu izen bat hautatutako objekturako. Izena ikusgai egongo da nabigatzailean.</ahelp>" +#. CSL6H +#: 05190000.xhp +msgctxt "" +"05190000.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names must be unique between images, OLE objects and frames in the same document." +msgstr "" + #. 2gqYZ #: 05190100.xhp msgctxt "" @@ -27169,14 +27340,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Ezarri hautatutako marrazki-objektuaren edo dokumentu-elementuaren betegarriaren aukerak.</ahelp>" -#. eE2Fr +#. DB3Ez #: 05210100.xhp msgctxt "" "05210100.xhp\n" "par_id3154863\n" "help.text" -msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use." -msgstr "Kolore, gradiente, itzaleztadura, bi koloreko eredu eta bitmap-eredu pertsonalizatuak gehi ditzakezu zerrenda lehenetsietan, geroago erabiltzeko." +msgid "You can add custom colors, gradients, hatchings, two color patterns and image patterns to the default lists for later use." +msgstr "" #. CGbA3 #: 05210100.xhp @@ -27925,68 +28096,68 @@ msgctxt "" msgid "To apply a background color, select the <emph>Background color</emph> box, then select a color." msgstr "Atzeko planoaren kolorea aplikatzeko, hautatu <emph>Atzeko planoaren kolorea</emph> koadroa eta hautatu kolore bat." -#. pDxGG +#. FCpZG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "tit\n" "help.text" -msgid "Bitmap" -msgstr "Bit-mapa" +msgid "Image" +msgstr "" -#. DL8RS +#. 9yCZ3 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "bm_id3155619\n" "help.text" -msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>" -msgstr "<bookmark_value>bit-mapak; areak</bookmark_value><bookmark_value>areak; bit-mapa</bookmark_value>" +msgid "<bookmark_value>images; areas</bookmark_value><bookmark_value>areas; image</bookmark_value>" +msgstr "" -#. 2jwXu +#. EXFDE #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3155619\n" "help.text" -msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" -msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bit-mapa</link>" +msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Image\">Image</link>" +msgstr "" -#. Xc6qZ +#. AAzK8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3149495\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Hautatu betegarri gisa erabiliko den bit-mapa bat, edo gehitu bit-mapa baten zure eredu propioa.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/ImageTabPage\">Select an image that you want to use as a fill image, or add your own image pattern.</ahelp>" +msgstr "" -#. wEhVG +#. fogGu #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3148585\n" "help.text" -msgid "Bitmap" -msgstr "Bit-mapa" +msgid "Image" +msgstr "" -#. 8ZuCa +#. AbybR #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3147226\n" "help.text" -msgid "Lists the available bitmaps. You can also import bitmaps." -msgstr "Bt-mapa erabilgarriak zerrendatzen ditu. Bit-mapak inportatu daitezke." +msgid "Lists the available images. You can also import images." +msgstr "" -#. eCeUD +#. rr7b8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id501592872056000\n" "help.text" -msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>." -msgstr "Bit-mapa baten izena adatzeko, hautatu bit-mapa, egin eskuineko klik eta aukeratu <menuitem>Aldatu izena</menuitem>. Bit-mapa bat ezabatzeko, hautatu, egin eskuineko klik eta aukeratu <menuitem>Ezabatu</menuitem>," +msgid "To rename an image, select the image, right-click and choose <menuitem>Rename</menuitem>. To delete an image, select the image, right-click and choose <menuitem>Delete</menuitem>." +msgstr "" #. MqVdD #: 05210500.xhp @@ -27997,23 +28168,23 @@ msgctxt "" msgid "Add/Import" msgstr "Gehitu/inportatu" -#. SGKZW +#. KS3aG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Aurkitu inportatu nahi duzun bit-mapa, eta ondoren egin klik <emph>Ireki</emph> aukeran. Bit-mapa erabilgarrien zerrendaren amaieran eransten da bit-mapa.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. the image is added to the end of the list of available images.</ahelp>" +msgstr "" -#. EBwza +#. FXqsL #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id301592866270627\n" "help.text" -msgid "Imported bitmaps are saved in your user profile and can be used in other documents." -msgstr "Inportatutako bit-mapak erabiltzaile-profilean gordetzen dira eta beste dokumentu batzuetan ere erabili daitezke." +msgid "Imported images are saved in your user profile and can be used in other documents." +msgstr "" #. pC4QD #: 05210500.xhp @@ -28033,14 +28204,14 @@ msgctxt "" msgid "Style" msgstr "Estiloa" -#. GnwjN +#. PgyUs #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id241592868416096\n" "help.text" -msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles." -msgstr "<emph>Lauzetan</emph>: Bete area bit-mapa lauza modura erabilita." +msgid "<emph>Tiled</emph>: Fill the area with the image as tiles." +msgstr "" #. gCgdA #: 05210500.xhp @@ -28051,14 +28222,14 @@ msgctxt "" msgid "<emph>Stretched</emph>: Stretch the image to fit the object area." msgstr "<emph>Tiratuta</emph>: Tiratu irudia objektuaren area osoa bete dezan." -#. Fi4Fj +#. MRcQq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id651592868426975\n" "help.text" -msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area." -msgstr "<emph>Kokagune eta tamaina pertsonalizatuak</emph>: Ezarri bit-maparen tamaina eta kokagune pertsonalizatuak objektuaren arean." +msgid "<emph>Custom position/size</emph>: Set a custom size and position of the image in the object area." +msgstr "" #. sAiUV #: 05210500.xhp @@ -28114,14 +28285,14 @@ msgctxt "" msgid "Position" msgstr "Kokagunea" -#. 8qFYv +#. BnQeq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id321592869780471\n" "help.text" -msgid "Select the anchoring position of the bitmap image inside the object area." -msgstr "Hautatu bit-maparen aingura-kokagunea objektuaren arearen barruan." +msgid "Select the anchoring position of the image inside the object area." +msgstr "" #. WKmCj #: 05210500.xhp @@ -28132,23 +28303,23 @@ msgctxt "" msgid "Tiling Position" msgstr "Lauzen kokagunea" -#. 286Bv +#. MC32h #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id811592870169715\n" "help.text" -msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position." -msgstr "<emph>X desplazamendua</emph>: Ezarri bit-maparen desplazamendu horizontalaren balioa aingura-kokagunearekiko." +msgid "<emph>X-Offset</emph>: Set the horizontal image offset value with respect to the anchoring position." +msgstr "" -#. w8e6v +#. MM4XP #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id41592870267463\n" "help.text" -msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position." -msgstr "<emph>Y desplazamendua</emph>: Ezarri bit-maparen desplazamendu bertikalaren balioa aingura-kokagunearekiko." +msgid "<emph>Y-Offset</emph>: Set the vertical image offset value with respect to the anchoring position." +msgstr "" #. FeN7H #: 05210500.xhp @@ -44395,14 +44566,14 @@ msgctxt "" msgid "HTML import and export" msgstr "HTML inportazioa eta esportazioa" -#. vGJmc +#. AQC2u #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3145119\n" "help.text" -msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want." -msgstr "Fitxategi bat HTML dokumentura esportatzen duzunean, deskribapena eta erabiltzaileak zehaztutako fitxategi-propietateak META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">etiketa</link> gisa txertatzen dira esportatutako dokumentuaren HEAD etiketen artean. META etiketak ez dira bistaratzen web arakatzaile batean eta informazioa txertatzeko erabiltzen dira, adibidez, web orri baten bilatzailearen gako-hitzak. Uneko dokumentuaren propietateak ezartzeko, aukeratu <emph>Fitxategia - Propietateak</emph> egin klik <emph>Deskribapena</emph> edo <emph>Erabiltzaileak zehaztua</emph> etiketan, eta ondoren idatzi nahi duzun informazioa." +msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want." +msgstr "" #. AMHpy #: about_meta_tags.xhp @@ -44413,14 +44584,32 @@ msgctxt "" msgid "The following file properties are converted to META tags when you export a file as an HTML document:" msgstr "Ondorengo fitxategi-propietateak META etiketa bihurtzen dira fitxategi bat HTML dokumentu gisa esportatzen duzunean:" -#. AdB9y +#. 5tzLL +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id321630929312928\n" +"help.text" +msgid "ODF Property" +msgstr "" + +#. 3XGHd +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id611630929312929\n" +"help.text" +msgid "HTML Tags" +msgstr "" + +#. eX98Q #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3154935\n" "help.text" -msgid "File Property" -msgstr "Fitxategiaren propietatea" +msgid "Title" +msgstr "" #. ESE4Z #: about_meta_tags.xhp @@ -44485,23 +44674,23 @@ msgctxt "" msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">" msgstr "<META NAME=\"DESCRIPTION\" CONTENT=\"Eremuaren edukia\">" -#. McABW +#. kSxDx #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3159149\n" "help.text" -msgid "Info fields 1...4" -msgstr "Informazio-eremuak 1...4" +msgid "Custom Properties" +msgstr "" -#. GXt5i +#. adi33 #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3157892\n" "help.text" -msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">" -msgstr "<META NAME=\"Info field name\" CONTENT=\"Field Content\">" +msgid "<META NAME=\"Custom field name\" CONTENT=\"Custom field content\">" +msgstr "" #. DXH3M #: about_meta_tags.xhp @@ -50101,6 +50290,24 @@ msgctxt "" msgid "Exports only the Notes page views." msgstr "Oharren bista soilik esportatzen du." +#. XjnLG +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id291629821618352\n" +"help.text" +msgid "Export hidden pages" +msgstr "" + +#. Wttv3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631629821626204\n" +"help.text" +msgid "Exports the document’s hidden slides." +msgstr "" + #. 9FqPS #: ref_pdf_export_general.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/shared/02.po b/source/eu/helpcontent2/source/text/shared/02.po index 46ea57ad5d4..f9971440d63 100644 --- a/source/eu/helpcontent2/source/text/shared/02.po +++ b/source/eu/helpcontent2/source/text/shared/02.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: 2021-04-27 17:02+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-28 12:22+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/eu/>\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: 1559627231.000000\n" #. Edm6o @@ -682,14 +682,14 @@ msgctxt "" msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):" msgstr "<emph>Txertatu</emph> tresna-barrako ikonoa (baliteke hasieran ikusten ez den ikono hau gaitu behar izatea):" -#. 3bFUE +#. h7uSA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>" +msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" +msgstr "" #. Dbydo #: 01170000.xhp @@ -844,14 +844,14 @@ msgctxt "" msgid "Check Box" msgstr "Kontrol-laukia" -#. bQbxK +#. xGAoN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3148483\n" "help.text" -msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>" -msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>" +msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" +msgstr "" #. fbJjh #: 01170000.xhp @@ -871,14 +871,14 @@ msgctxt "" msgid "Text Box" msgstr "Testu-koadroa" -#. EJRD5 +#. jxTx3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3163665\n" "help.text" -msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>" -msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>" +msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" +msgstr "" #. p3BAw #: 01170000.xhp @@ -898,14 +898,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Eremu formatuduna" -#. kYbGJ +#. ehyrQ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154836\n" "help.text" -msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>" -msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>" +msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" +msgstr "" #. W4Jis #: 01170000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "Push Button" msgstr "Sakatzeko botoia" -#. GqKLB +#. GsVDb #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>" -msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>" +msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" +msgstr "" #. KTA7G #: 01170000.xhp @@ -970,14 +970,14 @@ msgctxt "" msgid "Option Button" msgstr "Aukera-botoia" -#. MZW3N +#. qpeu3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" -msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" +msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" +msgstr "" #. DJdqY #: 01170000.xhp @@ -997,14 +997,14 @@ msgctxt "" msgid "List Box" msgstr "Zerrenda-koadroa" -#. jfrqS +#. NBqDr #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>" -msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>" +msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" +msgstr "" #. Dbwav #: 01170000.xhp @@ -1024,14 +1024,14 @@ msgctxt "" msgid "Combo Box" msgstr "Konbinazio-koadroa" -#. AukwD +#. 8M2uc #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>" -msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>" +msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" +msgstr "" #. bUeTF #: 01170000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "Label Field" msgstr "Etiketa-eremua" -#. KNzCu +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145295\n" "help.text" -msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>" -msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>" +msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" +msgstr "" #. xAedG #: 01170000.xhp @@ -1096,14 +1096,14 @@ msgctxt "" msgid "Wizards On/Off" msgstr "Aktibatu/desaktibatu morroiak" -#. R8E9C +#. GY3P2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B65\n" "help.text" -msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>" +msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" +msgstr "" #. ySzEv #: 01170000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Spin Button" msgstr "Biratze-botoia" -#. it4JG +#. 2dBYJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11A64\n" "help.text" -msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>" +msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" +msgstr "" #. rY5Pe #: 01170000.xhp @@ -1177,14 +1177,14 @@ msgctxt "" msgid "Scrollbar" msgstr "Korritze-barra" -#. 4yAE9 +#. Mhj4A #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11ACA\n" "help.text" -msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>" +msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" +msgstr "" #. RNigC #: 01170000.xhp @@ -1411,14 +1411,14 @@ msgctxt "" msgid "Image Button" msgstr "Irudi-botoia" -#. JiLWn +#. Dc2HC #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Irudi-botoiaren ikonoa</alt></image>" +msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" #. B9Era #: 01170000.xhp @@ -1438,14 +1438,14 @@ msgctxt "" msgid "Image Control" msgstr "Irudi-kontrola" -#. SGrkb +#. ymnGP #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155869\n" "help.text" -msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>" -msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>" +msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" +msgstr "" #. ZJDNH #: 01170000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Data-eremua" -#. TvrCS +#. faE9Y #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149423\n" "help.text" -msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" +msgstr "" #. sSv2y #: 01170000.xhp @@ -1528,14 +1528,14 @@ msgctxt "" msgid "Time Field" msgstr "Ordu-eremua" -#. UDpQS +#. T6act #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3153687\n" "help.text" -msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>" +msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" +msgstr "" #. 7apBh #: 01170000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "File Selection" msgstr "Fitxategi-hautapena" -#. 82ZxH +#. oGq2E #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150531\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" -msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" +msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" +msgstr "" #. 4CELT #: 01170000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Numerical Field" msgstr "Zenbakizko eremua" -#. LR2YN +#. c2Gra #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149396\n" "help.text" -msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>" +msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" +msgstr "" #. 3jPvp #: 01170000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Currency Field" msgstr "Moneta-eremua" -#. uskeC +#. 6nQhR #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145324\n" "help.text" -msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>" +msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" +msgstr "" #. dc7AD #: 01170000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Eremu maskaratua" -#. C4vNu +#. zwZsE #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149742\n" "help.text" -msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>" +msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" +msgstr "" #. 4SYQW #: 01170000.xhp @@ -1681,14 +1681,14 @@ msgctxt "" msgid "Group Box" msgstr "Talde-markoa" -#. NMGq5 +#. ZpKrz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159334\n" "help.text" -msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>" -msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>" +msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" +msgstr "" #. 3Suwy #: 01170000.xhp @@ -1735,14 +1735,14 @@ msgctxt "" msgid "Table Control" msgstr "Taula-kontrola" -#. CdczK +#. sXNiD #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156402\n" "help.text" -msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>" -msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>" +msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" +msgstr "" #. YNpAD #: 01170000.xhp @@ -1771,14 +1771,14 @@ msgctxt "" msgid "Navigation bar" msgstr "Nabigazio-barra" -#. 4sz8J +#. z63Mz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B2C\n" "help.text" -msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>" -msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>" +msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" +msgstr "" #. dmjpG #: 01170000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Automatic Control Focus" msgstr "Kontrolaren foku automatikoa" -#. pDASa +#. LWHkL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150261\n" "help.text" -msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgstr "" #. iDFFL #: 01170000.xhp @@ -7342,14 +7342,14 @@ msgctxt "" msgid "Changed" msgstr "Aldatzean" -#. FEBF7 +#. FSNEk #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148755\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>" -msgstr "<ahelp hid=\".\"><emph>Aldatzean</emph> gertaera kontrolak fokua galdu eta horren ondoren kontrolaren edukia aldatu denean gertatzen da.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link> and the content of the control has changed since it lost the focus.</ahelp>" +msgstr "" #. pW2Ah #: 01170103.xhp @@ -7378,14 +7378,14 @@ msgctxt "" msgid "Item status changed" msgstr "Egoera aldatzean" -#. EZLhq +#. Dbbyx #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3150870\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">The <emph>Item status changed</emph> event takes place if the status of the control field has changed.</ahelp> The <emph>Item status changed</emph> event takes place if the status of the control field has changed." -msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>Egoera aldatzean</emph> gertaera kontrol-eremuaren egoera aldatu bada gertatzen da.</ahelp><emph>Egoera aldatzean</emph> gertaera kontrol-eremuaren egoera aldatu bada gertatzen da." +msgid "The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked." +msgstr "" #. CRguq #: 01170103.xhp @@ -7396,14 +7396,14 @@ msgctxt "" msgid "When receiving focus" msgstr "Fokua hartzean" -#. hUKWb +#. vSAqD #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3154218\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the focus.</ahelp>" -msgstr "<ahelp hid=\".\"><emph>Fokua hartzean</emph> gertaera kontrol-eremu batek fokua jasotzen badu gertatzen da.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. NrRE4 #: 01170103.xhp @@ -7414,14 +7414,14 @@ msgctxt "" msgid "When losing focus" msgstr "Fokua galtzean" -#. NwYiE +#. epakc #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3159252\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the focus.</ahelp>" -msgstr "<ahelp hid=\".\"><emph>Fokua galtzean</emph> gertaera kontrol-eremuak fokua galtzen badu gertatzen da.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. JkyEm #: 01170103.xhp @@ -9133,32 +9133,32 @@ msgctxt "" msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed." msgstr "Erabiltzaileak datuetan nabigatzen duenean, inprimakiak uneko datu-erregistroak bistaratzen ditu. Inprimakiak definituta badaude, 200ms inguruko atzerapen laburraren ondoren azpinprimakiko edukia bistaratuko da. Atzerapen horren bidez, inprimaki maisuko datu-erregistroko datuak azkar araka daitezke. Hurrengo datu-erregistro maisura nabigatuz gero atzerapen-mugaren barnean, azpinprimikietako datuak ez dira eskuratu eta bistaratu behar." -#. yknW5 +#. QBY2R #: 01170300.xhp msgctxt "" "01170300.xhp\n" "tit\n" "help.text" -msgid "Tab Order" -msgstr "Aktibatze-ordena" +msgid "Activation Order" +msgstr "" -#. 8XyJN +#. LWAYe #: 01170300.xhp msgctxt "" "01170300.xhp\n" "hd_id3146959\n" "help.text" -msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>" -msgstr "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Aktibatze-ordena</link>" +msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Activation Order</link>" +msgstr "" -#. cdwww +#. ds3GH #: 01170300.xhp msgctxt "" "01170300.xhp\n" "par_id3150347\n" "help.text" -msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" -msgstr "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\"><emph> Aktibazio-ordena</emph> elkarrizketa-koadroan kontrol-eremuek fokua hartzeko ordena alda daiteke erabiltzaileak tabulazio-tekla sakatutakoan.</ahelp></variable>" +msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" +msgstr "" #. oEDQP #: 01170300.xhp @@ -15010,14 +15010,14 @@ msgctxt "" msgid "Standard Filter" msgstr "Iragazki estandarra" -#. q2qAj +#. AdEPW #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3151097\n" "help.text" -msgid "Standard Filter" -msgstr "Iragazki estandarra" +msgid "<variable id=\"StandardFilter_h1\"><link href=\"text/shared/02/12090100.xhp\" name=\"StandardFilter_link\">Standard Filter</link></variable>" +msgstr "" #. u4zmZ #: 12090100.xhp @@ -17890,14 +17890,14 @@ msgctxt "" msgid "Selection Mode" msgstr "Hautapen modua" -#. 3uAEb +#. 7L8xS #: 20050000.xhp msgctxt "" "20050000.xhp\n" "bm_id3148668\n" "help.text" -msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>" -msgstr "<bookmark_value>hautapen moduak testuan</bookmark_value><bookmark_value>testua; hautapen moduak</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>hautapen modua gehitzea</bookmark_value><bookmark_value>bloke-hautapenaren modua</bookmark_value>" +msgid "<bookmark_value>selection modes in text</bookmark_value> <bookmark_value>text; selection modes</bookmark_value> <bookmark_value>extending selection mode</bookmark_value> <bookmark_value>adding selection mode</bookmark_value> <bookmark_value>block selection mode</bookmark_value>" +msgstr "" #. ntcAk #: 20050000.xhp @@ -17908,23 +17908,23 @@ msgctxt "" msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>" msgstr "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Hautapen modua</link>" -#. BxC56 +#. jwKSR #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3146130\n" "help.text" -msgid "<ahelp hid=\".\">Here you can switch between different selection modes.</ahelp>" -msgstr "<ahelp hid=\".\">Hemen hautapen modu desberdinak txandakatu daitezke.</ahelp>" +msgid "<ahelp hid=\".\">Switches between different selection modes.</ahelp>" +msgstr "" -#. 649aC +#. iyCEv #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153894\n" "help.text" -msgid "When you click in the field, a popup menu comes up with the available options:" -msgstr "Eremuan klik egitean, laster-menu bat agertuko da erabilgarri dauden aukerekin:" +msgid "Click this field to open a popup menu with the following options:" +msgstr "" #. FVGbB #: 20050000.xhp @@ -17962,77 +17962,86 @@ msgctxt "" msgid "This is the default selection mode for text documents. With the keyboard, selections can be performed by <emph>Shift</emph>+navigation key (<item type=\"keycode\">arrows, Home, End, Page Up, Page Down</item>). With the mouse, click in the text where the selection is to start, hold the left mouse button and move to the end of the selection. Release the mouse key to end selection." msgstr "Testu-dokumentuetako hautapen modu lehenetsia da. Teklatuarekin, hautapenak <emph>Shift</emph>+nabigazio-tekla (<item type=\"keycode\">geziak, Home, End, Page Up, Page Down</item>) bidez egin daitezke. Saguarekin, egin klik hautapena hasiko den testuan, eutsi saguaren ezkerreko botoiari eta mugitu hautapenaren amaierara. Askatu saguaren botoia hautapena amaitzeko." -#. E5Epi +#. AZd4x #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3149580\n" "help.text" -msgid "Extending selection (<item type=\"keycode\">F8</item>)" -msgstr "Hautapen hedatua (<item type=\"keycode\">F8</item>)" +msgid "Extending selection" +msgstr "" -#. vpxft +#. 8V8BG #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153717\n" "help.text" -msgid "By using the <emph>arrow</emph> keys or the <item type=\"keycode\">Home</item> and <item type=\"keycode\">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position." -msgstr "<emph>Gezien</emph> teklak edo <item type=\"keycode\">Home</item> eta<item type=\"keycode\">End</item> teklak erabilita, uneko hautapena zabaldu edo murriztu egin daiteke. Testuan klik egitean, kurtsorearen uneko posizioaren eta klik egin den posizioaren arteko testua hautatzen da." +msgid "Use the mouse, arrow keys or the <keycode>Home</keycode> and <keycode>End</keycode> keys to extend or crop the current selection. Clicking anywhere in the text selects the region between the current cursor position and the click position." +msgstr "" -#. CWx2K +#. Jwb3c +#: 20050000.xhp +msgctxt "" +"20050000.xhp\n" +"par_id821630330412209\n" +"help.text" +msgid "Hold the <keycode>Shift</keycode> key to temporarily activate the Extending selection mode." +msgstr "" + +#. dL6uZ #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3147620\n" "help.text" -msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)" -msgstr "Gehikuntza-hautapena (<item type=\"keycode\">Shift+F8</item>)" +msgid "Adding selection (<keycode>Shift+F8</keycode>)" +msgstr "" -#. NBwAq +#. YjCCD #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3154307\n" "help.text" -msgid "A new selection is added to an existing selection. The result is a multiple selection." -msgstr "Hautapen berria gehitzen zaio lehendik dagoenari. Emaitza hautapen anizkoitza da." +msgid "Use this mode to select multiple ranges of text. Each new selection using the mouse or keyboard is added as a new selection." +msgstr "" -#. De6wr +#. CFmAA #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id6971037\n" +"par_id941630331257314\n" "help.text" -msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" -msgstr "Bloke-hautapena (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">⌘</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" +msgid "Hold the <keycode>Ctrl</keycode> key to temporarily activate the Adding selection mode." +msgstr "" -#. CHTsh +#. vSETC #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id5258644\n" +"par_id6971037\n" "help.text" -msgid "A block of text can be selected." -msgstr "Testu-blokea hauta daiteke." +msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F8</keycode>)" +msgstr "" -#. SzDrA +#. qAeGQ #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id4441663\n" +"par_id5258644\n" "help.text" -msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode." -msgstr "Windows sistemetan, <item type=\"keycode\">Alt</item> teklari sakatuta eutsi ahal diozu arrastatzen ari zaren bitartean, testu-bloke bat hautatzeko. Ez duzu bloke-hautapenaren moduan sartu beharrik." +msgid "Use this mode to select a non-contiguous block of text." +msgstr "" -#. VyEA4 +#. tcCu3 #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id901513465638512\n" +"par_id41630331461837\n" "help.text" -msgid "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigating and Selecting With the Keyboard\">Navigating and Selecting With the Keyboard</link>" -msgstr "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigating and Selecting With the Keyboard\">Teklatuaren bidez nabigatzea eta hautatzea</link>" +msgid "Hold the <keycode>Alt</keycode> key to temporarily activate the Block selection mode." +msgstr "" #. ubD2w #: 20060000.xhp diff --git a/source/eu/helpcontent2/source/text/shared/07.po b/source/eu/helpcontent2/source/text/shared/07.po index 3b4e8ae7ca8..e632900e375 100644 --- a/source/eu/helpcontent2/source/text/shared/07.po +++ b/source/eu/helpcontent2/source/text/shared/07.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: 2018-07-07 19:04+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-07-17 21:18+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1531862321.000000\n" +#. 6qu9B #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Web Pages" msgstr "Web orriak" +#. KFDmp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web Pages</link>" msgstr "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web orriak</link>" +#. YuDvW #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type=\"menuitem\">File - New</item>." msgstr "Interneteko orri berri bat sortu nahi baduzu, ireki <emph>HTML dokumentua</emph> <item type=\"menuitem\">Fitxategia - Berria</item> aukeratuz." +#. GqZYp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <item type=\"menuitem\">View - Web</item>." msgstr "Interneteko orri berriak sortzeko beste tresna erabilgarri bat web diseinuaren modua da, <item type=\"menuitem\">Ikusi - Web</item> aukerarekin gaitzen dena." +#. TPf7Q #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Creating a New Web Page" msgstr "Web orri berri bat sortzea" +#. NGME8 #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Switch to the web layout mode by choosing <item type=\"menuitem\">View - Web</item> or by opening a new HTML document." msgstr "Aldatu web diseinuaren modura <item type=\"menuitem\">Ikusi - Weba</item> aukeratuz edo HTML dokumentu berri bat irekiz." +#. veBKZ #: 09000000.xhp msgctxt "" "09000000.xhp\n" diff --git a/source/eu/helpcontent2/source/text/shared/explorer/database.po b/source/eu/helpcontent2/source/text/shared/explorer/database.po index 4cc9acdbec5..34fe6abfb89 100644 --- a/source/eu/helpcontent2/source/text/shared/explorer/database.po +++ b/source/eu/helpcontent2/source/text/shared/explorer/database.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: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-04 23:37+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/eu/>\n" @@ -16,888 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563085513.000000\n" -#. xUFRA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"tit\n" -"help.text" -msgid "Database File" -msgstr "Datu-basearen fitxategia" - -#. qTD7t -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10544\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>" -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Datu-basearen fitxategia</link>" - -#. XWsT6 -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10554\n" -"help.text" -msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" -msgstr "<ahelp hid=\".\">Datu-baseen fitxategi-leihoak taulak, ikuspegiak, kontsultak eta txostenak antolatzen ditu %PRODUCTNAME aplikazioan.</ahelp>" - -#. 3KEBA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN105B7\n" -"help.text" -msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" -msgstr "<link href=\"text/sdatabase/main.xhp\">Datu-baseekin lan egitea %PRODUCTNAME aplikazioan</link>" - -#. ptEgp -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"tit\n" -"help.text" -msgid "Database Properties" -msgstr "Datu-baseen propietateak" - -#. NAq6e -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10550\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Datu-baseen propietateak</link>" - -#. J8CiZ -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10560\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" -msgstr "<ahelp hid=\".\">Datu-base baten propietateak zehazten ditu.</ahelp>" - -#. GkxKK -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_id1322977\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" -msgstr "Datu-basearen leihoan, aukeratu <emph>Editatu - Datu-basea - Propietateak</emph>" - -#. X569b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"tit\n" -"help.text" -msgid "Additional Settings" -msgstr "Ezarpen osagarriak" - -#. 3zjpy -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Ezarpen osagarriak</link>" - -#. aQVe4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Datu-iturburu batentzako aukera osagarriak zehazten ditu.</ahelp>" - -#. VDVT6 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_id4641865\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" -msgstr "Datu-basearen leihoan, aukeratu <emph>Editatu - Datu-basea - Propietateak</emph>, eta egin klik <emph>Ezarpen osagarriak</emph> fitxan" - -#. jRxSF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "Ondorengo kontrolen erabilgarritasuna datu-base motaren arabera dago:" - -#. GXZC2 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Host name" -msgstr "Ostalari-izena" - -#. X6fnx -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-basea duen zerbitzariaren ostalari-izena, adibidez ldap.server.com.</ahelp>" - -#. rp55d -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Port number" -msgstr "Ataka-zenbakia" - -#. RQEQ4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-basea ostatatzen duen zerbitzariaren ataka-zenbakia.</ahelp>" - -#. PP95C -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1057D\n" -"help.text" -msgid "MySQL JDBC driver class" -msgstr "MySQL JDBC kontrolatzaile klasea" - -#. 2nqZZ -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10615\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu MySQL datu-basearen JDBC kontrolatzailearen izena.</ahelp>" - -#. evMXj -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10581\n" -"help.text" -msgid "Character set" -msgstr "Karaktere-jokoa" - -#. hbyg9 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10634\n" -"help.text" -msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." -msgstr "<ahelp hid=\".\">Hautatu $[officename] aplikazioko datu-basea bistaratzeko erabiltzea nahi duzun karaktere-jokoa.</ahelp> Ezarpen honek ez dio datu-baseari eragiten. Sistema eragileko karaktere-joko lehenetsia erabiltzeko, hautatu \"System\"." - -#. zvk8A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10651\n" -"help.text" -msgid "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 "Testu eta dBase datu-baseak tamaina finkoko karaktere-luzera duten karaktere-jokoetara murriztuta daude. Karaktere horiek byte kopuru berdinarekin kodetuta daude." - -#. VoZcz -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10585\n" -"help.text" -msgid "Oracle JDBC driver class" -msgstr "Oracle JDBC kontrolatzaile klasea" - -#. 7eLFU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10653\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu Oracle datu-baserako JDBC kontrolatzailearen izena.</ahelp>" - -#. 5KbCC -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Driver settings" -msgstr "Kontrolatzailearen ezarpenak" - -#. tEiQb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10672\n" -"help.text" -msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" -msgstr "<ahelp hid=\".\">Zehaztu kontrolatzailearen aukera osagarriak.</ahelp>" - -#. rh98b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "Use catalog for file-based databases" -msgstr "Erabili katalogoa fitxategietan oinarritutako datu-baseetan" - -#. TipDh -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10691\n" -"help.text" -msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" -msgstr "<ahelp hid=\".\">Katalogoaren uneko datu-iturburua erabiltzen du. Aukera hori erabilgarria da ODBC datu-iturburua datu-basearen zerbitzaria denean. Ez hautatu aukera hori, ODBC datu-iturburua dBase kontrolatzailea denean.</ahelp>" - -#. d3PBB -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Base DN" -msgstr "Base DN" - -#. UYaFM -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106B0\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu LDAP datu-basean bilaketa egiteko hasiera-puntua, adibidez, dc=com.</ahelp>" - -#. bvx2A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10595\n" -"help.text" -msgid "Maximum number of records" -msgstr "Erregistroen gehieneko kopurua" - -#. AUVCH -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106F3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi LDAP zerbitzarian sartzean kargatzea nahi duzun erregistroen gehieneko kopurua.</ahelp>" - -#. K5mtr -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10599\n" -"help.text" -msgid "Display deleted records as well" -msgstr "Bistaratu ezabatutako erregistroak ere" - -#. GENGU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10700\n" -"help.text" -msgid "<ahelp hid=\".\">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=\".\">Fitxategiko erregistro guztiak bistaratzen ditu, ezabatu gisa markatutakoak barne. Kontrol-lauki hau hautatzen baduzu, ezingo dituzu erregistroak ezabatu.</ahelp>" - -#. RAmgF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10715\n" -"help.text" -msgid "In dBASE format, deleted records remain in the file." -msgstr "dBase formatuan, ezabatutako erregistroak fitxategian gordetzen dira." - -#. yPXvG -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10718\n" -"help.text" -msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." -msgstr "Datu-basean egindako aldaketak bistaratzeko, itxi datu-baserako konexioa eta konektatu berriro datu-basera." - -#. 9EL3T -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1059D\n" -"help.text" -msgid "Indexes" -msgstr "Indizeak" - -#. EuWB8 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10725\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" -msgstr "<ahelp hid=\".\">Indizeak elkarrizketa-koadroa irekitzen du, eta hor uneko dBase datu-baseko taula-indizeak antola ditzakezu.</ahelp>" - -#. zGqEv -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105B9\n" -"help.text" -msgid "Text contains headers" -msgstr "Testuak goiburukoak ditu" - -#. RVLEb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107B0\n" -"help.text" -msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatu kontrol-lauki hori, testu-fitxategiaren lehen lerroak eremu-izenak baditu.</ahelp>" - -#. FujFi -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "Field separator" -msgstr "Eremu-bereizlea" - -#. f85dT -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107CF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu edo hautatu testu-fitxategiko datu-eremuak bereiztuko dituen karakterea.</ahelp>" - -#. 2GiWs -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C1\n" -"help.text" -msgid "Text separator" -msgstr "Testu-bereizlea" - -#. f9igV -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107DC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu edo hautatu testu-fitxategiko testu-eremuak identifikatuko dituen karakterea. Ezin duzu karaktere bera erabili eremu-bereizle gisa.</ahelp>" - -#. nPoAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C5\n" -"help.text" -msgid "Decimal separator" -msgstr "Dezimalen bereizlea" - -#. zz9uf -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107E9\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" -msgstr "<ahelp hid=\".\">Sartu edo hautatu testu-fitxategian dezimalen bereizle gisa erabiliko den karakterea, adibidez, puntua (0.5) edo koma (0,5).</ahelp>" - -#. pxpUk -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C9\n" -"help.text" -msgid "Thousands separator" -msgstr "Milakoen bereizlea" - -#. Z66yU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" -msgstr "<ahelp hid=\".\">Sartu edo hautatu testu-fitxategiko milakoen bereizle gisa erabiliko den karakterea, adibidez, koma (1,000) edo puntua (1.000).</ahelp>" - -#. zF6Wc -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "File extension" -msgstr "Fitxategi-luzapena" - -#. 4UxAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10803\n" -"help.text" -msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." -msgstr "<ahelp hid=\".\">Hautatu testu-fitxategiaren formatua.</ahelp> Hautatzen duzun luzapenak elkarrizketa-koadro honetako ezarpen lehenetsi batzuei eragingo die." - -#. KEi9S -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"tit\n" -"help.text" -msgid "Connection Type Wizard" -msgstr "Konexio motaren morroia" - -#. CxEzp -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Konexio motaren morroia</link>" - -#. cnXMD -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10551\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" -msgstr "<ahelp hid=\".\">Uneko datu-basearen konexio mota aldatzen du.</ahelp>" - -#. UGEKg -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_id9003875\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" -msgstr "Datu-basearen leihoan, aukeratu <emph>Editatu - Datu-basea - Konexio mota</emph>" - -#. nwRC4 -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10569\n" -"help.text" -msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." -msgstr "Konexio motaren morroiak hiru orrialde ditu. Ezin dituzu ezarpen denak datu-base mota batetik beste mota batera eraman." - -#. htEBY -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." -msgstr "Adibidez, normalean instalatutako datu-baseak ezagutzen ez duen formatuan dagoen datu-basearen fitxategia ireki dezakezu morroiaren bidez." - -#. GLS4A -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Database type" -msgstr "Datu-basearen mota" - -#. TAPYr -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10573\n" -"help.text" -msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatu zein datu-base motatara konektatu nahi duzun.</ahelp>" - -#. pr7Ss -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"tit\n" -"help.text" -msgid "Advanced Properties" -msgstr "Propietate aurreratuak" - -#. AdCiu -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Propietate aurreratuak</link>" - -#. u6Nh4 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Specifies some options for a database." -msgstr "Datu-baseko aukera batzuk zehazten ditu." - -#. BGBSR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id4513992\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" -msgstr "Datu-basearen leihoan, aukeratu <emph>Editatu - Datu-basea - Propietateak</emph>, eta egin klik <emph>Propietate aurreratuak</emph> fitxan" - -#. VRoAF -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "Ondorengo kontrolen erabilgarritasuna datu-base motaren arabera dago:" - -#. BBQPA -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Path to dBASE files" -msgstr "dBASE fitxategietarako bide-izena" - -#. QKfDa -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu dBASE fitxategiak dituen direktoriorako bide-izena.</ahelp>" - -#. L6KhU -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." -msgstr "Ziurtatu dBase fitxategien *.dbf fitxategi-izenaren luzapena minuskulaz idatzita dagoela." - -#. 3FEHH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Browse" -msgstr "Arakatu" - -#. hERNG -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10595\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" -msgstr "<ahelp hid=\".\">Elkarrizketa-koadro bat irekitzen du, eta hor fitxategi edo direktorio bat hauta dezakezu.</ahelp>" - -#. ASumy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Test Connection" -msgstr "Probatu konexioa" - -#. pvebP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AE\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" -msgstr "<ahelp hid=\".\">Datu-basearen konexioa uneko ezarpenekin probatzen du.</ahelp>" - -#. avxGq -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "Path to the text files" -msgstr "Testu-fitxategietarako bide-izena" - -#. zC6Zp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi testu-fitxategien karpetarako bide-izena.</ahelp>" - -#. BbvJR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Path to the spreadsheet document" -msgstr "Kalkulu-orrirako bide-izena" - -#. 7uZBe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu datu-base gisa erabili nahi duzun kalkulu-orriaren dokumenturako bide-izena.</ahelp>" - -#. sHbo7 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Name of the ODBC data source on your system" -msgstr "Zure sistemako ODBC datu-iturburuaren izena" - -#. oEcfz -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi ODBC datu-iturburuaren izena.</ahelp>" - -#. GNzhk -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "User name" -msgstr "Erabiltzaile-izena" - -#. SiH7S -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-basean sartzeko behar den erabiltzaile-izena.</ahelp>" - -#. YDXqp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "Password required" -msgstr "Pasahitza behar da" - -#. Az64m -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D1\n" -"help.text" -msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatuta badago, datu-basean sartzeko behar den pasahitza eskatuko zaio erabiltzaileari.</ahelp>" - -#. pQT6Z -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"hd_id7806329\n" -"help.text" -msgid "Name of the database" -msgstr "Datu-basearen izena" - -#. HAijN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id5589159\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-basearen izena.</ahelp>" - -#. 8Bxuy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D4\n" -"help.text" -msgid "Name of the MySQL database" -msgstr "MySQL datu-basearen izena" - -#. e9p3M -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D8\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-iturburu gisa erabili nahi duzun MySQL datu-basearen izena.</ahelp>" - -#. UECFe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DB\n" -"help.text" -msgid "Name of the Oracle database" -msgstr "Oracle datu-basearen izena" - -#. dd99x -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-iturburu gisa erabili nahi duzun Oracle datu-basearen izena.</ahelp>" - -#. dzDEB -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105E9\n" -"help.text" -msgid "Microsoft Access database file" -msgstr "Microsoft Access datu-basearen fitxategia" - -#. p9EGJ -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105ED\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi datu-iturburu gisa erabili nahi duzun Microsoft Access datu-basearen fitxategi-izena.</ahelp>" - -#. s7mEP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F0\n" -"help.text" -msgid "Host name" -msgstr "Ostalari-izena" - -#. WpRBM -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F4\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" -msgstr "<ahelp hid=\".\">Idatzi LDAP datu-iturburuaren ostalari-izena.</ahelp>" - -#. NsdZh -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F7\n" -"help.text" -msgid "Data source URL" -msgstr "Datu-iturburuaren URLa" - -#. kB6vt -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FB\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu JDBC datu-iturburuaren kokalekua URL gisa.</ahelp>" - -#. 2qqXH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "JDBC driver class" -msgstr "JDBC kontrolatzaile klasea" - -#. 4kGAN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10602\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Sartu datu-iturburuarekin konektatzen den JDBC kontrolatzaile klasea.</ahelp>" - -#. uprKx -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10605\n" -"help.text" -msgid "Test Class" -msgstr "Probatu klasea" - -#. SL9De -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10609\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" -msgstr "<ahelp hid=\".\">Datu-baserako konexioa JDBC kontrolatzaile klasearen bidez probatzen du.</ahelp>" - -#. LXtcL -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10613\n" -"help.text" -msgid "Choose a database" -msgstr "Hautatu datu-base bat" - -#. QNz26 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10617\n" -"help.text" -msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatu zerrendako datu-base bat edo sakatu <emph>Sortu</emph> datu-base berria sortzeko.</ahelp>" - #. BhD6X #: dabawiz00.xhp msgctxt "" @@ -934,14 +52,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Datu-base bati buruzko informazioa duen datu-basearen fitxategia sortzen du datu-baseen morroiak.</ahelp>" -#. BBkQg +#. 4L7fe #: dabawiz00.xhp msgctxt "" "dabawiz00.xhp\n" "par_id9856563\n" "help.text" -msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database." -msgstr "Datu-baseen morroiak datu-base bati buruzko informazioa duen <link href=\"text/shared/explorer/database/dabadoc.xhp\">datu-basearen fitxategia</link> sortzen du." +msgid "The Database Wizard creates a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> that contains information about a database." +msgstr "" #. MP58w #: dabawiz00.xhp @@ -3445,14 +2563,14 @@ msgctxt "" msgid "Save" msgstr "Gorde" -#. SDorY +#. BGNgM #: menufilesave.xhp msgctxt "" "menufilesave.xhp\n" "par_idN1054B\n" "help.text" -msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." -msgstr "Elkarrizketa-koadro honetan, <link href=\"text/shared/explorer/database/dabadoc.xhp\">datu-basearen fitxategi</link> baten barruan gordetako inprimakiaren kokalekua eta izena zehaztu ditzakezu. Elkarrizketa-koadroa automatikoki irekitzen da inprimaki bat lehenengo aldiz gordetzean." +msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." +msgstr "" #. CDw7n #: menufilesave.xhp diff --git a/source/eu/helpcontent2/source/text/shared/guide.po b/source/eu/helpcontent2/source/text/shared/guide.po index 131c8c29dae..fa996a43355 100644 --- a/source/eu/helpcontent2/source/text/shared/guide.po +++ b/source/eu/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 23:57+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561194957.000000\n" #. iharT @@ -655,6 +655,186 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Hobespenak</caseinline><defaultinline>Tresnak - Aukerak</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Irisgarritasuna</link>" +#. FFtrt +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"tit\n" +"help.text" +msgid "Automatic Redaction" +msgstr "" + +#. K7arh +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" +msgstr "" + +#. dujqZ +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id171562795247122\n" +"help.text" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatic Redaction</link></variable>" +msgstr "" + +#. 5TXro +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id4715627952214572\n" +"help.text" +msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable> This makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." +msgstr "" + +#. erJBg +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>" +msgstr "" + +#. XFRFz +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id551626027709362\n" +"help.text" +msgid "This feature comes in handy in documents that have multiple occurrences of names and other personal information (e.g. credit cards, phone numbers, etc). Redacting all these portions of the document manually would required significant effort, but with Automatic Redaction this task can be automated in a more efficient manner." +msgstr "" + +#. HsEH7 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id11626028179231\n" +"help.text" +msgid "Creating Targets" +msgstr "" + +#. U4tPq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id211626097811059\n" +"help.text" +msgid "Targets are rules and patterns used by Automatic Redaction to find portions of the document to be automatically marked for redaction." +msgstr "" + +#. A6CCF +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id851626028193218\n" +"help.text" +msgid "To create a new target, click the <menuitem>Add Target</menuitem> button." +msgstr "" + +#. RGwFa +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id101626028852152\n" +"help.text" +msgid "The <emph>Add Target</emph> dialog appears, to let you define a <emph>Name</emph> for the new target, as well as to choose its <emph>Type</emph> and <emph>Content</emph>. There are three types of targets to choose from in the <emph>Type</emph> dropdown list:" +msgstr "" + +#. 5AKPv +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id241626028988544\n" +"help.text" +msgid "<emph>Text</emph>: Automatic Redaction will look for all occurrences of the specified text and mark them for redaction." +msgstr "" + +#. iCDRP +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id31626028992866\n" +"help.text" +msgid "<emph>Regular expression</emph>: Define a regular expression to use to search the document. All matches will be marked for redaction." +msgstr "" + +#. puprE +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id391626028994653\n" +"help.text" +msgid "<emph>Predefined</emph>: Choose predefined regular expressions to automatically redact contents, such as credit card numbers, email addresses and so on." +msgstr "" + +#. bMHnY +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id181626029575406\n" +"help.text" +msgid "Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool." +msgstr "" + +#. kiFS3 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id611626029791762\n" +"help.text" +msgid "Continue redacting other portions of the generated document and then print or export it to PDF." +msgstr "" + +#. gnseq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id581626101004089\n" +"help.text" +msgid "Refer to the help page <embedvar href=\"text/shared/01/02100001.xhp#02100001\"/> to learn more about regular expressions." +msgstr "" + +#. AE55E +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id951626029985729\n" +"help.text" +msgid "Exporting and Importing Targets" +msgstr "" + +#. CsYeH +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id701626030005749\n" +"help.text" +msgid "Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file." +msgstr "" + +#. M2XoB +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id971626030103135\n" +"help.text" +msgid "Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document." +msgstr "" + +#. 2haDR +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id311626030327293\n" +"help.text" +msgid "The document automatic redaction targets are saved alongside the document. Hence, they are available in the document after you save and close it." +msgstr "" + #. K7YtD #: autocorr_url.xhp msgctxt "" @@ -1681,14 +1861,14 @@ msgctxt "" msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>" msgstr "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Barra-diagramei testura gehitzea</link></variable>" -#. FTMBo +#. 3ZmxR #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3156136\n" "help.text" -msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:" -msgstr "Grafiko edo diagramen barrei testura gehitu diezaiekezu (kolore lehenetsiaren ordez) bitmap grafikoen bidez:" +msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:" +msgstr "" #. 4UEfD #: chart_barformat.xhp @@ -1726,14 +1906,14 @@ msgctxt "" msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab." msgstr "Laster-menuan, aukeratu <emph>Objektuen propietateak</emph>. Ondoren, aukeratu <emph>Area</emph> fitxa." -#. 4EBBU +#. uLD5N #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3146797\n" "help.text" -msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." -msgstr "Sakatu <emph>Bit-mapa</emph>. Zerrenda-koadroan, hautatu bit-mapa une honetan hautatutako barren testura gisa. Sakatu <emph>Ados</emph> ezarpena onartzeko." +msgid "Click on <emph>Image</emph>. In the list box select an image as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." +msgstr "" #. rgZEg #: chart_insert.xhp @@ -6712,14 +6892,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Datu-baseak erregistratzea eta ezabatzea</link></variable>" -#. E6cCK +#. CEh3D #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "Edozein <link href=\"text/shared/explorer/database/dabadoc.xhp\">datu-baseko fitxategitako</link> datuak erregistratu daitezke instalatutako %PRODUCTNAME instantzian. Erregistratzeak esan nahi du %PRODUCTNAME aplikazioak jakingo duela datuak non dauden, nola dauden antolatuta, nola eskuratu datuak eta beste hainbat gauza. Datu-basea erregistratu ondoren, <emph>Ikusi - Datu-iturburua</emph> menu-komandoa erabili daiteke datu-erregistroak atzitu eta testu-dokumentuetan eta kalkulu-orrietan erabiltzeko." +msgid "Data from any <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -7756,14 +7936,14 @@ msgctxt "" msgid "Choose <emph>File - Open</emph> to open the database file." msgstr "Aukeratu <emph>Fitxategia - Ireki</emph> datu-basearen fitxategia irekitzeko." -#. C7CYD +#. e8sEc #: data_view.xhp msgctxt "" "data_view.xhp\n" "par_idN105D1\n" "help.text" -msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Datu-basearen fitxategiak</link> tauletan, kontsultetan, txostenetan eta inprimakietan sartzeko baimen osoa ematen dizu. Taulen egitura editatu eta datu-erregistroen edukia alda dezakezu." +msgid "The <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." +msgstr "" #. drvbN #: data_view.xhp @@ -7990,6 +8170,447 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>" msgstr "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Sartu, editatu eta kopiatu erregistroak</link>" +#. DiHDB +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"tit\n" +"help.text" +msgid "Development Tools" +msgstr "" + +#. EQHbW +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>development tools</bookmark_value> <bookmark_value>object inspector</bookmark_value>" +msgstr "" + +#. SfpDF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Development Tools</link></variable>" +msgstr "" + +#. p3pqz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable>" +msgstr "" + +#. st97j +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Development Tools</menuitem>" +msgstr "" + +#. XaydF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id271627931218557\n" +"help.text" +msgid "After <emph>Development Tools</emph> is enabled it will become visible in all documents and %PRODUCTNAME applications. This setting is persistent and the <emph>Development Tools</emph> will remain visible until it is explicitly disabled by choosing <menuitem>Tools - Development Tools</menuitem>." +msgstr "" + +#. D74vk +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3152821\n" +"help.text" +msgid "When <emph>Development Tools</emph> is enabled, a dockable window will be shown at the bottom of the screen. This window has two main sections:" +msgstr "" + +#. BbGGE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id31627862228021\n" +"help.text" +msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgstr "" + +#. fJXDt +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id581627862228381\n" +"help.text" +msgid "<emph>Object inspection panel:</emph> Displays the available services, methods, properties and interfaces of the selected object." +msgstr "" + +#. SfCJQ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id91627862617231\n" +"help.text" +msgid "This feature is available since %PRODUCTNAME 7.2 and can be used in Writer, Calc, Impress and Draw." +msgstr "" + +#. 5J2jc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id791627911297568\n" +"help.text" +msgid "Document Model Tree View" +msgstr "" + +#. WCR6k +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3153303\n" +"help.text" +msgid "The left side of the window contains a <emph>Current Selection</emph> toggle button, a <emph>Refresh</emph> button and a tree view that displays all objects in the document." +msgstr "" + +#. DEPEn +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627912224207\n" +"help.text" +msgid "The behavior of the tree view depends on the status of the <emph>Current Selection</emph> toggle button:" +msgstr "" + +#. CjDg6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id811627912238786\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>enabled</emph>, then the <emph>Object Inspection Panel</emph> will display the properties of the object that is currently selected in the document. Hence, clicking any item in the tree view will have no effect." +msgstr "" + +#. 8sDyd +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id721627912239053\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>disabled</emph>, then clicking any item in the tree view will update the contents of the <emph>Object Inspection Panel</emph>." +msgstr "" + +#. PmkTZ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id931627912467594\n" +"help.text" +msgid "The types of objects displayed by the <emph>Document Model Tree View</emph> depend on the %PRODUCTNAME application being used:" +msgstr "" + +#. AMFhp +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id691627912559559\n" +"help.text" +msgid "%PRODUCTNAME application" +msgstr "" + +#. 44vcy +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id771627912559559\n" +"help.text" +msgid "Supported objects" +msgstr "" + +#. c5tx6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id551627912559559\n" +"help.text" +msgid "Writer" +msgstr "" + +#. meXjs +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id941627912559559\n" +"help.text" +msgid "Paragraphs<br/>Text Portions in a Paragraph<br/>Shapes<br/>Tables<br/>Frames<br/>Graphic Objects<br/>Embedded Objects (OLE)<br/>Style Families and Styles" +msgstr "" + +#. KrHuw +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id171627912693619\n" +"help.text" +msgid "Calc" +msgstr "" + +#. SHryG +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id601627912702265\n" +"help.text" +msgid "Sheets<br/>Shapes per sheet<br/>Charts per sheet<br/>Pivot tables per sheet<br/>Style Families and Styles" +msgstr "" + +#. c5S5D +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898951\n" +"help.text" +msgid "Impress" +msgstr "" + +#. G7tq6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902324\n" +"help.text" +msgid "Slides<br/>Shapes per slide<br/>Master slides<br/>Style Families and Styles" +msgstr "" + +#. APvko +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898022\n" +"help.text" +msgid "Draw" +msgstr "" + +#. QBNop +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902123\n" +"help.text" +msgid "Pages<br/>Shapes per page<br/>Style Families and Styles" +msgstr "" + +#. SsmFY +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id731627913346236\n" +"help.text" +msgid "Object Inspection Panel" +msgstr "" + +#. cP4WT +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id571627913372273\n" +"help.text" +msgid "The right side of the window consists of the <emph>Object Inspection Panel</emph> that displays information about the object being inspected." +msgstr "" + +#. CGBzb +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id361627930602108\n" +"help.text" +msgid "The first piece of information available is the <emph>Class Name</emph>, which is the name of the implementation class of the object." +msgstr "" + +#. aF94B +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id111627931046662\n" +"help.text" +msgid "Use the <emph>class name</emph> to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href=\"https://docs.libreoffice.org/sw/html/classSwXTextDocument.html\" name=\"SwXTextDocument_API\">SwXTextDocument Class Reference</link>." +msgstr "" + +#. X9o8G +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627930700568\n" +"help.text" +msgid "It is possible to inspect the object further by using the four tabs available that display its <emph>Interfaces</emph>, <emph>Services</emph>, <emph>Properties</emph> and <emph>Methods</emph>." +msgstr "" + +#. AwMan +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id71627913884995\n" +"help.text" +msgid "Each of the tabs organize the information about the object in columns. The set of columns presented depend on which tab is selected." +msgstr "" + +#. RECVL +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id511627914011995\n" +"help.text" +msgid "Interfaces tab" +msgstr "" + +#. FJcvE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id321627914033147\n" +"help.text" +msgid "Contains a single column presenting the list of interfaces implemented by the object." +msgstr "" + +#. BF7qu +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id21627913972266\n" +"help.text" +msgid "Services tab" +msgstr "" + +#. HZPma +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627913989665\n" +"help.text" +msgid "Contains a single column presenting the list of services supported by the object." +msgstr "" + +#. NGnte +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id901627914056156\n" +"help.text" +msgid "Properties tab" +msgstr "" + +#. 9kX9a +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id531627914066770\n" +"help.text" +msgid "Contains four columns that describe the properties of the object:" +msgstr "" + +#. VyG2A +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id461627914264898\n" +"help.text" +msgid "<emph>Property</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. YBmE7 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id491627914265327\n" +"help.text" +msgid "<emph>Value</emph>: Displays a textual representation of the values of all properties." +msgstr "" + +#. 7P4rv +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id981627914265672\n" +"help.text" +msgid "<emph>Type</emph>: Shows the property type." +msgstr "" + +#. FYv4W +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id391627914265992\n" +"help.text" +msgid "<emph>Info</emph>: Presents relevant information about the property. For instance, a property that is read-only will have a \"read-only\" value in this column." +msgstr "" + +#. G2CGc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id161627914138859\n" +"help.text" +msgid "The <emph>Properties</emph> tab contains an additional section that shows a textual representation of the value of the selected property. When a property is selected the value is updated in the text box available at the bottom of the <emph>Object Inspection Panel</emph>. This is useful when the value is too long to be shown in the <emph>Value</emph> column." +msgstr "" + +#. ptFVa +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id941627914764723\n" +"help.text" +msgid "Methods tab" +msgstr "" + +#. XBugD +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id671627914803456\n" +"help.text" +msgid "Contains four columns that describe the combined list of methods that can be called by the current object:" +msgstr "" + +#. Bq4dK +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id281627914839271\n" +"help.text" +msgid "<emph>Method</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. kxBZz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id421627914839748\n" +"help.text" +msgid "<emph>Return type</emph>: Displays the return type of the methods that can be called by the object. Methods that do not return any value are marked as \"void\" in this column." +msgstr "" + +#. NwGtg +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627914840174\n" +"help.text" +msgid "<emph>Parameters</emph>: Shows the list of parameters that are required by the method as well as their respective types." +msgstr "" + +#. KDTST +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627914840561\n" +"help.text" +msgid "<emph>Implementation class</emph>: Displays the name of the class where the method is implemented." +msgstr "" + #. WNbRY #: digital_signatures.xhp msgctxt "" @@ -18970,14 +19591,14 @@ msgctxt "" msgid "Copying Attributes With the Clone Formatting Tool" msgstr "Atributuak kopiatzea 'Klonatu formatua' tresnarekin" -#. TRHUk +#. 7Frig #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "bm_id380260\n" "help.text" -msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" -msgstr "<bookmark_value>Formatuaren brotxa</bookmark_value> <bookmark_value>klonatzea formatua</bookmark_value> <bookmark_value>formateatzea;kopiatzea</bookmark_value> <bookmark_value>kopiatzea;formateatzea</bookmark_value> <bookmark_value>Brotxa</bookmark_value>" +msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" +msgstr "" #. 7BBrB #: paintbrush.xhp @@ -18988,23 +19609,14 @@ msgctxt "" msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Clone Formatting Tool</link></variable>" msgstr "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Formatua kopiatzea 'Klonatu formatua' tresnaren bidez</link></variable>" -#. qhepx +#. KdqKE #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10655\n" "help.text" -msgid "You can use the Clone Formatting tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." -msgstr "'Klonatu formatua' tresna erabil dezakezu testu-hautapen edo objektu baten formatua kopiatu eta beste testu-hautapen edo objektu batean aplikatzeko." - -#. iDbUF -#: paintbrush.xhp -msgctxt "" -"paintbrush.xhp\n" -"par_id101920091122570\n" -"help.text" -msgid "In Calc, the Clone Formatting tool only applies to cell formatting." -msgstr "Calc-en, 'Klonatu formatua' tresna gelaxkari formatua emateko soilik aplikatzen da." +msgid "Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." +msgstr "" #. F7Fcd #: paintbrush.xhp @@ -19015,50 +19627,50 @@ msgctxt "" msgid "Select the text or object whose formatting you want to copy." msgstr "Hautatu kopiatu nahi duzun formatua duen testua edo objektua." -#. jdFbC +#. gu5yT #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10667\n" "help.text" -msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon." -msgstr "<emph>'Estandarra' barran</emph>, sakatu <emph>Klonatu formatua</emph> ikonoa." +msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon. The mouse cursor will change to a paint bucket." +msgstr "" -#. ipwBd +#. AZjCv #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10660\n" +"par_idN1066E\n" "help.text" -msgid "The cursor changes to a paint bucket." -msgstr "Kurtsorea pintura-ontzi bihurtuko da." +msgid "Select or click the text or object that you want to apply the formatting to." +msgstr "Hautatu formatua aplikatu nahi diozun testua edo objektua, edo egin klik haren gainean." -#. Ets82 +#. c28pc #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10663\n" +"par_id291629997756899\n" "help.text" -msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." -msgstr "Formatua hautapen bati baino gehiagori aplikatu nahi badiozu, egin klik bikoitza <emph>Klonatu formatua</emph> ikonoan<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Ikonoa</alt></image>. Formatua aplikatu ondoren, sakatu ikonoa berriro." +msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon <image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." +msgstr "" -#. AZjCv +#. 9ivCF #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN1066E\n" +"par_idN10716\n" "help.text" -msgid "Select or click the text or object that you want to apply the formatting to." -msgstr "Hautatu formatua aplikatu nahi diozun testua edo objektua, edo egin klik haren gainean." +msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." +msgstr "Modu lehenetsian, karaktere-formatua besterik ez da kopiatzen; paragrafo-formatua ere kopiatzeko, eutsi sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> teklari klik egiten duzunean. Paragrafo-formatua soilik kopiatzeko, eutsi sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift teklari klik egiten duzunean." -#. 9ivCF +#. Q29RQ #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10716\n" +"par_id1001629997571404\n" "help.text" -msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." -msgstr "Modu lehenetsian, karaktere-formatua besterik ez da kopiatzen; paragrafo-formatua ere kopiatzeko, eutsi sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> teklari klik egiten duzunean. Paragrafo-formatua soilik kopiatzeko, eutsi sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift teklari klik egiten duzunean." +msgid "In Calc, the Clone Formatting tool only copies formatting applied using the <menuitem>Format - Cells</menuitem> dialog or other equivalent methods. Therefore, any formatting applied directly to characters by selecting text inside a cell and then going to the <menuitem>Format - Character</menuitem> dialog will not be copied using the Clone Formatting tool." +msgstr "" #. pjGa2 #: paintbrush.xhp @@ -19249,14 +19861,14 @@ msgctxt "" msgid "Calc table or cells are selected" msgstr "Calc-eko taula edo gelaxkak hautatuta daude" -#. xBbMX +#. kuPwA #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN1070C\n" "help.text" -msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents" -msgstr "<item type=\"menuitem\">Formatua - Gelaxkak</item> elkarrizketa-koadroan zehaztutako formatua kopiatzen du, bai eta gelaxka-edukien formatua ere" +msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog." +msgstr "" #. LFKkc #: pasting.xhp @@ -20275,23 +20887,23 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; redacting contents</bookmark_value> <bookmark_value>presentations; redacting contents</bookmark_value> <bookmark_value>text documents; redacting contents</bookmark_value> <bookmark_value>redaction</bookmark_value>" msgstr "<bookmark_value>kalkulu-orria; edukiak estaltzea</bookmark_value> <bookmark_value>aurkezpenak; edukiak estaltzea</bookmark_value> <bookmark_value>testu-dokumentuak; edukiak estaltzea</bookmark_value> <bookmark_value>estaltzea</bookmark_value>" -#. uen9A +#. A7KDQ #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Redacting Documents</link>" -msgstr "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Dokumentuetako zatiak estaltzea</link>" +msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redacting Documents</link></variable>" +msgstr "" -#. rUjmE +#. AFwWF #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." -msgstr "<variable id=\"redaction\"><ahelp hid=\".\">Dokumentuetako zatiak estaltzeak esan nahi du zati edo hitz horiek bloketatuta geratuko direla bai ikusiak bai erabiliak izan daitezen.</ahelp></variable> Estaltzeak informazio sentikorra babesten du eta enpresei eta erakundeei konfidentzialtasun edo pribatutasun alorreko erregulazioak betetzen laguntzen die." +msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." +msgstr "" #. QdoMp #: redaction.xhp @@ -24750,6 +25362,123 @@ msgctxt "" msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>" msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Teklatuko komandoak</link>" +#. AWjj4 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"tit\n" +"help.text" +msgid "Tip of the day" +msgstr "" + +#. hEahE +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"bm_id961630844980165\n" +"help.text" +msgid "<bookmark_value>tip of the day</bookmark_value>" +msgstr "" + +#. Pmxkf +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id161630843025887\n" +"help.text" +msgid "<link href=\"text/shared/guide/tipoftheday.xhp\" name=\"tod\">Tip of the Day</link>" +msgstr "" + +#. PtZCz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id731630843025888\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable>" +msgstr "" + +#. eGRcH +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id721630843443217\n" +"help.text" +msgid "Choose <menuitem>Help - Show Tip of the day</menuitem>." +msgstr "" + +#. Mix66 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id601630844290206\n" +"help.text" +msgid "The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software." +msgstr "" + +#. cFRY5 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id51630844860633\n" +"help.text" +msgid "The tip of the day is not specific to the current module." +msgstr "" + +#. XjuPZ +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id171630844295289\n" +"help.text" +msgid "Show tips on startup" +msgstr "" + +#. LqZHq +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id711630844302059\n" +"help.text" +msgid "Displays a dialog with a random tip on %PRODUCTNAME startup." +msgstr "" + +#. PAxHM +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id81630844306451\n" +"help.text" +msgid "Next Tip" +msgstr "" + +#. nqjpy +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id401630844318220\n" +"help.text" +msgid "Displays another tip of the day in the same dialog." +msgstr "" + +#. rSTiz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id251630844323484\n" +"help.text" +msgid "OK" +msgstr "" + +#. GoQru +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id511630844327861\n" +"help.text" +msgid "Close the Tip of the Day dialog." +msgstr "" + #. C6Bb4 #: undo_formatting.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/shared/optionen.po b/source/eu/helpcontent2/source/text/shared/optionen.po index 0fab50e27b4..7422c587000 100644 --- a/source/eu/helpcontent2/source/text/shared/optionen.po +++ b/source/eu/helpcontent2/source/text/shared/optionen.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: 2021-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-19 05:05+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563085522.000000\n" #. PzSYs @@ -2995,23 +2995,23 @@ msgctxt "" msgid "Help Improve %PRODUCTNAME" msgstr "Lagundu %PRODUCTNAME hobetzen" -#. Wrk7m +#. qxiYD #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3169299\n" "help.text" -msgid "Collect usage data and send it to The Document Foundation" -msgstr "Bildu erabilera-datuak eta bidali The Document Foundation fundazioari" +msgid "Send crash reports to The Document Foundation" +msgstr "" -#. q2Akd +#. FpxZ2 #: 01010600.xhp msgctxt "" "01010600.xhp\n" "par_id3167530\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used." -msgstr "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Bidali erabilera-datuak The Document Foundation fundazioari software honen erabilgarritasuna hobetzen laguntzeko.</ahelp> Softwarea garatzen duen taldeari %PRODUCTNAME produktuaren erabilera-ereduei buruzko informazioa interesatzen zaio. Datu horiek aplikazioen erabilgarritasuna hobetzen laguntzen dute, zeregin arruntak betetzean gehien erabiltzen diren komando-sekuentziak identifikatzen baitituzte; horren truke, erabiltzeko errazagoa eta produktiboagoa den erabiltzaile-interfazea diseinatzen dute. Erabilera-datuak modu anonimoan bidaltzen dira eta ez dute dokumentuen edukirik garraiatzen, erabilitako komandoak besterik ez." +msgid "<ahelp hid=\"cui/ui/optgeneralpage/crashreport\">Send crash reports to help developers improve the software’s reliability.</ahelp> Whenever %PRODUCTNAME crashes, you can opt to send reports containing certain debugging information, useful to help track down the cause of the bug and fix it eventually." +msgstr "" #. Zb7tT #: 01010600.xhp @@ -5992,6 +5992,60 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Erregela bertikala eskuineko ertzean lerrokatzen du.</ahelp>" +#. mpQdJ +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"bm_id411624631841785\n" +"help.text" +msgid "<bookmark_value>outline folding buttons;settings</bookmark_value>" +msgstr "" + +#. AyGcm +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id751624630367767\n" +"help.text" +msgid "Outline folding" +msgstr "" + +#. ZLHPa +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id671624630372163\n" +"help.text" +msgid "Show outline-folding buttons" +msgstr "" + +#. tbuLW +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id261624630524895\n" +"help.text" +msgid "Displays outline folding buttons on the left of the outline headings." +msgstr "" + +#. G6sDV +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id211624630375989\n" +"help.text" +msgid "Include sub levels" +msgstr "" + +#. GyAV9 +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id231624630529145\n" +"help.text" +msgid "Also displays the folding buttons of the outline sub levels." +msgstr "" + #. jH6p8 #: 01040200.xhp msgctxt "" @@ -9772,14 +9826,14 @@ msgctxt "" msgid "General" msgstr "Orokorra" -#. r9GEx +#. dNqQR #: 01060300.xhp msgctxt "" "01060300.xhp\n" "bm_id3151110\n" "help.text" -msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>" -msgstr "<bookmark_value>neurriak;orrietan</bookmark_value><bookmark_value>tabulazioak; orrietako ezarpenak</bookmark_value><bookmark_value>gelaxkak; kurtsorearen kokalekuak sarreren ondoren (Calc)</bookmark_value><bookmark_value>edizio modua; Sartu teklaren bidez(Calc)</bookmark_value><bookmark_value>formatua; zabaldu (Calc)</bookmark_value><bookmark_value>zabaldu formatua (Calc)</bookmark_value><bookmark_value>erreferentziak; zabaldu (Calc)</bookmark_value><bookmark_value>zutabe-goiburuak; nabarmendu (Calc)</bookmark_value><bookmark_value>errenkada-izenburuak; nabarmendu (Calc)</bookmark_value>" +msgid "<bookmark_value>metrics;in sheets</bookmark_value> <bookmark_value>tab stops; setting in sheets</bookmark_value> <bookmark_value>cells; cursor positions after input (Calc)</bookmark_value> <bookmark_value>edit mode; through Enter key (Calc)</bookmark_value> <bookmark_value>formatting; expanding (Calc)</bookmark_value> <bookmark_value>expanding formatting (Calc)</bookmark_value> <bookmark_value>references; expanding (Calc)</bookmark_value> <bookmark_value>column headers; highlighting (Calc)</bookmark_value> <bookmark_value>row headers; highlighting (Calc)</bookmark_value>" +msgstr "" #. ViFyA #: 01060300.xhp @@ -9880,14 +9934,32 @@ msgctxt "" msgid "Press Enter to switch to edit mode" msgstr "Sakatu Enter edizio modura aldatzeko" -#. Skn2E +#. jHBp2 #: 01060300.xhp msgctxt "" "01060300.xhp\n" "par_id3148943\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Hautatutako gelaxka editatzeko aukera emango dizu Enter tekla sakatu ondoren.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Determines the behavior of the Enter key in a spreadsheet. Checking this option causes Enter to open cell contents for editing.</ahelp>" +msgstr "" + +#. NMaGC +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id291629751925288\n" +"help.text" +msgid "Uncheck this option to make the Enter key select the cell below the current cell." +msgstr "" + +#. msttp +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id391629752077203\n" +"help.text" +msgid "If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling this option is useful when entering values into a range of cells sequentially." +msgstr "" #. zqG2F #: 01060300.xhp @@ -11860,14 +11932,14 @@ msgctxt "" msgid "All control points in Bézier editor" msgstr "Kontrol-puntu guztiak Bézier editorean" -#. XhTcm +#. d6woc #: 01070100.xhp msgctxt "" "01070100.xhp\n" "par_id3153877\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Bézier puntu guztien kontrol-puntuak bistaratzen ditu, aurretik <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier kurba</link> bat hautatu baduzu. <emph>Kontrol-puntu guztiak Bézier editorean</emph> aukera ez bada hautatu, hautatutako Bézier puntuen kontrol-puntuak soilik egongo dira ikusgai.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobject\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" +msgstr "" #. aDatu #: 01070100.xhp @@ -12832,14 +12904,14 @@ msgctxt "" msgid "Drawing scale" msgstr "Marrazkiaren eskala" -#. tMAM4 +#. nXodr #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3153965\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the rulers.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Erregelen marrazte-eskala zehazten du.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the status bar.</ahelp> Right-click on the scale factor in the status bar to open a list of possible values." +msgstr "" #. CVDi7 #: 01070500.xhp @@ -17233,6 +17305,105 @@ msgctxt "" msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" msgstr "OpenCL lengoaiari buruzko informazio gehiagorako, ikusi <link href=\"https://www.khronos.org/opencl/\">OpenCL webgunea</link>" +#. myGoD +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"tit\n" +"help.text" +msgid "Search Commands" +msgstr "" + +#. LBGY4 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"bm_id8215627973621527\n" +"help.text" +msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>" +msgstr "" + +#. n8hsF +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\" name=\"SearchCommands_help\">Search Commands</link></variable>" +msgstr "" + +#. fVXLC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>" +msgstr "" + +#. rgr85 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Help - Search Commands</menuitem>" +msgstr "" + +#. 2jAJE +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795754587\n" +"help.text" +msgid "Use the shortcut <emph>Shift + Esc</emph>" +msgstr "" + +#. 9gqGJ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id631628621951493\n" +"help.text" +msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field." +msgstr "" + +#. LBa6c +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id991628622249416\n" +"help.text" +msgid "To execute a command:" +msgstr "" + +#. CJ4EC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id521628622272041\n" +"help.text" +msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command." +msgstr "" + +#. uEWNu +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id551628622272467\n" +"help.text" +msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command." +msgstr "" + +#. XFXXZ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id41628622450782\n" +"help.text" +msgid "This feature is available in Writer, Calc, Impress and Draw." +msgstr "" + #. uqPJR #: securityoptionsdialog.xhp msgctxt "" @@ -17242,14 +17413,14 @@ msgctxt "" msgid "Security Options and Warnings" msgstr "Segurtasuneko aukerak eta abisuak" -#. 2AJs6 +#. FiSkp #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "bm_id2322154\n" "help.text" -msgid "<bookmark_value>selecting;security warnings</bookmark_value><bookmark_value>selecting;security options</bookmark_value><bookmark_value>options;security</bookmark_value><bookmark_value>warnings;security</bookmark_value>" -msgstr "<bookmark_value>hautatzea;segurtasun-abisuak</bookmark_value><bookmark_value>hautatzea;segurtasun-aukerak</bookmark_value><bookmark_value>aukerak;segurtasuna</bookmark_value><bookmark_value>abisuak;segurtasuna</bookmark_value>" +msgid "<bookmark_value>selecting;security warnings</bookmark_value> <bookmark_value>selecting;security options</bookmark_value> <bookmark_value>options;security</bookmark_value> <bookmark_value>warnings;security</bookmark_value>" +msgstr "" #. EsBEH #: securityoptionsdialog.xhp @@ -17368,14 +17539,14 @@ msgctxt "" msgid "Remove personal information on saving" msgstr "Kendu datu pertsonalak gordetzean" -#. 8wTMu +#. tMGtt #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "par_idN10667\n" "help.text" -msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Hautatu hau, erabiltzaile-datuak fitxategi-propietateetatik beti kentzeko. Aukera hori hautatuta ez badago ere, hala ere informazio pertsonala uneko dokumentutik kendu daiteke <emph>Fitxategia - Propietateak - Orokorra</emph> ataleko <emph>Berrezarri propietateak</emph> botoia sakatuta.</ahelp>" +msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from file properties, comments and tracked changes. The names of authors in comments and changes will be replaced by generic values as \"Author1\", \"Author2\" and so forth. Time values will also be reset to a single standard value. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" +msgstr "" #. HJEQF #: securityoptionsdialog.xhp diff --git a/source/eu/helpcontent2/source/text/simpress/00.po b/source/eu/helpcontent2/source/text/simpress/00.po index 298e1d1a1a0..f2804a0b12d 100644 --- a/source/eu/helpcontent2/source/text/simpress/00.po +++ b/source/eu/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-20 17:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/eu/>\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: 1558334089.000000\n" #. sqmGT @@ -205,14 +205,14 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" -#. CDuQB +#. YHwXy #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id3149263\n" "help.text" -msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>" -msgstr "<variable id=\"bearbueber\">Aukeratu <emph>Editatu - Iraungitze kateatua</emph> (<item type=\"productname\">%PRODUCTNAME</item> Drawen bakarrik) </variable>" +msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)</variable>" +msgstr "" #. k3XUS #: 00000402.xhp @@ -241,14 +241,14 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Aukeratu <emph>Editatu - Eremuak</emph></variable>" -#. NSTGw +#. EzPdL #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id8695944\n" "help.text" -msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>" -msgstr "<variable id=\"gluebar\">Egin klik marrazkien barrako <emph>Kolatze-puntuak</emph> ikonoan </variable>" +msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar</variable>" +msgstr "" #. cjzea #: 00000403.xhp diff --git a/source/eu/helpcontent2/source/text/simpress/01.po b/source/eu/helpcontent2/source/text/simpress/01.po index 2fba0dd089a..a62d48828e1 100644 --- a/source/eu/helpcontent2/source/text/simpress/01.po +++ b/source/eu/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-26 11:04+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558946414.000000\n" #. mu9aV @@ -457,14 +457,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Nabigatzailea irekitzen du. Horren bidez, azkar joan zaitezke beste diapositiba batzuetara edo irekitako fitxategi batetik bestera.</ahelp>" -#. pMcDi +#. ce4X2 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154015\n" "help.text" -msgid "You can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." -msgstr "Nabigatzailea laneko arearen ertzean <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"atraka\">atraka</link> dezakezu." +msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." +msgstr "" #. C3o34 #: 02110000.xhp @@ -754,14 +754,14 @@ msgctxt "" msgid "Insert as link" msgstr "Txertatu esteka gisa" -#. nDvVC +#. ik84A #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153747\n" "help.text" -msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link> into the active slide." -msgstr "Diapositibak <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"esteka\">esteka</link> gisa txertatzen ditu diapositiba aktiboan." +msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#link\" name=\"link\">link</link> into the active slide." +msgstr "" #. 3RHDp #: 02110000.xhp @@ -8134,15 +8134,6 @@ msgctxt "" msgid "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Bullet and Position</link>" msgstr "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Buleta eta kokagunea</link>" -#. D3TGn -#: bulletandposition.xhp -msgctxt "" -"bulletandposition.xhp\n" -"par_id401623253567633\n" -"help.text" -msgid "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" -msgstr "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" - #. phgxq #: bulletandposition.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/simpress/02.po b/source/eu/helpcontent2/source/text/simpress/02.po index 95b8e324012..53e1fd726d9 100644 --- a/source/eu/helpcontent2/source/text/simpress/02.po +++ b/source/eu/helpcontent2/source/text/simpress/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-12-03 12:49+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/eu/>\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.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558946417.000000\n" #. AiACn @@ -736,14 +736,14 @@ msgctxt "" msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>" msgstr "<bookmark_value>iraultze-marraren inguruan iraultzea</bookmark_value><bookmark_value>objektuak ispilatzea</bookmark_value><bookmark_value>3D biratze-objektuak; bihurtzea</bookmark_value><bookmark_value>objektuak okertzea</bookmark_value><bookmark_value>objektuak; efektuak</bookmark_value><bookmark_value>objektuak desitxuratzea</bookmark_value><bookmark_value>objektuak zizailatzea</bookmark_value><bookmark_value>gardentasuna; objektuak</bookmark_value><bookmark_value>gradienteak; gardena</bookmark_value><bookmark_value>koloreak; gradienteak interaktiboki definitzea</bookmark_value><bookmark_value>gradienteak; koloreak definitzea</bookmark_value><bookmark_value>zirkuluak; objektuak</bookmark_value>" -#. YqkFR +#. CJuj9 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "hd_id3147264\n" "help.text" -msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>" -msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Modua</link>" +msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" +msgstr "" #. EpoHs #: 10030000.xhp @@ -754,32 +754,41 @@ msgctxt "" msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>" msgstr "<ahelp hid=\".uno:AdvancedMode\">Hautatutako objektuaren forma, orientazioa edo betegarria aldatzen du.</ahelp>" -#. GqWCz +#. uEqDG #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149665\n" +"par_id3149018\n" "help.text" -msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" -msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Ikonoa</alt></image>" +msgid "Choose <menuitem>View - Toolbars - Transformations</menuitem>." +msgstr "" -#. fMEpv +#. iDvMV #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3154018\n" +"par_id401626114053741\n" "help.text" -msgid "Transformations (%PRODUCTNAME Draw only)" -msgstr "Eraldaketak (%PRODUCTNAME Draw soilik)" +msgid "Click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" -#. xeiRd +#. QAxua #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149018\n" +"par_id3149665\n" "help.text" -msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." -msgstr "<emph>Eraldaketak</emph> tresna-barra irekitzeko, aukeratu <emph>Ikusi - Tresna-barrak - Eraldaketak</emph>. <item type=\"productname\">%PRODUCTNAME</item> Draw aplikazioan, <emph>Estandarra</emph> barrrako <emph>Eraldaketak</emph> ikonoaren alboan dagoen gezian klik egin daiteke efektu bera lortzeko." +msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icon Transformations</alt></image>" +msgstr "" + +#. ZKyMH +#: 10030000.xhp +msgctxt "" +"10030000.xhp\n" +"par_id3154018\n" +"help.text" +msgid "Transformations" +msgstr "" #. pfG6c #: 10030000.xhp @@ -817,14 +826,14 @@ msgctxt "" msgid "If you select a group that includes a 3D object, only the 3D object is rotated. You cannot skew a 3D object, instead, you can rotate it about the X and Y axes by dragging the center handles." msgstr "3D objektua duen talde bat hautatzen baduzu, 3D objektua bakarrik biratuko da. 3D objektuak ezin dituzu desplazatu, aldiz, X eta Y ardatzen inguruan biratu ditzakezu. Horretarako, arrastatu erdiko heldulekuak." -#. ixzBs +#. mgG2X #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3146962\n" "help.text" -msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icon</alt></image>" -msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icon Rotate</alt></image>" +msgstr "" #. WCPSb #: 10030000.xhp @@ -853,14 +862,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Mirror\">Flips the selected object(s) around a flip line, that you can drag to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s). To change the orientation of the flip line, drag one of its end points to new location.</ahelp>" msgstr "<ahelp hid=\".uno:Mirror\">Hautatutako objektua iraultze-marraren inguruan iraultzen du. Marra hori diapositibako edozein lekutara arrasta dezakezu. Arrastatu objektuaren helduleku bat iraultze-marran zehar objektua iraultzeko. Iraultze-marraren orientazioa aldatzeko, arrastatu amaiera-puntu bat kokaleku berrira.</ahelp>" -#. pAXUd +#. wqV7B #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3153035\n" "help.text" -msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icon</alt></image>" -msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icon Flip</alt></image>" +msgstr "" #. Kz9PF #: 10030000.xhp @@ -898,14 +907,14 @@ msgctxt "" msgid "Drag the symmetry line to a new location to change the shape of the converted object. To change the orientation of the symmetry line, drag one of its end points. Click the object to convert it to 3D." msgstr "Arrastatu marra simetrikoa beste kokaleku batera bihurtutako objektuaren forma aldatzeko. Marra simetrikoaren orientazioa aldatzeko, arrastatu amaiera-puntu bat. Egin klik objektuan 3D bihurtzeko." -#. ZfTVn +#. EAroP #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150928\n" "help.text" -msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icon</alt></image>" -msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145295\">Icon In 3D rotation object</alt></image>" +msgstr "" #. vCf5c #: 10030000.xhp @@ -934,14 +943,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookRotate\">Hautatutako objektua desitxuratzen du. Horretarako, zirkulu irudikarien inguruan egokitzen du, eta gero, perspektiba gehitzen dio. Arrastatu hautatutako objektuaren heldulekua hura desitxuratzeko.</ahelp> Hautatutako objektua ez bada poligonoa edo Bézier kurba, objektua kurba bihurtzeko eskatuko zaizu hura desitxuratu aurretik." -#. DVfeM +#. pQ368 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3147167\n" "help.text" -msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icon</alt></image>" -msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Set in circle</alt></image>" +msgstr "" #. jQBPp #: 10030000.xhp @@ -970,14 +979,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookSlant\">Hautatutako objektua desitxuratzen du. Horretarako, zirkulu irudikarien ingurura egokitzen du. Arrastatu hautatutako objektuaren heldulekua hura desitxuratzeko.</ahelp> Hautatutako objektua ez bada poligonoa edo Bézier kurba, objektua kurba bihurtzeko eskatuko zaizu hura desitxuratu aurretik." -#. HH6FB +#. fLFPv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150875\n" "help.text" -msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icon</alt></image>" -msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150882\">Icon Set to circle</alt></image>" +msgstr "" #. CHQyt #: 10030000.xhp @@ -1006,14 +1015,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:Shear\">Hautatutako objektuaren heldulekuak arrastatzen uzten dizu haren forma aldatzeko.</ahelp> Hautatutako objektua ez bada poligonoa edo Bézier kurba, objektua kurba bihurtzeko eskatuko zaizu hura desitxuratu aurretik." -#. Lw7AA +#. e6Ep6 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154693\n" "help.text" -msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icon</alt></image>" -msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icon Distort</alt></image>" +msgstr "" #. 5Fh3F #: 10030000.xhp @@ -1060,14 +1069,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "<emph>Kolorea barra</emph> bistaratzeko, aukeratu <emph>Ikusi - Tresna-barrak - Kolorea barra</emph>." -#. N3Tqg +#. RK2M3 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154602\n" "help.text" -msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icon</alt></image>" -msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icon Transparency</alt></image>" +msgstr "" #. xZb79 #: 10030000.xhp @@ -1105,14 +1114,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "<emph>Kolorea barra</emph> bistaratzeko, aukeratu <emph>Ikusi - Tresna-barrak - Kolorea barra</emph>." -#. oCZAH +#. SyUHL #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150990\n" "help.text" -msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icon</alt></image>" -msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Ikonoa</alt></image>" +msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icon Gradient</alt></image>" +msgstr "" #. nVb58 #: 10030000.xhp diff --git a/source/eu/helpcontent2/source/text/simpress/guide.po b/source/eu/helpcontent2/source/text/simpress/guide.po index fb5e829a58b..170411c2df3 100644 --- a/source/eu/helpcontent2/source/text/simpress/guide.po +++ b/source/eu/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1555928226.000000\n" #. S83CC @@ -988,14 +988,14 @@ msgctxt "" msgid "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Changing the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link> </variable>" msgstr "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Diapositibaren</caseinline><defaultinline>Orrialdearen</defaultinline></switchinline> atzeko planoaren betegarria aldatzea</link> </variable>" -#. 5zK9c +#. DL4oF #: background.xhp msgctxt "" "background.xhp\n" "par_id3155067\n" "help.text" -msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Dokumentuko uneko diapositibaren edo diapositiba guztien atzeko planoko kolorea edo betegarria aldatu daiteke. Atzeko planoko betegarriarentzat, itzaleztadura, gradientea edo bit-mapa erabili daiteke." +msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. SEPCz #: background.xhp @@ -1006,23 +1006,23 @@ msgctxt "" msgid "If you want to change the background fill for all of the slides, choose <menuitem>View - Master Slide</menuitem>. To change the background fill of a single slide, choose <menuitem>View - Normal</menuitem>." msgstr "Diapositiba guztiek atzeko planoko betegarria aldatu nahi bada, aukeratu <menuitem>Ikusi - Diapositiba maisua</menuitem>. Diapositiba bakarraren atzeko planoko betegarria aldatzeko, aukeratu <menuitem>Ikusi - Normala</menuitem>." -#. ZUiCf +#. uWB9C #: background.xhp msgctxt "" "background.xhp\n" "par_id624713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Egin klik 'Ezarri atzeko planoko irudia' aukeran, diapositiba baten ikuspegi normaleko laster-menuan, bitmap-fitxategi bat hautatzeko. Fitxategi hori atzeko planoko irudi gisa erabiliko da.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" -#. NRK9m +#. 6eFDv #: background.xhp msgctxt "" "background.xhp\n" "par_id4155067\n" "help.text" -msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Dokumentuko uneko orrialdearen edo orrialde guztien atzeko planoko kolorea edo betegarria aldatu daiteke. Atzeko planoko betegarri gisa, itzaleztadura bat, gradiente bat edo bit-mapa bat erabili daiteke." +msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. BUHu6 #: background.xhp @@ -1033,14 +1033,14 @@ msgctxt "" msgid "If you want to change the background fill for all of the pages, choose <menuitem>View - Master Page</menuitem>. To change the background fill of a single page, choose <menuitem>View - Normal</menuitem>." msgstr "Orrialde guztien atzeko planoko betegarria aldatu nahi bada, aukeratu <menuitem>Ikusi - Orrialde maisua</menuitem>. Orrialde bakarraren atzeko planoko betegarria aldatzeko, aukeratu <menuitem>Ikusi - Normala</menuitem>." -#. Dh3Ju +#. GbV3P #: background.xhp msgctxt "" "background.xhp\n" "par_id644713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Egin klik ikuspegi normalean dagoen orrialde bateko laster-menuko 'Ezarri orrialdearen atzeko planoko irudia' aukeran bit-mapa bat hautatzeko. Fitxategi hori atzeko planoko irudi gisa erabiliko da.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" #. KuE3E #: background.xhp @@ -1132,23 +1132,23 @@ msgctxt "" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "Aukeratu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiba - Propietateak</menuitem></caseinline><defaultinline><menuitem>Orrialdea - Propietateak</menuitem></defaultinline></switchinline> eta egin klik <emph>Atzeko planoa</emph> fitxan." -#. xDXpC +#. 79gTB #: background.xhp msgctxt "" "background.xhp\n" "par_id3145356\n" "help.text" -msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list." -msgstr "<emph>Bete</emph> arean, hautatu <emph>Bit-mapa</emph>, eta egin klik zerrendako irudi batean." +msgid "In the <emph>Fill </emph>area, select <emph>Image</emph>, and then click an image in the list." +msgstr "" -#. BAQi9 +#. 8yUQT #: background.xhp msgctxt "" "background.xhp\n" "par_id3150757\n" "help.text" -msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list." -msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Diapositibaren</caseinline><defaultinline>Orrialdearen</defaultinline></switchinline> atzeko planoan irudi pertsonalizatua erabiltzeko, egin klik <emph>Inportatu</emph> botoian. Bilatu irudia eta egin klik <widget>Ireki</widget> aukeran. <emph>Atzeko planoa</emph> fitxara itzultzean, inportatutako irudia <emph>Bit-mapa</emph> zerrendan agertuko da." +msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Image</emph> list." +msgstr "" #. 24cCs #: background.xhp @@ -3769,14 +3769,14 @@ msgctxt "" msgid "To apply a new <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Diapositiba maisu</caseinline><defaultinline>Orrialde maisu</defaultinline></switchinline> berria aplikatzeko" -#. NDv5o +#. wWCBU #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id3154702\n" "help.text" -msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Master Slide</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." -msgstr "Hautatu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiba - Diapositiba maisua</menuitem></caseinline><defaultinline><menuitem>Orrialdea - Orrialde maisua</menuitem></defaultinline></switchinline>." +msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Change Slide Master</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." +msgstr "" #. AvkGN #: masterpage.xhp @@ -3859,6 +3859,15 @@ msgctxt "" msgid "To apply the page design to the current page only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "Orrialde-diseinua uneko orrialdeari soilik aplikatzeko, hautatu <emph>Trukatu atzeko planoko orrialdea</emph> kontrol-laukia eta sakatu <widget>Ados</widget>." +#. H8tb8 +#: masterpage.xhp +msgctxt "" +"masterpage.xhp\n" +"par_id21631211553150\n" +"help.text" +msgid "Check <emph>Delete unused backgrounds</emph> to remove unreferenced background slides and presentation layouts from the document." +msgstr "" + #. rnFQF #: masterpage.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/smath/00.po b/source/eu/helpcontent2/source/text/smath/00.po index 9c8d1257181..fbb3a0e355d 100644 --- a/source/eu/helpcontent2/source/text/smath/00.po +++ b/source/eu/helpcontent2/source/text/smath/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-01-17 08:35+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547714107.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Funtzio hau atzitzeko..." +#. rsAwM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Funtzio hau atzitzeko...</variable>" +#. BL3Y8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Marker</emph>" msgstr "Aukeratu <emph>Editatu - Hurrengo markatzailea</emph>" +#. jEFg6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "F4 key" msgstr "F4 tekla" +#. 5DAtH #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Marker</emph>" msgstr "Aukeratu <emph>Editatu - Aurreko markatzailea</emph>" +#. 7hjUN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Shift+F4" +#. JMkTx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Error</emph>" msgstr "Aukeratu <emph>Editatu - Hurrengo errorea</emph>" +#. BmVBo #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3 key" msgstr "F3 tekla" +#. WR9HA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Error</emph>" msgstr "Aukeratu <emph>Editatu - Aurreko errorea</emph>" +#. rhrSM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" +#. A2tmE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. FqS3z #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icon</alt></image>" msgstr "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Ikonoa</alt></image>" +#. ZGH5E #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Zoom 100%" msgstr "% 100eko zooma" +#. rcgc8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom In</emph>" msgstr "Aukeratu <emph>Ikusi - Handiagotu</emph>" +#. zazds #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. cFNys #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" msgstr "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" +#. t3FPw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Zoom In" msgstr "Handiagotu" +#. mDN9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom Out</emph>" msgstr "Aukeratu <emph>Ikusi - Txikiagotu</emph>" +#. HEGXE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. eEHDh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icon</alt></image>" msgstr "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Ikonoa</alt></image>" +#. FwGWc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Txikiagotu" +#. trnPc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Choose <emph>View - Show All</emph>" msgstr "Aukeratu <emph>Ikusi - Erakutsi dena</emph>" +#. b2Bq4 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. dhew7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icon</alt></image>" msgstr "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Ikonoa</alt></image>" +#. 2bHgE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Show All" msgstr "Erakutsi dena" +#. 7feMp #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>View - Update</emph>" msgstr "Aukeratu <emph>Ikusi - Eguneratu</emph>" +#. FGuRC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "F9 key" msgstr "F9 tekla" +#. Wi2Cb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. xD6qA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icon</alt></image>" msgstr "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Ikonoa</alt></image>" +#. 9BewG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Update" msgstr "Eguneratu" +#. uo9hE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"neuzeichnen\">Choose <emph>View - AutoUpdate Display</emph></variable>" msgstr "<variable id=\"neuzeichnen\">Aukeratu <emph>Ikusi - Eguneratu automatikoki bistaratzea</emph></variable>" +#. V5dDC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"astopa\">Choose <emph>View - Elements</emph></variable>" msgstr "<variable id=\"astopa\">Aukeratu <emph>Ikusi - Erregela</emph></variable>" +#. EcYMF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Unary/Binary Operators</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Eragile unarioak/bitarrak</emph>" +#. F4bjv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Eragiketa unarioak/bitarrak</emph> zerrenda-koadroan." +#. y5SEf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Relations</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Erlazioak</emph>" +#. BF7L6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Erlazioak</emph> zerrenda-koadroan." +#. pdkFZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Operators</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Eragileak</emph>" +#. kupZ9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Eragileak</emph> zerrenda-koadroan." +#. AMNH5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Functions</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Funtzioak</emph>" +#. uLDoL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Funtzioak</emph> zerrenda-koadroan." +#. trDLY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Brackets</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Parentesiak</emph>" +#. Ecj7h #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Parentesiak</emph> zerrenda-koadroan." +#. hH2hr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Attributes</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Atributuak</emph>" +#. qFQk7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Atributuak</emph> zerrenda-koadroan." +#. FxAcz #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Formats</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Formatuak</emph>" +#. fEH8m #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Formatuak</emph> zerrenda-koadroan." +#. b7NCw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Set Operations</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Multzo-eragiketak</emph>" +#. pBfZE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Ezarri eragiketak</emph> zerrenda-koadroan." +#. GGUzh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>" msgstr "<variable id=\"fmtsfa\">Aukeratu <emph>Formatua - Letra-tipoak</emph></variable>" +#. 83k2g #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>" msgstr "<variable id=\"fmtssa\">Aukeratu <emph>Formatua - Letra-tipoak - Aldatu</emph></variable>" +#. WE6Kn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>" msgstr "<variable id=\"fmtsgr\">Aukeratu <emph>Formatua - Letra-tamaina</emph></variable>" +#. YFE9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<variable id=\"fmtabs\">Choose <emph>Format - Spacing</emph></variable>" msgstr "<variable id=\"fmtabs\">Aukeratu <emph>Formatua - Tartea</emph></variable>" +#. MUh9G #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<variable id=\"fmtarg\">Choose <emph>Format - Align</emph></variable>" msgstr "<variable id=\"fmtarg\">Aukeratu <emph>Formatua - Lerrokatu</emph></variable>" +#. X3CNj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<variable id=\"textmodus\">Choose <emph>Format - Text Mode</emph></variable>" msgstr "<variable id=\"textmodus\">Aukeratu <emph>Formatua - Testu modua</emph></variable>" +#. go9mc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Choose <emph>Tools - Symbols</emph>" msgstr "Aukeratu <emph>Tresnak - Ikurrak</emph>" +#. FZ2Tu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Tresnak barran, egin klik" +#. 63bpb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icon</alt></image>" msgstr "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Ikonoa</alt></image>" +#. gNanN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Symbols" msgstr "Ikurrak" +#. B9byP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"etssba\">Choose <emph>Tools - Symbols - Edit</emph></variable>" msgstr "<variable id=\"etssba\">Aukeratu <emph>Tresnak - Ikurrak - Editatu</emph></variable>" +#. HB8a9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></variable>" msgstr "<variable id=\"etsfim\">Aukeratu <emph>Tresnak - Inportatu formula</emph></variable>" +#. jFJ4D #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" msgstr "<variable id=\"etsmim\">Aukeratu <emph>Tresnak - Inportatu MathML arbeletik</emph></variable>" +#. ELXVZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<variable id=\"etsaps\">Choose <emph>Tools - Customize</emph></variable>" msgstr "<variable id=\"etsaps\">Aukeratu <emph>Tresnak - Pertsonalizatu</emph></variable>" +#. rrpNJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Others</emph>" msgstr "Ireki laster-menua Komandoak leihoan eta aukeratu <emph>Bestelakoak</emph>" +#. fa4UR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox." msgstr "Aukeratu <emph>Ikusi - Elementuak</emph>; ondoren, 'Elementuak' panelean, hautatu <emph>Bestelakoak</emph> zerrenda-koadroan." +#. QG6eL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>" msgstr "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Ikonoa</alt></image>" +#. vtF4A #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/eu/helpcontent2/source/text/smath/02.po b/source/eu/helpcontent2/source/text/smath/02.po index f7c483c3720..8388b4aa666 100644 --- a/source/eu/helpcontent2/source/text/smath/02.po +++ b/source/eu/helpcontent2/source/text/smath/02.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: 2017-05-09 16:45+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-06 08:42+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1525596120.000000\n" +#. uFbKy #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Formula-kurtsorea" +#. Lggdu #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>formula cursor in $[officename] Math</bookmark_value><bookmark_value>cursor; in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>$[officename] Matheko formula-kurtsorea</bookmark_value><bookmark_value>kurtsorea; $[officename] Mathen</bookmark_value>" +#. zyNoS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Formula-kurtsorea" +#. WAyJH #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Use this icon on the Tools bar to turn the Formula Cursor on or off.</ahelp> The part of the formula where the cursor is positioned in the <emph>Commands</emph> window is marked with a thin border when the formula cursor is active.</variable>" msgstr "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Erabili Tresnak barrako ikono hori formula-kurtsorea aktibatzeko eta desaktibatzeko.</ahelp> <emph>Komandoak</emph> leihoko formulan kurtsorea kokatuta dagoen zatia ertz fin batekin markatzen da formula-kurtsorea aktibo dagoenean. </variable>" +#. 8EZQS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also click a position in the document to move the cursor to its corresponding position in the <emph>Commands</emph> window." msgstr "Dokumentuan klik egin dezakezu kurtsorea dagokion kokalekura eramateko <emph>Komandoak</emph> leihoan." +#. wLEFG #: 03010000.xhp msgctxt "" "03010000.xhp\n" diff --git a/source/eu/helpcontent2/source/text/smath/06.po b/source/eu/helpcontent2/source/text/smath/06.po index 1aa41622f92..057b3bdd97f 100644 --- a/source/eu/helpcontent2/source/text/smath/06.po +++ b/source/eu/helpcontent2/source/text/smath/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-17 08:10+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1526544630.000000\n" +#. TrAzH #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Math screenshots" msgstr "Math pantaila-argazkiak" +#. QABk4 #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Alignment Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Lerrokatzerako elkarrizketa-koadroa</alt></image>" +#. XxMrP #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Font Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Letra-tipoaren elkarrizketa-koadroa</alt></image>" +#. FFXms #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Font Size Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Letra-tipoaren tamainaren elkarrizketa-koadroa</alt></image>" +#. 7RGJx #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Font Type Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Letra-tipoaren motaren elkarrizketa-koadroa</alt></image>" +#. qDFEC #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Save Default Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Gordetze lehenetsiaren elkarrizketa-koadroa</alt></image>" +#. 6KgFe #: screenshots.xhp msgctxt "" "screenshots.xhp\n" diff --git a/source/eu/helpcontent2/source/text/swriter.po b/source/eu/helpcontent2/source/text/swriter.po index 4bf4bd05576..c0d31226987 100644 --- a/source/eu/helpcontent2/source/text/swriter.po +++ b/source/eu/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-02 05:37+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/eu/>\n" @@ -466,42 +466,6 @@ msgctxt "" msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." msgstr "Erakutsi edo ezkutatu <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">ebatzitako iruzkinak</link>." -#. EsnVW -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150854018740\n" -"help.text" -msgid "Show Whitespace" -msgstr "Erakutsi zuriunea" - -#. WJ3Vz -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"par_id102720150854012820\n" -"help.text" -msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements above and display document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." -msgstr "Dokumentua goiko eta beheko marjinekin, goiburukoarekin eta orri-oinarekin eta orrialdeen arteko tarte batekin bistaratzen du. Kendu marka goiko elementu guztiak tolesteko eta dokumentua orrialdeen korronte jarraian bistaratzeko. Zuriunea ezkutatzeko, orrialde bakarreko bistan egon behar da." - -#. eBSCq -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id03302017034826145\n" -"help.text" -msgid "Track Changes" -msgstr "Aldaketen jarraipena" - -#. 95G2n -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150908397549\n" -"help.text" -msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" -msgstr "<link href=\"text/shared/01/gallery.xhp\">Galeria</link>" - #. NEqPZ #: main0103.xhp msgctxt "" @@ -871,6 +835,24 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Irudi-mapa</link>" +#. KAnyG +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id621628789958422\n" +"help.text" +msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"Redact\">Redact</link>" +msgstr "" + +#. hoCpd +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id231628790402002\n" +"help.text" +msgid "<link href=\"text/shared/guide/auto_redact.xhp\" name=\"AutoRedact\">Auto-Redact</link>" +msgstr "" + #. 9FPWA #: main0106.xhp msgctxt "" @@ -1465,6 +1447,42 @@ msgctxt "" msgid "Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format." msgstr "Taula-gelaxka batean sartutako zenbakiak edo datak automatikoki ezagutzeko ezarpena txandakatzen du, sartutako testua zenbaki-formatu egokira bihurtu dadin." +#. kz8tL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id711630938569930\n" +"help.text" +msgid "Header Rows Repeat Across Pages" +msgstr "" + +#. pV6gM +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id451630938722616\n" +"help.text" +msgid "Repeat a table heading on each new page that the table spans." +msgstr "" + +#. kXsZH +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id191630938574129\n" +"help.text" +msgid "Rows to Break Across Pages" +msgstr "" + +#. iUmYL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id841630938899606\n" +"help.text" +msgid "Allows a page break or column break inside a row of the table. This option is not applied to the first row in a table if the <emph>Repeat Heading</emph> option is selected." +msgstr "" + #. kwKdS #: main0110.xhp msgctxt "" @@ -2365,14 +2383,14 @@ msgctxt "" msgid "Rulers display the dimensions of the page, and the position of tabs, indents, borders and columns. You can modify all of these on the rulers using the mouse." msgstr "Erregelek orrialdearen neurriak eta tabulazio, koska, ertz eta zutabeen kokalekua bistaratzen dute. Hori dena aldatzeko sagua erabil dezakezu." -#. NtELb +#. qEzBZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154239\n" "help.text" -msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." -msgstr "Erregelan klik bikoitza eginda, <emph>Paragrafoa</emph> elkarrizketa-koadroa irekitzen da, eta hor <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"zuzeneko paragrafo-formatua\">zuzeneko paragrafo-formatua</link> eslei dieziokezu uneko paragrafoari edo hautatutako paragrafo guztiei." +msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." +msgstr "" #. LqCV4 #: main0214.xhp diff --git a/source/eu/helpcontent2/source/text/swriter/00.po b/source/eu/helpcontent2/source/text/swriter/00.po index f5d4da18312..f6b9f3aeee2 100644 --- a/source/eu/helpcontent2/source/text/swriter/00.po +++ b/source/eu/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-23 11:45+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-29 10:37+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/eu/>\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: 1548077397.000000\n" #. E9tti @@ -493,6 +493,33 @@ msgctxt "" msgid "Formatting Marks" msgstr "Formatu-markak" +#. LmXFe +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id401629894593714\n" +"help.text" +msgid "Choose <menuitem>View - Show Whitespace</menuitem>." +msgstr "" + +#. SuxGC +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id291629893774665\n" +"help.text" +msgid "<image src=\"cmd/lc_showwhitespace.svg\" id=\"img_id221629893774666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id141629893774667\">Icon Show Whitespace </alt></image>" +msgstr "" + +#. BEcch +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id311629893774668\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + #. PM6tg #: 00000403.xhp msgctxt "" @@ -2815,6 +2842,24 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" msgstr "<variable id=\"adiagr\">Aukeratu <menuitem>Tresnak - Eguneratu - Diagramak</menuitem></variable>" +#. eFAoC +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id101630955770811\n" +"help.text" +msgid "<variable id=\"protectfield\">Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem>.</variable>" +msgstr "" + +#. YhoGY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id621630955775413\n" +"help.text" +msgid "<variable id=\"protecbookmarks\">Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem>.</variable>" +msgstr "" + #. DbjCa #: 00000406.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/swriter/01.po b/source/eu/helpcontent2/source/text/swriter/01.po index fa91f807993..84b44aa6c20 100644 --- a/source/eu/helpcontent2/source/text/swriter/01.po +++ b/source/eu/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-07-01 16:20+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562054326.000000\n" #. sZfWF @@ -691,14 +691,14 @@ msgctxt "" msgid "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link></variable>" msgstr "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Nabigatzailea</link></variable>" -#. uXgCi +#. BpzBg #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3149802\n" "help.text" -msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." -msgstr "<ahelp hid=\".\">Nabigatzailea erakutsi edo ezkutatzen du dokumentuko beste leku batera joatea nahi duzun lekuan. Alboko barrako panel modura ere badago nabigatzailea. Uneko dokumentuko edo irekitako beste dokumentu batzuetako elementuak txertatzeko eta dokumentu maisuak antolatzeko erabil dezakezu nabigatzailea.</ahelp> Nabigatzailean elementu bat editatzeko, egin klik eskuineko botoiarekin elementuan eta aukeratu laster-menuko komando bat. Nahi izanez gero, nabigatzailea laneko arearen ertzean <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">atraka</link> dezakezu." +msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." +msgstr "" #. 3Bt3V #: 02110000.xhp @@ -15793,14 +15793,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the <emph>Lines </emph>box.</ahelp> If the number of lines at the top of the page is less than the amount specified in the <emph>Lines </emph>box, the position of the break is adjusted." msgstr "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Orrialde-jauzia txertatu eta hurrengo orrialdeko paragrafoan egon beharreko gutxieneko lerro kopurua zehazten du. Hautatu kontrol-lauki hau eta sartu kopuru bat <emph>Lerroak</emph> koadroan.</ahelp> Orrialdearen goiko lerro kopurua <emph>Lerroak</emph> koadroan zehaztutakoa baino txikiagoa bada, jauziaren kokalekua doitu egingo da." -#. BVnkP +#. r5hME #: 05030200.xhp msgctxt "" "05030200.xhp\n" "par_id3155860\n" "help.text" -msgid "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphans\">Orphans</link>." -msgstr "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphans\">Lerro solteak</link>." +msgid "<link href=\"text/shared/00/00000005.xhp#widows_and_orphans\" name=\"Orphans\">Orphans</link>." +msgstr "" #. ZG3Lb #: 05030400.xhp @@ -17530,14 +17530,14 @@ msgctxt "" msgid "Type" msgstr "Mota" -#. 7Ft3j +#. RszD2 #: 05060100.xhp msgctxt "" "05060100.xhp\n" "bm_id9646290\n" "help.text" -msgid "<bookmark_value>resizing;aspect ratio</bookmark_value><bookmark_value>aspect ratio;resizing objects</bookmark_value>" -msgstr "<bookmark_value>tamaina aldatu;itxuraren proportzioa</bookmark_value><bookmark_value>itxuraren proportzioa;objektuen tamaina aldatzea</bookmark_value>" +msgid "<bookmark_value>resizing;aspect ratio</bookmark_value> <bookmark_value>aspect ratio;resizing objects</bookmark_value>" +msgstr "" #. aWPDS #: 05060100.xhp @@ -17899,23 +17899,113 @@ msgctxt "" msgid "to" msgstr "nora" -#. 2BZkr +#. UukGz #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3149213\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatu erreferentzia-puntua hautatutako lerrokatze horizontaleko aukerarako.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp> The following options are available:" +msgstr "" + +#. pSgnp +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629211712372\n" +"help.text" +msgid "<emph>Paragraph area:</emph> the object is positioned considering the whole width available for the paragraph, including indent spaces." +msgstr "" + +#. iWFAw +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id761629211713907\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the whole width available for text in the paragraph, excluding indent spaces." +msgstr "" + +#. ANQo2 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id821629211714199\n" +"help.text" +msgid "<emph>Left paragraph border:</emph> the object is positioned considering the width of the indent space available to the left of the paragraph." +msgstr "" + +#. sChkG +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211714572\n" +"help.text" +msgid "<emph>Right paragraph border:</emph> the object is positioned considering the width of the indent space available to the right of the paragraph." +msgstr "" + +#. UWViJ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id171629211714933\n" +"help.text" +msgid "<emph>Left page border:</emph> the object is positioned considering the space available between the left page border and the left paragraph border." +msgstr "" + +#. F9qZf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id131629211715280\n" +"help.text" +msgid "<emph>Right page border:</emph> the object is positioned considering the space available between the right page border and the right paragraph border." +msgstr "" + +#. norkq +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629211796237\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the whole width of the page, from the left to the right page borders." +msgstr "" + +#. CmKyb +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id981629211796563\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the whole width available for text in the page, from the left to the right page margins." +msgstr "" + +#. JuoS4 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629211796776\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the horizontal space used by the character." +msgstr "" -#. Cz8Vi +#. cAAkt #: 05060100.xhp msgctxt "" "05060100.xhp\n" -"par_id3149230\n" +"par_id701629220055018\n" +"help.text" +msgid "Beware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." +msgstr "" + +#. eBQAz +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211922065\n" "help.text" msgid "You can see the result of the alignments options that you select in the Preview box." -msgstr "Hautatutako lerrokapen-aukeren emaitza Aurrebista koadroa ikus dezakezu." +msgstr "" #. EUGc6 #: 05060100.xhp @@ -17998,14 +18088,86 @@ msgctxt "" msgid "to" msgstr "nora" -#. GevPM +#. WCoTF #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3155075\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Hautatu aukeratutako lerrokatze bertikalaren erreferentzia-puntua.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp> The following options are available:" +msgstr "" + +#. 5GxHP +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id551629212019498\n" +"help.text" +msgid "<emph>Margin:</emph> Depending on the anchoring type, the object is positioned considering the space between the top margin and the character (\"To character\" anchoring) or bottom edge of the paragraph (\"To paragraph\" anchoring) where the anchor is placed." +msgstr "" + +#. vKwer +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id481629212019833\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the height of the paragraph where the anchor is placed." +msgstr "" + +#. 2i9ic +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629212020113\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the full page height, from top to bottom page borders." +msgstr "" + +#. WvDZQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629212020466\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins." +msgstr "" + +#. R8syf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id951629212020860\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character." +msgstr "" + +#. 76CzL +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629212021233\n" +"help.text" +msgid "<emph>Line of text:</emph> the object is positioned considering the height of the line of text where the anchor is placed." +msgstr "" + +#. ywYwM +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629220309961\n" +"help.text" +msgid "<emph>Baseline:</emph> available only for \"As character\" anchoring, this option will position the object considering the text baseline over which all characters are placed." +msgstr "" + +#. xYbGQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629220310472\n" +"help.text" +msgid "<emph>Row:</emph> available only for \"As character\" anchoring, this option will position the object considering the height of the row where the anchor is placed." +msgstr "" #. bQXrs #: 05060100.xhp @@ -22480,14 +22642,14 @@ msgctxt "" msgid "When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Outline & List</link> tab." msgstr "Zerrenda-estilo bat sortzen denean, izen bat esleitzen zaio estilo horri. Zerrenda-estiloa paragrafoei aplikatu dakieke edo paragrafo-estilo bati esleitu dakioke <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Eskema eta zerrenda</link> fitxako 'Aplikatu zerrenda-estiloa' atalean." -#. MU724 +#. 9GiGz #: 05130004.xhp msgctxt "" "05130004.xhp\n" "par_id3151390\n" "help.text" -msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>. They are not list styles." -msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Buletak eta zenbakitzea</link> elkarrizketa-koadroan edo <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatua</link> barrako <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Txandakatu ordenatutako zerrenda</link> eta <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Txandakatu ordenatu gabeko zerrenda</link> ikonoekin sortutako zerrenda ordenatu zein ordenatu gabeek <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">formatu zuzena</link> darabilte. Ez dira zerrenda-estiloak." +msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct formatting\">direct formatting</link>. They are not list styles." +msgstr "" #. UgisA #: 05130100.xhp @@ -22777,14 +22939,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aukeratu paragrafoaren laster-menuko 'Editatu paragrafo-estiloa', estilo bereko paragrafo guztien estiloa editatzeko.</ahelp>" -#. 8qFKz +#. PCdBP #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN106EF\n" "help.text" -msgid "To <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." -msgstr "'Estiloak' leihoa <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">atrakatzeko</link>, arrastatu titulu-barra laneko arearen ezkerrera edo eskuinera. Leihoa desatrakatzeko, egin klik bikoitza tresna-barrako leku libre batean." +msgid "To <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." +msgstr "" #. rnJBS #: 05140000.xhp @@ -22822,14 +22984,14 @@ msgctxt "" msgid "Paragraph Styles" msgstr "Paragrafo-estiloak" -#. qAqK4 +#. YsBSM #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149800\n" "help.text" -msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." -msgstr "<ahelp hid=\".\">Paragrafoen formatu-estiloak bistaratzen ditu.</ahelp> Erabili paragrafo-estiloak dokumentuko paragrafoei <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatu</link> bera aplikatzeko, esaterako, letra-tipoa, zenbakitzea eta diseinua." +msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." +msgstr "" #. ataNf #: 05140000.xhp @@ -24568,14 +24730,14 @@ msgctxt "" msgid "Load/Save" msgstr "Kargatu/gorde" -#. 4jFGn +#. Abswb #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3147512\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Kapituluak zenbakitzeko formatu bat gordetzen edo kargatzen du. Gordetako kapitulu-zenbakitze bat testu-dokumentu guztietarako egongo da erabilgarri.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/format\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" +msgstr "" #. DkYUj #: 06060000.xhp @@ -24595,14 +24757,14 @@ msgctxt "" msgid "Untitled 1 - 9" msgstr "1-9 izengabea" -#. GEBee +#. EWZmA #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3150350\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Hautatu zenbakitze-formatu aurredefinitu bat.</ahelp> Gorde zuk zeuk aurredefinitutako zenbakitze-formatuak <emph>Gorde honela</emph> erabilita." +msgid "<ahelp hid=\".\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." +msgstr "" #. NoHGV #: 06060000.xhp @@ -24739,15 +24901,6 @@ msgctxt "" msgid "<emph>Description</emph>" msgstr "<emph>Deskribapena</emph>" -#. AoxBN -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3155899\n" -"help.text" -msgid "1, 2, 3, ..." -msgstr "1, 2, 3, ..." - #. rDEQw #: 06060100.xhp msgctxt "" @@ -24757,15 +24910,6 @@ msgctxt "" msgid "Arabic numerals" msgstr "Zenbaki arabiarrak" -#. aMCaW -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3147513\n" -"help.text" -msgid "A, B, C, ..." -msgstr "A, B, C, ..." - #. zVG2q #: 06060100.xhp msgctxt "" @@ -24775,15 +24919,6 @@ msgctxt "" msgid "Capital letters" msgstr "Letra maiuskulak" -#. sgQ6h -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3154104\n" -"help.text" -msgid "a, b, c, ..." -msgstr "a, b, c, ..." - #. E2DAU #: 06060100.xhp msgctxt "" @@ -24793,15 +24928,6 @@ msgctxt "" msgid "Lowercase letters" msgstr "Letra minuskulak" -#. XbqUP -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3151314\n" -"help.text" -msgid "I, II, III, ..." -msgstr "I, II, III, ..." - #. PNNRW #: 06060100.xhp msgctxt "" @@ -24811,15 +24937,6 @@ msgctxt "" msgid "Roman numerals (upper)" msgstr "Zenbaki erromatarrak (maiuskula)" -#. PZNRY -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3150360\n" -"help.text" -msgid "i, ii, iii, ..." -msgstr "i, ii, iii, ..." - #. QHGzf #: 06060100.xhp msgctxt "" @@ -24829,15 +24946,6 @@ msgctxt "" msgid "Roman numerals (lower)" msgstr "Zenbaki erromatarrak (minuskula)" -#. cihkt -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3149298\n" -"help.text" -msgid "A,... AA,... AAA,..." -msgstr "A,... AA,... AAA,..." - #. ozLot #: 06060100.xhp msgctxt "" @@ -24847,15 +24955,6 @@ msgctxt "" msgid "Alphabetical numbering with identical capital letters, where the number of letters indicates the chapter level. For example, the second number in level three is \"BBB\"." msgstr "Zenbakitze alfabetikoa letra maiuskula berdin-berdinekin; letra kopuruak kapitulu-maila adierazten du. Adibidez, hirugarren mailako bigarren zenbakia \"BBB\" da." -#. dYQ5A -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3143284\n" -"help.text" -msgid "a,... aa,... aaa,..." -msgstr "a,... aa,... aaa,..." - #. AdZyB #: 06060100.xhp msgctxt "" @@ -26926,6 +27025,222 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Uneko dokumentuan eduki dinamikoa duten elementuak eguneratzen ditu, adibidez, eremuak eta indizeak." +#. T2G4E +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"tit\n" +"help.text" +msgid "Accessibility Check" +msgstr "" + +#. BQC8G +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"bm_id551630942369429\n" +"help.text" +msgid "<bookmark_value>accessibility;check in text document</bookmark_value> <bookmark_value>PDF/UA;ckeck</bookmark_value>" +msgstr "" + +#. M96s3 +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id771630940172827\n" +"help.text" +msgid "<variable id=\"accessibilitycheckh1\"><link href=\"text/swriter/01/accessibility_check.xhp\" name=\"Accessibility Check\">Accessibility Check</link></variable>" +msgstr "" + +#. yT4uv +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id951630940172830\n" +"help.text" +msgid "Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog." +msgstr "" + +#. EYLLt +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id311630940367510\n" +"help.text" +msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." +msgstr "" + +#. MChEF +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id521630941308319\n" +"help.text" +msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgstr "" + +#. FvnEV +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941406987\n" +"help.text" +msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." +msgstr "" + +#. RpbFj +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id271630943848307\n" +"help.text" +msgid "The Accessibility Check dialog" +msgstr "" + +#. FAFuD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id681630943858371\n" +"help.text" +msgid "The Accessibility Check dialog shows a list of all issues found in the text document." +msgstr "" + +#. RPhYG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id841630943833924\n" +"help.text" +msgid "Go to Issue" +msgstr "" + +#. fquGN +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id41630943863594\n" +"help.text" +msgid "Click the button to jump to the page and select the object or issue that requires attention for accessibility." +msgstr "" + +#. WgpUi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id121630943721145\n" +"help.text" +msgid "Common accessibility checks" +msgstr "" + +#. 9u7no +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id31630941412046\n" +"help.text" +msgid "The checks that are currently implemented are:" +msgstr "" + +#. sxkkp +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id191630941836904\n" +"help.text" +msgid "Check that the document title is set." +msgstr "" + +#. B3GtS +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941860410\n" +"help.text" +msgid "Check that the document language is set, or that all styles that are in use, have the language set." +msgstr "" + +#. EhNJE +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941880414\n" +"help.text" +msgid "Check all images, graphics, OLE objects for the alt (or title in some objects) text." +msgstr "" + +#. PSxFG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id491630941907745\n" +"help.text" +msgid "Check tables don't include splits or merges, which aren't allowed by the specifications." +msgstr "" + +#. wkEAD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941949974\n" +"help.text" +msgid "Check for fake/manual numbering (not using integrated numbering). For example writing \"1.\" \"2.\" \"3.\" at the beginning of the paragraphs." +msgstr "" + +#. 9e7Xi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id981630941970321\n" +"help.text" +msgid "Check that hyperlink text is not a hyperlink itself - hyperlink should be described." +msgstr "" + +#. DRKCs +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id421630941989099\n" +"help.text" +msgid "Check for the contrast between text and the background. The algorithm is described in the WCAG specification." +msgstr "" + +#. dVG2r +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id781630942005022\n" +"help.text" +msgid "Check for blinking text, which can be problematic for people with cognitive disabilities or photosensitive epilepsy." +msgstr "" + +#. QgCco +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id651630942022847\n" +"help.text" +msgid "Check for footnotes and endnotes, which should be avoided." +msgstr "" + +#. uoggD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id531630942039864\n" +"help.text" +msgid "Check for heading order. Order of the headings must increase incrementally with no skips (for example Heading 1 to Heading 3, skipping Heading 2)." +msgstr "" + +#. LdMWG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id221630942064725\n" +"help.text" +msgid "Check, if text conveys additional meaning with (direct) formatting." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" @@ -30373,6 +30688,96 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" msgstr "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Lasterbideen gako bat sortzea</link>" +#. o5ZPq +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"tit\n" +"help.text" +msgid "Protect Document" +msgstr "" + +#. 2VVFB +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"bm_id71630957701819\n" +"help.text" +msgid "<bookmark_value>protection;fields in text documents</bookmark_value><bookmark_value>protection;bookmarks in text documents</bookmark_value>" +msgstr "" + +#. iNpsr +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id631630954633446\n" +"help.text" +msgid "<link href=\"text/swriter/01/protectdocument.xhp\" name=\"Protect Document\">Protect Document</link>" +msgstr "" + +#. NTd9C +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id491630954633448\n" +"help.text" +msgid "Toggles write protection for fields and bookmarks in the document." +msgstr "" + +#. 9CfQn +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id18112016398104\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protwarn\"/>" +msgstr "" + +#. ZeFv5 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id431630956035026\n" +"help.text" +msgid "Protect Fields" +msgstr "" + +#. wRf6V +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id851630956050636\n" +"help.text" +msgid "Toggles fields write protection. When checked, the fields cannot be edited or deleted." +msgstr "" + +#. DBkt8 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id871630956040154\n" +"help.text" +msgid "Protect Bookmarks" +msgstr "" + +#. PxAHD +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id631630956055502\n" +"help.text" +msgid "Toggles bookmark write protection. When checked, the bookmarks cannot be deleted or renamed." +msgstr "" + +#. 96cqF +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id281630957530212\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>" +msgstr "" + #. KadxR #: selection_mode.xhp msgctxt "" @@ -30418,6 +30823,33 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">Bloke-hautapeneko moduan, testu-bloke laukizuzena hautatu daiteke.</ahelp>" +#. E3EVP +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"tit\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + +#. Bb74x +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"hd_id11629893531856\n" +"help.text" +msgid "<link href=\"text/swriter/01/show_whitespace.xhp\" name=\"show_whitespace\">Show Whitespace</link>" +msgstr "" + +#. 9GHq6 +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"par_id102720150854012820\n" +"help.text" +msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/eu/helpcontent2/source/text/swriter/04.po b/source/eu/helpcontent2/source/text/swriter/04.po index 082c807aefb..0231a5f25d3 100644 --- a/source/eu/helpcontent2/source/text/swriter/04.po +++ b/source/eu/helpcontent2/source/text/swriter/04.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: 2021-03-08 14:40+0100\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-03-14 15:36+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/eu/>\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: 1543304386.000000\n" #. brcGC @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Ctrl+Arrow Up" msgstr "Ctrl +Gora gezia" -#. AMkTV +#. cDPtt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id1764275\n" "help.text" -msgid "Move cursor to beginning of the previous paragraph" -msgstr "Eraman kurtsorea aurreko paragrafoaren hasierara" +msgid ">Move cursor to beginning of paragraph. Next keystroke moves cursor to beginning of previous paragraph" +msgstr "" #. VEwNS #: 01020000.xhp diff --git a/source/eu/helpcontent2/source/text/swriter/guide.po b/source/eu/helpcontent2/source/text/swriter/guide.po index a3543042004..7d93bbaeb28 100644 --- a/source/eu/helpcontent2/source/text/swriter/guide.po +++ b/source/eu/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-07-24 16:17+0000\n" "Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n" "Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/eu/>\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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562402745.000000\n" #. XAt2Y @@ -13264,14 +13264,14 @@ msgctxt "" msgid "For whole table, select the table, and choose the <item type=\"menuitem\">Table - Protect Cells</item> in menu bar." msgstr "Taula osorako, hautatu taula eta aukeratu <item type=\"menuitem\">Taula - Babestu gelaxkak</item> menu-barran." -#. Eq6S6 +#. umEmt #: protection.xhp msgctxt "" "protection.xhp\n" "par_id3155178\n" "help.text" -msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item> </caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" -msgstr "<variable id=\"firstof\">Beharrezkoa bada, aukeratu <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Hobespenak</item></caseinline><defaultinline><item type=\"menuitem\">Tresnak - Aukerak</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formateatzeko laguntza</item>, eta hautatu <emph>Gaitu kurtsorea</emph> <emph>Babestutako areak</emph> atalean.</variable>" +msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" +msgstr "" #. bYNoc #: protection.xhp @@ -13345,6 +13345,33 @@ msgctxt "" msgid "Right-click in the index or table of contents in the Navigator and uncheck <emph>Index - Read-only</emph>." msgstr "Egin eskuineko klik indizean edo aurkibidean, nabigatzailean, eta kendu marka <emph>Indizea - Irakurtzeko soilik</emph> elementuari." +#. BatoS +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"hd_id641630957309611\n" +"help.text" +msgid "Protecting fields and bookmarks from changes" +msgstr "" + +#. KGn3f +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id621630957319188\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem> to protect all fields against changes. Use this protection to prevent accidental changes in fields." +msgstr "" + +#. DDDVG +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id111630957324575\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem> to protect all bookmarks against changes. Use this protection to prevent accidental bookmark changes." +msgstr "" + #. 8pBwt #: protection.xhp msgctxt "" @@ -14227,14 +14254,14 @@ msgctxt "" msgid "Using Regular Expressions in Text Searches" msgstr "Adierazpen erregularrak erabiltzea testu-bilaketetan" -#. BfcDE +#. zQBiL #: search_regexp.xhp msgctxt "" "search_regexp.xhp\n" "bm_id3150099\n" "help.text" -msgid "<bookmark_value>wildcards, see regular expressions</bookmark_value><bookmark_value>searching; with regular expressions</bookmark_value><bookmark_value>regular expressions;searching</bookmark_value><bookmark_value>examples for regular expressions</bookmark_value><bookmark_value>characters;finding all</bookmark_value><bookmark_value>invisible characters;finding</bookmark_value><bookmark_value>paragraph marks;searching</bookmark_value>" -msgstr "<bookmark_value>komodinak, ikus adierazpen erregularrak</bookmark_value><bookmark_value>bilatzea; adierazpen erregularrak erabiliz</bookmark_value><bookmark_value>adierazpen erregularrak;bilatzea</bookmark_value><bookmark_value>adierazpen erregularren adibideak</bookmark_value><bookmark_value>karaktereak;guztiak bilatzea</bookmark_value><bookmark_value>karaktere ikusezinak;bilatzea</bookmark_value> <bookmark_value>paragrafo-markak;bilatzea</bookmark_value>" +msgid "<bookmark_value>searching; with regular expressions</bookmark_value> <bookmark_value>regular expressions;searching</bookmark_value> <bookmark_value>examples for regular expressions</bookmark_value> <bookmark_value>characters;finding all</bookmark_value> <bookmark_value>invisible characters;finding</bookmark_value> <bookmark_value>paragraph marks;searching</bookmark_value>" +msgstr "" #. Q5Xoa #: search_regexp.xhp @@ -14380,15 +14407,6 @@ msgctxt "" msgid "A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph." msgstr "Adierazpen erregularrak erabiliz bilaketa paragrafo batean bakarrik funtzionatuko du. Adierazpen erregularrak erabiliz paragrafo bat baino gehiagotan bilatzeko, bilaketa berezitu bat egin paragrafo bakoitzean." -#. kyToN -#: search_regexp.xhp -msgctxt "" -"search_regexp.xhp\n" -"par_id3149875\n" -"help.text" -msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">List of regular expressions</link>" -msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">Adierazpen erregularren zerrenda</link>" - #. r7Kkv #: section_edit.xhp msgctxt "" |