From 1e6bf2ef267495ec8ab483418a79c23d1fa73e0b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 24 Jun 2020 12:44:15 +0200 Subject: update translations for master/7.0 and add ckb (Central Kurdish) files Change-Id: If4a63e426ebf7de50806fbd2699cea08b26453e4 --- .../lv/helpcontent2/source/text/sbasic/shared.po | 1054 +++++++++++++++++++- source/lv/helpcontent2/source/text/scalc/01.po | 20 +- source/lv/helpcontent2/source/text/schart/01.po | 83 +- source/lv/helpcontent2/source/text/sdraw.po | 6 +- source/lv/helpcontent2/source/text/sdraw/01.po | 452 ++++++++- source/lv/helpcontent2/source/text/shared.po | 272 +---- source/lv/helpcontent2/source/text/shared/00.po | 8 +- source/lv/helpcontent2/source/text/shared/01.po | 407 ++++++-- source/lv/helpcontent2/source/text/shared/02.po | 6 +- source/lv/helpcontent2/source/text/simpress.po | 8 +- source/lv/helpcontent2/source/text/simpress/02.po | 38 +- 11 files changed, 1960 insertions(+), 394 deletions(-) (limited to 'source/lv/helpcontent2') diff --git a/source/lv/helpcontent2/source/text/sbasic/shared.po b/source/lv/helpcontent2/source/text/sbasic/shared.po index 1010a79603e..40966983cd2 100644 --- a/source/lv/helpcontent2/source/text/sbasic/shared.po +++ b/source/lv/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: 2020-05-25 20:00+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2019-07-21 20:35+0000\n" "Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" @@ -35593,13 +35593,13 @@ msgctxt "" msgid "CreateUnoService functionAPI;FilePickerAPI;FunctionAccess" msgstr "" -#. hgVjB +#. aeYuT #: 03131600.xhp msgctxt "" "03131600.xhp\n" "hd_id3150682\n" "help.text" -msgid "CreateUnoService Function" +msgid "CreateUnoService Function" msgstr "" #. rJbLM @@ -35629,13 +35629,13 @@ msgctxt "" msgid "For a list of available services, go to: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" msgstr "" -#. xxDWW +#. 9jnBL #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id731561653332192\n" "help.text" -msgid "Calc functions;API ServiceCalling Calc functions in BasicCreateUnoService function; Calling Calc functions" +msgid "Calc functions;API Service" msgstr "" #. 7YLme @@ -35647,6 +35647,15 @@ msgctxt "" msgid "Calling Calc functions in Basic:" msgstr "" +#. dASYG +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"par_id741592351349391\n" +"help.text" +msgid "REM The code below does not work for add-in functions, which have a different calling procedure." +msgstr "" + #. JnBj8 #: 03131600.xhp msgctxt "" @@ -39877,6 +39886,1041 @@ msgctxt "" msgid "Using Resume without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop." msgstr "" +#. t97uD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"tit\n" +"help.text" +msgid "Calling Calc Functions in Macros" +msgstr "" + +#. mpMbn +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bm_id291592361063458\n" +"help.text" +msgid "calling Calc function;macros macros;calling Calc function createUNOservice function;calling Calc function API;addin.Analysis" +msgstr "" + +#. CSA8o +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"hd_id91592352089011\n" +"help.text" +msgid "Calling Calc Functions" +msgstr "" + +#. DeJyb +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id1001592359117987\n" +"help.text" +msgid "In addition to the native BASIC functions, you can call Calc functions in your macros and scripts." +msgstr "" + +#. pFoqw +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"hd_id251592352174921\n" +"help.text" +msgid "Calling Internal Calc functions in Basic" +msgstr "" + +#. 2rKcD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id731592352332694\n" +"help.text" +msgid "Use the CreateUNOService function to access the com.sun.star.sheet.FunctionAccess service." +msgstr "" + +#. V3quU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"hd_id561592352225441\n" +"help.text" +msgid "Calling Add-In Calc Functions in BASIC" +msgstr "" + +#. ufZSW +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id261592359338681\n" +"help.text" +msgid "The Calc Add-In functions are in service com.sun.star.sheet.addin.Analysis." +msgstr "" + +#. Yrje5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id421592358343633\n" +"help.text" +msgid "REM Example calling Addin function SQRTPI" +msgstr "" + +#. bFnDA +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731592358351744\n" +"help.text" +msgid "Function MySQRTPI(arg as double) as double" +msgstr "" + +#. LxEYt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731592358361242\n" +"help.text" +msgid "Dim oService as Object" +msgstr "" + +#. GszLy +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id971592358368906\n" +"help.text" +msgid "oService = createUNOService(\"com.sun.star.sheet.addin.Analysis\")" +msgstr "" + +#. HHyMW +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id211592358377026\n" +"help.text" +msgid "MySQRTPI = oService.getSqrtPi(arg)" +msgstr "" + +#. AByBR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id451592358385346\n" +"help.text" +msgid "End Function" +msgstr "" + +#. emGWD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id721592355432992\n" +"help.text" +msgid "ACCRINT" +msgstr "" + +#. oKBuD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id311592355461144\n" +"help.text" +msgid "ACCRINTM" +msgstr "" + +#. pBfUh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id731592355465193\n" +"help.text" +msgid "AMORDEGRC" +msgstr "" + +#. ViiCh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id361592355471024\n" +"help.text" +msgid "AMORLINC" +msgstr "" + +#. ZeeMB +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id11592355475920\n" +"help.text" +msgid "BESSELI" +msgstr "" + +#. Bv4xD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id841592355481243\n" +"help.text" +msgid "BESSELJ" +msgstr "" + +#. Ana8S +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id781592355488489\n" +"help.text" +msgid "BESSELK" +msgstr "" + +#. gPmYm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751592355494321\n" +"help.text" +msgid "BESSELY" +msgstr "" + +#. Rhr8N +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id661592355500416\n" +"help.text" +msgid "BIN2DEC" +msgstr "" + +#. CF6He +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id331592355505769\n" +"help.text" +msgid "BIN2HEX" +msgstr "" + +#. XJGN7 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id691592355510409\n" +"help.text" +msgid "BIN2OCT" +msgstr "" + +#. trpYC +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id1001592355515562\n" +"help.text" +msgid "COMPLEX" +msgstr "" + +#. eHuPF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id661592355519833\n" +"help.text" +msgid "CONVERT" +msgstr "" + +#. yF4wh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id501592355525049\n" +"help.text" +msgid "COUPDAYBS" +msgstr "" + +#. SArWm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id251592355529338\n" +"help.text" +msgid "COUPDAYS" +msgstr "" + +#. CkhYX +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id681592355545522\n" +"help.text" +msgid "COUPDAYSNC" +msgstr "" + +#. A4oUG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id151592355550475\n" +"help.text" +msgid "COUPNCD" +msgstr "" + +#. 8Eyr4 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id291592355554258\n" +"help.text" +msgid "COUPNUM" +msgstr "" + +#. ur3HX +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id361592355563155\n" +"help.text" +msgid "COUPPCD" +msgstr "" + +#. HYaqY +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id591592355570035\n" +"help.text" +msgid "CUMIPMT" +msgstr "" + +#. ccwAv +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id681592355573971\n" +"help.text" +msgid "CUMPRINC" +msgstr "" + +#. CWYx5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id591592355577411\n" +"help.text" +msgid "DEC2BIN" +msgstr "" + +#. LZGCA +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id651592355580939\n" +"help.text" +msgid "DEC2HEX" +msgstr "" + +#. FABUZ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id981592355585026\n" +"help.text" +msgid "DEC2OCT" +msgstr "" + +#. Y2HuZ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id911592355588619\n" +"help.text" +msgid "DELTA" +msgstr "" + +#. XMBJo +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id931592355591947\n" +"help.text" +msgid "DISC" +msgstr "" + +#. iTNtK +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id281592355595627\n" +"help.text" +msgid "DOLLARDE" +msgstr "" + +#. iWfvp +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id731592355599218\n" +"help.text" +msgid "DOLLARFR" +msgstr "" + +#. iq2zc +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id451592355602770\n" +"help.text" +msgid "DURATION" +msgstr "" + +#. yzAGQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id261592355606039\n" +"help.text" +msgid "EDATE" +msgstr "" + +#. ePmwB +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id221592355620084\n" +"help.text" +msgid "EFFECT" +msgstr "" + +#. whDH8 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id721592355623964\n" +"help.text" +msgid "EOMONTH" +msgstr "" + +#. T8yoU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id581592355627044\n" +"help.text" +msgid "ERF" +msgstr "" + +#. YFhBd +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id451592355631036\n" +"help.text" +msgid "ERFC" +msgstr "" + +#. dKas5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id851592355634629\n" +"help.text" +msgid "FACTDOUBLE" +msgstr "" + +#. 87Htt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id731592355637900\n" +"help.text" +msgid "FVSCHEDULE" +msgstr "" + +#. jjTyE +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id431592355641084\n" +"help.text" +msgid "GCD" +msgstr "" + +#. mcjKe +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id461592355646844\n" +"help.text" +msgid "GESTEP" +msgstr "" + +#. Toc2i +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471592355650772\n" +"help.text" +msgid "HEX2BIN" +msgstr "" + +#. CEWxE +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id91592355654156\n" +"help.text" +msgid "HEX2DEC" +msgstr "" + +#. RrpLx +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id401592355657388\n" +"help.text" +msgid "HEX2OCT" +msgstr "" + +#. 6GUuy +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id331592355660565\n" +"help.text" +msgid "IMABS" +msgstr "" + +#. mUowh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id401592355663828\n" +"help.text" +msgid "IMAGINARY" +msgstr "" + +#. 8GGrD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id571592355667021\n" +"help.text" +msgid "IMARGUMENT" +msgstr "" + +#. AaMnu +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id921592355670053\n" +"help.text" +msgid "IMCONJUGATE" +msgstr "" + +#. 4vbCQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id171592355673117\n" +"help.text" +msgid "IMCOS" +msgstr "" + +#. dr8EH +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id701592355676365\n" +"help.text" +msgid "IMCOSH" +msgstr "" + +#. paAHR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id601592355679652\n" +"help.text" +msgid "IMCOT" +msgstr "" + +#. twyK6 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id41592355682724\n" +"help.text" +msgid "IMCSC" +msgstr "" + +#. jKEFp +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id61592355685899\n" +"help.text" +msgid "IMCSCH" +msgstr "" + +#. Lav7E +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id51592355688940\n" +"help.text" +msgid "IMDIV" +msgstr "" + +#. Q3Zxj +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id611592355692012\n" +"help.text" +msgid "IMEXP" +msgstr "" + +#. 7DUrG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id381592355695069\n" +"help.text" +msgid "IMLN" +msgstr "" + +#. pVmGz +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id231592355698892\n" +"help.text" +msgid "IMLOG10" +msgstr "" + +#. gTxpZ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id581592355702180\n" +"help.text" +msgid "IMLOG2" +msgstr "" + +#. Windb +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id341592355705773\n" +"help.text" +msgid "IMPOWER" +msgstr "" + +#. 4RLjP +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id301592355708742\n" +"help.text" +msgid "IMPRODUCT" +msgstr "" + +#. mogsD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id621592355711845\n" +"help.text" +msgid "IMREAL" +msgstr "" + +#. kaDjL +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id821592355714852\n" +"help.text" +msgid "IMSEC" +msgstr "" + +#. GAsAW +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id871592355718533\n" +"help.text" +msgid "IMSECH" +msgstr "" + +#. DL5Fs +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id871592355721957\n" +"help.text" +msgid "Imsin" +msgstr "" + +#. LnpEu +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id681592355725045\n" +"help.text" +msgid "IMSINH" +msgstr "" + +#. HoKey +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id801592355728022\n" +"help.text" +msgid "IMSQRT" +msgstr "" + +#. EDQwc +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id851592355731069\n" +"help.text" +msgid "IMSUB" +msgstr "" + +#. Qfop5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id131592355734118\n" +"help.text" +msgid "IMSUM" +msgstr "" + +#. DaiAF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761592355737109\n" +"help.text" +msgid "IMTAN" +msgstr "" + +#. AWW2a +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id91592355740301\n" +"help.text" +msgid "INTRATE" +msgstr "" + +#. BNWvt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id561592355743397\n" +"help.text" +msgid "ISEVEN" +msgstr "" + +#. 5Avoj +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id481592355746477\n" +"help.text" +msgid "ISODD" +msgstr "" + +#. fwZ3Y +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id621592355749526\n" +"help.text" +msgid "LCM" +msgstr "" + +#. WDW3o +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id381592355752413\n" +"help.text" +msgid "MDURATION" +msgstr "" + +#. CaC2W +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id161592355755349\n" +"help.text" +msgid "MROUND" +msgstr "" + +#. ipDJm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id601592355758534\n" +"help.text" +msgid "MULTINOMIAL" +msgstr "" + +#. wDMMt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id241592355761822\n" +"help.text" +msgid "NETWORKDAYS" +msgstr "" + +#. azBMs +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id121592355764950\n" +"help.text" +msgid "NOMINAL" +msgstr "" + +#. FGnXt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id161592355767958\n" +"help.text" +msgid "OCT2BIN" +msgstr "" + +#. npjsC +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id401592355770926\n" +"help.text" +msgid "OCT2DEC" +msgstr "" + +#. Bd3s5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id981592355773838\n" +"help.text" +msgid "OCT2HEX" +msgstr "" + +#. iBzAQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id51592355776830\n" +"help.text" +msgid "ODDFPRICE" +msgstr "" + +#. ParaD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id581592355779822\n" +"help.text" +msgid "ODDFYIELD" +msgstr "" + +#. 9CxRc +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id251592355782710\n" +"help.text" +msgid "ODDLPRICE" +msgstr "" + +#. jBECN +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id331592355785647\n" +"help.text" +msgid "ODDLYIELD" +msgstr "" + +#. opEEG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471592355788791\n" +"help.text" +msgid "PRICE" +msgstr "" + +#. kXJnU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id141592355791678\n" +"help.text" +msgid "PRICEDISC" +msgstr "" + +#. 24W75 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id341592355794671\n" +"help.text" +msgid "PRICEMAT" +msgstr "" + +#. rvmjF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id681592355799718\n" +"help.text" +msgid "QUOTIENT" +msgstr "" + +#. AC3Lz +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id831592355803591\n" +"help.text" +msgid "RANDBETWEEN" +msgstr "" + +#. ZCZFS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id701592355807287\n" +"help.text" +msgid "RECEIVED" +msgstr "" + +#. nfAzV +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id231592355810343\n" +"help.text" +msgid "SERIESSUM" +msgstr "" + +#. uC2XH +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id111592355816454\n" +"help.text" +msgid "SQRTPI" +msgstr "" + +#. t6kbr +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id521592355819614\n" +"help.text" +msgid "TBILLEQ" +msgstr "" + +#. BMCzh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id351592355822703\n" +"help.text" +msgid "TBILLPRICE" +msgstr "" + +#. KFSbi +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id921592355825694\n" +"help.text" +msgid "TBILLYIELD" +msgstr "" + +#. Ce7D3 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751592355828599\n" +"help.text" +msgid "WEEKNUM" +msgstr "" + +#. WKvrN +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id851592355831471\n" +"help.text" +msgid "WORKDAY" +msgstr "" + +#. jJDdS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id291592355834479\n" +"help.text" +msgid "XIRR" +msgstr "" + +#. JEeBG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id521592355837464\n" +"help.text" +msgid "XNPV" +msgstr "" + +#. JkpJC +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id201592355840359\n" +"help.text" +msgid "YEARFRAC" +msgstr "" + +#. SaiBh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id281592355843559\n" +"help.text" +msgid "YIELD" +msgstr "" + +#. qFVKa +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id341592355846704\n" +"help.text" +msgid "YIELDDISC" +msgstr "" + +#. HY4dN +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id181592355849664\n" +"help.text" +msgid "YIELDMAT" +msgstr "" + #. MqMrx #: classmodule.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/scalc/01.po b/source/lv/helpcontent2/source/text/scalc/01.po index b30722681d3..7a85c812059 100644 --- a/source/lv/helpcontent2/source/text/scalc/01.po +++ b/source/lv/helpcontent2/source/text/scalc/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-06-10 11:34+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2019-02-27 15:24+0000\n" "Last-Translator: Ingmārs Dīriņš \n" "Language-Team: LANGUAGE \n" @@ -24280,6 +24280,15 @@ msgctxt "" msgid "Add-in Functions, List of Analysis Functions Part One" msgstr "" +#. 7ZBxx +#: 04060115.xhp +msgctxt "" +"04060115.xhp\n" +"par_id961592361784406\n" +"help.text" +msgid "The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service." +msgstr "" + #. fCaeG #: 04060115.xhp msgctxt "" @@ -25468,6 +25477,15 @@ msgctxt "" msgid "Add-in Functions, List of Analysis Functions Part Two" msgstr "" +#. goyGU +#: 04060116.xhp +msgctxt "" +"04060116.xhp\n" +"par_id961592361784406\n" +"help.text" +msgid "The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service." +msgstr "" + #. DBHCw #: 04060116.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/schart/01.po b/source/lv/helpcontent2/source/text/schart/01.po index 2b027823086..c49d52a2ad8 100644 --- a/source/lv/helpcontent2/source/text/schart/01.po +++ b/source/lv/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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2018-02-27 18:21+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -637,6 +637,24 @@ msgctxt "" msgid "Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled." msgstr "" +#. iNVc7 +#: 04020000.xhp +msgctxt "" +"04020000.xhp\n" +"hd_id1106200812112445\n" +"help.text" +msgid "Overlay" +msgstr "" + +#. C27pQ +#: 04020000.xhp +msgctxt "" +"04020000.xhp\n" +"par_id1106200812112531\n" +"help.text" +msgid "Specifies whether the legend should overlap the chart. Turning off this option is useful if you want to display the legend above an empty part of the chart area instead of beside it. This way the drawing area can fill the whole chart area, increasing its readability." +msgstr "" + #. WXyyt #: 04030000.xhp msgctxt "" @@ -2527,6 +2545,24 @@ msgctxt "" msgid "Check to also show values of currently hidden cells within the source cell range." msgstr "" +#. QUETc +#: 04060000.xhp +msgctxt "" +"04060000.xhp\n" +"hd_id0305200910524938\n" +"help.text" +msgid "Hide legend entry" +msgstr "" + +#. roeRi +#: 04060000.xhp +msgctxt "" +"04060000.xhp\n" +"par_id030520091052495\n" +"help.text" +msgid "Do not show legend entry for the selected data series or data point." +msgstr "" + #. WWrcn #: 04070000.xhp msgctxt "" @@ -4093,6 +4129,51 @@ msgctxt "" msgid "Select the category where the axis line should cross the other axis." msgstr "Atlasiet kategoriju, kurā ass līnijai vajadzētu krustot citu asi." +#. URe4m +#: 05040202.xhp +msgctxt "" +"05040202.xhp\n" +"hd_id1006200801024784\n" +"help.text" +msgid "Position Axis" +msgstr "" + +#. bpuBR +#: 05040202.xhp +msgctxt "" +"05040202.xhp\n" +"hd_id3151388\n" +"help.text" +msgid "On tick marks" +msgstr "" + +#. qj7Dj +#: 05040202.xhp +msgctxt "" +"05040202.xhp\n" +"par_id3146881\n" +"help.text" +msgid "Specifies that the axis is positioned on the first/last tickmarks. This makes the data points visual representation begin/end at the value axis." +msgstr "" + +#. Dig6M +#: 05040202.xhp +msgctxt "" +"05040202.xhp\n" +"hd_id3154678\n" +"help.text" +msgid "Between tick marks" +msgstr "" + +#. E8YsS +#: 05040202.xhp +msgctxt "" +"05040202.xhp\n" +"par_id3146882\n" +"help.text" +msgid "Specifies that the axis is positioned between the tickmarks. This makes the data points visual representation begin/end at a distance from the value axis." +msgstr "" + #. jRG4d #: 05040202.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/sdraw.po b/source/lv/helpcontent2/source/text/sdraw.po index a7c3371dd67..8e2e0e3f8aa 100644 --- a/source/lv/helpcontent2/source/text/sdraw.po +++ b/source/lv/helpcontent2/source/text/sdraw.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-03-31 10:35+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2017-10-04 11:29+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -430,13 +430,13 @@ msgctxt "" msgid "Form Controls" msgstr "Formas vadīklas" -#. 3zFZE +#. xwSos #: main0210.xhp msgctxt "" "main0210.xhp\n" "par_idN1074B\n" "help.text" -msgid "Extrusion On/Off" +msgid "Extrusion On/Off" msgstr "" #. 4zUFD diff --git a/source/lv/helpcontent2/source/text/sdraw/01.po b/source/lv/helpcontent2/source/text/sdraw/01.po index 85f9acca673..e000fc0f4b6 100644 --- a/source/lv/helpcontent2/source/text/sdraw/01.po +++ b/source/lv/helpcontent2/source/text/sdraw/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-02-17 12:22+0100\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2017-05-10 04:22+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,6 +16,456 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494390153.000000\n" +#. ybhKD +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "3D-Settings" +msgstr "" + +#. FEwmD +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "3D-Settings" +msgstr "" + +#. ZZxLB +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN1056A\n" +"help.text" +msgid "The 3D Settings toolbar controls properties of selected 3D objects." +msgstr "" + +#. dmJSB +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Extrusion On/Off" +msgstr "" + +#. FovPY +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Switches the 3D effects on and off for the selected objects." +msgstr "" + +#. xLK3k +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id891592603243551\n" +"help.text" +msgid "Icon Extrusion On/Off" +msgstr "" + +#. D7KNd +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id241592603243554\n" +"help.text" +msgid "Extrusion On/Off" +msgstr "" + +#. DCtCL +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10590\n" +"help.text" +msgid "Tilt Down" +msgstr "" + +#. DPBMs +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10594\n" +"help.text" +msgid "Tilts the selected object downwards by five degrees." +msgstr "" + +#. d4yN5 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id551592603809179\n" +"help.text" +msgid "Icon Tilt Down" +msgstr "" + +#. LkCGC +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id771592603809183\n" +"help.text" +msgid "Tilt Down" +msgstr "" + +#. EBVNf +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105AB\n" +"help.text" +msgid "Tilt Up" +msgstr "" + +#. 7wLkh +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105AF\n" +"help.text" +msgid "Tilts the selected object upwards by five degrees." +msgstr "" + +#. Qk9TG +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id481592603969031\n" +"help.text" +msgid "Icon Tilt Up" +msgstr "" + +#. Kb2ce +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id641592603969035\n" +"help.text" +msgid "Tilt Up" +msgstr "" + +#. eY4A6 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "Tilt Left" +msgstr "" + +#. 7jGNr +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "Tilts the selected object left by five degrees." +msgstr "" + +#. 58eJK +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id311592604038423\n" +"help.text" +msgid "Icon Tilt Left" +msgstr "" + +#. 2ArXv +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id301592604038426\n" +"help.text" +msgid "Tilt Left" +msgstr "" + +#. EWcBG +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105E1\n" +"help.text" +msgid "Tilt Right" +msgstr "" + +#. ZixBw +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105E5\n" +"help.text" +msgid "Tilts the selected object right by five degrees." +msgstr "" + +#. CfWCi +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id191592604069769\n" +"help.text" +msgid "Icon Tilt Right" +msgstr "" + +#. LSozy +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id601592604069773\n" +"help.text" +msgid "Tilt Right" +msgstr "" + +#. DCn4A +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN105FC\n" +"help.text" +msgid "Depth" +msgstr "" + +#. 5wPta +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10600\n" +"help.text" +msgid "Opens the Extrusion Depth window." +msgstr "" + +#. 5xzg2 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10617\n" +"help.text" +msgid "Select an extrusion depth." +msgstr "" + +#. gp4Cq +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id121592604250109\n" +"help.text" +msgid "Icon Depth" +msgstr "" + +#. HjyAq +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id181592604250112\n" +"help.text" +msgid "Depth" +msgstr "" + +#. 76ESK +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10632\n" +"help.text" +msgid "Enter an extrusion depth." +msgstr "" + +#. vUCa4 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN1064C\n" +"help.text" +msgid "Direction" +msgstr "" + +#. SBj3W +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10650\n" +"help.text" +msgid "Opens the Extrusion Direction window." +msgstr "" + +#. FqYRJ +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id161592604418035\n" +"help.text" +msgid "Icon Direction" +msgstr "" + +#. kEkLU +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id731592604418039\n" +"help.text" +msgid "Direction" +msgstr "" + +#. tRGKu +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10667\n" +"help.text" +msgid "Select a direction." +msgstr "" + +#. 6Vjig +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10698\n" +"help.text" +msgid "Select a perspective or parallel extrusion method." +msgstr "" + +#. nbfX9 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN106B3\n" +"help.text" +msgid "Lighting" +msgstr "" + +#. i5XyM +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN106B7\n" +"help.text" +msgid "Opens the Extrusion Lighting window." +msgstr "" + +#. 7dUyo +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id931592604484908\n" +"help.text" +msgid "Icon Lighting" +msgstr "" + +#. wpUZa +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id941592604484912\n" +"help.text" +msgid "Lighting" +msgstr "" + +#. WHpbb +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN106C6\n" +"help.text" +msgid "Select a lighting direction." +msgstr "" + +#. Q7KCQ +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN106E1\n" +"help.text" +msgid "Select a lighting intensity." +msgstr "" + +#. jfJdG +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN106FC\n" +"help.text" +msgid "Surface" +msgstr "" + +#. nEFL7 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10700\n" +"help.text" +msgid "Opens the Extrusion Surface window." +msgstr "" + +#. aCv4d +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id471592604538812\n" +"help.text" +msgid "Icon Surface" +msgstr "" + +#. LnAxS +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id611592604538816\n" +"help.text" +msgid "Surface" +msgstr "" + +#. ASvxW +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10717\n" +"help.text" +msgid "Select a surface material or a wireframe display." +msgstr "" + +#. EACGj +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10732\n" +"help.text" +msgid "3D Color" +msgstr "" + +#. TLZ97 +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_idN10736\n" +"help.text" +msgid "Opens the Extrusion Color toolbar." +msgstr "" + +#. XRrSC +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id311592604646572\n" +"help.text" +msgid "Icon Color" +msgstr "" + +#. 9rzGT +#: 3dsettings_toolbar.xhp +msgctxt "" +"3dsettings_toolbar.xhp\n" +"par_id921592604646576\n" +"help.text" +msgid "Color" +msgstr "" + #. 4JVcT #: delete_page.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared.po b/source/lv/helpcontent2/source/text/shared.po index d1ffa42f64c..98595af3a4c 100644 --- a/source/lv/helpcontent2/source/text/shared.po +++ b/source/lv/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-03-13 12:05+0100\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,276 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542197091.000000\n" -#. ybhKD -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"tit\n" -"help.text" -msgid "3D-Settings" -msgstr "3D-Iestatījumi" - -#. ZTx5H -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN1055A\n" -"help.text" -msgid "3D-Settings" -msgstr "" - -#. ZZxLB -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN1056A\n" -"help.text" -msgid "The 3D Settings toolbar controls properties of selected 3D objects." -msgstr "" - -#. dmJSB -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Extrusion On/Off" -msgstr "" - -#. FovPY -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Switches the 3D effects on and off for the selected objects." -msgstr "" - -#. DCtCL -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Tilt Down" -msgstr "Noliekt lejup" - -#. DPBMs -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10594\n" -"help.text" -msgid "Tilts the selected object downwards by five degrees." -msgstr "" - -#. EBVNf -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105AB\n" -"help.text" -msgid "Tilt Up" -msgstr "Noliekt augšup" - -#. 7wLkh -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105AF\n" -"help.text" -msgid "Tilts the selected object upwards by five degrees." -msgstr "" - -#. eY4A6 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "Tilt Left" -msgstr "Noliekt pa kreisi" - -#. 7jGNr -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "Tilts the selected object left by five degrees." -msgstr "" - -#. EWcBG -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105E1\n" -"help.text" -msgid "Tilt Right" -msgstr "Noliekt pa labi" - -#. ZixBw -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105E5\n" -"help.text" -msgid "Tilts the selected object right by five degrees." -msgstr "" - -#. DCn4A -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN105FC\n" -"help.text" -msgid "Depth" -msgstr "Dziļums" - -#. 5wPta -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10600\n" -"help.text" -msgid "Opens the Extrusion Depth window." -msgstr "" - -#. 5xzg2 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10617\n" -"help.text" -msgid "Select an extrusion depth." -msgstr "" - -#. 76ESK -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10632\n" -"help.text" -msgid "Enter an extrusion depth." -msgstr "" - -#. vUCa4 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN1064C\n" -"help.text" -msgid "Direction" -msgstr "Virziens" - -#. SBj3W -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10650\n" -"help.text" -msgid "Opens the Extrusion Direction window." -msgstr "" - -#. tRGKu -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10667\n" -"help.text" -msgid "Select a direction." -msgstr "" - -#. 6Vjig -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10698\n" -"help.text" -msgid "Select a perspective or parallel extrusion method." -msgstr "" - -#. nbfX9 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN106B3\n" -"help.text" -msgid "Lighting" -msgstr "Apgaismojums" - -#. i5XyM -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN106B7\n" -"help.text" -msgid "Opens the Extrusion Lighting window." -msgstr "" - -#. WHpbb -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN106C6\n" -"help.text" -msgid "Select a lighting direction." -msgstr "" - -#. Q7KCQ -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN106E1\n" -"help.text" -msgid "Select a lighting intensity." -msgstr "" - -#. jfJdG -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN106FC\n" -"help.text" -msgid "Surface" -msgstr "Surface" - -#. nEFL7 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10700\n" -"help.text" -msgid "Opens the Extrusion Surface window." -msgstr "" - -#. ASvxW -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10717\n" -"help.text" -msgid "Select a surface material or a wireframe display." -msgstr "" - -#. EACGj -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10732\n" -"help.text" -msgid "3D Color" -msgstr "3D krāsa" - -#. TLZ97 -#: 3dsettings_toolbar.xhp -msgctxt "" -"3dsettings_toolbar.xhp\n" -"par_idN10736\n" -"help.text" -msgid "Opens the Extrusion Color toolbar." -msgstr "" - #. DBz3U #: fontwork_toolbar.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared/00.po b/source/lv/helpcontent2/source/text/shared/00.po index 2e3711420da..96508952573 100644 --- a/source/lv/helpcontent2/source/text/shared/00.po +++ b/source/lv/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: 2020-05-27 11:43+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -8665,14 +8665,14 @@ msgctxt "" msgid "Choose Format - Area - Area, press the Color button and click the Pick button." msgstr "" -#. 6GMdV +#. iiCrG #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3153876\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. XLFFo #: 00000406.xhp diff --git a/source/lv/helpcontent2/source/text/shared/01.po b/source/lv/helpcontent2/source/text/shared/01.po index 600b73fb283..1eedc93be1e 100644 --- a/source/lv/helpcontent2/source/text/shared/01.po +++ b/source/lv/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: 2020-06-02 13:52+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2018-11-14 12:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -32146,6 +32146,15 @@ msgctxt "" msgid "3D Effects" msgstr "3D efekti" +#. FmYrr +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"bm_id131592533297401\n" +"help.text" +msgid "3D Effects" +msgstr "" + #. TFRAz #: 05350000.xhp msgctxt "" @@ -32155,14 +32164,194 @@ msgctxt "" msgid "3D Effects" msgstr "3D efekti" -#. EGMuc +#. CoFfY #: 05350000.xhp msgctxt "" "05350000.xhp\n" "par_id3156324\n" "help.text" -msgid "Specifies the properties of 3D object(s) in the current document." -msgstr "Norāda 3D objekta(-u) īpašības pašreizējā dokumentā." +msgid "Specifies the properties of 3D object(s) in the current document or converts a 2D object to 3D." +msgstr "" + +#. LY4zH +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"hd_id281592536322406\n" +"help.text" +msgid "Apply" +msgstr "" + +#. dG8Wm +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id741592536331459\n" +"help.text" +msgid "Click here to apply the properties shown in the dialog to the selected object." +msgstr "" + +#. cYsYv +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id41592538802394\n" +"help.text" +msgid "Apply icon" +msgstr "" + +#. icjxn +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id631592538701619\n" +"help.text" +msgid "Apply" +msgstr "" + +#. GJ3hX +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"hd_id71592536242245\n" +"help.text" +msgid "Update" +msgstr "" + +#. 5hw4X +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id631592536255091\n" +"help.text" +msgid "Click here to view in the dialog all the properties of the selected object." +msgstr "" + +#. h9CJA +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id231592538985329\n" +"help.text" +msgid "Update Icon" +msgstr "" + +#. 5jyB7 +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id401592538985331\n" +"help.text" +msgid "Update" +msgstr "" + +#. FW5mo +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"hd_id11592536591540\n" +"help.text" +msgid "Convert to 3-D" +msgstr "" + +#. hc48F +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id531592536732187\n" +"help.text" +msgid "Use this icon to convert a selected 2D object to a 3D object. You can also select several 2D objects and convert them to one single 3D object. To convert a group of 2D objects to 3D, you must first ungroup the selected objects." +msgstr "" + +#. cU9qs +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id281592539101657\n" +"help.text" +msgid "Icon Convert to 3-D" +msgstr "" + +#. 5DATF +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id551592539101660\n" +"help.text" +msgid "Convert to 3-D" +msgstr "" + +#. SjkGL +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"hd_id601592536828018\n" +"help.text" +msgid "Convert to Rotation Object" +msgstr "" + +#. gMEko +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id611592536869774\n" +"help.text" +msgid "Click here to convert a selected 2D object to a 3D rotation object. You can also select several 2D objects and convert them to one single 3D rotation object. To convert a group of 2D objects to 3D, you must first ungroup the selected objects." +msgstr "" + +#. ZSSAm +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id201592539216068\n" +"help.text" +msgid "Icon Convert to Rotation Object" +msgstr "" + +#. a5JBW +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id561592539216070\n" +"help.text" +msgid "Convert to Rotation Object" +msgstr "" + +#. mfQMT +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"hd_id141592536953717\n" +"help.text" +msgid "Perspective On/Off" +msgstr "" + +#. UhgwE +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id731592536947112\n" +"help.text" +msgid "Click here to turn the perspective view on or off." +msgstr "" + +#. BYGG2 +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id141592539295096\n" +"help.text" +msgid "Icon Perspective On/Off" +msgstr "" + +#. Sohv7 +#: 05350000.xhp +msgctxt "" +"05350000.xhp\n" +"par_id31592539295099\n" +"help.text" +msgid "Perspective On/Off" +msgstr "" #. YrBDB #: 05350200.xhp @@ -32191,6 +32380,24 @@ msgctxt "" msgid "Adjusts the shape of the selected 3D object. You can only modify the shape of a 3D object that was created by converting a 2D object. To convert a 2D object to 3D, select the object, right-click, and then choose Convert - To 3D, or Convert - To 3D Rotation Object." msgstr "" +#. MzhWz +#: 05350200.xhp +msgctxt "" +"05350200.xhp\n" +"par_id231592540156123\n" +"help.text" +msgid "Geometry Icon" +msgstr "" + +#. kgxwZ +#: 05350200.xhp +msgctxt "" +"05350200.xhp\n" +"par_id151592540156126\n" +"help.text" +msgid "Geometry" +msgstr "" + #. ncWkA #: 05350200.xhp msgctxt "" @@ -32371,14 +32578,14 @@ msgctxt "" msgid "Renders the 3D surface according to the shape of the object. For example, a circular shape is rendered with a spherical surface." msgstr "" -#. JPn39 +#. BDYkV #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3152811\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. 6DyPr #: 05350200.xhp @@ -32407,14 +32614,14 @@ msgctxt "" msgid "Renders the 3D surface as polygons." msgstr "" -#. pDYnG +#. mG5xH #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3157962\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. fMPFg #: 05350200.xhp @@ -32443,14 +32650,14 @@ msgctxt "" msgid "Renders a smooth 3D surface." msgstr "" -#. FWtGB +#. V7oDJ #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3148923\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. FfUMo #: 05350200.xhp @@ -32479,14 +32686,14 @@ msgctxt "" msgid "Inverts the light source." msgstr "" -#. kH6tB +#. 5gzpa #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3152940\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. PABev #: 05350200.xhp @@ -32515,14 +32722,14 @@ msgctxt "" msgid "Lights the object from the outside and the inside. To use an ambient light source, click this button, and then click the Invert Normals button." msgstr "" -#. 9SLgN +#. B8zQ6 #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3157309\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. LGaGJ #: 05350200.xhp @@ -32551,14 +32758,14 @@ msgctxt "" msgid "Closes the shape of a 3D object that was created by extruding a freeform line (Convert - To 3D)." msgstr "" -#. aeycC +#. xZfFU #: 05350200.xhp msgctxt "" "05350200.xhp\n" "par_id3150686\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. t7GZ3 #: 05350200.xhp @@ -32596,6 +32803,24 @@ msgctxt "" msgid "Sets the shading and shadow options for the selected 3D object." msgstr "" +#. MKEq8 +#: 05350300.xhp +msgctxt "" +"05350300.xhp\n" +"par_id401592540321324\n" +"help.text" +msgid "Icon Shading" +msgstr "" + +#. BWaRu +#: 05350300.xhp +msgctxt "" +"05350300.xhp\n" +"par_id741592540321327\n" +"help.text" +msgid "Shading" +msgstr "" + #. XaVEX #: 05350300.xhp msgctxt "" @@ -32650,14 +32875,14 @@ msgctxt "" msgid "Adds or removes a shadow from the selected 3D object." msgstr "" -#. c6bJS +#. cTfbV #: 05350300.xhp msgctxt "" "05350300.xhp\n" "par_id3150254\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. vJjvT #: 05350300.xhp @@ -32767,6 +32992,24 @@ msgctxt "" msgid "Define the light source for the selected 3D object." msgstr "" +#. ULUXB +#: 05350400.xhp +msgctxt "" +"05350400.xhp\n" +"par_id411592540760546\n" +"help.text" +msgid "Icon Illumination" +msgstr "" + +#. mYoPc +#: 05350400.xhp +msgctxt "" +"05350400.xhp\n" +"par_id601592540760549\n" +"help.text" +msgid "Illumination" +msgstr "" + #. UdHMg #: 05350400.xhp msgctxt "" @@ -32803,14 +33046,14 @@ msgctxt "" msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box. You can also press the Spacebar to turn the light source on or off." msgstr "" -#. Rh3LG +#. bX7gf #: 05350400.xhp msgctxt "" "05350400.xhp\n" "par_id3159269\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Light is on" +msgstr "" #. BeChj #: 05350400.xhp @@ -32821,14 +33064,14 @@ msgctxt "" msgid "Light is on" msgstr "Gaisma ir ieslēgta" -#. 4obNS +#. M7NuB #: 05350400.xhp msgctxt "" "05350400.xhp\n" "par_id3155449\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Light is off" +msgstr "" #. giCYQ #: 05350400.xhp @@ -32947,6 +33190,24 @@ msgctxt "" msgid "Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface texture to the selected object. To quickly apply a surface texture, open the Gallery, hold down Shift+CommandCtrl, and then drag an image onto the selected 3D object." msgstr "" +#. xWF3J +#: 05350500.xhp +msgctxt "" +"05350500.xhp\n" +"par_id871592540872026\n" +"help.text" +msgid "Icon Textures" +msgstr "" + +#. 7QEfG +#: 05350500.xhp +msgctxt "" +"05350500.xhp\n" +"par_id41592540872029\n" +"help.text" +msgid "Textures" +msgstr "" + #. pVanr #: 05350500.xhp msgctxt "" @@ -33001,14 +33262,14 @@ msgctxt "" msgid "Converts the texture to black and white." msgstr "Pārveido tekstūru par melnbaltu." -#. CnDCj +#. ohvQW #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3146773\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Black & White" +msgstr "" #. RReP7 #: 05350500.xhp @@ -33037,14 +33298,14 @@ msgctxt "" msgid "Converts the texture to color." msgstr "Pārveido tekstūru par krāsu." -#. wCyCP +#. h9L4x #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3153126\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Color" +msgstr "" #. bvQtQ #: 05350500.xhp @@ -33091,14 +33352,14 @@ msgctxt "" msgid "Applies the texture without shading." msgstr "Pielieto tekstūru bez ēnojuma." -#. y4qB2 +#. LC2C6 #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3154280\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Only Texture" +msgstr "" #. 3ZP8a #: 05350500.xhp @@ -33127,14 +33388,14 @@ msgctxt "" msgid "Applies the texture with shading. To define the shading options for the texture, click the Shading button in this dialog." msgstr "" -#. mkWdG +#. 7AQDp #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3150742\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Texture and Shading" +msgstr "" #. 6RBA7 #: 05350500.xhp @@ -33181,14 +33442,14 @@ msgctxt "" msgid "Automatically adjusts the texture based on the shape and size of the object." msgstr "" -#. TxCpm +#. 6Xce4 #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3155103\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Object-specific" +msgstr "" #. h7Pr5 #: 05350500.xhp @@ -33217,14 +33478,14 @@ msgctxt "" msgid "Applies the texture parallel to the horizontal axis." msgstr "" -#. ZrhNh +#. 5EAXu #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3148977\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon" +msgstr "" #. tD2xB #: 05350500.xhp @@ -33253,14 +33514,14 @@ msgctxt "" msgid "Wraps the horizontal axis of the texture pattern around a sphere." msgstr "" -#. dSdDf +#. J5GGV #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3154013\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Circular" +msgstr "" #. CDnKt #: 05350500.xhp @@ -33307,14 +33568,14 @@ msgctxt "" msgid "Automatically adjusts the texture based on the shape and size of the object." msgstr "" -#. 5bG3B +#. zv6XE #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3153210\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Object-Specific" +msgstr "" #. EFSxZ #: 05350500.xhp @@ -33343,14 +33604,14 @@ msgctxt "" msgid "Applies the texture parallel to the vertical axis." msgstr "" -#. aBANs +#. zBtVm #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3147485\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Parallel" +msgstr "" #. ChZxa #: 05350500.xhp @@ -33379,14 +33640,14 @@ msgctxt "" msgid "Wraps the vertical axis of the texture pattern around a sphere." msgstr "" -#. iimyY +#. 3Ubyf #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3157876\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Circular" +msgstr "" #. 6Xq2Y #: 05350500.xhp @@ -33433,14 +33694,14 @@ msgctxt "" msgid "Blurs the texture slightly to remove unwanted speckles." msgstr "" -#. eCB3F +#. DnusW #: 05350500.xhp msgctxt "" "05350500.xhp\n" "par_id3145651\n" "help.text" -msgid "Icon" -msgstr "Ikona" +msgid "Icon Filtering On/Off" +msgstr "" #. NRzG4 #: 05350500.xhp @@ -33478,6 +33739,24 @@ msgctxt "" msgid "Changes the coloring of the selected 3D object." msgstr "" +#. CCGaw +#: 05350600.xhp +msgctxt "" +"05350600.xhp\n" +"par_id231592541000678\n" +"help.text" +msgid "Icon Material" +msgstr "" + +#. JLbj7 +#: 05350600.xhp +msgctxt "" +"05350600.xhp\n" +"par_id251592541000681\n" +"help.text" +msgid "Material" +msgstr "" + #. qHMby #: 05350600.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/shared/02.po b/source/lv/helpcontent2/source/text/shared/02.po index 78885510e44..cb06e336acf 100644 --- a/source/lv/helpcontent2/source/text/shared/02.po +++ b/source/lv/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: 2020-03-31 10:35+0200\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2019-03-09 15:19+0000\n" "Last-Translator: Ingmārs Dīriņš \n" "Language-Team: LANGUAGE \n" @@ -547,13 +547,13 @@ msgctxt "" msgid "From File" msgstr "No datnes" -#. t7YFg +#. vwjvL #: 01140000.xhp msgctxt "" "01140000.xhp\n" "par_idN10E95\n" "help.text" -msgid "Extrusion On/Off" +msgid "Extrusion On/Off" msgstr "" #. qDJzn diff --git a/source/lv/helpcontent2/source/text/simpress.po b/source/lv/helpcontent2/source/text/simpress.po index 1a81d211368..e4c1f838251 100644 --- a/source/lv/helpcontent2/source/text/simpress.po +++ b/source/lv/helpcontent2/source/text/simpress.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-01-07 14:10+0100\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2017-10-04 11:30+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1087,14 +1087,14 @@ msgctxt "" msgid "This tool is used to rotate the object." msgstr "Šis rīks tiek lietots, lai rotētu objektu." -#. ymFAf +#. ATsdc #: main0210.xhp msgctxt "" "main0210.xhp\n" "par_idN107FF\n" "help.text" -msgid "Extrusion On/Off" -msgstr "Ieslēgt/izslēgt telpiskošanu" +msgid "Extrusion On/Off" +msgstr "" #. wXAyq #: main0210.xhp diff --git a/source/lv/helpcontent2/source/text/simpress/02.po b/source/lv/helpcontent2/source/text/simpress/02.po index 30213e4eb88..c8f66e9b2f3 100644 --- a/source/lv/helpcontent2/source/text/simpress/02.po +++ b/source/lv/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-01-07 14:10+0100\n" +"POT-Creation-Date: 2020-06-22 17:23+0200\n" "PO-Revision-Date: 2017-10-04 11:30+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -4957,42 +4957,6 @@ msgctxt "" msgid "Line with Arrows" msgstr "Līnija ar bultām" -#. yDKBd -#: 10130000.xhp -msgctxt "" -"10130000.xhp\n" -"tit\n" -"help.text" -msgid "3D Effects" -msgstr "3D efekti" - -#. Fsr7A -#: 10130000.xhp -msgctxt "" -"10130000.xhp\n" -"hd_id3149052\n" -"help.text" -msgid "3D Effects" -msgstr "3D efekti" - -#. vuVQ4 -#: 10130000.xhp -msgctxt "" -"10130000.xhp\n" -"par_id3145117\n" -"help.text" -msgid "Specifies the properties of a 3D object or converts a 2D object to 3D." -msgstr "" - -#. tzfFB -#: 10130000.xhp -msgctxt "" -"10130000.xhp\n" -"par_id3147372\n" -"help.text" -msgid "Format - 3D Effects" -msgstr "" - #. aFT2o #: 11060000.xhp msgctxt "" -- cgit