/libreoffice-3.6.0.2/translations/source/et/helpcontent2/source/text/scalc/05.po

# · Unknown · 528 lines · 404 code · 124 blank · 0 comment · 0 complexity · aacb7786e23d5ec8248d2c99d81766b1 MD5 · raw file

  1. #. extracted from helpcontent2/source/text/scalc/05.oo
  2. msgid ""
  3. msgstr ""
  4. "Project-Id-Version: PACKAGE VERSION\n"
  5. "Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
  6. "POT-Creation-Date: 2012-06-26 09:53+0200\n"
  7. "PO-Revision-Date: 2012-04-18 22:34+0200\n"
  8. "Last-Translator: Mihkel Tőnnov <mihhkel@gmail.com>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: et\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=utf-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  15. "X-Generator: Translate Toolkit 1.9.0\n"
  16. "X-Accelerator-Marker: ~\n"
  17. #: empty_cells.xhp#tit.help.text
  18. msgid "Handling of Empty Cells"
  19. msgstr "Tühjade lahtrite käsitlemine"
  20. #: empty_cells.xhp#bm_id3146799.help.text
  21. msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
  22. msgstr "<bookmark_value>tühjad lahtrid; käsitlemine</bookmark_value>"
  23. #: empty_cells.xhp#hd_id1502121.help.text
  24. msgid "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
  25. msgstr "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Tühjade lahtrite käsitlemine</link></variable>"
  26. #: empty_cells.xhp#par_id8266853.help.text
  27. msgid "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned. "
  28. msgstr "Selle tarkvara vanemates versioonides sunniti tühjade lahtrite väärtuseks mőnes kontekstis arv 0 ja mőnes tühi string, v.a otsese vőrdlemise puhul, kus =A1=0 ning =A1=\"\" andsid mőlemad tulemuseks TŐENE, kui A1 oli tühi. Nüüd tühjust pärandatakse kuni kasutamiseni, nii et nii =VLOOKUP(...)=0 kui ka =VLOOKUP(...)=\"\" annavad tulemuseks TŐENE, kui päringu tulemuseks oli tühja lahtri tagastamine."
  29. #: empty_cells.xhp#par_id2733542.help.text
  30. msgid "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. "
  31. msgstr "Lihtviide tühjale lahtrile tagastab ka nüüd väärtuse 0, kuid see ei pea tingimata olema arvu vormingus, seetőttu töötavad ka vőrdlused viitava lahtriga nii, nagu eeldatakse. "
  32. #: empty_cells.xhp#par_id4238715.help.text
  33. msgid "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
  34. msgstr "Järgnevates näidetes sisaldab A1 arvu, B1 on tühi ja C1 sisaldab viidet lahtrile B1:"
  35. #: empty_cells.xhp#par_id8277230.help.text
  36. msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
  37. msgstr "A1: 1 B1: <tühi> C1: =B1 (kuvab 0)"
  38. #: empty_cells.xhp#par_id4086428.help.text
  39. msgctxt "empty_cells.xhp#par_id4086428.help.text"
  40. msgid "=B1=0 => TRUE"
  41. msgstr "=B1=0 => TŐENE"
  42. #: empty_cells.xhp#par_id9024628.help.text
  43. msgid "=B1=\"\" => TRUE"
  44. msgstr "=B1=\"\" => TŐENE"
  45. #: empty_cells.xhp#par_id3067110.help.text
  46. msgid "=C1=0 => TRUE"
  47. msgstr "=C1=0 => TŐENE"
  48. #: empty_cells.xhp#par_id8841822.help.text
  49. msgid "=C1=\"\" => TRUE (previously was FALSE)"
  50. msgstr "=C1=\"\" => TŐENE (varem oli VÄÄR)"
  51. #: empty_cells.xhp#par_id4077578.help.text
  52. msgid "=ISNUMBER(B1) => FALSE"
  53. msgstr "=ISNUMBER(B1) => VÄÄR"
  54. #: empty_cells.xhp#par_id9094515.help.text
  55. msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
  56. msgstr "=ISNUMBER(C1) => VÄÄR (varem oli TŐENE)"
  57. #: empty_cells.xhp#par_id396740.help.text
  58. msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
  59. msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => VÄÄR (B1)"
  60. #: empty_cells.xhp#par_id3859675.help.text
  61. msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
  62. msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => VÄÄR (C1, varem oli TŐENE)"
  63. #: empty_cells.xhp#par_id402233.help.text
  64. msgctxt "empty_cells.xhp#par_id402233.help.text"
  65. msgid "=ISTEXT(B1) => FALSE"
  66. msgstr "=ISTEXT(B1) => VÄÄR"
  67. #: empty_cells.xhp#par_id1623889.help.text
  68. msgctxt "empty_cells.xhp#par_id1623889.help.text"
  69. msgid "=ISTEXT(C1) => FALSE"
  70. msgstr "=ISTEXT(C1) => VÄÄR"
  71. #: empty_cells.xhp#par_id7781914.help.text
  72. msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
  73. msgstr "=ISTEXT(VLOOKUP(1;A1:C1;2)) => VÄÄR (B1, varem oli TŐENE)"
  74. #: empty_cells.xhp#par_id300912.help.text
  75. msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
  76. msgstr "=ISTEXT(VLOOKUP(1;A1:C1;3)) => VÄÄR (C1)"
  77. #: empty_cells.xhp#par_id9534592.help.text
  78. msgid "=ISBLANK(B1) => TRUE"
  79. msgstr "=ISBLANK(B1) => TŐENE"
  80. #: empty_cells.xhp#par_id4969328.help.text
  81. msgid "=ISBLANK(C1) => FALSE"
  82. msgstr "=ISBLANK(C1) => VÄÄR"
  83. #: empty_cells.xhp#par_id9635914.help.text
  84. msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
  85. msgstr "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TŐENE (B1, varem oli VÄÄR)"
  86. #: empty_cells.xhp#par_id2476577.help.text
  87. msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
  88. msgstr "=ISBLANK(VLOOKUP(1;A1:C1;3)) => VÄÄR (C1)"
  89. #: empty_cells.xhp#par_id4217047.help.text
  90. msgid "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
  91. msgstr "Pea meeles, et Microsoft Excel käitub teisiti ja tagastab alati arvu, kui viidatud on kas tühjale lahtrile vői valemiga lahtrile, mis tagastab tühja lahtri. Näiteks:"
  92. #: empty_cells.xhp#par_id2629474.help.text
  93. msgid "A1: <empty>"
  94. msgstr "A1: <tühi>"
  95. #: empty_cells.xhp#par_id8069704.help.text
  96. msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
  97. msgstr "B1: =A1 => kuvab 0, kuid tegelikult on see lihtsalt viide tühjale lahtrile"
  98. #: empty_cells.xhp#par_id4524674.help.text
  99. msgid "=ISNUMBER(A1) => FALSE"
  100. msgstr "=ISNUMBER(A1) => VÄÄR"
  101. #: empty_cells.xhp#par_id4396801.help.text
  102. msgid "=ISTEXT(A1) => FALSE"
  103. msgstr "=ISTEXT(A1) => VÄÄR"
  104. #: empty_cells.xhp#par_id5293740.help.text
  105. msgid "=A1=0 => TRUE"
  106. msgstr "=A1=0 => TŐENE"
  107. #: empty_cells.xhp#par_id7623828.help.text
  108. msgid "=A1=\"\" => TRUE"
  109. msgstr "=A1=\"\" => TŐENE"
  110. #: empty_cells.xhp#par_id2861720.help.text
  111. msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
  112. msgstr "=ISNUMBER(B1) => VÄÄR (MS-Excel: TŐENE)"
  113. #: empty_cells.xhp#par_id9604480.help.text
  114. msgctxt "empty_cells.xhp#par_id9604480.help.text"
  115. msgid "=ISTEXT(B1) => FALSE"
  116. msgstr "=ISTEXT(B1) => VÄÄR"
  117. #: empty_cells.xhp#par_id2298959.help.text
  118. msgctxt "empty_cells.xhp#par_id2298959.help.text"
  119. msgid "=B1=0 => TRUE"
  120. msgstr "=B1=0 => TŐENE"
  121. #: empty_cells.xhp#par_id4653767.help.text
  122. msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
  123. msgstr "=B1=\"\" => TŐENE (MS-Excel: VÄÄR)"
  124. #: empty_cells.xhp#par_id8801538.help.text
  125. msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
  126. msgstr "C1: =VLOOKUP(...), mille tulemuseks on tühi lahter, kuvab tühja lahtrit (MS-Excel kuvab 0)"
  127. #: empty_cells.xhp#par_id6746421.help.text
  128. msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
  129. msgstr "=ISNUMBER(VLOOKUP(...)) => VÄÄR"
  130. #: empty_cells.xhp#par_id4876247.help.text
  131. msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
  132. msgstr "=ISTEXT(VLOOKUP(...)) => VÄÄR"
  133. #: empty_cells.xhp#par_id7458723.help.text
  134. msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
  135. msgstr "=ISNUMBER(C1) => VÄÄR (MS-Excel: TŐENE)"
  136. #: empty_cells.xhp#par_id2753379.help.text
  137. msgctxt "empty_cells.xhp#par_id2753379.help.text"
  138. msgid "=ISTEXT(C1) => FALSE"
  139. msgstr "=ISTEXT(C1) => VÄÄR"
  140. #: 02140000.xhp#tit.help.text
  141. msgid "Error Codes in %PRODUCTNAME Calc"
  142. msgstr "%PRODUCTNAME Calc'i veakoodid"
  143. #: 02140000.xhp#bm_id3146797.help.text
  144. msgid "<bookmark_value>error codes;list of</bookmark_value>"
  145. msgstr "<bookmark_value>veakoodid; nimekiri</bookmark_value>"
  146. #: 02140000.xhp#hd_id3146797.1.help.text
  147. msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error Codes in %PRODUCTNAME Calc\">Error Codes in <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
  148. msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"%PRODUCTNAME Calc'i veakoodid\"><item type=\"productname\">%PRODUCTNAME</item> Calc'i veakoodid</link>"
  149. #: 02140000.xhp#par_id3150275.2.help.text
  150. msgid "The following table is an overview of the error messages for <item type=\"productname\">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
  151. msgstr "Järgnevas tabelis on antud ülevaade <item type=\"productname\">%PRODUCTNAME</item> Calci veateadetest. Kui viga tekib lahtris, kus asub kursor, siis näidatakse veateadet <emph>olekuribal</emph>."
  152. #: 02140000.xhp#bm_id0202201010205429.help.text
  153. msgid "<bookmark_value>### error message</bookmark_value>"
  154. msgstr "<bookmark_value>### veateade</bookmark_value>"
  155. #: 02140000.xhp#bm_id3154634.help.text
  156. msgid "<bookmark_value>invalid references; error messages</bookmark_value> <bookmark_value>error messages;invalid references</bookmark_value> <bookmark_value>#REF error message</bookmark_value>"
  157. msgstr "<bookmark_value>vigased viited; veateated</bookmark_value> <bookmark_value>veateated; vigased viited</bookmark_value> <bookmark_value>#REF veateade</bookmark_value>"
  158. #: 02140000.xhp#bm_id3148428.help.text
  159. msgid "<bookmark_value>invalid names; error messages</bookmark_value> <bookmark_value>#NAME error message</bookmark_value>"
  160. msgstr "<bookmark_value>vigased nimed; veateated</bookmark_value> <bookmark_value>#NAME veateade</bookmark_value>"
  161. #: 02140000.xhp#par_id3153968.3.help.text
  162. msgid "Error Code"
  163. msgstr "Vea kood"
  164. #: 02140000.xhp#par_id3125863.4.help.text
  165. msgid "Message"
  166. msgstr "Sőnum"
  167. #: 02140000.xhp#par_id3151112.5.help.text
  168. msgid "Explanation"
  169. msgstr "Selgitus"
  170. #: 02140000.xhp#par_id1668467.help.text
  171. msgid "###"
  172. msgstr "###"
  173. #: 02140000.xhp#par_id3165766.13.help.text
  174. msgid "none"
  175. msgstr "puudub"
  176. #: 02140000.xhp#par_id3169266.14.help.text
  177. msgid "The cell is not wide enough to display the contents."
  178. msgstr "Lahter pole sisu kuvamiseks piisavalt lai."
  179. #: 02140000.xhp#par_id3153188.6.help.text
  180. msgid "501"
  181. msgstr "501"
  182. #: 02140000.xhp#par_id3148645.7.help.text
  183. msgid "Invalid character"
  184. msgstr "Vigane märk"
  185. #: 02140000.xhp#par_id3155854.8.help.text
  186. msgid "Character in a formula is not valid."
  187. msgstr "Valemis on vigane märk."
  188. #: 02140000.xhp#par_id3145253.9.help.text
  189. msgid "502"
  190. msgstr "502"
  191. #: 02140000.xhp#par_id3147397.10.help.text
  192. msgid "Invalid argument"
  193. msgstr "Vigane argument"
  194. #: 02140000.xhp#par_id3153160.11.help.text
  195. msgid "Function argument is not valid. For example, a negative number for the SQRT() function, for this please use IMSQRT()."
  196. msgstr "Funktsiooni argument on sobimatu.Näiteks negatiivne arv funktsiooni SQRT() jaoks, mille puhul tuleks kasutada funktsiooni IMSQRT()."
  197. #: 02140000.xhp#par_id3154015.12.help.text
  198. msgid "503<br/>#NUM!"
  199. msgstr "503<br/>#NUM!"
  200. #: 02140000.xhp#par_id3155766.13.help.text
  201. msgid "Invalid floating point operation"
  202. msgstr "Vigane tehe ujukomaarvudega"
  203. #: 02140000.xhp#par_id3159266.14.help.text
  204. msgid "A calculation results in an overflow of the defined value range."
  205. msgstr "Tehte tulemus jääb välja lubatud väärtuste vahemikust."
  206. #: 02140000.xhp#par_id3149258.15.help.text
  207. msgid "504"
  208. msgstr "504"
  209. #: 02140000.xhp#par_id3147344.16.help.text
  210. msgid "Parameter list error"
  211. msgstr "Viga argumentide hulgas"
  212. #: 02140000.xhp#par_id3147003.17.help.text
  213. msgid "Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference."
  214. msgstr "Funktsiooni argument ei ole sobiv, näiteks arvu asemel on tekst vői lahtriviite asemel domeeniviide."
  215. #: 02140000.xhp#par_id3154532.27.help.text
  216. msgid "508"
  217. msgstr "508"
  218. #: 02140000.xhp#par_id3150107.28.help.text
  219. msgid "Error: Pair missing"
  220. msgstr "Viga: Paariline puudub"
  221. #: 02140000.xhp#par_id3149129.29.help.text
  222. msgid "Missing bracket, for example, closing brackets, but no opening brackets"
  223. msgstr "Puuduv sulg, näiteks sulgevale sulule eelnev avav sulg puudub"
  224. #: 02140000.xhp#par_id3149895.30.help.text
  225. msgid "509"
  226. msgstr "509"
  227. #: 02140000.xhp#par_id3155097.31.help.text
  228. msgid "Missing operator"
  229. msgstr "Puuduv tehtemärk"
  230. #: 02140000.xhp#par_id3154649.32.help.text
  231. msgid "Operator is missing, for example, \"=2(3+4) * \", where the operator between \"2\" and \"(\" is missing."
  232. msgstr "Tehtemärk puudub, näiteks \"=2(3+4) * \", kus puudub tehtemärk \"2\" ja \"(\" vahel."
  233. #: 02140000.xhp#par_id3153813.33.help.text
  234. msgid "510"
  235. msgstr "510"
  236. #: 02140000.xhp#par_id3153483.34.help.text
  237. msgctxt "02140000.xhp#par_id3153483.34.help.text"
  238. msgid "Missing variable"
  239. msgstr "Muutuja puudub"
  240. #: 02140000.xhp#par_id3154710.35.help.text
  241. msgid "Variable is missing, for example when two operators are together \"=1+*2\"."
  242. msgstr "Muutuja puudub, näiteks kaks tehtemärki asuvad kőrvuti: \"=1+*2\"."
  243. #: 02140000.xhp#par_id3154739.36.help.text
  244. msgid "511"
  245. msgstr "511"
  246. #: 02140000.xhp#par_id3145112.37.help.text
  247. msgctxt "02140000.xhp#par_id3145112.37.help.text"
  248. msgid "Missing variable"
  249. msgstr "Muutuja puudub"
  250. #: 02140000.xhp#par_id3145319.38.help.text
  251. msgid "Function requires more variables than are provided, for example, AND() and OR()."
  252. msgstr "Funktsioon nőuab rohkem muutujaid, kui on antud, näiteks AND() ja OR()."
  253. #: 02140000.xhp#par_id3149050.39.help.text
  254. msgid "512"
  255. msgstr "512"
  256. #: 02140000.xhp#par_id3150393.40.help.text
  257. msgid "Formula overflow"
  258. msgstr "Valemi ületäitumine"
  259. #: 02140000.xhp#par_id3159259.41.help.text
  260. msgid " <emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512."
  261. msgstr " <emph>Kompilaator:</emph> sisemiste märkide (s.o tehtemärkide, muutujate, sulgude) koguarv valemis ületab 512."
  262. #: 02140000.xhp#par_id3150537.42.help.text
  263. msgid "513"
  264. msgstr "513"
  265. #: 02140000.xhp#par_id3147412.43.help.text
  266. msgid "String overflow"
  267. msgstr "Stringi ületäitumine"
  268. #: 02140000.xhp#par_id3145635.44.help.text
  269. msgid " <emph>Compiler:</emph> an identifier in the formula exceeds 64 KB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 KB in size."
  270. msgstr " <emph>Kompilaator:</emph> identifikaator valemis ületab mahult 64 KB. <emph>Interpretaator:</emph> stringitoimingu tulem ületab mahult 64 KB."
  271. #: 02140000.xhp#par_id3149147.45.help.text
  272. msgid "514"
  273. msgstr "514"
  274. #: 02140000.xhp#par_id3157904.46.help.text
  275. msgctxt "02140000.xhp#par_id3157904.46.help.text"
  276. msgid "Internal overflow"
  277. msgstr "Sisemine ületäitumine"
  278. #: 02140000.xhp#par_id3149352.47.help.text
  279. msgid "Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow."
  280. msgstr "Sorteerida üritati liiga suurt hulka arve (maksimaalselt 100000) vői toimus arvutuspuhvri ületäitumine."
  281. #: 02140000.xhp#par_id3154841.51.help.text
  282. msgid "516"
  283. msgstr "516"
  284. #: 02140000.xhp#par_id3147423.52.help.text
  285. msgctxt "02140000.xhp#par_id3147423.52.help.text"
  286. msgid "Internal syntax error"
  287. msgstr "Sisemine süntaksiviga"
  288. #: 02140000.xhp#par_id3148437.53.help.text
  289. msgid "Matrix is expected on the calculation stack, but is not available."
  290. msgstr "Arvutuspuhvris eeldati maatriksit, kuid seda ei olnud."
  291. #: 02140000.xhp#par_id3155261.54.help.text
  292. msgid "517"
  293. msgstr "517"
  294. #: 02140000.xhp#par_id3153934.55.help.text
  295. msgctxt "02140000.xhp#par_id3153934.55.help.text"
  296. msgid "Internal syntax error"
  297. msgstr "Sisemine süntaksiviga"
  298. #: 02140000.xhp#par_id3149507.56.help.text
  299. msgid "Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function."
  300. msgstr "Tundmatu kood, näiteks avati programmi vanemas versioonis dokument, mis sisaldas uuema versiooni sellist funktsiooni, mis vanemas puudus."
  301. #: 02140000.xhp#par_id3148585.57.help.text
  302. msgid "518"
  303. msgstr "518"
  304. #: 02140000.xhp#par_id3149189.58.help.text
  305. msgctxt "02140000.xhp#par_id3149189.58.help.text"
  306. msgid "Internal syntax error"
  307. msgstr "Sisemine süntaksiviga"
  308. #: 02140000.xhp#par_id3149545.59.help.text
  309. msgid "Variable is not available"
  310. msgstr "Muutuja pole saadaval"
  311. #: 02140000.xhp#par_id3146142.60.help.text
  312. msgid "519<br/>#VALUE"
  313. msgstr "519<br/>#VALUE"
  314. #: 02140000.xhp#par_id3155954.61.help.text
  315. msgid "No result (#VALUE is in the cell rather than Err:519!)"
  316. msgstr "Tulemus puudub (lahtrisse ilmub pigem #VALUE kui Err:519!)"
  317. #: 02140000.xhp#par_id3153108.62.help.text
  318. msgid "The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number."
  319. msgstr "Valemi tulemuseks on väärtus, mis ei vasta funktsiooni definitsioonile, vői sisaldab valemis viidatud lahter arvu asemel teksti."
  320. #: 02140000.xhp#par_id3150338.63.help.text
  321. msgid "520"
  322. msgstr "520"
  323. #: 02140000.xhp#par_id3150017.64.help.text
  324. msgctxt "02140000.xhp#par_id3150017.64.help.text"
  325. msgid "Internal syntax error"
  326. msgstr "Sisemine süntaksiviga"
  327. #: 02140000.xhp#par_id3148758.65.help.text
  328. msgid "Compiler creates an unknown compiler code."
  329. msgstr "Kompilaator tekitab kompilaatorile tundmatut koodi."
  330. #: 02140000.xhp#par_id3154324.66.help.text
  331. msgid "521"
  332. msgstr "521"
  333. #: 02140000.xhp#par_id3153737.67.help.text
  334. msgctxt "02140000.xhp#par_id3153737.67.help.text"
  335. msgid "Internal syntax error"
  336. msgstr "Sisemine süntaksiviga"
  337. #: 02140000.xhp#par_id3155436.68.help.text
  338. msgid "No result."
  339. msgstr "Tulemus puudub."
  340. #: 02140000.xhp#par_id3153045.69.help.text
  341. msgid "522"
  342. msgstr "522"
  343. #: 02140000.xhp#par_id3149008.70.help.text
  344. msgid "Circular reference"
  345. msgstr "Ringviide"
  346. #: 02140000.xhp#par_id3157972.71.help.text
  347. msgid "Formula refers directly or indirectly to itself and the <emph>Iterations</emph> option is not set under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate."
  348. msgstr "Valem viitab otseselt vői kaudselt iseendale ja säte <emph>Iteratsioonid</emph> pole seadistuses (<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - %PRODUCTNAME Calc - Arvutamine) sisse lülitatud."
  349. #: 02140000.xhp#par_id3149538.72.help.text
  350. msgid "523"
  351. msgstr "523"
  352. #: 02140000.xhp#par_id3150930.73.help.text
  353. msgid "The calculation procedure does not converge"
  354. msgstr "Arvutus ei koondu"
  355. #: 02140000.xhp#par_id3150272.74.help.text
  356. msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set."
  357. msgstr "Funktsioonil puudub lőppväärtus vői ei saavuta <link href=\"text/shared/optionen/01060500.xhp\">ringviidete iteratsioonid</link> vähimat sammu määratud maksimaalsete tehete hulgas."
  358. #: 02140000.xhp#par_id3153544.75.help.text
  359. msgid "524<br/>#REF"
  360. msgstr "524<br/>#REF!"
  361. #: 02140000.xhp#par_id3154634.76.help.text
  362. msgid "invalid references (instead of Err:524 cell contains #REF)"
  363. msgstr "vigased viited (Err:524 asemel sisaldab lahter #REF!)"
  364. #: 02140000.xhp#par_id3147539.77.help.text
  365. msgid " <emph>Compiler:</emph> a column or row description name could not be resolved. <emph>Interpreter:</emph> in a formula, the column, row, or sheet that contains a referenced cell is missing."
  366. msgstr " <emph>Kompilaator:</emph> veeru vői rea kirjelduse nime polnud vőimalik lahendada. <emph>Interpretaator:</emph> valemis on puudu veerg, rida vői leht, mis sisaldab viidatud lahtrit."
  367. #: 02140000.xhp#par_id3155984.78.help.text
  368. msgid "525<br/>#NAME?"
  369. msgstr "525<br/>#NAME?"
  370. #: 02140000.xhp#par_id3148428.79.help.text
  371. msgid "invalid names (instead of Err:525 cell contains #NAME?)"
  372. msgstr "vigased nimed (Err:525 asemel sisaldab lahter #NAME?)"
  373. #: 02140000.xhp#par_id3156259.80.help.text
  374. msgid "An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found."
  375. msgstr "Identifikaator ei ole kasutatav, näiteks ei leita sobivat viidet, domeeninime, rea vői veeru silti, makrot, lisaprogrammi vői on kümnenderaldaja vale."
  376. #: 02140000.xhp#par_id3153720.81.help.text
  377. msgid "526"
  378. msgstr "526"
  379. #: 02140000.xhp#par_id3154315.82.help.text
  380. msgctxt "02140000.xhp#par_id3154315.82.help.text"
  381. msgid "Internal syntax error"
  382. msgstr "Sisemine süntaksiviga"
  383. #: 02140000.xhp#par_id3083286.83.help.text
  384. msgid "Obsolete, no longer used, but could come from old documents if the result is a formula from a domain."
  385. msgstr "Ülearune, praegu ei kasutata, kuid vőib kaasneda vanade dokumentidega, kui tulemuseks on valem domeenist."
  386. #: 02140000.xhp#par_id3152483.84.help.text
  387. msgid "527"
  388. msgstr "527"
  389. #: 02140000.xhp#par_id3152966.85.help.text
  390. msgctxt "02140000.xhp#par_id3152966.85.help.text"
  391. msgid "Internal overflow"
  392. msgstr "Sisemine ületäitumine"
  393. #: 02140000.xhp#par_id3149709.86.help.text
  394. msgid " <emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
  395. msgstr " <emph>Interpretaator:</emph> viited on liialt üksteise sees, nt kui lahter viitab lahtrile."
  396. #: 02140000.xhp#par_id5324564.help.text
  397. msgid "532<br/>#DIV/0!"
  398. msgstr "532<br/>#DIV/0!"
  399. #: 02140000.xhp#par_id7941831.help.text
  400. msgid "Division by zero"
  401. msgstr "Jagamine nulliga"
  402. #: 02140000.xhp#par_id5844294.help.text
  403. msgid "Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0"
  404. msgstr "Jagamistehe /, kui nimetaja on 0<br/>Selle vea vőivad tagastada ka mőned teised funktsioonid:<br/>VARP vähem kui 1 argumendi korral<br/>STDEVP vähem kui 1 argumendi korral<br/>VAR vähem kui 2 argumendi korral<br/>STDEV vähem kui 2 argumendi korral<br/>STANDARDIZE, kui stdev=0<br/>NORMDIST, kui stdev=0"