aboutsummaryrefslogtreecommitdiff
path: root/source/eu
diff options
context:
space:
mode:
Diffstat (limited to 'source/eu')
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po42
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po45
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po58
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/eu/sfx2/messages.po8
-rw-r--r--source/eu/sw/messages.po10
7 files changed, 95 insertions, 94 deletions
diff --git a/source/eu/helpcontent2/source/text/sbasic/shared.po b/source/eu/helpcontent2/source/text/sbasic/shared.po
index 1c2946c01d2..c9ad9a697ee 100644
--- a/source/eu/helpcontent2/source/text/sbasic/shared.po
+++ b/source/eu/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2021-04-14 19:37+0000\n"
+"PO-Revision-Date: 2021-04-22 12:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicshared/eu/>\n"
"Language: eu\n"
@@ -905,7 +905,7 @@ msgctxt ""
"par_id3145233\n"
"help.text"
msgid "<variable id=\"err57\">57 Device I/O error</variable>"
-msgstr "<variable id=\"err57\">57 Gailuaren Sko/Iko errorea </variable>"
+msgstr "<variable id=\"err57\">57 Gailuaren S/I errorea </variable>"
#. JViEn
#: 00000003.xhp
@@ -10031,7 +10031,7 @@ msgctxt ""
"par_id3155132\n"
"help.text"
msgid "<emph>pathname: </emph>Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
-msgstr "<emph>BideIzena:</emph> Irekiko den fitxategiaren izena eta bide-izena. Ez dagoen fitxategi bat irakurtzen saiatzen bazara (Access = Read), errore-mezua agertuko da. Ez dagoen fitxategi batean idazten saiatzen bazara (Access = Write), fitxategi berria sortuko da."
+msgstr "<emph>pathname:</emph> Irekiko den fitxategiaren izena eta bide-izena. Ez dagoen fitxategi bat irakurtzen saiatzen bazara (Access = Read), errore-mezua agertuko da. Ez dagoen fitxategi batean idazten saiatzen bazara (Access = Write), fitxategi berria sortuko da."
#. XqfP8
#: 03020103.xhp
@@ -10040,7 +10040,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "<emph>mode:</emph> Keyword that specifies the file mode. Valid values: <literal>Append</literal> (append to sequential file), <literal>Binary</literal> (data can be accessed by bytes using Get and Put), <literal>Input</literal> (opens data channel for reading), <literal>Output</literal> (opens data channel for writing), and <literal>Random</literal> (edits relative files)."
-msgstr "<emph>Modua:</emph> Fitxategi modua zehazten duen gako-hitza. Baliozko balioak hauek dira: <literal>Append</literal> (erantsi fitxategi sekuentzialari), <literal>Binary</literal> (datuak byten bidez eskuratu daitezke Get eta Put erabiliz), <literal>Input</literal> (datu-kanala irakurtzeko irekitzen du), <literal>Output</literal> (datu-kanala idazteko irekitzen du) eta <literal>Random</literal> (fitxategi erlatiboak editatzen ditu)."
+msgstr "<emph>mode:</emph> Fitxategi modua zehazten duen gako-hitza. Baliozko balioak hauek dira: <literal>Append</literal> (erantsi fitxategi sekuentzialari), <literal>Binary</literal> (datuak byten bidez eskuratu daitezke Get eta Put erabiliz), <literal>Input</literal> (datu-kanala irakurtzeko irekitzen du), <literal>Output</literal> (datu-kanala idazteko irekitzen du) eta <literal>Random</literal> (fitxategi erlatiboak editatzen ditu)."
#. 3983q
#: 03020103.xhp
@@ -10049,7 +10049,7 @@ msgctxt ""
"par_id3154014\n"
"help.text"
msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)."
-msgstr ""
+msgstr "<emph>io:</emph> Atzitze-mota definitzen duen gako-hitza. Baliozko balioak: <literal>Read</literal> (irakurtzeko soilik), <literal>Write</literal> (irakurtzeko soilik), <literal>Read Write</literal> (biak)."
#. kzzkr
#: 03020103.xhp
@@ -10058,7 +10058,7 @@ msgctxt ""
"par_id3150011\n"
"help.text"
msgid "<emph>locking:</emph> Keyword that defines the security status of a file after opening. Valid values: <literal>Shared</literal> (file may be opened by other applications), <literal>Lock Read</literal> (file is protected against reading), <literal>Lock Write</literal> (file is protected against writing), <literal>Lock Read Write</literal> (denies file access)."
-msgstr "<emph>Babesa:</emph> Fitxategi bat irekitakoan, haren segurtasun-egoera zehazten duen gako-hitza. Baliozko balioak: <literal>Shared</literal> (fitxategia beste aplikazio batzuen bidez ireki daiteke), <literal>Lock Read</literal> (fitxategia irakurketaren kontra babestuta dago), <literal>Lock Write</literal> (fitxategia idazketaren kontra babestuta dago), <literal>Lock Read Write</literal> (fitxategi-atzipena ukatzen du)."
+msgstr "<emph>locking:</emph> Fitxategi bat irekitakoan, haren segurtasun-egoera zehazten duen gako-hitza. Baliozko balioak: <literal>Shared</literal> (fitxategia beste aplikazio batzuen bidez ireki daiteke), <literal>Lock Read</literal> (fitxategia irakurketaren kontra babestuta dago), <literal>Lock Write</literal> (fitxategia idazketaren kontra babestuta dago), <literal>Lock Read Write</literal> (fitxategi-atzipena ukatzen du)."
#. D2D4q
#: 03020103.xhp
@@ -10067,7 +10067,7 @@ msgctxt ""
"par_id3153190\n"
"help.text"
msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr ""
+msgstr "<emph>filenum:</emph> 0 eta 511 arteko edozein osoko adierazpen, libre dagoen datu-kanal baten zenbakia adierazteko. Ondoren, datu-kanalaren bidez komandoak pasatu ahal izango dira fitxategia atzitzeko. FreeFile funtzioak berehala zehaztu behar du fitxategi-zenbakia, Open instrukzioaren aurretik."
#. LgCLi
#: 03020103.xhp
@@ -10076,7 +10076,7 @@ msgctxt ""
"par_id3151115\n"
"help.text"
msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records."
-msgstr ""
+msgstr "<emph>recLen:</emph> Fitxategien <literal>Random</literal> atzitzerako, ezarri erregistroen luzera."
#. mvgxB
#: 03020103.xhp
@@ -10085,7 +10085,7 @@ msgctxt ""
"par_id3153418\n"
"help.text"
msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
-msgstr "Open instrukzioaren bidez irekitako fitxategien edukia bakarrik alda dezakezu. Lehendik irekita dagoen fitxategia irekitzen saiatzen bazara, errore-mezua agertuko da."
+msgstr "Open instrukzioaren bidez irekitako fitxategien edukia soilik aldatu daiteke. Lehendik irekita dagoen fitxategia irekitzen saiatzean, errore-mezu bat agertuko da."
#. xPMgs
#: 03020103.xhp
@@ -10409,7 +10409,7 @@ msgctxt ""
"par_id3150440\n"
"help.text"
msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
-msgstr ""
+msgstr "Input #fileNum {,|;} var1 [, var2 [, ...]]"
#. EUrQA
#: 03020202.xhp
@@ -10418,7 +10418,7 @@ msgctxt ""
"par_id3145749\n"
"help.text"
msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr ""
+msgstr "<emph>fileNum</emph>: Irakurri nahi diren datuak dituen fitxategiaren zenbakia. Fitxzategia Open instrukzioarekin ireki behar da, INPUT gako-hitza erabilita."
#. kJyKM
#: 03020202.xhp
@@ -10427,7 +10427,7 @@ msgctxt ""
"par_id3150011\n"
"help.text"
msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
-msgstr ""
+msgstr "<emph>var</emph>: Zenbakizko edo testuzko aldagai bat, irekitako fitxategiaren balioak horri esleituko zaizkio."
#. 23Pzt
#: 03020202.xhp
@@ -10490,7 +10490,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Line Input# Statement"
-msgstr ""
+msgstr "Line Input# instrukzioa"
#. CCEuD
#: 03020203.xhp
@@ -10508,7 +10508,7 @@ msgctxt ""
"hd_id3153361\n"
"help.text"
msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# instrukzioa</link></variable>"
#. 5FZ8D
#: 03020203.xhp
@@ -10517,7 +10517,7 @@ msgctxt ""
"par_id3156280\n"
"help.text"
msgid "Reads a line from a sequential file into a variable."
-msgstr ""
+msgstr "Fitxategi sekuentzial bateko lerro bat irakurtzen du eta aldagai batean sartzen du."
#. enCkE
#: 03020203.xhp
@@ -10526,7 +10526,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input instrukzioaren diagrama</alt></image>"
#. wrpF7
#: 03020203.xhp
@@ -10535,7 +10535,7 @@ msgctxt ""
"par_id3161832\n"
"help.text"
msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr ""
+msgstr "<emph>fileNum:</emph>: Irakurri nahi den informazioa duen fitxategiaren zenbakia. Fitxategia Open instrukzioaren bidez aurrez ireki behar da, INPUT gako-hitza erabiliz."
#. qAR2M
#: 03020203.xhp
@@ -10544,7 +10544,7 @@ msgctxt ""
"par_id3151119\n"
"help.text"
msgid "<emph>variable</emph>: The name of the variable that stores the result."
-msgstr ""
+msgstr "<emph>variable</emph>: Emaitza biltegiratzen duen aldagaiaren izena."
#. foxtA
#: 03020203.xhp
@@ -10598,7 +10598,7 @@ msgctxt ""
"par_id461596463969009\n"
"help.text"
msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
-msgstr ""
+msgstr "Erabili <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> instrukzioa datuak testu-fitxategi sekuentzial batean inprimatzeko. Erabili <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> instrukzioa datuak karaktere mugatzaileak dituen testu-fitxategi sekuentzial batean idazteko."
#. 9HgEG
#: 03020204.xhp
@@ -10607,7 +10607,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put instrukzioaren diagrama</alt></image>"
#. RBpeh
#: 03020204.xhp
@@ -30452,7 +30452,7 @@ msgctxt ""
"par_id761588867124078\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"lower bound function\">Lbound</link> and <link href=\"text/sbasic/shared/03103000.xhp\" name=\"upper bound function\">Ubound</link> functions"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"lower bound function\">Lbound</link> eta <link href=\"text/sbasic/shared/03103000.xhp\" name=\"upper bound function\">Ubound</link> funtzioak"
#. y97EV
#: 03110000.xhp
diff --git a/source/eu/helpcontent2/source/text/sdatabase.po b/source/eu/helpcontent2/source/text/sdatabase.po
index 80301daf1e9..b639b8fc96f 100644
--- a/source/eu/helpcontent2/source/text/sdatabase.po
+++ b/source/eu/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-04-10 16:37+0000\n"
+"PO-Revision-Date: 2021-04-27 16:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-7-1/textsdatabase/eu/>\n"
"Language: eu\n"
@@ -2182,7 +2182,7 @@ msgctxt ""
"par_id3150572\n"
"help.text"
msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr ""
+msgstr "<emph>Outer Join</emph> ihes-sekuentzia: {oj outer-join}"
#. VnKGf
#: 02010100.xhp
@@ -2488,7 +2488,7 @@ msgctxt ""
"par_id191120151905518123\n"
"help.text"
msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
+msgstr "Kasurik sinpleenean, erabiltzaileak berdintasunerako probatzen duen balioa sartzen duenean, parametro-izena, aurreko bi puntuak barne, 'Irizpidea' errenkadan sartzen da. <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL moduan</link> honela idatzi daiteke: <item type=\"input\">WHERE \"Eremua\" = :Parametro-izena</item>"
#. DZCXm
#: 02010100.xhp
@@ -2605,7 +2605,7 @@ msgctxt ""
"par_id3149632\n"
"help.text"
msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
+msgstr "SQL ikuspegiko <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Exekutatu SQL komandoa zuzenean</emph></link> ikonoan klik eginez, $[officename] aplikazioak prozesatzen ez duen kontsulta bat formulatu daiteke eta zuzenean datu-basearen motorrari bidali."
#. fKBDD
#: 02010101.xhp
@@ -2735,12 +2735,13 @@ msgstr "Ezkerreko elkartzea"
#. dRFux
#: 02010101.xhp
+#, fuzzy
msgctxt ""
"02010101.xhp\n"
"par_id3166450\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a left join, the results table contains all records of the queried fields from the left table and only those records of the queried fields from the right table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command."
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">Ezkerreko elkartzeetan, emaitzen taulak honakoa izango du: ezkerreko taularen kasuan, kontsultatutako eremuen erregistro guztiak, eta eskuineko taularen kasuan, elkartutako eremuetarako eduki bera duten kontsultatutako eremuen erregistroak soilik.</ahelp> $[officename] SQLn, esteka mota hori LEFT OUTER JOIN komandoari dagokio."
#. DxGWD
#: 02010101.xhp
@@ -2758,7 +2759,7 @@ msgctxt ""
"par_id3150647\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a right join, the results table contains all records of the queried fields from the right table and only those records of the queried fields from the left table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command."
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">Eskuineko elkartzeetan, emaitzen taulak honakoa izango du: eskuineko taularen kasuan, kontsultatutako eremuen erregistro guztiak, eta ezkerreko taularen kasuan, elkartutako eremuetarako eduki bera duten kontsultatutako eremuen erregistroak soilik.</ahelp> $[officename] SQLn, esteka mota hori RIGHT OUTER JOIN komandoari dagokio."
#. wcFAd
#: 02010101.xhp
@@ -2767,7 +2768,7 @@ msgctxt ""
"hd_id3158215\n"
"help.text"
msgid "Full Join"
-msgstr ""
+msgstr "Elkartze osoa"
#. wAFid
#: 02010101.xhp
@@ -2776,7 +2777,7 @@ msgctxt ""
"par_id3163665\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command."
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">Elkartze osoetan, emaitzen taulak kontsultatutako eremuen erregistro guztiak izango du, bai eskuineko taulakoak bai ezkerreko taulakoak.</ahelp> $[officename] SQLn, esteka mota hori FULL OUTER JOIN komandoari dagokio."
#. gYRyC
#: 02010101.xhp
@@ -2794,7 +2795,7 @@ msgctxt ""
"par_id0305200912031977\n"
"help.text"
msgid "<ahelp hid=\".\">In a natural join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Elkartze naturaletan, NATURAL gako-hitza txertatzen da erlazioa definitzen duen SQL instrukzioan. Erlazioak bi tauletan zutabe-izen bera duten zutabe guztiak elkartzen ditu. Elkartutako taulak zutabe bakarra izango du izen bera duten zutabe-bikote bakoitzeko.</ahelp>"
#. pK6MV
#: 04000000.xhp
@@ -2875,7 +2876,7 @@ msgctxt ""
"par_id3150504\n"
"help.text"
msgid "In design mode, the form is designed and the properties of the form and the controls contained in it are defined."
-msgstr ""
+msgstr "Diseinu moduan, inprimakia diseinatu egiten da eta inprimakiaren propietateak eta kontrolak zehazten dira."
#. bWakN
#: 04000000.xhp
@@ -2884,7 +2885,7 @@ msgctxt ""
"hd_id3149784\n"
"help.text"
msgid "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">Datuak ordenatu eta iragaztea</link>"
#. 9s5BM
#: 04000000.xhp
@@ -2893,7 +2894,7 @@ msgctxt ""
"par_id3151384\n"
"help.text"
msgid "You will find the sorting and filter functions in the toolbar when you open a form in user mode."
-msgstr ""
+msgstr "Inprimaki bat erabiltzaile moduan irekitzean, tresna-barran ordenatze- eta iragazte-funtzioak agertuko dira."
#. Dv2ku
#: 04000000.xhp
@@ -2902,7 +2903,7 @@ msgctxt ""
"hd_id3148944\n"
"help.text"
msgid "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">Subforms</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">Azpinprimakiak</link>"
#. CmENz
#: 04030000.xhp
@@ -2911,7 +2912,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Form Design"
-msgstr ""
+msgstr "Inprimaki-diseinua"
#. 9uFK3
#: 04030000.xhp
@@ -2920,7 +2921,7 @@ msgctxt ""
"bm_id3148668\n"
"help.text"
msgid "<bookmark_value>forms; designing (Base)</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>inprimakiak; diseinatzea (Base)</bookmark_value>"
#. P4Yuk
#: 04030000.xhp
@@ -2929,7 +2930,7 @@ msgctxt ""
"hd_id3148668\n"
"help.text"
msgid "<variable id=\"formularentwurf\"><link href=\"text/sdatabase/04030000.xhp\" name=\"Form Design\">Form Design</link></variable>"
-msgstr ""
+msgstr "<variable id=\"formularentwurf\"><link href=\"text/sdatabase/04030000.xhp\" name=\"Form Design\">Inprimaki-diseinua</link></variable>"
#. FC52Y
#: 04030000.xhp
@@ -2938,7 +2939,7 @@ msgctxt ""
"par_id3154230\n"
"help.text"
msgid "Any $[officename] document can be expanded into a form. Simply add one or more form controls."
-msgstr ""
+msgstr "$[officename] dokumentu guztiak inprimaki bihurtu daitezke. Horretarako, gehitu inprimaki-kontrol bat edo gehiago."
#. Pp5mg
#: 04030000.xhp
@@ -2947,7 +2948,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "Open the Form Controls toolbar. The Form Controls toolbar contains the <link href=\"text/shared/02/01170000.xhp\" name=\"functions\">functions</link> needed to edit a form. More functions can be found in the <emph>Form Design</emph> bar and <emph>More Controls</emph> bar."
-msgstr ""
+msgstr "Ireki inprimaki-kontrolen tresna-barra. Inprimaki-kontrolen tresna-barrak inprimakiak editatzeko behar diren <link href=\"text/shared/02/01170000.xhp\" name=\"functions\">funtzioak</link> ditu. Funtzio gehiago daude <emph>Inprimaki-diseinua</emph> barran eta <emph>Kontrol gehiago</emph> barran."
#. 8SrEX
#: 04030000.xhp
@@ -2956,7 +2957,7 @@ msgctxt ""
"par_id3153146\n"
"help.text"
msgid "In form design mode you can <link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">include controls</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">apply properties</link> to them, define <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">Form properties</link>, and <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">define subforms</link>."
-msgstr ""
+msgstr "Inprimakiak diseinatzeko moduan, <link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">kontrolak gehitu</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">propietateak aplikatu</link>, eta <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">inprimaki-propietateak</link> eta <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">azpinprimakiak definitu</link> daitezke."
#. A95sK
#: 04030000.xhp
@@ -2965,7 +2966,7 @@ msgctxt ""
"par_id3154924\n"
"help.text"
msgid "The<emph> Form Navigator</emph> icon<image id=\"img_id3156002\" src=\"cmd/sc_showfmexplorer.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156002\">Icon</alt></image> on the Form Design bar opens the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\"><emph>Form Navigator</emph></link>."
-msgstr ""
+msgstr "'Inprimaki-diseinua' barrako <emph>Inprimaki-nabigatzailea</emph> ikonoak<image id=\"img_id3156002\" src=\"cmd/sc_showfmexplorer.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156002\">Ikonoa</alt></image> <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\"><emph>inprimaki-nabigatzailea</emph></link> irekitzen du."
#. 5wdwF
#: 04030000.xhp
@@ -2974,7 +2975,7 @@ msgctxt ""
"par_id3153968\n"
"help.text"
msgid "The <link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Open in Design Mode</emph></link> icon<image id=\"img_id1871395\" src=\"cmd/sc_openreadonly.png\" width=\"5.59mm\" height=\"5.59mm\"><alt id=\"alt_id1871395\">Icon</alt></image> allows you to save a form document so that it always opens in form design mode."
-msgstr ""
+msgstr "<link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Ireki diseinu moduan</emph></link> ikonoaren<image id=\"img_id1871395\" src=\"cmd/sc_openreadonly.png\" width=\"5.59mm\" height=\"5.59mm\"><alt id=\"alt_id1871395\">Ikonoa</alt></image> bidez, inprimaki-dokumentuak gorde daitezke eta beti editatzeko moduan irekiko dira."
#. 4AXt6
#: 04030000.xhp
@@ -2983,7 +2984,7 @@ msgctxt ""
"par_id3154948\n"
"help.text"
msgid "If there is an error when assigning properties to the objects contained in the form (for example, when assigning a non-existent database table to an object), a corresponding error message appears. This error message may contain a <emph>More</emph> button. <ahelp hid=\"dummy\">If you click on <emph>More</emph>, a dialog displaying more information about the current problem appears.</ahelp>"
-msgstr ""
+msgstr "Errorea gertatzen bada inprimakiko objektuei propietateak esleitzean (adibidez, lehendik ez dagoen datu-base bateko taula bat objektu bati esleitzean), errore-mezu bat agertuko da. Errore-mezu horrek <emph>Gehiago</emph> botoia eduki dezake. <ahelp hid=\"dummy\"><emph>Gehiago</emph> botoia sakatzen bada, elkarrizketa-koadro bat irekiko da eta uneko erroreari buruzko informazioa erakutsiko du.</ahelp>"
#. cLmBi
#: main.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/01.po b/source/eu/helpcontent2/source/text/shared/01.po
index 1741553af3b..e310b716e4a 100644
--- a/source/eu/helpcontent2/source/text/shared/01.po
+++ b/source/eu/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-06 15:30+0200\n"
-"PO-Revision-Date: 2021-04-13 17:37+0000\n"
+"PO-Revision-Date: 2021-04-19 10:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/eu/>\n"
"Language: eu\n"
@@ -40244,7 +40244,7 @@ msgctxt ""
"par_id531603928029282\n"
"help.text"
msgid "To assign or modify a shortcut key: select a command in the <emph>Function</emph> list, select the key combination to be assigned in the <emph>Shortcut Keys</emph> list, then click <emph>Modify</emph>."
-msgstr ""
+msgstr "Lasterbide bat esleitu edo aldatzeko, hautatu komando bat <emph>Funtzioa</emph> zerrendan, hautatu esleituko den tekla-konbinazioa <emph>Laster-teklak</emph> zerrendan eta egin klik <emph>Aldatu</emph> aukeran."
#. BXkQm
#: 06140200.xhp
@@ -43358,7 +43358,7 @@ msgctxt ""
"par_id111526467993387\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Txertatu sinatzailearen posta elektronikoko helbidea. Helbide hori ez da bistaratuko sinadura-marraren kutxa grafikoan, baina sinadura digitalean erabiliko da.</ahelp>"
#. EpDAG
#: addsignatureline.xhp
@@ -43421,7 +43421,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Certificate Paths"
-msgstr ""
+msgstr "Ziurtagirien bide-izenak"
#. FBox6
#: certificatepath.xhp
@@ -43430,7 +43430,7 @@ msgctxt ""
"bm_id211594767045571\n"
"help.text"
msgid "<bookmark_value>digital signatures;certificate path</bookmark_value> <bookmark_value>certificate path</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>sinadura digitalak;ziurtagirien bide-izena</bookmark_value> <bookmark_value>ziurtagirien bide-izena</bookmark_value>"
#. MhnU5
#: certificatepath.xhp
@@ -43448,7 +43448,7 @@ msgctxt ""
"par_id841594763815175\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Select or add the correct Network Security Services Certificate directory to use for digital signatures.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Hautatu edo gehitu sare-segurtasuneko zerbitzuen ziurtagiriaren direktorio zuzena sinadura digitaletarako.</ahelp>"
#. vCwDA
#: certificatepath.xhp
@@ -43457,7 +43457,7 @@ msgctxt ""
"hd_id511594765946403\n"
"help.text"
msgid "Available Certificate Paths"
-msgstr ""
+msgstr "Erabilgarri dauden ziurtagirien bide-izenak"
#. NK4GB
#: certificatepath.xhp
@@ -43466,7 +43466,7 @@ msgctxt ""
"par_id981594766097073\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Shows the list of Network Security Services Certificate directory to use for digital signatures.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Sinadura digitaletarako erabiliko diren sare-segurtasuneko zerbitzuen ziurtagirien direktorioen zerrenda erakusten du.</ahelp>"
#. DABZF
#: certificatepath.xhp
@@ -43475,7 +43475,7 @@ msgctxt ""
"hd_id741594764591263\n"
"help.text"
msgid "Select NSS path"
-msgstr ""
+msgstr "Hautatu NSS bide-izena"
#. 8gaEP
#: certificatepath.xhp
@@ -43484,7 +43484,7 @@ msgctxt ""
"par_id851594766090600\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Opens a file picker dialog to add a new Network Security Services Certificate directory to the list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Fitxategiak aukeratzeko elkarrizketa-koadro bat irekitzen du, sare-segurtasuneko zerbitzuen ziurtagirien direktorio berri bat gehitzeko zerrendari.</ahelp>"
#. ViF5g
#: digitalsignatures.xhp
@@ -44555,7 +44555,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Snap Guides"
-msgstr ""
+msgstr "Doitze-gidak"
#. c8J5E
#: guides.xhp
@@ -44573,7 +44573,7 @@ msgctxt ""
"par_idN10562\n"
"help.text"
msgid "<link href=\"text/shared/01/guides.xhp\">Snap Guides</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/guides.xhp\">Doitze-gidak</link>"
#. XeU3j
#: guides.xhp
@@ -44582,7 +44582,7 @@ msgctxt ""
"par_id3146313\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the display options for snap guides.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Doitze-giden bistaratze-aukerak zehazten ditu.</ahelp>"
#. R26xc
#: guides.xhp
@@ -44600,7 +44600,7 @@ msgctxt ""
"par_idN1057F\n"
"help.text"
msgid "Displays or hides snap guides that you can use to align objects on a page."
-msgstr ""
+msgstr "Orrialde batean objektuak lerrokatzeko erabiliko diren doitze-gidak bistaratzen edo ezkutatzen ditu."
#. Wpp35
#: guides.xhp
@@ -48137,7 +48137,7 @@ msgctxt ""
"par_id301602634061241\n"
"help.text"
msgid "PDF/A-2b is recommended for most users, because it allows for layers and transparency with shapes and images. It also compresses better (JPEG 2000) than PDF/A-1b, usually producing smaller files. PDF/A-3b is identical to PDF/A-2b, but also accepts embedding of other file formats."
-msgstr ""
+msgstr "PDF/A-2b espezifikazioa da erabiltzaile gehienentzat gomendatzen dena, geruzak eta gardentasuna ahalbidetzen baititu forma eta irudietan. Konpresio hobea ere badu (JPEG 2000) PDF/A-1b espezifikazioarekin alderatuta, eta horri esker fitxategi txikiagoak sortzen ditu. PDF/A-3b eta PDF/A-2b berdinak dira, baina lehenak beste fitxategi-formatu batzuk kapsulatzea onartzen du."
#. UTPZ7
#: ref_pdf_export_general.xhp
@@ -48254,7 +48254,7 @@ msgctxt ""
"par_id51602451783950\n"
"help.text"
msgid "Sets options for diverse features such as bookmarks, comments, page layout."
-msgstr ""
+msgstr "Laster-marketarako, iruzkinetarako, orrialde-diseinurako eta beste hainbat eginbidetarako aukerak ezartzen ditu."
#. ZbwvD
#: ref_pdf_export_general.xhp
@@ -48272,7 +48272,7 @@ msgctxt ""
"par_id3479415\n"
"help.text"
msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<menuitem>Tools - Chapter Numbering</menuitem>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Hautatu hau Writer dokumentuetako laster-markak PDFaren laster-marka gisa esportatzeko. Laster-markak sortzeko, eskema-paragrafoak erabiltzen dira (<menuitem>Tresnak - Kapitulu-zenbakitzea</menuitem>), bai eta iturburu-dokumentuan hiperestekak esleitu zaizkien aurkibide-sarrerak ere.</ahelp>"
#. iTBMB
#: ref_pdf_export_general.xhp
@@ -48281,7 +48281,7 @@ msgctxt ""
"par_id71603283849925\n"
"help.text"
msgid "Only paragraphs with Outline level 1 - 10 will be exported. The name of the Paragraph Style is irrelevant. For example, the default version of Paragraph Style <emph>Title</emph> is not exported when its Outline level is <emph>Text Body</emph>. To see a paragraph’s Outline level, choose <menuitem>Format - Paragraph</menuitem> <emph> - Outline & Numbering</emph> tab."
-msgstr ""
+msgstr "1 - 10 arteko eskema-maila duten paragrafoak soilik esportatuko dira. Paragrafo-estiloaren izenari ez zaio kasurik egingo. Adibidez, <emph>Izenburua</emph> paragrafo-estiloaren bertsio lehenetsia ez da esportatuko bere eskema-maila <emph>Testu-gorputza</emph> bada. Paragrafo baten eskema-maila ikusteko, aukeratu <menuitem>Formatua - Paragrafoa</menuitem> <emph> - Eskema eta zenbakitzea</emph> fitxa."
#. PejFz
#: ref_pdf_export_general.xhp
@@ -49226,7 +49226,7 @@ msgctxt ""
"par_id151603044639549\n"
"help.text"
msgid "The specification defines the required structure and formatting of a document and PDF features that are better suited for accessibility. This specification can also be used to produce documents that achieve W3C's Web Content Accessibility Guidelines 2.0 (WCAG 2.0)."
-msgstr ""
+msgstr "Espezifikazioak definitzen du dokumentuaren irisgarritasun hoberako egokienak diren egitura eta formatua. Espezifikazio hau W3C partzuergoaren Web Content Accessibility Guidelines 2.0 (WCAG 2.0) gidalerroak betetzen dituzten dokumentuak sortzeko ere erabili daiteke."
#. V8cE4
#: ref_pdf_export_universal_accessibility.xhp
@@ -49622,7 +49622,7 @@ msgctxt ""
"par_id3150756\n"
"help.text"
msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an email sending window with the PDF as an attachment.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">'Esportatu PDF gisa' elkarrizketa-koadroa erakusten du, uneko dokumentua PDF formatura esportatzen du eta, gero, mezu elektronikoak bidaltzeko leiho bat irekitzen du, PDF fitxategia eranskin gisa bidaltzeko.</ahelp></variable>"
#. wTQMX
#: securitywarning.xhp
@@ -50063,7 +50063,7 @@ msgctxt ""
"par_id961597433114070\n"
"help.text"
msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
+msgstr "Denbora Zigilatzeko Agintaritzek (TSA) digitalki sinatutako denbora-zigiluak sortzen dituzte (RFC 3161), aukeran, sinatutako PDF baten esportazioan erabili daitezkeenak."
#. jcBGy
#: timestampauth.xhp
@@ -50072,7 +50072,7 @@ msgctxt ""
"par_id571597434502189\n"
"help.text"
msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
-msgstr ""
+msgstr "Denbora-zigilu fidagarri bat gehitzen denean sinadura elektroniko bati, datuen osotasuna bermatzen duen zigilu digital bat eta transakzioaren data eta ordu fidagarria ematen da. Denbora-zigilu fidagarria duten dokumentuak jasotzen dituztenek dokumentua digitalki edo elektronikoki noiz sinatu zen egiaztatu dezakete, eta denbora-zigiluak esandako dataren ondoren dokumentua ez dela aldatu ere egiaztatu dezakete."
#. HP6fQ
#: timestampauth.xhp
@@ -50081,7 +50081,7 @@ msgctxt ""
"par_id721597436315261\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
-msgstr ""
+msgstr "Aukeratu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Hobespenak</menuitem></caseinline><defaultinline><menuitem>Tresnak - Aukerak</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Segurtasuna - TSAk</menuitem>"
#. n27rF
#: timestampauth.xhp
@@ -50090,7 +50090,7 @@ msgctxt ""
"hd_id281597438357127\n"
"help.text"
msgid "List of Time Stamp Authorities"
-msgstr ""
+msgstr "Denbora Zigilatzeko Agintaritzen zerrenda"
#. Msech
#: timestampauth.xhp
@@ -50099,7 +50099,7 @@ msgctxt ""
"par_id701597438367251\n"
"help.text"
msgid "Display the list of existing TSAs."
-msgstr ""
+msgstr "Bistaratu instalatuta dauden TSA erakundeen zerrenda."
#. 2TESq
#: timestampauth.xhp
@@ -50108,7 +50108,7 @@ msgctxt ""
"par_idN106871\n"
"help.text"
msgid "Add"
-msgstr ""
+msgstr "Gehitu"
#. vZdyd
#: timestampauth.xhp
@@ -50117,7 +50117,7 @@ msgctxt ""
"par_idN1068B1\n"
"help.text"
msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
-msgstr ""
+msgstr "<link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">'Izena' elkarrizketa-koadroa</link> irekitzen du Denbora Zigilatzeko Agintaritza berri baten URLa sartzeko."
#. stnAc
#: timestampauth.xhp
@@ -50126,7 +50126,7 @@ msgctxt ""
"hd_id251597435168013\n"
"help.text"
msgid "Delete"
-msgstr ""
+msgstr "Ezabatu"
#. PPq6D
#: timestampauth.xhp
@@ -50135,7 +50135,7 @@ msgctxt ""
"par_id381597435161810\n"
"help.text"
msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
-msgstr ""
+msgstr "Zerrendan hautatutako sarrera ezabatzen du. Ezabatzea berehalakoa da eta ez du berresteko elkarrizketa-koadrorik irekitzen."
#. m3D8J
#: webhtml.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/guide.po b/source/eu/helpcontent2/source/text/shared/guide.po
index b41b98f431d..1a4d2f7c897 100644
--- a/source/eu/helpcontent2/source/text/shared/guide.po
+++ b/source/eu/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-04-06 16:27+0000\n"
+"PO-Revision-Date: 2021-04-18 08:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedguide/eu/>\n"
"Language: eu\n"
@@ -21812,7 +21812,7 @@ msgctxt ""
"bm_id3154285\n"
"help.text"
msgid "<bookmark_value>modifying, see changing</bookmark_value><bookmark_value>changing, see also editing and replacing</bookmark_value><bookmark_value>default templates; changing</bookmark_value><bookmark_value>default templates; creating</bookmark_value><bookmark_value>defaults;documents</bookmark_value><bookmark_value>custom templates</bookmark_value><bookmark_value>updating; templates</bookmark_value><bookmark_value>editing;templates</bookmark_value><bookmark_value>templates;editing and saving</bookmark_value><bookmark_value>saving;templates</bookmark_value><bookmark_value>resetting;templates</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>eraldatzea, ikusi aldatzea</bookmark_value><bookmark_value>aldatzea, ikusi editatzea eta ordeztea</bookmark_value><bookmark_value>txantiloi lehenetsiak; aldatzea</bookmark_value><bookmark_value>txantiloi lehenetsiak; sortzea</bookmark_value><bookmark_value>lehenespenak;dokumentuak</bookmark_value><bookmark_value>txantiloi pertsonalizatuak</bookmark_value><bookmark_value>eguneratzea; txantiloiak</bookmark_value><bookmark_value>editatzea;txantiloiak</bookmark_value><bookmark_value>txantiloiak;editatzea eta gordetzea</bookmark_value><bookmark_value>gordetzea;txantiloiak</bookmark_value><bookmark_value>berrezartzea;txantiloiak</bookmark_value>"
#. fZ8SR
#: standard_template.xhp
@@ -22055,7 +22055,7 @@ msgctxt ""
"par_id3146918\n"
"help.text"
msgid "You can save any document as a template by selecting \"Template\" file type in the Save dialog. To access the template from the Template Manager, save the template in the <emph>User Paths</emph> directory specified for <emph>Templates</emph> in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. It is often easier to save a document with <menuitem>File - Templates - Save As Template</menuitem>, because it automatically places the template in the appropriate directory."
-msgstr ""
+msgstr "Edozein dokumentu gorde daiteke txantiloi gisa, gordetzeko elkarrizketa-koadroan \"Txantiloia\" fitxategi mota hautatuta. Txantiloi-kudeatzailean txantiloia atzitzeko, gorde txantiloia <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Hobespenak</menuitem></caseinline><defaultinline><menuitem>Tresnak - Aukerak</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Bide -izenak</emph> hobespenean <emph>Txantiloiak</emph> elementurako zehaztu den <emph>Erabiltzailearen bide-izenak</emph> direktorioan. Sarritan errazagoa da dokumentu bat <menuitem>Fitxategia - Txantiloiak - Gorde txantiloi gisa</menuitem> aukera erabilita gordetzea, horrela txantiloia automatikoki kokatuko baita direktorio egokian."
#. 4VMWF
#: standard_template.xhp
@@ -23054,7 +23054,7 @@ msgctxt ""
"par_id0820200802626414\n"
"help.text"
msgid "You can remove an item from the <emph>Recent Documents</emph> list by clicking the button in the upper-right corner of the icon. The document itself is not deleted. You can remove all items on the <emph>Recent Documents</emph> list by pressing the <emph>Recent Documents</emph> dropdown button and selecting <menuitem>Clear Recent Documents</menuitem>."
-msgstr ""
+msgstr "Elementu bat <emph>Azken dokumentuak</emph> zerrendatik kentzeko, egin klik ikonoaren goiko eskuineko izkinako botoian. Dokumentua bera ez da ezabatuko. <emph>Azken dokumentuak</emph> zerrendako elementuak kentzeko, sakatu <emph>Azken dokumentuak</emph> goitibeherako botoia eta aukeratu <menuitem>Garbitu azken dokumentuak</menuitem>."
#. fALjn
#: startcenter.xhp
@@ -23081,7 +23081,7 @@ msgctxt ""
"par_id0820200802626412\n"
"help.text"
msgid "Click the down arrow after the <emph>Templates</emph> button to open a menu where you can select a filter to display templates by application type or open the <link href=\"text/shared/guide/template_manager.xhp\">Template Manager</link> dialog."
-msgstr ""
+msgstr "Egin klik <emph>Txantiloiak</emph> botoiaren ondoan dagoen beherako gezian txantiloiak aplikazio motaren arabera bistaratuko dituen iragazki bat hautatzeko edo <link href=\"text/shared/guide/template_manager.xhp\">txantiloi-kudeatzailea</link> elkarrizketa-koadroa irekitzeko."
#. PcEEX
#: startcenter.xhp
diff --git a/source/eu/helpcontent2/source/text/swriter/01.po b/source/eu/helpcontent2/source/text/swriter/01.po
index 6b23c70eb0a..1779962cf45 100644
--- a/source/eu/helpcontent2/source/text/swriter/01.po
+++ b/source/eu/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-04-13 17:37+0000\n"
+"PO-Revision-Date: 2021-04-27 16:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-7-1/textswriter01/eu/>\n"
"Language: eu\n"
@@ -1877,7 +1877,7 @@ msgctxt ""
"par_id501603882441409\n"
"help.text"
msgid "Set Navigator’s mode of outline tracking. This feature applies only to outline entries under <menuitem>Headings</menuitem> in the Content View frame of Navigator. To see, enable, or change the mode, right-click on <menuitem>Headings</menuitem> or an item under Headings and choose <menuitem>Outline Tracking</menuitem>. The selected mode is applied to the entire document."
-msgstr ""
+msgstr "Ezarri nabigatzailearen modua eskemaren segimenduaren moduan. Eginbide hori nabigatzaileko eduki-bistako <menuitem>Izenburuak</menuitem> ataleko sarrerei soilik aplikatzen zaizkie. Modua ikusi, gaitu edo aldatzeko, egin eskuineko klik <menuitem>Izenburuak</menuitem> aukeran edo horren azpan dagoen elementu batean eta aukeratu <menuitem>Eskemaren segimendua</menuitem>. Hautatutako modua dokumentu osoari aplikatuko zaio."
#. XxJB2
#: 02110000.xhp
@@ -6791,7 +6791,7 @@ msgctxt ""
"par_id3151370\n"
"help.text"
msgid "Inserts the current date. You can insert the date as a fixed field - <item type=\"literal\">Date (fixed)</item> - that does not change, or as a dynamic field - <literal>Date</literal> - that it is updated automatically. To manually update the <literal>Date</literal> field, press <keycode>F9</keycode>."
-msgstr ""
+msgstr "Uneko data txertatzen du. Aldatzen ez den eremu finko gisa txertatu daiteke - <item type=\"literal\">Date (fixed)</item> - edo automatikoki eguneratzen den eremu dinamiko gisa - <literal>Date</literal> -. <literal>Date</literal> eremua eskuz eguneratzeko, sakatu <keycode>F9</keycode>."
#. DtBK4
#: 04090001.xhp
@@ -6863,7 +6863,7 @@ msgctxt ""
"par_id3146341\n"
"help.text"
msgid "Inserts fields containing user data. You can change the user-data that is displayed by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\"><menuitem>$[officename] - User Data</menuitem></link>."
-msgstr ""
+msgstr "Erabiltzaile-datuak dituzten eremuak txertatzen ditu. Bistaratuko diren erabiltzaile-datuak aldatzeko, aukeratu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Hobespenak</menuitem></caseinline><defaultinline><menuitem>Tresnak - Aukerak</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\"><menuitem>$[officename] - Erabiltzaile-datuak</menuitem></link>."
#. WxVLH
#: 04090001.xhp
@@ -6917,7 +6917,7 @@ msgctxt ""
"par_id3154340\n"
"help.text"
msgid "Inserts the current time. You can insert the time as a fixed field - <literal>Time (fixed)</literal> - that does not change, or as a dynamic field - <literal>Time</literal> - that it is updated automatically. To manually update the <literal>Time</literal> field, press <keycode>F9</keycode>."
-msgstr ""
+msgstr "Uneko ordua txertatzen du. Aldatzen ez den eremu finko gisa txertatu daiteke - <literal>Time (fixed)</literal> - edo automatikoki eguneratzen den eremu dinamiko gisa - <literal>Time</literal> -. <literal>Time</literal> eremua eskuz eguneratzeko, sakatu <keycode>F9</keycode>."
#. 2FEpZ
#: 04090001.xhp
@@ -6980,7 +6980,7 @@ msgctxt ""
"par_id3150138\n"
"help.text"
msgid "<variable id=\"datetimeformat\">When you click \"Additional formats\", the <link href=\"text/shared/01/05020300.xhp\" name=\"Number Format\"><emph>Number Format</emph></link> dialog opens, where you can define a custom format. </variable>"
-msgstr ""
+msgstr "<variable id=\"datetimeformat\">'Formatu gehigarriak' klikatzean, <link href=\"text/shared/01/05020300.xhp\" name=\"Number Format\"><emph>Zenbaki-formatua</emph></link> elkarrizketa-koadroa irekitzen da eta bertan formatu pertsonalizatu bat definitu daiteke . </variable>"
#. ECQSr
#: 04090001.xhp
@@ -6989,7 +6989,7 @@ msgctxt ""
"par_id3154867\n"
"help.text"
msgid "If you choose \"Chapter number without separator\" for a chapter field, the separators that are specified for chapter number in <link href=\"text/swriter/01/06060000.xhp\" name=\"Tools - Chapter numbering\"><menuitem>Tools - Chapter numbering</menuitem></link> are not displayed."
-msgstr ""
+msgstr "'Kapitulu-zenbakia bereizlerik gabe' aukeratzen bada kapitulu-eremu baterako, <link href=\"text/swriter/01/06060000.xhp\" name=\"Tools - Chapter numbering\"><menuitem>Tresnak - Kapitulu-zenbakitzea</menuitem></link> aukeran kapitulu-zenbakietarako zehaztu diren bereizleak ez dira bistaratuko."
#. EfteG
#: 04090001.xhp
@@ -14027,7 +14027,7 @@ msgctxt ""
"par_id771599006446118\n"
"help.text"
msgid "The default filter for creating or opening concordance files is <literal>*.sdi</literal>. However, the file format of the concordance file is plain text."
-msgstr ""
+msgstr "Konkordantzia-fitxategia sortzeko iragazki lehenetsia <literal>*.sdi</literal> da. Hala ere, konkordantzia-fitxategiaren formatua testu soila da."
#. cFHDU
#: 04120250.xhp
diff --git a/source/eu/sfx2/messages.po b/source/eu/sfx2/messages.po
index 9279364a64e..4653e959a98 100644
--- a/source/eu/sfx2/messages.po
+++ b/source/eu/sfx2/messages.po
@@ -4,16 +4,16 @@ 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-30 14:55+0100\n"
-"PO-Revision-Date: 2020-12-16 10:55+0000\n"
+"PO-Revision-Date: 2021-04-21 17:21+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
-"Language-Team: Basque <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/eu/>\n"
+"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-7-1/sfx2messages/eu/>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1559627054.000000\n"
#. bHbFE
@@ -2123,7 +2123,7 @@ msgstr "Bai edo ez"
#: sfx2/inc/doctempl.hrc:27
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "My Templates"
-msgstr "Txantiloiak"
+msgstr "Nire txantiloiak"
#. 5aNp8
#: sfx2/inc/doctempl.hrc:28
diff --git a/source/eu/sw/messages.po b/source/eu/sw/messages.po
index 70f01217076..ddf615dc198 100644
--- a/source/eu/sw/messages.po
+++ b/source/eu/sw/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-04-13 09:37+0000\n"
+"PO-Revision-Date: 2021-04-25 10:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-7-1/swmessages/eu/>\n"
"Language: eu\n"
@@ -7137,7 +7137,7 @@ msgstr "Konbinatu karaktereak"
#: sw/inc/strings.hrc:898
msgctxt "STR_DROPDOWN"
msgid "Input list"
-msgstr "Sarrerako zerrenda"
+msgstr "Sarrera-zerrenda"
#. 7BWSk
#. range references
@@ -12662,13 +12662,13 @@ msgstr "Aukeratu elementua: "
#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:59
msgctxt "dropdownfielddialog|extended_tip|next"
msgid "Closes the current Input list and displays the next, if available."
-msgstr "Uneko Sarrera-zerrenda ixten du eta hurrengoa bistaratzen du, baldin badago."
+msgstr "Uneko sarrera-zerrenda ixten du eta hurrengoa bistaratzen du, baldin badago."
#. Ct7px
#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:84
msgctxt "dropdownfielddialog|extended_tip|edit"
msgid "Displays the Edit Fields: Functions dialog, where you can edit the Input list."
-msgstr "Editatu eremuak: funtzioak elkarrizketa-koadroa bistaratzen da, eta hor Sarrera-zerrenda edita dezakezu."
+msgstr "'Editatu eremuak: funtzioak' elkarrizketa-koadroa bistaratzen da, eta hor sarrera-zerrenda editatu daiteke."
#. k3yMJ
#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:219
@@ -14190,7 +14190,7 @@ msgstr "I_zena"
#: sw/uiconfig/swriter/ui/fldfuncpage.ui:693
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
-msgstr "Sartu izen esklusiboa Sarrera-zerrendarentzat."
+msgstr "Sartu izen esklusiboa sarrera-zerrendarentzat."
#. knXRc
#: sw/uiconfig/swriter/ui/fldrefpage.ui:107