update translations for 5.3.0 beta2

and force-fix errors using pocheck

Change-Id: I50100798b84da2969535c4f558dd60463b30108e
This commit is contained in:
Christian Lohmaier
2016-12-10 21:56:09 +01:00
parent 315ce3da5f
commit ef59b48c99
4249 changed files with 374419 additions and 486911 deletions

View File

@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2013-06-26 12:57+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1372251431.0\n"
"X-POOTLE-MTIME: 1372251431.000000\n"
#: sbasic.tree
msgctxt ""
@@ -296,14 +296,6 @@ msgctxt ""
msgid "Agenda Wizard"
msgstr "Päevakorra loomise nõustaja"
#: shared.tree
msgctxt ""
"shared.tree\n"
"100505\n"
"node.text"
msgid "Presentation Wizard"
msgstr "Esitluse loomise nõustaja"
#: shared.tree
msgctxt ""
"shared.tree\n"

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
"PO-Revision-Date: 2016-05-24 08:23+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-05 22:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1464078230.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467758738.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -172,14 +172,13 @@ msgid "The most common usage of URLs is on the internet when specifying web page
msgstr "URL-e kasutatakse kõige sagedamini Internetis veebilehtede määramiseks. Kasutatakse järgmisi protokolle: <emph>http</emph>, <emph>ftp</emph> või <emph>fail</emph>. <emph>Faili</emph>protokolli tunnust kasutatakse kohalikus failisüsteemis olevale failile viitamiseks."
#: 00000002.xhp
#, fuzzy
msgctxt ""
"00000002.xhp\n"
"par_id3150324\n"
"110\n"
"help.text"
msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
msgstr "URL-i tähistus ei võimalda kasutada teatud erimärke. Keelatud erimärgid asendatakse muude märkidega või kodeeritakse. Eraldajana kasutatakse kaldkriipsu (<emph>/</emph>). Näiteks kohaliku hosti fail Windowsi tähistuses <emph>C:\\Minu fail.sxw</emph> on URL-i tähistuses <emph>file:///C|/My%20File.sxw</emph>."
msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.odt</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.odt</emph> in URL notation."
msgstr ""
#: 00000003.xhp
msgctxt ""
@@ -11065,13 +11064,12 @@ msgid "To check if a file exists, enter the complete path and name of the file.
msgstr "Faili olemasolu kontrollimiseks sisesta faili täielik tee ja nimi. Kui faili või kataloogi nime pole olemas, siis tagastab funktsioon Dir nullpikkusega stringi (\"\")."
#: 03020404.xhp
#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3154012\n"
"help.text"
msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
msgstr "Kataloogi kõigi olemasolevate failide loendi loomiseks tee järgmist. Funktsiooni Dir esimest korda kutsumisel määra failide täielik otsingutee, näiteks \"D:\\Files\\*.sxw\". Kui tee on õige ja otsing leiab vähemalt ühe faili, tagastab funktsioon Dir otsinguteele vastava esimese faili nime. Teele vastavate täiendavate failinimede tagastamiseks kutsu funktsioon Dir uuesti, kuid ilma argumentideta."
msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.ods\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
msgstr ""
#: 03020404.xhp
#, fuzzy

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-05-02 11:00+0000\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
"PO-Revision-Date: 2016-07-05 22:46+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462186842.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467758804.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -218,33 +218,6 @@ msgctxt ""
msgid "Open context menu for a sheet tab"
msgstr "Ava lehe sildi kohal kontekstimenüü"
#: 00000402.xhp
#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3153093\n"
"help.text"
msgid "<variable id=\"bmaumloe\">Choose <emph>Sheet - Delete Page Break</emph></variable>"
msgstr "<variable id=\"bmaumloe\">Vali <emph>Redigeerimine - Kustuta manuaalne piir</emph></variable>"
#: 00000402.xhp
#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3153191\n"
"help.text"
msgid "<variable id=\"bzeilum\">Choose <emph>Sheet - Delete Page Break - Row Break</emph></variable>"
msgstr "<variable id=\"bzeilum\">Vali <emph>Redigeerimine - Kustuta manuaalne piir - Reapiir</emph></variable>"
#: 00000402.xhp
#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3145645\n"
"help.text"
msgid "<variable id=\"bspaum\">Choose <emph>Sheet - Delete Page Break - Column Break</emph></variable>"
msgstr "<variable id=\"bspaum\">Vali <emph>Redigeerimine - Kustuta manuaalne piir - Veerupiir</emph></variable>"
#: 00000403.xhp
msgctxt ""
"00000403.xhp\n"
@@ -313,33 +286,6 @@ msgctxt ""
msgid "Insert Menu"
msgstr "Menüü 'Lisamine'"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149095\n"
"36\n"
"help.text"
msgid "<variable id=\"eimaum\">Choose <emph>Insert - Manual Break</emph></variable>"
msgstr "<variable id=\"eimaum\">Vali <emph>Lisamine - Manuaalne piir</emph></variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149398\n"
"2\n"
"help.text"
msgid "<variable id=\"eimaumze\">Choose <emph>Insert - Manual Break - Row Break</emph></variable>"
msgstr "<variable id=\"eimaumze\">Vali<emph>Lisamine - Manuaalne piir - Reapiir</emph></variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150084\n"
"3\n"
"help.text"
msgid "<variable id=\"eimaumsp\">Choose <emph>Insert - Manual Break - Column Break</emph></variable>"
msgstr "<variable id=\"eimaumsp\">Vali <emph>Lisamine - Manuaalne piir - Veerupiir</emph></variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
@@ -636,8 +582,8 @@ msgctxt ""
"par_id3146776\n"
"37\n"
"help.text"
msgid "<variable id=\"eiextdata\">Choose <emph>Insert - Link to External data</emph></variable>"
msgstr "<variable id=\"eiextdata\">Vali <emph>Lisamine - Link välistele andmetele</emph></variable>"
msgid "<variable id=\"eiextdata\">Choose <emph>Sheet - Link to External Data</emph></variable>"
msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -1119,32 +1065,21 @@ msgctxt ""
msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph></variable>"
msgstr "<variable id=\"exsze\">Vali <emph>Tööriistad - Stsenaariumid</emph></variable>"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3145640\n"
"14\n"
"help.text"
msgid "<variable id=\"exdos\">Choose <emph>Tools - Protect Document</emph></variable>"
msgstr "<variable id=\"exdos\">Vali <emph>Tööriistad - Dokumendi kaitse</emph></variable>"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3149020\n"
"15\n"
"help.text"
msgid "<variable id=\"exdst\">Choose <emph>Tools - Protect Document - Sheet</emph></variable>"
msgstr "<variable id=\"exdst\">Vali <emph>Tööriistad - Dokumendi kaitse - Leht</emph></variable>"
msgid "<variable id=\"protect_sheet\">Choose <emph>Tools - Protect Sheet</emph></variable>"
msgstr ""
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3154256\n"
"16\n"
"help.text"
msgid "<variable id=\"exdsd\">Choose <emph>Tools - Protect Document - Document</emph></variable>"
msgstr "<variable id=\"exdsd\">Vali <emph>Tööriistad - Dokumendi kaitse - Dokument</emph></variable>"
msgid "<variable id=\"protect_spreadsheet\">Choose <emph>Tools - Protect Spreadsheet</emph></variable>"
msgstr ""
#: 00000406.xhp
msgctxt ""
@@ -1220,7 +1155,7 @@ msgctxt ""
"00000407.xhp\n"
"par_id3153663\n"
"help.text"
msgid "<variable id=\"fefix\">Choose <item type=\"menuitem\">View - Freeze Rows and Columns</item></variable>"
msgid "<variable id=\"fefix\">Choose <item type=\"menuitem\">View - Freeze Cells - Freeze Rows and Columns</item></variable>"
msgstr ""
#: 00000412.xhp
@@ -1804,3 +1739,51 @@ msgctxt ""
"help.text"
msgid "<variable id=\"insert_columns_right\">Choose <emph>Sheet - Insert Columns - Columns Right</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3149095\n"
"help.text"
msgid "<variable id=\"insert_page_break\">Choose <emph>Sheet - Insert Page Break</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3149398\n"
"help.text"
msgid "<variable id=\"insert_page_break_row\">Choose <emph>Sheet - Insert Page Break - Row Break</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3150084\n"
"help.text"
msgid "<variable id=\"insert_page_break_column\">Choose <emph>Sheet - Insert Page Break - Column Break</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3153093\n"
"help.text"
msgid "<variable id=\"delete_page_break\">Choose <emph>Sheet - Delete Page Break</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3153191\n"
"help.text"
msgid "<variable id=\"delete_page_break_row\">Choose <emph>Sheet - Delete Page Break - Row Break</emph></variable>"
msgstr ""
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id3145645\n"
"help.text"
msgid "<variable id=\"delete_page_break_column\">Choose <emph>Sheet - Delete Page Break - Column Break</emph></variable>"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -3,18 +3,18 @@ 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: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2015-12-11 12:23+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 01:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1449836615.000000\n"
"X-POOTLE-MTIME: 1467769909.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -739,8 +739,8 @@ msgctxt ""
"hd_id3148768\n"
"17\n"
"help.text"
msgid "F4"
msgstr "F4"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4"
msgstr ""
#: 01020000.xhp
msgctxt ""
@@ -757,8 +757,8 @@ msgctxt ""
"hd_id3145353\n"
"19\n"
"help.text"
msgid "Shift+F4"
msgstr "Shift+F4"
msgid "F4"
msgstr ""
#: 01020000.xhp
msgctxt ""

View File

@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-06-24 17:05+0200\n"
"PO-Revision-Date: 2015-05-17 12:12+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 01:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1431864768.000000\n"
"X-POOTLE-MTIME: 1467769924.000000\n"
#: 02140000.xhp
msgctxt ""
@@ -882,8 +882,8 @@ msgctxt ""
"OpenCL_options.xhp\n"
"par_id3067110\n"
"help.text"
msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"+55.21.9.8822.8813\"</item> will map to zero, because the numbers don't represent a numeric value."
msgstr "<emph>Teisendatakse vaid üheselt mõistetavad:</emph> kui tekst kujutab korrektset ja üheselt mõistetavat arvväärtust, siis see teisendatakse arvuks. Näide: <item type=\"input\">\"+55.21.9.8822.8813\"</item> koheldakse nullina, sest need numbrid ei esita arvväärtust."
msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not."
msgstr ""
#: OpenCL_options.xhp
msgctxt ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
"PO-Revision-Date: 2016-05-08 00:20+0000\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
"PO-Revision-Date: 2016-07-06 01:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462666859.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467770248.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -1283,13 +1283,12 @@ msgid "Experiment with some additional formulas: in A4 enter =A3*24 to calculate
msgstr "Katseta nüüd ka muude valemitega: tundide arvutamiseks sisesta lahtrisse A4 valem =A3*24, minutite arvutamiseks lahtrisse A5 valem =A4*60 ja sekundite arvutamiseks lahtrisse A6 valem =A5*60. Vajuta iga valemi sisestamise järel <item type=\"keycode\">Enter</item>-klahvi."
#: calc_date.xhp
#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3149207\n"
"help.text"
msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the Enter key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
msgstr "Arvutatakse sinu sünnikuupäevast möödunud aeg, mis kuvatakse erinevates ühikutes. Väärtused arvutatakse alates täpselt sellest hetkest, kui sisestasid eelmise valemi ja vajutasid <item type=\"keycode\">Enter</item>-klahvi. Seda väärtust ei värskendata automaatselt, ehkki praegune hetk ehk \"Now\" muutub pidevalt. Menüüs <emph>Tööriistad</emph> on menüükäsk <emph>Lahtri sisu - Automaatarvutamine</emph> enamasti aktiivne; automaatarvutamine ei mõjuta aga funktsiooni NOW. See tagab, et arvuti ei tegele pidevalt lehe väärtuste värskendamisega."
msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the Enter key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Data</emph> menu, the menu item <emph>Calculate - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
msgstr ""
#: calc_series.xhp
msgctxt ""
@@ -1945,21 +1944,20 @@ msgid "Apply the protection options."
msgstr "Rakenda kaitsmise sätted."
#: cell_protect.xhp
#, fuzzy
msgctxt ""
"cell_protect.xhp\n"
"par_idN106C0\n"
"help.text"
msgid "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <item type=\"menuitem\">Tools - Protect Document - Sheet</item>."
msgstr "Lahtrite kaitsmiseks muutmise/vaatamise/printimise eest vastavalt dialoogis <emph>Vormindus - Lahtrid</emph> valitud sätetele vali <item type=\"menuitem\">Tööriistad - Dokumendi kaitse - Leht</item>."
msgid "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <item type=\"menuitem\">Tools - Protect Sheet</item>."
msgstr ""
#: cell_protect.xhp
msgctxt ""
"cell_protect.xhp\n"
"par_idN106C7\n"
"help.text"
msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Document - Document</item>."
msgstr "Dokumendi struktuuri, näiteks lehtede arvu, <link href=\"text/scalc/guide/rename_table.xhp\">nimede</link> ja järjestuse kaitsmiseks muudatuste eest vali <item type=\"menuitem\">Tööriistad - Dokumendi kaitse - Dokument</item>."
msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Spreadsheet</item>."
msgstr ""
#: cell_protect.xhp
#, fuzzy
@@ -2022,14 +2020,12 @@ msgid "Click the sheet for which you want to cancel the protection."
msgstr "Vali leht, mille kaitset soovid tühistada."
#: cell_unprotect.xhp
#, fuzzy
msgctxt ""
"cell_unprotect.xhp\n"
"par_id3149656\n"
"16\n"
"help.text"
msgid "Select <emph>Tools - Protect Document</emph>, then choose <emph>Sheet</emph> or <emph>Document</emph> to remove the check mark indicating the protected status."
msgstr "Vali <emph>Tööriistad - Dokumendi kaitse</emph> ja seejärel kas <emph>Leht</emph> või <emph>Dokument</emph>, et kaitstud olekut näitav märge eemaldada."
msgid "Select <emph>Tools - Protect Sheet</emph> or <emph>Tools - Protect Spreadsheet</emph> to remove the check mark indicating the protected status."
msgstr ""
#: cell_unprotect.xhp
#, fuzzy
@@ -2485,14 +2481,13 @@ msgid "In a $[officename] Calc document, position the cursor in the cell into wh
msgstr "Aseta $[officename] Calci dokumendis kursor lahtrisse, millesse soovid väliseid andmeid lisada."
#: cellreferences_url.xhp
#, fuzzy
msgctxt ""
"cellreferences_url.xhp\n"
"par_id3145384\n"
"40\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
msgstr "Vali <item type=\"menuitem\">Lisamine - Link välistele andmetele</item>. Kuvatakse dialoog <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">Välised andmed</item></link>."
msgid "Choose <item type=\"menuitem\">Sheet - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
msgstr ""
#: cellreferences_url.xhp
#, fuzzy
@@ -2613,13 +2608,12 @@ msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
msgstr "Vali menüükäsk <emph>Redigeerimine - Otsi ja asenda</emph>."
#: cellstyle_by_formula.xhp
#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3150767\n"
"help.text"
msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item>"
msgstr "<item type=\"menuitem\">Otsitava</item> mõistena sisesta: .<item type=\"literal\">*</item>"
msgid "For the <item type=\"menuitem\">Find</item> term, enter: .<item type=\"literal\">*</item>"
msgstr ""
#: cellstyle_by_formula.xhp
msgctxt ""
@@ -2630,22 +2624,20 @@ msgid "\".*\" is a regular expression that designates the contents of the curren
msgstr "\".*\" on regulaaravaldis, mis tähistab aktiivse lahtri sisu."
#: cellstyle_by_formula.xhp
#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3153143\n"
"help.text"
msgid "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item>"
msgstr "Sisesta väljale <item type=\"menuitem\">Asendus</item> järgmine valem: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Punane\";\"Roheline\"))</item>"
msgid "Enter the following formula in the <item type=\"menuitem\">Replace</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item>"
msgstr ""
#: cellstyle_by_formula.xhp
#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3146975\n"
"help.text"
msgid "The \"&\" symbol designates the current contents of the <emph>Search for</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist."
msgstr "Märk \"&\" tähistab välja <emph>Otsitav</emph> praegust sisu. Kuna tegemist on valemiga, peab rida algama võrdusmärgiga. Näites eeldatakse, et lahtristiilid \"Punane\" ja \"Roheline\" on juba olemas."
msgid "The \"&\" symbol designates the current contents of the <emph>Find</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist."
msgstr ""
#: cellstyle_by_formula.xhp
#, fuzzy
@@ -5528,8 +5520,8 @@ msgctxt ""
"finding.xhp\n"
"par_id6529740\n"
"help.text"
msgid "Enter the text to find in the <emph>Search for</emph> text box."
msgstr "Sisesta otsitav tekst väljale <emph>Otsitav</emph>."
msgid "Enter the text to find in the <emph>Find</emph> text box."
msgstr ""
#: finding.xhp
#, fuzzy
@@ -5562,8 +5554,8 @@ msgctxt ""
"finding.xhp\n"
"par_id631733\n"
"help.text"
msgid "By default, Calc searches the current sheet. Click <emph>More Options</emph>, then enable <emph>Search in all sheets</emph> to search through all sheets of the document."
msgstr "Calc otsib vaikimisi aktiivselt lehelt. Dokumendi kõikidelt lehtedelt otsimiseks klõpsa <emph>Rohkem sätteid</emph> ja märgista ruut <emph>Otsitakse kõigilt lehtedelt</emph>."
msgid "By default, Calc searches the current sheet. Check the <emph>All sheets</emph> box to search through all sheets of the document."
msgstr ""
#: finding.xhp
msgctxt ""
@@ -7021,16 +7013,16 @@ msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3154510\n"
"help.text"
msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item>"
msgstr "Sisesta väljale <emph>Otsitav</emph> avaldis <item type=\"input\">^[0-9]</item>"
msgid "In the <emph>Find</emph> box, enter <item type=\"input\">^[0-9]</item>"
msgstr ""
#: integer_leading_zero.xhp
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3155068\n"
"help.text"
msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item>"
msgstr "Sisesta väljale <emph>Asendus</emph> märk <item type=\"input\">&</item>"
msgid "In the <emph>Replace</emph> box, enter <item type=\"input\">&</item>"
msgstr ""
#: integer_leading_zero.xhp
msgctxt ""
@@ -7317,7 +7309,7 @@ msgctxt ""
"line_fix.xhp\n"
"par_id3156286\n"
"help.text"
msgid "Choose <item type=\"menuitem\">View - Freeze Rows and Columns</item>."
msgid "Choose <item type=\"menuitem\">View - Freeze Cells - Freeze Rows and Columns</item>."
msgstr ""
#: line_fix.xhp
@@ -7325,7 +7317,7 @@ msgctxt ""
"line_fix.xhp\n"
"par_id3151073\n"
"help.text"
msgid "To deactivate, choose <item type=\"menuitem\">View - Freeze Rows and Columns</item> again."
msgid "To deactivate, choose <item type=\"menuitem\">View - Freeze Cells - Freeze Rows and Columns</item> again."
msgstr ""
#: line_fix.xhp
@@ -7350,7 +7342,7 @@ msgctxt ""
"line_fix.xhp\n"
"par_id3147004\n"
"help.text"
msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"View - Freeze Rows and Columns\">View - Freeze Rows and Columns</link>"
msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"View - Freeze Cells - Freeze Rows and Columns\">View - Freeze Cells - Freeze Rows and Columns</link>"
msgstr ""
#: line_fix.xhp
@@ -8601,14 +8593,12 @@ msgid "You can assign a comment to each cell by choosing <link href=\"text/share
msgstr "Lahtritele kommentaaride määramiseks vali <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Lisamine - Märkus</emph></link>. Kommentaari tähistab lahtris väike punane ruut ehk kommentaarinäidik."
#: note_insert.xhp
#, fuzzy
msgctxt ""
"note_insert.xhp\n"
"par_id3145750\n"
"34\n"
"help.text"
msgid "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
msgstr "Kommentaar kuvatakse, kui lahtrile viia hiirekursor; selleks peab funktsioon <emph>Abi - Nõuanded</emph> või - <emph>Laiendatud nõuanded</emph> olema aktiveeritud."
msgid "The comment is visible whenever the mouse pointer is over the cell."
msgstr ""
#: note_insert.xhp
#, fuzzy
@@ -12322,8 +12312,8 @@ msgctxt ""
"par_id3145750\n"
"8\n"
"help.text"
msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
msgstr "Vali <emph>Lisamine - Link välistele andmetele</emph>. See avab dialoogi <link href=\"text/scalc/01/04090000.xhp\">Välised andmed</link>."
msgid "Choose <emph>Sheet - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
msgstr ""
#: webquery.xhp
#, fuzzy

View File

@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2015-12-11 12:24+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 01:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1449836655.000000\n"
"X-POOTLE-MTIME: 1467770284.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -1268,8 +1268,8 @@ msgctxt ""
"04050100.xhp\n"
"bm_id1744743\n"
"help.text"
msgid "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
msgstr "<bookmark_value>arvutamine; regressioonikõverad</bookmark_value><bookmark_value>regressioonikõverad diagrammides</bookmark_value><bookmark_value>trendijooned diagrammides</bookmark_value><bookmark_value>keskväärtuste jooned diagrammides</bookmark_value>"
msgid "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1284,8 +1284,8 @@ msgctxt ""
"04050100.xhp\n"
"par_id7272255\n"
"help.text"
msgid "<variable id=\"trendlinestext\"><ahelp hid=\".\">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp></variable>"
msgstr "<variable id=\"trendlinestext\"><ahelp hid=\".\">Trendijooned saab lisada kõikidele tasapinnalistele diagrammidele, välja arvatud sektor- ja börsidiagrammid.</ahelp></variable>"
msgid "<variable id=\"trendlinestext\"> <ahelp hid=\".\">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp> </variable>"
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1319,6 +1319,78 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kuvatakse astmefunktsioonilist trendijoont.</ahelp>"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161052123210\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">A polynomial trend line is shown with a given degree.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161102568315\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Degree of polynomial trend line.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161105546053\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">A moving average trend line is shown with a given period.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161107537745\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Number of points to calculate average of moving average trend line.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161112599880\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Name of trend line in legend.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161117252261\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Trend line is extrapolated for higher x-values.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id18082016111837138\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Trend line is extrapolated for lower x-values.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161124272765\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">For linear, polynomial and exponential trend lines, intercept value is forced to a given value.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161126064822\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Value of intercept if it is forced.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
@@ -1338,58 +1410,58 @@ msgstr "<ahelp hid=\".\" visibility=\"hidden\">Trendijoone kõrval kuvatakse kor
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8398998\n"
"par_id180820161133305870\n"
"help.text"
msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line </emph>or <emph>Column, </emph>then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line."
msgstr "Kui trendijoon lisatakse diagrammile, mis kasutab kategooriaid, näiteks <emph>joon</emph> või <emph>tulp</emph>, siis kasutatakse arve 1, 2, 3, <emph>…</emph> trendijoone arvutamisel x-väärtustena."
msgid "<ahelp hid=\".\" visibility=\"hidden\">Name of X variable in trend line equation.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id5676747\n"
"par_id180820161134155865\n"
"help.text"
msgid "To insert trend lines for all data series, double-click the chart to enter edit mode. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select the type of trend line from None, Linear, Logarithmic, Exponential, or Power trend line."
msgstr "Regressioonikõverate lisamiseks kõikidele andmejadadele tee diagrammil redigeerimisrežiimi sisenemiseks topeltklõps. Vali esmalt <item type=\"menuitem\">Lisamine - Trendijooned</item> ja seejärel trendijoone tüüp nimekirjast: Puudub, Lineaarne, Logaritmiline, Eksponentsiaalne, Astmefunktsioon."
msgid "<ahelp hid=\".\" visibility=\"hidden\">Name of Y variable in trend line equation.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8398998\n"
"help.text"
msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line</emph> or <emph>Column</emph>, then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4349192\n"
"help.text"
msgid "To insert a trend line for a single data series, select the data series in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
msgstr "Regressioonikõvera lisamiseks üksikule andmejadale vali diagrammil andmejada, ava parempoolse nupu klõpsuga kontekstimenüü ja vali <item type=\"menuitem\">Lisamine - Trendijoon</item>."
msgid "To insert a trend line for a data series, select the data series in the chart. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, or right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161539033867\n"
"help.text"
msgid "Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id9337443\n"
"help.text"
msgid "To delete a single trend line or mean value line, click the line, then press the Del key."
msgstr "Üksiku trendijoone või keskväärtuste joone kustutamiseks klõpsa joonel ja vajuta klahvi Del."
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4529251\n"
"help.text"
msgid "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
msgstr "Kõikide trendijoonte kustutamiseks vali esmalt <item type=\"menuitem\">Lisamine - Trendijooned</item> ja siis <emph>Puudub</emph>."
msgid "To delete a trend line or mean value line, click the line, then press the Del key."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id296334\n"
"help.text"
msgid "A trend line is shown in the legend automatically."
msgstr "Trendijoon kuvatakse legendil automaatselt."
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4072084\n"
"help.text"
msgid "<ahelp hid=\".\">Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series.</ahelp>"
msgstr "<ahelp hid=\".\">Keskväärtuste jooned on erilised trendijooned, mis näitavad keskväärtust. Andmejadale saab keskväärtuste jooned lisada käsuga <item type=\"menuitem\">Lisamine - Keskväärtuste jooned</item>.</ahelp>"
msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line."
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1402,50 +1474,178 @@ msgstr "Trendijoon on sellele vastava andmejadaga sama värvi. Joone omaduste mu
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id846888\n"
"hd_id180820161534333508\n"
"help.text"
msgid "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <emph>Insert Trend Line Equation</emph>.</ahelp>"
msgstr "<ahelp hid=\".\">Trendijoone võrrandi kuvamiseks vali diagrammil trendijoon, ava parempoolse nupu klõpsuga kontekstimenüü ja vali <emph>Lisa trendijoone võrrand</emph>.</ahelp>"
msgid "Trend Line Equation and Coefficient of Determination"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8962065\n"
"help.text"
msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
msgstr "Kui diagramm on redigeerimisrežiimis, annab %PRODUCTNAME trendijoone võrrandi ja korrelatsioonikordaja R². Teabe nägemiseks olekuribal klõpsa trendijoonel."
msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R<sup>2</sup>, even if they are not shown: click on the trend line to see the information in the status bar."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id1328470\n"
"par_id846888\n"
"help.text"
msgid "For a category chart (for example a line chart), the trend line information is calculated using numbers 1, 2, 3, … as x-values. This is also true if your data series uses other numbers as names for the x-values. For such charts the XY chart type might be more suitable."
msgstr "Kategooriatega diagrammi (näiteks joondiagrammi) puhul arvutatakse trendijoone teave kasutades x-väärtustena arve 1, 2, 3, …. See kehtib ka siis, kui andmejada kasutab x-väärtuste nimedena muid arve. Selliste diagrammide jaoks võib XY-tüüp sobivam olla."
msgid "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line Equation</item>.</ahelp>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8092593\n"
"par_id8962066\n"
"help.text"
msgid "To show the equation and the coefficient of determination, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Equation</item>."
msgstr "Võrrandi ja korrelatsioonikordaja kuvamiseks vali esmalt trendijoon ja seejärel vali <item type=\"menuitem\">Vormindamine - Vorminda valik - Võrrand</item>."
msgid "To change format of values (use less significant digits or scientific notation), select the equation in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Format Trend Line Equation - Numbers</item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id7971434\n"
"par_id180820161627109994\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show equation to see the equation of the trend line.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Trendijoone võrrandi kuvamiseks luba Võrrandi kuvamine.</ahelp>"
msgid "Default equation uses <item type=\"literal\">x</item> for abscissa variable, and <item type=\"literal\">f(x)</item> for ordinate variable. To change these names, select the trend line, choose <item type=\"menuitem\">Format - Format Selection Type</item> and enter names in <item type=\"literal\">X Variable Name</item> and <item type=\"literal\">Y Variable Name</item> edit boxes."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id558793\n"
"par_id18082016163702791\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show Coefficient of Determination to see the determination coefficient of the trend line.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Trendijoone korrelatsioonikordaja kuvamiseks luba Korrelatsioonikordaja (R²) kuvamine.</ahelp>"
msgid "To show the coefficient of determination R<sup>2</sup>, select the equation in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert R<sup>2</sup></item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161637028632\n"
"help.text"
msgid "If intercept is forced, coefficient of determination R<sup>2</sup> is not calculated in the same way as with free intercept. R<sup>2</sup> values can not be compared with forced or free intercept."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"hd_id180820161534333509\n"
"help.text"
msgid "Trend Lines Curve Types"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id18082016153820777\n"
"help.text"
msgid "Following regression types are available:"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161604098009\n"
"help.text"
msgid "<emph>Linear</emph> trend line: regression through equation <item type=\"literal\">y=a∙x+b</item>. Intercept <item type=\"literal\">b</item> can be forced."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161612524298\n"
"help.text"
msgid "<emph>Polynomial</emph> trend line: regression through equation <item type=\"literal\">y=Σ(a<sub>i</sub>∙x<sup>i</sup>)</item>. Intercept <item type=\"literal\">a<sub>0</sub></item> can be forced. Degree of polynomial must be given (at least 2)."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161612525364\n"
"help.text"
msgid "<emph>Logarithmic</emph> trend line: regression through equation <item type=\"literal\">y=a∙ln(x)+b</item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161612526680\n"
"help.text"
msgid "<emph>Exponential</emph> trend line: regression through equation <item type=\"literal\">y=b∙exp(a∙x)</item>.This equation is equivalent to <item type=\"literal\">y=b∙m<sup>x</sup></item> with <item type=\"literal\">m=exp(a)</item>. Intercept <item type=\"literal\">b</item> can be forced."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161612527230\n"
"help.text"
msgid "<emph>Power</emph> trend line: regression through equation <item type=\"literal\">y=b∙x<sup>a</sup></item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id180820161617342768\n"
"help.text"
msgid "<emph>Moving average</emph> trend line: simple moving average is calculated with the <emph>n</emph> previous y-values, <emph>n</emph> being the period. No equation is available for this trend line."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"hd_id9204077\n"
"help.text"
msgid "Constraints"
msgstr "Piirangud"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id7393719\n"
"help.text"
msgid "The calculation of the trend line considers only data pairs with the following values:"
msgstr "Trendijoonte arvutamisel võetakse arvesse ainult järgnevate väärtustega andmete paare:"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id7212744\n"
"help.text"
msgid "Logarithmic trend line: only positive x-values are considered."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id1664479\n"
"help.text"
msgid "Exponential trend line: only positive y-values are considered, except if all y-values are negative: regression will then follow equation <item type=\"literal\">y=-b∙exp(a∙x)</item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8734702\n"
"help.text"
msgid "Power trend line: only positive x-values are considered; only positive y-values are considered, except if all y-values are negative: regression will then follow equation<item type=\"literal\"> y=-b∙x<sup>a</sup></item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id181279\n"
"help.text"
msgid "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
msgstr "Sa peaksid oma andmed vastavalt teisendama, kõige kasulikum oleks töötada originaalandmete koopiaga ja teisendada neid."
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"hd_id180820161528021520\n"
"help.text"
msgid "Calculate Parameters in Calc"
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1500,32 +1700,32 @@ msgctxt ""
"04050100.xhp\n"
"par_id9244361\n"
"help.text"
msgid "r² = RSQ(Data_Y;Data_X)"
msgstr "r² = RSQ(y-andmed;x-andmed)"
msgid "r<sup>2</sup> = RSQ(Data_Y;Data_X)"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id2083498\n"
"help.text"
msgid "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
msgstr "Lisaks m, b ja r² väärtustele pakub massiivi funktsioon <emph>LINEST</emph> täiendavat regressioonianalüüsi statistikat."
msgid "Besides m, b and r<sup>2</sup> the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"hd_id2538834\n"
"help.text"
msgid "The logarithm regression equation"
msgstr "Logaritmilise regressiooni võrrand"
msgid "The logarithmic regression equation"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id394299\n"
"help.text"
msgid "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
msgstr "<emph>Logaritmiline regressioon</emph> vastab võrrandile <item type=\"literal\">y=a*ln(x)+b</item>."
msgid "The <emph>logarithmic regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1548,8 +1748,8 @@ msgctxt ""
"04050100.xhp\n"
"par_id5649281\n"
"help.text"
msgid "r² = RSQ(Data_Y;LN(Data_X))"
msgstr "r² = RSQ(Data_Y;LN(Data_X))"
msgid "r<sup>2</sup> = RSQ(Data_Y;LN(Data_X))"
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1620,16 +1820,16 @@ msgctxt ""
"04050100.xhp\n"
"par_id5437177\n"
"help.text"
msgid "r² = RSQ(LN(Data_Y);Data_X)"
msgstr "r² = RSQ(LN(y-andmed);x-andmed)"
msgid "r<sup>2</sup> = RSQ(LN(Data_Y);Data_X)"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id6946317\n"
"help.text"
msgid "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
msgstr "Lisaks m, b ja r² väärtustele pakub massiivi funktsioon LOGEST täiendavat regressioonianalüüsi statistikat."
msgid "Besides m, b and r<sup>2</sup> the array function LOGEST provides additional statistics for a regression analysis."
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1668,56 +1868,8 @@ msgctxt ""
"04050100.xhp\n"
"par_id2357249\n"
"help.text"
msgid "r² = RSQ(LN(Data_Y);LN(Data_X))"
msgstr "r² = RSQ(LN(y-andmed);LN(x-andmed))"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"hd_id9204077\n"
"help.text"
msgid "Constraints"
msgstr "Piirangud"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id7393719\n"
"help.text"
msgid "The calculation of the trend line considers only data pairs with the following values:"
msgstr "Trendijoonte arvutamisel võetakse arvesse ainult järgnevate väärtustega andmete paare:"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id7212744\n"
"help.text"
msgid "logarithm regression: only positive x-values are considered,"
msgstr "logaritmiline regressioon: võetakse arvesse ainult positiivsed x-väärtused,"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id1664479\n"
"help.text"
msgid "exponential regression: only positive y-values are considered,"
msgstr "eksponentsiaalne regressioon: võetakse arvesse ainult positiivsed y-väärtused,"
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8734702\n"
"help.text"
msgid "power regression: only positive x-values and positive y-values are considered."
msgstr "astmefunktsiooniga määratud regressioon: võetakse arvesse ainult positiivsed x- ja y-väärtused."
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id181279\n"
"help.text"
msgid "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
msgstr "Sa peaksid oma andmed vastavalt teisendama, kõige kasulikum oleks töötada originaalandmete koopiaga ja teisendada neid."
msgid "r<sup>2</sup> = RSQ(LN(Data_Y);LN(Data_X))"
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1732,24 +1884,24 @@ msgctxt ""
"04050100.xhp\n"
"par_id8918729\n"
"help.text"
msgid "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually."
msgstr "<emph>Polünoomiga määratud regressiooni</emph> joont ei saa automaatselt lisada. See joon tuleb arvutada käsitsi."
msgid "For <emph>polynomial regression</emph> curves a transformation to a linear model takes place."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id33875\n"
"help.text"
msgid "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n."
msgstr "Loo tabel veergudega x, x², x³, … , xⁿ, y kuni soovitud astmeni n."
msgid "Create a table with the columns x, x<sup>2</sup>, x<sup>3</sup>, … , x<sup>n</sup>, y up to the desired degree n."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id8720053\n"
"help.text"
msgid "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to x (without headings) as Data_X."
msgstr "Kasuta valemit <item type=\"literal\">=LINEST(y-andmed; x-andmed)</item> kogu x-andmete vahemiku x kuni xⁿ kohta (ilma päisteta)."
msgid "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to x<sup>n</sup> (without headings) as Data_X."
msgstr ""
#: 04050100.xhp
msgctxt ""
@@ -1764,16 +1916,56 @@ msgctxt ""
"04050100.xhp\n"
"par_id8202154\n"
"help.text"
msgid "The first element of the third row of the LINEST output is the value of r². See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
msgstr "Funktsiooni LINEST väljundi kolmanda rea esimene element on r² väärtus. Selgitusi kasutamise ja teiste väljundparameetrite kohta saab täpsemalt lugeda funktsiooni <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> kirjeldusest."
msgid "The first element of the third row of the LINEST output is the value of r<sup>2</sup>. See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562211\n"
"help.text"
msgid "<link href=\"text/schart/01/04050000.xhp\">Y Error Bars tab page</link>"
msgstr "<link href=\"text/schart/01/04050000.xhp\">Y-veatulpade kaart</link>"
msgid "<link href=\"text/schart/01/04050000.xhp\">X/Y Error Bars</link>"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562212\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562216\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060107.xhp#Section7\">LOGEST</link> function"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562213\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060185.xhp#slope\">SLOPE</link> function"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562214\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060181.xhp#intercept\">INTERCEPT</link> function"
msgstr ""
#: 04050100.xhp
msgctxt ""
"04050100.xhp\n"
"par_id4562215\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060181.xhp#rsq\">RSQ</link> function"
msgstr ""
#: 04060000.xhp
msgctxt ""

View File

@@ -3,18 +3,18 @@ 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: 2015-11-10 19:33+0100\n"
"PO-Revision-Date: 2013-05-24 08:53+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-05-02 11:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1369385615.000000\n"
"X-POOTLE-MTIME: 1462186915.000000\n"
#: main0000.xhp
msgctxt ""
@@ -28,10 +28,9 @@ msgstr "$[officename] Draw' Abi sissejuhatus"
msgctxt ""
"main0000.xhp\n"
"hd_id3155960\n"
"1\n"
"help.text"
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>Welcome to the $[officename] Draw Help"
msgstr "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>$[officename] Draw' Abi sissejuhatus"
msgid "Welcome to the $[officename] Draw Help"
msgstr ""
#: main0000.xhp
msgctxt ""
@@ -1158,30 +1157,3 @@ msgctxt ""
"help.text"
msgid "$[officename] Draw can export to many common graphic file formats, such as BMP, GIF, JPG, and PNG."
msgstr "$[officename] Draw' joonistusi saab eksportida paljudesse levinud pildivormingutesse, nagu BMP, GIF, JPG ja PNG."
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
"hd_id3152576\n"
"1\n"
"help.text"
msgid "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">View</link>"
msgstr "<link href=\"text/sdraw/main0103.xhp\" name=\"Vaade\">Vaade</link>"
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
"par_id3159155\n"
"2\n"
"help.text"
msgid "Sets the display properties of Draw documents."
msgstr "Määrab joonistuste kuvamise sätted."
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
"hd_id3149666\n"
"3\n"
"help.text"
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Suurendus\">Suurendus</link>"

View File

@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2015-12-11 12:25+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 01:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1449836709.000000\n"
"X-POOTLE-MTIME: 1467770340.000000\n"
#: 3dsettings_toolbar.xhp
msgctxt ""
@@ -829,16 +829,32 @@ msgctxt ""
"main0204.xhp\n"
"hd_id3134447820\n"
"help.text"
msgid "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Table Design\">Table Design</link>"
msgstr "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Tabeli koostamine\">Tabeli koostamine</link>"
msgid "Table Design"
msgstr ""
#: main0204.xhp
msgctxt ""
"main0204.xhp\n"
"par_id16200812240344\n"
"help.text"
msgid "Opens the Table Design. Double-click a preview to insert a new table."
msgstr "Avab tabeli koostamise akna. Uue tabeli lisamiseks tee eelvaatel topeltklõps."
msgid "<ahelp hid=\".uno:TableDesign\">Opens the Table Design. Double-click a preview to format the table.</ahelp>"
msgstr ""
#: main0204.xhp
msgctxt ""
"main0204.xhp\n"
"par_id3153752\n"
"help.text"
msgid "<image id=\"img_id3147292\" src=\"cmd/sc_tabledesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147292\">Icon</alt></image>"
msgstr ""
#: main0204.xhp
msgctxt ""
"main0204.xhp\n"
"par_id3156429\n"
"help.text"
msgid "Table Design"
msgstr ""
#: main0204.xhp
msgctxt ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-02 11:01+0000\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
"PO-Revision-Date: 2016-07-06 02:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462186918.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467770470.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -619,62 +619,88 @@ msgctxt ""
"00000002.xhp\n"
"bm_id3150702\n"
"help.text"
msgid "<bookmark_value>Internet glossary</bookmark_value><bookmark_value>common terms;Internet glossary</bookmark_value><bookmark_value>glossaries;Internet terms</bookmark_value><bookmark_value>terminology;Internet glossary</bookmark_value>"
msgstr "<bookmark_value>interneti sõnastik</bookmark_value> <bookmark_value>üldised terminid; interneti sõnastik</bookmark_value> <bookmark_value>sõnastikud; interneti terminid</bookmark_value> <bookmark_value>terminoloogia; interneti sõnastik</bookmark_value>"
msgid "<bookmark_value>Internet glossary</bookmark_value> <bookmark_value>common terms;Internet glossary</bookmark_value> <bookmark_value>glossaries;Internet terms</bookmark_value> <bookmark_value>terminology;Internet glossary</bookmark_value>"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3150702\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Glossary of Internet Terms</link>"
msgstr "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Interneti terminite sõnastik</link>"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3155577\n"
"2\n"
"help.text"
msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, e-mail, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news."
msgstr "Kui oled Interneti kasutamises alles algaja, siis puutud kokku tundmatute terminitega: brauser, järjehoidja, e-post, kodulehekülg, otsingumootor jpt. Selleks, et su esimesed sammud oleks kergemad, selgitab see kokkuvõte mõningaid tähtsamaid termineid, millega võid Interneti, intraneti, e-posti ja uudisegruppide lugemisel kokku puutuda."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id18082016234439503\n"
"help.text"
msgid "CMIS"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id180820162344398454\n"
"help.text"
msgid "The Content Management Interoperability Services (CMIS) standard defines a domain model and Web Services and Restful AtomPub bindings that will enable greater interoperability of Enterprise Content Management (ECM) systems. CMIS uses Web services and Web 2.0 interfaces to enable rich information to be shared across Internet protocols in vendor-neutral formats, among document systems, publishers and repositories, within one enterprise and between companies."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id180820162344393005\n"
"help.text"
msgid "WebDAV"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id180820162344394243\n"
"help.text"
msgid "Short for Web-based Distributed Authoring and Versioning, an IETF standard set of platform-independent extensions to HTTP that allows users to collaboratively edit and manage files on remote Web servers. WebDAV features XML properties on metadata, locking - which prevents authors from overwriting each other's changes - namespace manipulation and remote file management. WebDav is sometimes referred to as DAV."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3153146\n"
"36\n"
"help.text"
msgid "Frames"
msgstr "Paneelid"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3157909\n"
"37\n"
"help.text"
msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected."
msgstr "Paneelid on kasulikud <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-lehekülgede paigutuse kujundamiseks. $[officename] kasutab lahtisi paneele, millesse on võimalik lisada objekte, näiteks pilte, videofaile või helisid. Paneeli kontekstimenüü kuvab paneeli sisu taastamise või redigeerimise sätteid. Mõned neist on valitud paneeli korral loetletud ka menüüs <emph>Redigeerimine - Objekt</emph>."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3147077\n"
"43\n"
"help.text"
msgid "FTP"
msgstr "FTP"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3147335\n"
"44\n"
"help.text"
msgid "FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients."
msgstr "FTP (File Transfer Protocol - failide transportimise protokoll) on standardne protokoll failide transportimiseks Internetis. FTP-server on programm, mis töötab Internetti ühendatud arvutis ja sisaldab Internetis jagamiseks mõeldud faile. FTP on mõeldud failide liigutamiseks, samas kui veebilehekülgede veebiserverist kasutajateni transportimiseks on mõeldud <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) protokoll."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -688,55 +714,49 @@ msgstr "<bookmark_value>HTML; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3145609\n"
"56\n"
"help.text"
msgid "HTML"
msgstr "HTML"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3161459\n"
"57\n"
"help.text"
msgid "HTML (Hypertext Markup Language) is a document code language, which is used as the file format for WWW documents. It is derived from <link href=\"text/shared/00/00000002.xhp#sgml\" name=\"SGML\">SGML</link> and integrates text, graphics, videos and sound."
msgstr "HTML (Hypertext Markup Language) on dokumendi vorminduskeel, mida kasutatakse veebilehekülgede valmistamiseks. HTML põhineb <link href=\"text/shared/00/00000002.xhp#sgml\" name=\"SGML\">SGML</link>-keelel ja võimaldab integreerida lehekülgedele teksti, pilte, videoid ja heli."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3154346\n"
"58\n"
"help.text"
msgid "If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in $[officename] and edit the HTML code, you must load it with the file type <emph>Text</emph> and not with the file type <emph>Web pages</emph>."
msgstr "Kui soovid HTML-käske otse faili sisestada, näiteks HTML-i kirjutamise õpiku näiteid proovides, pea meeles, et HTML-leheküljed on tavalised tekstifailid. Määra salvestamisel dokumendi tüübiks <emph>Tekst</emph>ja pane faililaiendiks .HTML. Kontrolli, et fail ei sisaldaks täpitähti või muid laiendatud kooditabelitest pärit erimärke. Kui soovid seda faili uuesti $[officename]'is avada HTML-koodi redigeerimiseks, siis pead selle avama, määrates failitüübiks <emph>Tekst</emph>, aga mitte <emph>Veebilehed</emph>."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3153960\n"
"244\n"
"help.text"
msgid "There are several references on the Internet providing an introduction to the HTML language."
msgstr "Paljud veebisaidid võimaldavad tutvuda sissejuhatusega HTML-keele alustesse."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3147423\n"
"59\n"
"help.text"
msgid "HTTP"
msgstr "HTTP"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3153379\n"
"60\n"
"help.text"
msgid "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
msgstr "HTTP (Hypertext Transfer Protocol) on veebiserverite (teenusepakkujate) ja brauserite (klientide) vahel info liigutamise protokoll."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -750,28 +770,25 @@ msgstr "<bookmark_value>hüperlingid; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3149290\n"
"61\n"
"help.text"
msgid "Hyperlink"
msgstr "Hüperlink"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3145420\n"
"62\n"
"help.text"
msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents."
msgstr "Hüperlingid on tekstis sisalduvad ja sageli erineva värviga esiletõstetud ristviited, mida saab hiireklõpsu abil aktiveerida. Hüperlinkide abil on lehekülje lugejal võimalik hüpata nii samas dokumendis kui teistes dokumentides sisalduva täpsema info juurde."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3156281\n"
"63\n"
"help.text"
msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)."
msgstr "$[officename] võimaldab hüperlinke omistada nii tekstile kui piltidele ja tekstipaneelidele (vaata ka hüperlingi dialoogi ikooni standardribal)."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -785,55 +802,49 @@ msgstr "<bookmark_value>hüperpilt; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3152805\n"
"64\n"
"help.text"
msgid "ImageMap"
msgstr "Hüperpilt"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3154685\n"
"65\n"
"help.text"
msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>."
msgstr "Hüperpilt on pilt või tekstipaneel, mille määratud aladel klõpsates on võimalik liikuda sellele alale omistatud sihtmärgile (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>-ile). Viitealad koos URL-ide ja näidatavate tekstidega määratakse <link href=\"text/shared/01/02220000.xhp\" name=\"hüperpiltide redaktoris\">hüperpiltide redaktoris</link>."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3153178\n"
"66\n"
"help.text"
msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
msgstr "Hüperpilte on kahte sorti. Kliendipoolseid hüperpilte analüüsitakse kliendi arvutis, mis laadis Internetist pildi. Serveripoolseid hüperpilte analüüsitakse serverarvutis, mis jagab <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-lehekülgi Internetti. Serveripoolse analüüsi korral saadetakse pärast hüperpildil klõpsamist kursori koordinaadid serverile ja serveripoolne programm saadab vastuse. Kliendipoolse analüüsi korral aktiveeritakse hüperpildil kirjeldatud alal klõpsates selle ala jaoks määratud URL, nagu oleks klõpsatud tavalisel lingil. URL ilmub hiirega hüperpildist üle liikudes nähtavale hiirekursori all."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3150740\n"
"67\n"
"help.text"
msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
msgstr "Nii nagu hüperpilte on võimalik kasutada erineval viisil, on neid võimalik ka erinevates vormingutes salvestada."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3146874\n"
"68\n"
"help.text"
msgid "ImageMap Formats"
msgstr "Hüperpildi vormingud"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3145153\n"
"69\n"
"help.text"
msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
msgstr "Hüperpildid on jaotatud põhimõtteliselt kahte rühma: need, mida analüüsitakse serveris (teenusepakkuja juures) ja need, mida analüüsib kasutaja arvutis olev veebibrauser."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -847,46 +858,41 @@ msgstr "<bookmark_value>serveripoolne hüperpilt</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3152881\n"
"70\n"
"help.text"
msgid "Server Side ImageMaps"
msgstr "Serveripoolsed hüperpildid"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3153057\n"
"71\n"
"help.text"
msgid "Server Side ImageMaps appear for the reader as a picture or frame on the page. Click on the ImageMap with the mouse, and the coordinates of the relative position are sent to the server. Aided by an extra program, the server then determines the next step to take. There are several incompatible methods to define this process, the two most common being:"
msgstr "Serveripoolsed hüperpildid paistavad vaatajale pildi või paneelina lehel. Hiireklõpsu korral hüperpildil saadetakse suhtelise asukoha koordinaadid serverile. Serveris töötav programm määrab vastavalt sellele järgneva tegevuse. Protsessi määramiseks on mitmeid omavahel mitteühilduvaid meetodeid, kaks sagedamini kasutatavat neist on:"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3147502\n"
"72\n"
"help.text"
msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
msgstr "W3C (CERN) HTTP Server (vormingu tüüp: MAP - CERN)"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3154011\n"
"73\n"
"help.text"
msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
msgstr "NCSA HTTP Server (vormingu tüüp: MAP - NCSA)"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3149483\n"
"74\n"
"help.text"
msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
msgstr "$[officename] oskab hüperpilte luua mõlema meetodi jaoks. Vormingu saab valida <emph>hüperpiltide redaktori</emph> dialoogi <emph>Salvestamine</emph> loendist <emph>Faili tüüp</emph>. Salvestamisel luuakse hüperpilti kirjeldavad failid, mis tuleb serverisse üles laadida. Seda, millist hüperpiltide tüüpi server toetab ja kuidas juhtida nende rakendusprogrammi, tuleks küsida oma võrguadministraatorilt või teenusepakkujalt."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -900,28 +906,25 @@ msgstr "<bookmark_value>kliendipoolne hüperpilt</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3152418\n"
"75\n"
"help.text"
msgid "Client Side ImageMap"
msgstr "Kliendipoolne hüperpilt"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3151290\n"
"76\n"
"help.text"
msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time."
msgstr "Pildi või paneeli ala kohale, millele lugeja võib klõpsata, ilmub <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>, kui hiirekursor liigub üle ala. Hüperpilt asub pildi all olevas kihis ja sisaldab teavet viidatud regioonide kohta. Ainsaks kliendipoolsete hüperpiltide miinuseks on asjaolu, et vanemad brauserid ei oska neid käsitleda, kuid see puudus muutub aja jooksul tähtsusetuks."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3149664\n"
"77\n"
"help.text"
msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code."
msgstr "Hüperpildi salvestamisel vali failitüübiks <emph>SIP - StarView ImageMap</emph>. See salvestab hüperpildi just sellisesse vormingusse, mida saab rakendada dokumendi igale pildile või paneelile. Kui aga soovid hüperpilti lihtsalt kasutada aktiivsel pildil või tekstipaneelil, ära hakka seda spetsiaalsesse vormingusse salvestada. Selle asemel määra regioon ja klõpsa lihtsalt <emph>Rakenda</emph>. Kliendipoolsed hüperpildid, mis on salvestatud <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-vormingus, lisatakse otse lehekülje HTML-koodi."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -935,126 +938,33 @@ msgstr "<bookmark_value>Java; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3159125\n"
"92\n"
"help.text"
msgid "Java"
msgstr "Java"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3153188\n"
"93\n"
"help.text"
msgid "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"."
msgstr "Java on platvormist sõltumatu programmeerimiskeel, mis sobib eriti hästi Internetis kasutamiseks. Java abil programmeeritud veebilehti ja rakendusi on võimalik kasutada kõigi kaasaegsete operatsioonisüsteemidega. Java programmid on tavaliselt programmeeritud Java arenduskeskkonnas ja seejärel kompileeritud baitkoodiks."
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"bm_id3159153\n"
"help.text"
msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
msgstr "<bookmark_value>pluginad; mõiste</bookmark_value>"
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3159153\n"
"107\n"
"help.text"
msgid "Plug-In"
msgstr "Plugin"
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3154127\n"
"109\n"
"help.text"
msgid "Extensions providing additional functionality in Web browsers are referred to as Plug-Ins."
msgstr "Pluginateks nimetatakse veebibrauseritele lisafunktsionaalsust pakkuvaid laiendusi."
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3147484\n"
"108\n"
"help.text"
msgid "A Plug-In is a term used in various contexts:"
msgstr "Plugin on mõiste, mida kasutatakse erinevates kontekstides:"
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3168608\n"
"172\n"
"help.text"
msgid "Plug-Ins in $[officename]"
msgstr "Pluginad $[officename]'is"
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3149910\n"
"111\n"
"help.text"
msgid "You will notice in $[officename] that the <emph>Formatting</emph> Bar changes after certain operations. For example, if you insert a formula into your text document, you see icons for editing the formula, in fact the same icons you see in formula documents. In this sense, we refer to the formula as a plug-in within the text document."
msgstr "Kindlasti märkad, et $[officename]'i <emph>vormindusriba</emph> muutub pärast teatud tegevuste sooritamist. Näiteks pärast valemi lisamist tekstidokumenti näed sa vormindusribal valemite redigeerimise ikoone. Valem on sellisel juhul plugin tekstidokumendis."
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3148387\n"
"177\n"
"help.text"
msgid "Using Plug-Ins to extend your programs"
msgstr "Pluginate kasutamine programmide võimaluste laiendamiseks"
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3156737\n"
"114\n"
"help.text"
msgid "Plug-ins, generally speaking, are software additions to particular applications which provide enhanced functionality. Often import and export filters for various file formats are stored as plug-ins in a plug-in directory."
msgstr "Üldiselt on pluginad kindla rakenduse tarkvaralised lisaprogrammid, mis pakuvad sellele rakendusele lisafunktsionaalsust. Sageli salvestatakse erinevate failivormingute import- ja eksportfiltrid pluginatena pluginate kataloogi."
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3149958\n"
"115\n"
"help.text"
msgid "Netscape web browser extensions produced by Netscape Communication Corporation are also called plug-ins. These are external programs mainly taken from the multimedia field and which communicate with the browser through standardized interfaces. These plug-ins can be linked to $[officename] documents."
msgstr "Pluginateks kutsutakse ka veebibrauserite laiendusi. Need on põhiliselt multimeediateemalised välised rakendused, mis suhtlevad rakendusega läbi standardsete liideste. Neid pluginaid on võimalik ka $[officename]'i dokumentidesse linkida."
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3149420\n"
"179\n"
"help.text"
msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
msgstr "$[officename] leiab automaatselt üles kõik süsteemi paigaldatud 32-bitised Netscape'i pluginad."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"hd_id3145647\n"
"127\n"
"help.text"
msgid "Proxy"
msgstr "Puhverserver"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3148455\n"
"128\n"
"help.text"
msgid "A proxy is a computer in the network acting as a kind of clipboard for data transfer. Whenever you access the Internet from a company network and request a Web page that has already been read by a colleague, the proxy will be able to display the page much quicker, as long as it's still in the memory. All that has to be checked in this case is that the page stored in the proxy is the latest version. If this is the case, the page won't have to be downloaded from the much slower Internet but can be loaded directly from the proxy."
msgstr "Puhverserver on võrgus asuv arvuti, mis käitub omamoodi veebiliikluse lõikepuhvrina. Iga kord, kui soovid vaadata oma ettevõtte võrgu kaudu mõnda veebilehekülge ja seda lehekülge on mõni su kolleeg juba vaadanud, siis võimaldab puhverserver sul näha seda lehekülge tunduvalt kiiremini kui võib-olla aeglasevõitu internetiühenduse kaudu. Sellisel juhul ei laadita seda lehekülge iga kord veebiserverist uuesti, vaid kontrollitakse ainult, kas puhverserveris on ikka kõige värskem versioon ja kui on, siis tagastatakse lehekülg otse puhverserverist."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -1068,28 +978,25 @@ msgstr "<bookmark_value>SGML; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3154729\n"
"229\n"
"help.text"
msgid "SGML"
msgstr "SGML"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3147330\n"
"230\n"
"help.text"
msgid "SGML stands for \"Standard Generalized Markup Language\". SGML is based on the idea that documents have structural and other semantic elements that can be described without reference to how such elements should be displayed. The actual display of such a document may vary, depending on the output medium and style preferences. In structured texts, SGML not only defines structures (in the DTD = Document Type Definition) but also ensures they are consistently used."
msgstr "SGML on lühend ingliskeelsest terminist \"Standard Generalized Markup Language\" (standardne üldistatud märkekeel). SGML põhineb ideel, et dokumendid koosnevad struktuursetest ja semantilistest elementidest, mida saab kirjeldada ilma viitamata, kuidas neid elemente kuvama peab. Selliste dokumentide tegelik välimus võib muutuda olenevalt väljastusmeediast ja stiilieelistustest. Struktureeritud tekstides ei defineeri SGML mitte ainult struktuure (nt DTD ehk Document Type Definition), vaid kindlustab ka, et neid läbivalt kasutatakse."
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3148747\n"
"231\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages."
msgstr "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> on spetsiaalne SGML-i alamhulk. See tähendab, et enamik veebibrausereid toetab ainult piiratud hulka SGML standardeid ja enamik SGML-võimelisi süsteeme oskab väljastada atraktiivseid HTML-lehekülgi."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -1103,19 +1010,17 @@ msgstr "<bookmark_value>otsingumootorid; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3153950\n"
"138\n"
"help.text"
msgid "Search Engines"
msgstr "Otsingumootorid"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3157965\n"
"139\n"
"help.text"
msgid "A search engine is a service in the Internet based on a software program used to explore a vast amount of information using key words."
msgstr "Otsingumootor on internetipõhine teenus võtmesõnade abil hiiglaslikust infohulgast otsimiseks."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -1129,19 +1034,17 @@ msgstr "<bookmark_value>sildid; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3150751\n"
"141\n"
"help.text"
msgid "Tags"
msgstr "Sildid"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3156360\n"
"142\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic."
msgstr "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-leheküljed sisaldavad teatud struktureerimis- ja vormindamisinstruktsioone, mida nimetatakse siltideks. Sildid on dokumenti kirjeldava HTML-keele nurksulgudes koodsõnad. Sildid sisaldavad sageli algus- ja lõpusulu vahel ka teksti või hüperlinke. Näiteks esimese taseme pealkirju tähistab silt <h1> pealkirja alguses ja </h1> lõpus. Teatud sildid esinevad üksikult, näiteks <br> reavahetuse või <img ...> pildi linkimise tähistamiseks."
msgstr ""
#: 00000002.xhp
msgctxt ""
@@ -1155,19 +1058,17 @@ msgstr "<bookmark_value>URL; mõiste</bookmark_value>"
msgctxt ""
"00000002.xhp\n"
"hd_id3153766\n"
"145\n"
"help.text"
msgid "URL"
msgstr "URL"
msgstr ""
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3152931\n"
"146\n"
"help.text"
msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an e-mail address."
msgstr "URL (Uniform Resource Locator) tähendab dokumendi või serveri aadressi Internetis. URL-i kuju oleneb selle tüübist ja on üldjuhul kujul teenus://server:port/rada/lehekülg#lehekülje_osa, kuid kõiki selle osasid ei pea tingimata kasutama. URL võib olla näiteks FTP-aadress, WWW- ehk HTTP-aadress, failiaadress või e-posti aadress."
msgstr ""
#: 00000003.xhp
msgctxt ""
@@ -7518,15 +7419,6 @@ msgctxt ""
msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
msgstr "Ava valitud paneeli kontekstimenüü - vali <emph>Omadused</emph>"
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3151251\n"
"545\n"
"help.text"
msgid "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
msgstr "<variable id=\"plugin\">Vali <emph>Redigeerimine - Plugin</emph></variable>"
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
@@ -8011,59 +7903,6 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-objekt"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153087\n"
"9\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Vali <emph>Lisamine - Objekt - Plugin</emph></caseinline></switchinline>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149785\n"
"10\n"
"help.text"
msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr "Ava tööriistariba <emph>Lisamine</emph>, klõpsa"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3154897\n"
"help.text"
msgid "<image id=\"img_id3146847\" src=\"cmd/sc_insertplugin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146847\">Icon</alt></image>"
msgstr "<image id=\"img_id3146847\" src=\"cmd/sc_insertplugin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146847\">Ikoon</alt></image>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3148474\n"
"11\n"
"help.text"
msgid "Plug-in"
msgstr "Plugin"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153880\n"
"53\n"
"help.text"
msgid "Choose <emph>Insert - Object - Audio</emph>"
msgstr "Vali <emph>Lisamine - Objekt - Heli</emph>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3143278\n"
"54\n"
"help.text"
msgid "Choose <emph>Insert - Object - Video</emph>"
msgstr "Vali <emph>Lisamine - Objekt - Video</emph>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
@@ -8888,16 +8727,6 @@ msgctxt ""
msgid "Choose <emph>Tools - AutoText - Path</emph>"
msgstr "Vali <emph>Redigeerimine - Automaattekst - Asukoht</emph>"
#: 00000406.xhp
#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154696\n"
"30\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors</emph>"
msgstr "Vali <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - $[officename] - Värvid</emph>"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
@@ -8907,16 +8736,6 @@ msgctxt ""
msgid "Choose <emph>Format - Area - Colors</emph> tab"
msgstr "Vali <emph>Vormindus - Ala -</emph> kaart <emph>Värvid</emph>"
#: 00000406.xhp
#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149270\n"
"65\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors - Edit</emph>"
msgstr "Vali <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - $[officename] - Värvid - Redigeeri</emph>"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
@@ -10414,8 +10233,8 @@ msgctxt ""
"00040500.xhp\n"
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Borders</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Äärised</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Borders</emph> tab"
msgstr ""
#: 00040500.xhp
msgctxt ""
@@ -10514,8 +10333,8 @@ msgctxt ""
"00040500.xhp\n"
"par_id3150592\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Background</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Taust</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Area</emph> tab"
msgstr ""
#: 00040500.xhp
msgctxt ""
@@ -10947,21 +10766,12 @@ msgid "Crop"
msgstr "Kärbi"
#: 00040500.xhp
#, fuzzy
msgctxt ""
"00040500.xhp\n"
"par_id3151254\n"
"help.text"
msgid "Choose <emph>Format - Text - Change Case</emph>"
msgstr "Vali <emph>Vormindus - Tähesuuruse muutmine</emph>"
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3159624\n"
"help.text"
msgid "Open context menu (text) - choose <emph>Change Case</emph>"
msgstr "Ava konteksimenüü (tekstis) ja vali <emph>Tähesuuruse muutmine</emph>"
msgid "Choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>"
msgstr ""
#: 00040500.xhp
msgctxt ""
@@ -12419,16 +12229,6 @@ msgctxt ""
msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Colors</emph> tab"
msgstr "Vali <emph>Vormindus - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Objekt - </emph></caseinline><caseinline select=\"CALC\"><emph>Pilt - </emph></caseinline></switchinline><emph>Ala - </emph>kaart <emph>Värvid</emph>"
#: 00040502.xhp
#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id3152462\n"
"29\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors</emph> tab"
msgstr "Vali <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - $[officename] - </emph>kaart <emph>Värvid</emph>"
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
@@ -13769,15 +13569,6 @@ msgctxt ""
msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
msgstr "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Lülitab piltide kuvamise dokumendis välja.</ahelp>"
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3153910\n"
"26\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_PLUGINOFF\">Disables inserted plug-ins.</ahelp> Click this command again to reactivate the <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">plug-ins</link>."
msgstr "<ahelp hid=\"HID_MN_READONLY_PLUGINOFF\">Deaktiveerib lehel leiduvad pluginad.</ahelp> Sama käsu taasvalimine aktiveerib <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">pluginad</link> uuesti."
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-02 11:02+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 02:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462186969.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467772098.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -10358,14 +10358,13 @@ msgid "Yes, I want to save it in the following database field"
msgstr "Jah, soovin salvestada seda järgmises andmebaasiväljas"
#: 01170904.xhp
#, fuzzy
msgctxt ""
"01170904.xhp\n"
"par_id3147043\n"
"6\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/yesRadiobutton\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Määrab, kas kasutaja sisestatud või valitud liitväli tuleks salvestada andmebaasiväljal.</ahelp> Pakutakse mitut andmebaasitabeli välja, millele on ligipääs praegusel vormil."
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
msgstr ""
#: 01170904.xhp
#, fuzzy
@@ -10387,14 +10386,13 @@ msgid "List field"
msgstr "Loendi väli"
#: 01170904.xhp
#, fuzzy
msgctxt ""
"01170904.xhp\n"
"par_id3147008\n"
"8\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/storeInFieldCombobox\">Specifies the data field where the combination field value should be saved.</ahelp>"
msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">Määrab andmevälja, kus liitväli tuleks salvestada.</ahelp>"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\">Specifies the data field where the combination field value should be saved.</ahelp>"
msgstr ""
#: 01170904.xhp
msgctxt ""
@@ -10406,14 +10404,13 @@ msgid "No, I only want to save the value in the form"
msgstr "Ei, soovin salvestada väärtust ainult vormis"
#: 01170904.xhp
#, fuzzy
msgctxt ""
"01170904.xhp\n"
"par_id3149398\n"
"10\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/noRadiobutton\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Määrab, et selle liitvälja väärtust ei kirjutata andmebaasi ja salvestatakse vaid vormil.</ahelp>"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
msgstr ""
#: 01171000.xhp
msgctxt ""
@@ -10841,14 +10838,12 @@ msgid "Any font changes apply to the selected text or word in which the cursor i
msgstr "Kõik fondi muudatused rakenduvad valitud tekstile või sõnale, milles asub kursor. Kui teksti pole valitud, siis mõjuvad fondi sätted edaspidi sisestatavale tekstile."
#: 02020000.xhp
#, fuzzy
msgctxt ""
"02020000.xhp\n"
"par_id3155941\n"
"8\n"
"help.text"
msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
msgstr "Viie viimasena valitud fondi nimed asuvad liitboksi ülemises osas, kui väli <emph>Fontide ajalugu</emph> on märgitud dialoogis <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - $[officename] - Vaade</emph>. Kohe pärast dokumendi sulgemist taastatakse paigaldatud fontide tavaline tähestikuline järjekord."
msgid "The last five font names that have been selected are shown in the top part of the combo box."
msgstr ""
#: 02020000.xhp
msgctxt ""
@@ -17972,27 +17967,24 @@ msgctxt ""
"24010000.xhp\n"
"tit\n"
"help.text"
msgid "Graphic Filter Bar"
msgstr "Graafikafiltrite riba"
msgid "Image Filter Bar"
msgstr ""
#: 24010000.xhp
msgctxt ""
"24010000.xhp\n"
"hd_id3151299\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">Graphic Filter Bar</link>"
msgstr "<link href=\"text/shared/02/24010000.xhp\" name=\"Graafikafiltrite riba\">Graafikafiltrite riba</link>"
msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Image Filter Bar\">Image Filter Bar</link>"
msgstr ""
#: 24010000.xhp
#, fuzzy
msgctxt ""
"24010000.xhp\n"
"par_id3156183\n"
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Image</emph> bar opens the <emph>Graphic Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
msgstr "<ahelp hid=\".uno:GraphicFilterToolbox\">See <emph>pildiriba</emph> ikoon avab <emph>graafikafiltrite</emph> riba, mis võimaldab valitud pildile rakendada erinevaid filtreid.</ahelp>"
msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Image</emph> bar opens the <emph>Image Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
msgstr ""
#: 24010000.xhp
msgctxt ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-02 11:02+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 02:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462186974.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467772184.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -77,15 +77,6 @@ msgctxt ""
msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Agenda\">Agenda</link>"
msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Päevakord\">Päevakord</link>"
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"hd_id3146948\n"
"7\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">Presentation</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">Esitlus</link>"
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
@@ -2489,837 +2480,6 @@ msgctxt ""
msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Go to Agenda Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Päevakorra loomise nõustaja</link>"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard"
msgstr "Esitluse loomise nõustaja"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"bm_id3159224\n"
"help.text"
msgid "<bookmark_value>wizards; presentations</bookmark_value><bookmark_value>presentations; wizards</bookmark_value>"
msgstr "<bookmark_value>nõustajad; esitlused</bookmark_value><bookmark_value>esitlused; nõustajad</bookmark_value>"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"hd_id3159224\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Esitluse loomise nõustaja</link>"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3156027\n"
"2\n"
"help.text"
msgid "<variable id=\"autopilot\"><ahelp hid=\"SID_AUTOPILOT\">Use the wizard to interactively create a presentation. With the wizard, you can modify the sample templates to suit your needs.</ahelp></variable> The wizard takes you step by step through the design elements and offers various editing options."
msgstr "<variable id=\"autopilot\"><ahelp hid=\"SID_AUTOPILOT\">Selle nõustaja abil saab interaktiivselt esitluse luua. Nõustajas pakutavaid näidismalle saab oma vajaduste järgi muuta.</ahelp></variable> Nõustaja annab üksikasjalikke juhiseid kujunduselementide valimiseks ja pakub mitmeid redigeerimisvalikuid."
#: 01050000.xhp
#, fuzzy
msgctxt ""
"01050000.xhp\n"
"par_id3154289\n"
"11\n"
"help.text"
msgid "To start the Presentation Wizard automatically when opening a new presentation, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\"><emph>%PRODUCTNAME Impress - General</emph></link> and check the <emph>Start with Wizard</emph> box."
msgstr "Uue esitluse avamisel käivitub esitluse loomise nõustaja automaatselt. Saad selle funktsiooni välja lülitada, valides <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - <link href=\"text/shared/optionen/01070500.xhp\" name=\"Esitlus - Üldine\">%PRODUCTNAME Impress - Üldine</link></emph> ja tühjendades märkeruudu <emph>Alusta nõustajast</emph>."
#: 01050000.xhp
#, fuzzy
msgctxt ""
"01050000.xhp\n"
"par_id3166410\n"
"3\n"
"help.text"
msgid "Within each wizard page, you can undo, modify, or skip altogether the editing steps. If you decide to skip over one of the pages, the wizard uses the default settings."
msgstr "Igal nõustaja lehel saad redigeerimissamme tagasi võtta ja muuta või need üldse vahele jätta. Kui otsustad mõne nõustaja lehe vahele jätta, kasutatakse selle lehe jaoks vaikesätteid."
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"hd_id3159269\n"
"4\n"
"help.text"
msgid "<< Back"
msgstr "<< Tagasi"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3150504\n"
"5\n"
"help.text"
msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\">Returns to the previous step without deleting your current settings.</ahelp> You can only select this button after the second editing step."
msgstr "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\">Pöördub tagasi eelmise sammu juurde, ilma et aktiivseid sätteid kustutataks.</ahelp> Seda nuppu on võimalik kasutada alates teisest redigeerimissammust."
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"hd_id3153349\n"
"6\n"
"help.text"
msgid "Next >>"
msgstr "Edasi >>"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3156307\n"
"7\n"
"help.text"
msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_NEXT\">Accepts the new settings and moves to the next page.</ahelp> You will not be able to select this button in the last editing step."
msgstr "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_NEXT\">Kinnitab uued sätted ja liigub edasi järgmisele lehele.</ahelp> Viimase redigeerimissammu juures ei saa seda nuppu kasutada."
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"hd_id3156327\n"
"8\n"
"help.text"
msgid "Create"
msgstr "Loo"
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3153087\n"
"9\n"
"help.text"
msgid "The wizard creates a new document based on the specified settings. You can later specify a name for the document and save it."
msgstr "Nõustaja loob määratud sätete põhjal uue dokumendi. Hiljem saad dokumendile nime anda ja selle salvestada."
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3149656\n"
"10\n"
"help.text"
msgid "$[officename] saves the current wizard settings and uses them as default the next time you open the wizard."
msgstr "$[officename] salvestab nõustaja aktiivsed sätted ja kasutab neid järgmisel nõustaja avamisel vaikeväärtustena."
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard Page 1"
msgstr "Esitluse loomise nõustaja - leht 1"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3155320\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050100.xhp\" name=\"Presentation Wizard Page 1\">Presentation Wizard Page 1</link>"
msgstr "<link href=\"text/shared/autopi/01050100.xhp\" name=\"Presentation Wizard Page 1\">Esitluse loomise nõustaja: leht 1</link>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3152594\n"
"14\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/page1Box\">Specifies the presentation type and allows you to select a template.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/page1Box\">Määrab esitluse tüübi ja võimaldab valida sobiva malli.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3145090\n"
"15\n"
"help.text"
msgid "Type"
msgstr "Tüüp"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3153684\n"
"23\n"
"help.text"
msgid "You can determine the presentation type in this area."
msgstr "Selles alas saab määrata esitluse tüübi."
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3153527\n"
"16\n"
"help.text"
msgid "Empty presentation"
msgstr "Tühi esitlus"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3149388\n"
"24\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/emptyRadiobutton\">Creates a new (empty) presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/emptyRadiobutton\">Loob uue (tühja) esitluse.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3147008\n"
"17\n"
"help.text"
msgid "From template"
msgstr "Mallist"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3154318\n"
"25\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/templateRadiobutton\">Opens a list box containing various modifiable presentations.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/templateRadiobutton\">Avab loendi, mis sisaldab mitmesuguseid muudetavaid esitlusi.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3153662\n"
"18\n"
"help.text"
msgid "Open existing presentation"
msgstr "Olemasoleva esitluse avamine"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3147275\n"
"26\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/openRadiobutton\">Displays a list of previously created presentations.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/openRadiobutton\">Kuvab varem loodud esitluste nimekirja.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_idN1067B\n"
"help.text"
msgid "<ahelp hid=\".\">Click <emph>Open</emph> to see a file selection dialog.</ahelp>"
msgstr "<ahelp hid=\".\">Faili avamise dialoogi avamiseks klõpsa <emph>Ava</emph>.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3149763\n"
"19\n"
"help.text"
msgid "List of template categories (only available when you select the From template option)"
msgstr "Mallide kategooriate nimekiri (saadaval ainult siis, kui valisid sätte Mallist)"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3150503\n"
"27\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/templatesTreeview\">Lists the available template categories for presentations.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/templatesTreeview\">Loetleb saadaolevad esitluste mallide kategooriad.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3153349\n"
"20\n"
"help.text"
msgid "List of existing presentations (only available when you select the Open existing presentation option)"
msgstr "Olemasolevate esitluste loend (saadaval ainult siis, kui valisid sätte Olemasoleva esitluse avamine)"
#: 01050100.xhp
#, fuzzy
msgctxt ""
"01050100.xhp\n"
"par_id3145317\n"
"28\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/openButton\">Lists the presentations that you created and saved to the Templates directory that is specified under <emph>%PRODUCTNAME - Paths</emph> in the Options dialog box. To edit the layout and formatting of a presentation with the wizard, select the presentation, and then click <emph>Next</emph>.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_AUTOPILOT_OPEN\">Loetleb esitlused, mille oled loonud ja salvestanud kataloogi Mallid, mis on määratud dialoogiakna Sätted valikutega <emph>%PRODUCTNAME - Asukohad</emph>. Nõustaja abil esitluse paigutuse ja vorminduse redigeerimiseks vali esitlus ja klõpsa käsul <emph>Edasi</emph>.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3155388\n"
"21\n"
"help.text"
msgid "Preview"
msgstr "Eelvaade"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3150256\n"
"29\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/previewCheckbutton\">Specifies that templates appear in the preview window.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/previewCheckbutton\">Määrab, et malle kuvatakse eelvaateaknas.</ahelp>"
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"hd_id3153561\n"
"22\n"
"help.text"
msgid "Do not show this dialog again"
msgstr "Seda dialoogi rohkem ei näidata"
#: 01050100.xhp
#, fuzzy
msgctxt ""
"01050100.xhp\n"
"par_id3153061\n"
"30\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/startWithCheckbutton\">Specifies that you only want the Wizard to start when you expressly request it with <emph>File - Wizard - Presentation</emph>.</ahelp> This field is only visible when you create a presentation by choosing <emph>File - New - Presentation</emph>. You can also specify whether to show the dialog with the <emph>Start with Wizard</emph> check box in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>."
msgstr "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_STARTWITH\">Määrab, et nõustaja käivitatakse ainult siis, kui kasutaja seda otseselt käskude <emph>Fail - Nõustaja - Esitlus</emph> abil taotleb.</ahelp> See väli on nähtav vaid juhul, kui lood esitluse käskude <emph>Fail - Uus - Esitlus</emph> abil. Lisaks saad määrata, kas dialoog kuvatakse ruudu <emph>Alusta nõustajast</emph> märkimisel kohas <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Eelistused</caseinline><defaultinline>Tööriistad - Sätted</defaultinline></switchinline> - %PRODUCTNAME Impress - Üldine</emph>."
#: 01050100.xhp
msgctxt ""
"01050100.xhp\n"
"par_id3159414\n"
"13\n"
"help.text"
msgid "Continue here to <link href=\"text/shared/autopi/01050200.xhp\" name=\"Wizard Page 2\">Wizard Page 2</link>."
msgstr "Mine edasi <link href=\"text/shared/autopi/01050200.xhp\" name=\"Wizard Page 2\">nõustaja lehele 2</link>."
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard Page 2"
msgstr "Esitluse loomise nõustaja: leht 2"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3151100\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050200.xhp\" name=\"Presentation Wizard Page 2\">Presentation Wizard Page 2</link>"
msgstr "<link href=\"text/shared/autopi/01050200.xhp\" name=\"Presentation Wizard Page 2\">Esitluse loomise nõustaja: leht 2</link>"
#: 01050200.xhp
#, fuzzy
msgctxt ""
"01050200.xhp\n"
"par_id3156027\n"
"19\n"
"help.text"
msgid "Selects the medium and the background of your presentation."
msgstr "Esitluse jaoks meediumi ja tausta valimine."
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3153749\n"
"20\n"
"help.text"
msgid "Select a slide design"
msgstr "Vali slaidi kujundus"
#: 01050200.xhp
#, fuzzy
msgctxt ""
"01050200.xhp\n"
"par_id3155338\n"
"26\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/layoutTreeview\" visibility=\"visible\">Allows you to select a slide design for the presentation you selected on page 1 of the Wizard.</ahelp> In the upper list box you can choose from three slide design types (education, presentation backgrounds and presentations). In the lower list box, you can select one of the templates for your presentation."
msgstr "<ahelp hid=\"SD:LISTBOX:DLG_ASS:LB_PAGE2_LAYOUT\" visibility=\"visible\">Siin saad valida nõustaja 1. lehel valitud esitluse jaoks slaidide kujunduse.</ahelp> Ülemises loendiaknas saad valida kolme kujundustüübi vahel (hariduslik, esitluse taustad ja esitlused). Alumises loendiaknas saad esitluse jaoks malli valida."
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3149177\n"
"21\n"
"help.text"
msgid "Select an output medium"
msgstr "Vali väljundmeedium"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3153681\n"
"32\n"
"help.text"
msgid "Original"
msgstr "Algne"
#: 01050200.xhp
#, fuzzy
msgctxt ""
"01050200.xhp\n"
"par_id3156347\n"
"33\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium5Radiobutton\" visibility=\"visible\">Uses the original page format of the template.</ahelp>"
msgstr "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM5\" visibility=\"visible\">Kasutab algset mallist pärit lehevormingut.</ahelp>"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3147653\n"
"23\n"
"help.text"
msgid "Overhead sheet"
msgstr "Projektorikile"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"par_id3153032\n"
"30\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium3Radiobutton\" visibility=\"visible\">Creates a presentation to be used as overhead transparencies.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium3Radiobutton\" visibility=\"visible\">Loob esitluse, mida kasutatakse projektorikiledel.</ahelp>"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3148685\n"
"24\n"
"help.text"
msgid "Paper"
msgstr "Paber"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"par_id3155419\n"
"31\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium4Radiobutton\" visibility=\"visible\">Creates a presentation that can be printed on paper.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium4Radiobutton\" visibility=\"visible\">Loob esitluse, mille saab printida paberile.</ahelp>"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3148491\n"
"25\n"
"help.text"
msgid "Screen"
msgstr "Ekraan"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"par_id3145119\n"
"28\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium1Radiobutton\" visibility=\"visible\">Creates a computer screen presentation only.</ahelp> The screen is adjusted by default."
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium1Radiobutton\" visibility=\"visible\">Loob esitluse arvuti ekraanil näitamiseks.</ahelp> Kuva kohandatakse vaikimisi."
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"hd_id3154898\n"
"22\n"
"help.text"
msgid "Slide"
msgstr "Slaid"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"par_id3153821\n"
"29\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium2Radiobutton\" visibility=\"visible\">Creates a presentation to be used as slides.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium2Radiobutton\" visibility=\"visible\">Loob esitluse, mida kasutatakse slaididel.</ahelp>"
#: 01050200.xhp
msgctxt ""
"01050200.xhp\n"
"par_id3155388\n"
"12\n"
"help.text"
msgid "Continue to <link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>."
msgstr "Continue to <link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Esitluse loomise nõustaja: leht 3</link>."
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard Page 3"
msgstr "Esitluse loomise nõustaja: leht 3"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3153323\n"
"21\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>"
msgstr "<link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Esitluse loomise nõustaja: leht 3</link>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3159201\n"
"2\n"
"help.text"
msgid "Select a slide transition"
msgstr "Vali slaidisiire"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3145669\n"
"3\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/page3Box\">Assigns special effects to your presentation and determines its speed.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/page3Box\">Määrab esitluse eriefektid ja nende kiiruse.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3147088\n"
"4\n"
"help.text"
msgid "Effect"
msgstr "Efekt"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3153683\n"
"5\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/effectCombobox\">Specifies an effect for your presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/effectCombobox\">Määrab esitlusele efekti.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3153346\n"
"6\n"
"help.text"
msgid "Speed"
msgstr "Kiirus"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3153311\n"
"7\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/speedCombobox\">Determines the effect speed.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/speedCombobox\">Määrab efekti kiiruse.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3147275\n"
"8\n"
"help.text"
msgid "Select the presentation type"
msgstr "Vali esitluse tüüp"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3153662\n"
"9\n"
"help.text"
msgid "Determines the timing for the presentation."
msgstr "Määrab esitluse ajastuse."
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3150984\n"
"22\n"
"help.text"
msgid "You can change the settings later under the menu <link href=\"text/simpress/main0114.xhp\" name=\"Presentation\">Presentation</link>."
msgstr "Sätteid saab muuta hiljem menüüst <link href=\"text/simpress/main0114.xhp\" name=\"Presentation\">Esitlus</link>."
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3149784\n"
"10\n"
"help.text"
msgid "Default"
msgstr "Vaikimisi"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3150503\n"
"11\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/liveRadiobutton\">The <emph>Default</emph> option runs the presentation as a full screen presentation with the specified speed.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/liveRadiobutton\">Säte <emph>Vaikimisi</emph> käivitab esitluse täisekraanil määratud kiirusega.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3154047\n"
"12\n"
"help.text"
msgid "Automatic"
msgstr "Automaatne"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3149578\n"
"13\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/kioskRadiobutton\">Runs the presentation automatically, and restarts it again after a break.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/kioskRadiobutton\">Käivitab esitluse automaatselt ja taaskäivitab selle pärast pausi.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3150085\n"
"14\n"
"help.text"
msgid "Duration of page"
msgstr "Slaidi kuvamise kestus"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3153562\n"
"15\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/timeSpinbutton\">Defines the duration of each presentation page.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/timeSpinbutton\">Määrab iga esitluse slaidi kuvamise kestuse.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3155922\n"
"16\n"
"help.text"
msgid "Duration of pause"
msgstr "Pausi kestus"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3153061\n"
"17\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/breakSpinbutton\">Defines the pause between each presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/breakSpinbutton\">Määrab pausi pikkuse kuvatavate slaidide vahel.</ahelp>"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"hd_id3148946\n"
"18\n"
"help.text"
msgid "Show logo"
msgstr "Logo kuvamine"
#: 01050300.xhp
msgctxt ""
"01050300.xhp\n"
"par_id3145068\n"
"19\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/logoCheckbutton\">Specifies whether to display the $[officename] logo during the pause between each presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/logoCheckbutton\">Määrab, kas iga esitluse vahelise pausi ajal kuvatakse $[officename]'i logo.</ahelp>"
#: 01050300.xhp
#, fuzzy
msgctxt ""
"01050300.xhp\n"
"par_id3151054\n"
"20\n"
"help.text"
msgid "Click here to continue to <link href=\"text/shared/autopi/01050400.xhp\" name=\"page 4 of the Presentation Wizard\">page 4 of the Presentation Wizard</link>. The wizard ends here if you selected the \"Empty presentation\" option on page 1 of the Wizard."
msgstr "Klõpsa siin, kui soovid minna <link href=\"text/shared/autopi/01050400.xhp\" name=\"esitluse loomise nõustaja 4. lehele\">esitluse loomise nõustaja 4. lehele.</link>. Kui valisid nõustaja 1. lehel sätte „Tühi esitlus”, lõpeb esitlus siin."
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard Page 4"
msgstr "Esitluse loomise nõustaja: leht 4"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"hd_id3149119\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050400.xhp\" name=\"Presentation Wizard Page 4\">Presentation Wizard Page 4</link>"
msgstr "<link href=\"text/shared/autopi/01050400.xhp\" name=\"Presentation Wizard Page 4\">Esitluse loomise nõustaja: leht 4</link>"
#: 01050400.xhp
#, fuzzy
msgctxt ""
"01050400.xhp\n"
"par_id3150247\n"
"28\n"
"help.text"
msgid "You can specify the name of your company, your presentation topic, and the basic ideas you want to cover."
msgstr "Siin saad määrata oma ettevõtte nime ja esitluse nime ning kirjeldada esitluse põhiideid."
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"hd_id3147571\n"
"29\n"
"help.text"
msgid "Describe your basic ideas"
msgstr "Kirjelda oma põhiideid"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"hd_id3153345\n"
"30\n"
"help.text"
msgid "What is your name or the name of your company?"
msgstr "Mis on sinu või su ettevõtte nimi?"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"par_id3149182\n"
"34\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/askNameEntry\" visibility=\"visible\">Specifies your name or the name of your company.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/askNameEntry\" visibility=\"visible\">Määrab sinu või sinu ettevõtte nime.</ahelp>"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"hd_id3156410\n"
"31\n"
"help.text"
msgid "What is the subject of your presentation?"
msgstr "Mis on su esitluse teema?"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"par_id3149177\n"
"35\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/askTopicEntry\" visibility=\"visible\">Specifies the topic of your presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/askTopicEntry\" visibility=\"visible\">Määrab esitluse teema.</ahelp>"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"hd_id3146797\n"
"32\n"
"help.text"
msgid "Further ideas to be presented?"
msgstr "Milliseid ideid soovid lisaks käsitleda?"
#: 01050400.xhp
#, fuzzy
msgctxt ""
"01050400.xhp\n"
"par_id3149398\n"
"36\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/askInformationTextview\" visibility=\"visible\">Use this field for further thoughts and ideas that you would like to cover later in your presentation.</ahelp>"
msgstr "<ahelp hid=\"SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION\" visibility=\"visible\">Kasuta seda välja, et kirjeldada täiendavaid ideid ja mõtteid, mida sooviksid hiljem esitlusel tutvustata.</ahelp>"
#: 01050400.xhp
msgctxt ""
"01050400.xhp\n"
"par_id3157909\n"
"11\n"
"help.text"
msgid "Continue to <link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>."
msgstr "Continue to <link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Esitluse loomise nõustaja: leht 5</link>."
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"tit\n"
"help.text"
msgid "Presentation Wizard Page 5"
msgstr "Esitluse loomise nõustaja: leht 5"
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"hd_id3159224\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>"
msgstr "<link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Esitluse loomise nõustaja: leht 5</link>"
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"par_id3150247\n"
"18\n"
"help.text"
msgid "You can determine which pages to include in the created presentation."
msgstr "Sa saad määrata, millised leheküljed kaasatakse esitlusse."
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"hd_id3150178\n"
"19\n"
"help.text"
msgid "Choose your pages"
msgstr "Lehekülgede valimine"
#: 01050500.xhp
#, fuzzy
msgctxt ""
"01050500.xhp\n"
"par_id3155552\n"
"21\n"
"help.text"
msgid "In the list field, you see all pages belonging to the selected presentation template. All pages with a checkmark in the check box next to their names will be included in the created presentation. To not include a page, clear the check box in front of the page name. Click the small plus sign that is next to the page name to display the corresponding sub-items."
msgstr "Loendiväljal on näha kõik valitud esitlusemalli kuuluvad lehed. Loodavasse esitlusse kaasatakse kõik lehed, mille nime juures olev ruut on linnukesega märgitud. Kui soovid mõne lehe esitlusest välja jätta, tühjenda lehe nime juures olev märkeruut. Lehe alamüksuste kuvamiseks klõpsa lehe nime juures oleval väiksel plussmärgil."
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"hd_id3149346\n"
"20\n"
"help.text"
msgid "Create summary"
msgstr "Kokkuvõtte loomine"
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"par_id3150774\n"
"22\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/summaryCheckbutton\">Creates a summary of all presentation contents.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/summaryCheckbutton\">Loob kokkuvõtte kogu esitluse sisu kohta.</ahelp>"
#: 01050500.xhp
msgctxt ""
"01050500.xhp\n"
"par_id3156426\n"
"23\n"
"help.text"
msgid "Return to the <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> title page."
msgstr "Tagasi <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Esitluse loomise nõustaja</link> avalehele."
#: 01090000.xhp
msgctxt ""
"01090000.xhp\n"
@@ -4471,14 +3631,13 @@ msgid "Report Wizard"
msgstr "Aruande loomise nõustaja"
#: 01100000.xhp
#, fuzzy
msgctxt ""
"01100000.xhp\n"
"par_id3145071\n"
"1\n"
"help.text"
msgid "<variable id=\"report\"><ahelp hid=\"HID_DOCUMENT_CREATE_REPWIZ\">Activates the wizard for creating reports.</ahelp></variable>"
msgstr "<variable id=\"report\"><ahelp hid=\"HID_DOCUMENT_CREATE_REPWIZ\">Avab aruande loomise nõustaja.</ahelp></variable>"
msgid "<variable id=\"report\"><ahelp hid=\".\">Activates the wizard for creating reports.</ahelp></variable>"
msgstr ""
#: 01100000.xhp
msgctxt ""
@@ -7180,14 +6339,13 @@ msgid "Yes, I want to save it in the following database field:"
msgstr "Jah, soovin salvestada seda järgmises andmebaasiväljas:"
#: 01120400.xhp
#, fuzzy
msgctxt ""
"01120400.xhp\n"
"par_id3156346\n"
"6\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/yesRadiobutton\">Specifies that you want to save the reference values in a database.</ahelp> The values are written in the data field selected in the list box. The list box displays all the field names from the database table that the form is linked to."
msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Määrab kindlaks, et viiteväärtused salvestatakse andmebaasis.</ahelp> Väärtused kirjutatakse loendiboksist valitud andmeväljale. Loendiboksis kuvatakse kõigi vormiga lingitud andmebaasitabelis olevate väljade nimed."
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">Specifies that you want to save the reference values in a database.</ahelp> The values are written in the data field selected in the list box. The list box displays all the field names from the database table that the form is linked to."
msgstr ""
#: 01120400.xhp
msgctxt ""
@@ -7199,14 +6357,13 @@ msgid "List box"
msgstr "Loendiboks"
#: 01120400.xhp
#, fuzzy
msgctxt ""
"01120400.xhp\n"
"par_id3149398\n"
"8\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/storeInFieldCombobox\" visibility=\"hidden\">Select the data field in which the reference values have to be saved.</ahelp>"
msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\" visibility=\"hidden\">Vali viiteväärtuste salvestatamiseks andmeväli.</ahelp>"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\" visibility=\"hidden\">Select the data field in which the reference values have to be saved.</ahelp>"
msgstr ""
#: 01120400.xhp
msgctxt ""
@@ -7218,14 +6375,13 @@ msgid "No, I only want to save the value in the form."
msgstr "Ei, soovin salvestada väärtust ainult vormis."
#: 01120400.xhp
#, fuzzy
msgctxt ""
"01120400.xhp\n"
"par_id3153146\n"
"10\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optionsdbfieldpage/noRadiobutton\">Specifies that you want to save the reference values in the form only, and not in the database.</ahelp>"
msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Määrab kindlaks, et viiteväärtused salvestatakse ainult vormis, mitte andmebaasis.</ahelp>"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">Specifies that you want to save the reference values in the form only, and not in the database.</ahelp>"
msgstr ""
#: 01120500.xhp
msgctxt ""
@@ -8283,60 +7439,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Thunderbird or Icedove.</ahelp>"
msgstr "<ahelp hid=\".\">Vali see säte, kui sa juba kasutad Thunderbird'is või Icedove'is aadressiraamatut.</ahelp>"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"hd_id3149182\n"
"12\n"
"help.text"
msgid "LDAP address data"
msgstr "LDAP aadressiandmed"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3147209\n"
"13\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/ldap\">Select this option if you already have address data on an LDAP server.</ahelp>"
msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/ldap\">Vali see säte, kui sul on juba aadressiandmed LDAP serveris.</ahelp>"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"hd_id3152780\n"
"14\n"
"help.text"
msgid "Outlook address book"
msgstr "Outlook'i aadressiraamat"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3159176\n"
"15\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/outlook\">Select this option if you already use an address book in Microsoft Outlook (not Outlook Express).</ahelp>"
msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/outlook\">Vali see säte, kui sa juba kasutad Microsoft Outlook'is (mitte Outlook Express'is) aadressiraamatut.</ahelp>"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"hd_id3154860\n"
"16\n"
"help.text"
msgid "Windows system address book"
msgstr "Windows'i süsteemne aadressiraamat"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3150254\n"
"17\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/windows\">Select this option if you already use an address book in Microsoft Outlook Express.</ahelp>"
msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/windows\">Vali see säte, kui sa juba kasutad Microsoft Outlook Express'is aadressiraamatut.</ahelp>"
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-02 11:03+0000\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
"PO-Revision-Date: 2016-07-06 03:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462186990.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467775736.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -9609,21 +9609,12 @@ msgid "You can use a JDBC driver to access an Oracle database from Solaris or Li
msgstr "Solarise või Linuxi operatsioonisüsteemis Oracle'i andmebaasi juurde pääsemiseks saab kasutada JDBC-draiverit. Windowsis on andmebaasi juurde pääsemiseks vaja ODBC-draiverit."
#: dabawiz02jdbc.xhp
#, fuzzy
msgctxt ""
"dabawiz02jdbc.xhp\n"
"par_idN1064B\n"
"help.text"
msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site:"
msgstr "UNIX-i kasutamisel veendu, et Oraclei andmebaasiklient on installitud JDBC-toega. JDBC draiveriklass Solarise Oracle'i kliendi versiooni 8.x jaoks asub kataloogis <Oraclei klient>/product/jdbc/lib/classes111.zip. Draiveri uusima versiooni saab alla laadida ka Oracle'i veebisaidilt:"
#: dabawiz02jdbc.xhp
msgctxt ""
"dabawiz02jdbc.xhp\n"
"par_idN1064E\n"
"help.text"
msgid "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site."
msgstr ""
#: dabawiz02jdbc.xhp
#, fuzzy

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
"PO-Revision-Date: 2016-05-24 11:01+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 02:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1464087666.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467773709.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -3504,100 +3504,100 @@ msgid "View"
msgstr "Vaade"
#: 01010800.xhp
#, fuzzy
msgctxt ""
"01010800.xhp\n"
"bm_id3155341\n"
"help.text"
msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>scaling; font sizes in user interface</bookmark_value> <bookmark_value>font sizes; scaling on screen</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value> <bookmark_value>OpenGL;settings</bookmark_value> <bookmark_value>OpenGL;blacklist</bookmark_value> <bookmark_value>OpenGL;whitelist</bookmark_value> <bookmark_value>OpenGL;graphics output</bookmark_value>"
msgstr "<bookmark_value>vaated; vaikeväärtused</bookmark_value><bookmark_value>vaikeväärtused; vaated</bookmark_value><bookmark_value>sätted; vaated</bookmark_value><bookmark_value>skaleerimine; kasutajaliidese fondid</bookmark_value><bookmark_value>fondisuurused; skaleerimine ekraanil</bookmark_value><bookmark_value>WYSIWYG stiilis fondinimekirjad</bookmark_value><bookmark_value>eelvaated; fondinimekirjad</bookmark_value><bookmark_value>fondinimekirjad</bookmark_value><bookmark_value>fondi nime väli</bookmark_value><bookmark_value>hiirekursor; paigutamine</bookmark_value><bookmark_value>lõikepuhver; valikupuhver</bookmark_value><bookmark_value>valikupuhver</bookmark_value>"
msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>icons; sizes</bookmark_value> <bookmark_value>icons; styles</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value> <bookmark_value>OpenGL;settings</bookmark_value> <bookmark_value>OpenGL;blacklist</bookmark_value> <bookmark_value>OpenGL;whitelist</bookmark_value> <bookmark_value>OpenGL;graphics output</bookmark_value> <bookmark_value>notebook bar;icon size</bookmark_value>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3155341\n"
"1\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">View</link>"
msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"Vaade\">Vaade</link>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3155630\n"
"2\n"
"help.text"
msgid "Specifies view options."
msgstr "Määrab programmi välimuse sätted."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3145171\n"
"45\n"
"hd_id310720161612581529\n"
"help.text"
msgid "Scaling"
msgstr "Skaleerimine"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3158407\n"
"46\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/windowsize\">Uses percentile scaling for font size in user interface elements, such as dialogs and icon labels.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/windowsize\">Kasutajaliidese elementide, nagu dialoogid ja ikoonide sildid, jaoks kasutatakse fontide suuruste protsendilist skaleerimist.</ahelp>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3159154\n"
"67\n"
"help.text"
msgid "The <emph>Scaling</emph> setting does not affect the font size of text in a document."
msgstr "Säte <emph>Skaleerimine</emph> ei puuduta teksti fondi suurust dokumentides."
msgid "User Interface"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3149123\n"
"112\n"
"help.text"
msgid "Icon size and style"
msgstr "Ikoonide suurus ja stiil"
msgid "Toolbar icon size"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3153947\n"
"113\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconsize\">Specifies the display size of toolbar icons.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus.</caseinline></switchinline>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/iconsize\">Määrab tööriistaribaikoonide kuvamissuuruse.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">Säte <emph>Automaatne</emph> kehtestab menüüde jaoks operatsioonisüsteemi fondisuuruse sätted.</caseinline></switchinline>"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconsize\">Specifies the display size of toolbar icons.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus. </caseinline></switchinline>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id4664754\n"
"hd_id310720161555082010\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconstyle\" visibility=\"hidden\">Select the icon style for icons in toolbars and dialogs.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/iconstyle\" visibility=\"hidden\">Vali tööriistaribade ja dialoogide ikoonide stiil.</ahelp>"
msgid "Sidebar icon size"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_idN10738\n"
"par_id310720161554582186\n"
"help.text"
msgid "Use system font for user interface"
msgstr "Süsteemse fondi kasutamine kasutajaliideses"
msgid "<ahelp hid=\"cui/ui/optviewpage/sidebariconsize\">Specifies the display size of sidebar icons.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_idN1073C\n"
"hd_id190920161822223888\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/systemfont\">Specifies to use the system font to display all menus and dialogs. Else another installed font is used.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/systemfont\">Kõikides menüüdes ja dialoogides kasutatakse süsteemset fonti. Vastasel juhul kasutatakse teist paigaldatud fonti.</ahelp>"
msgid "Notebook bar icon size"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id190920161825438077\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">Specifies the display size of <link href=\"text/shared/01/notebook_bar.xhp\">notebook bar</link> icons.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id310720161555238963\n"
"help.text"
msgid "Icon style"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id310720161555341027\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconstyle\">Specifies the icon style for icons in toolbars and dialogs.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
@@ -3626,72 +3626,154 @@ msgstr "<ahelp hid=\"cui/ui/optviewpage/aanf\">Sisesta vähim fondi suurus, mill
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_idN107A3\n"
"hd_id310720161614431319\n"
"help.text"
msgid "Menu"
msgstr "Menüü"
msgid "Mouse"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3156056\n"
"91\n"
"hd_id3166432\n"
"help.text"
msgid "Icons in menus"
msgstr "Ikoonid menüüdes"
msgid "Mouse positioning"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3155766\n"
"92\n"
"par_id3155530\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/menuicons\">Displays icons next to the corresponding menu items. Select from \"Automatic\", \"Hide\" and \"Show\". \"Automatic\" displays icons according to system settings and themes.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/menuicons\">Lülitab ikoonide kuvamist vastavate menüü-üksuste kõrval. Valikus on \"Automaatne\", \"Peidetud\" või \"Nähtaval\". \"Automaatne\" kuvab ikoonid vastavalt süsteemisätetele ja -teemadele.</ahelp>"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousepos\">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3149262\n"
"63\n"
"hd_id3146982\n"
"help.text"
msgid "Show preview of fonts"
msgstr "Fontide eelvaade"
msgid "Middle mouse button"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3155415\n"
"64\n"
"par_id3150521\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/showfontpreview\">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/showfontpreview\">Valitavate fontide nimed kuvatakse vastavate fontidega vormindatult, näiteks fondid <emph>vormindusribal</emph> olevas fontide kastis.</ahelp>"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousemiddle\">Defines the function of the middle mouse button.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3151319\n"
"68\n"
"par_id3152889\n"
"help.text"
msgid "Show font history"
msgstr "Fontide ajalugu"
msgid "<emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3153513\n"
"69\n"
"par_id3155810\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/showfonthistory\">Lists the last five fonts that you used in the current document at the top of the list in the <emph>Font Name</emph> box on the <emph>Formatting</emph> bar.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/showfonthistory\">Kuvab aktiivsele dokumendile määratud viimased viis fonti <emph>vormindusriba</emph> kastis <emph>Fondi nimi</emph>.</ahelp>"
msgid "<emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the \"Selection clipboard\" at the cursor position."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_idN10962\n"
"par_id3148703\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to restore the last used document view. Many view properties valid when the document was last saved will be restored.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Määrab, kas dokumendi avamisel taastatakse viimati kasutusel olnud vaade. Taastatakse mitmed dokumendi viimase salvestamise hetkel kehtinud vaate omadused.</ahelp>"
msgid "The \"Selection clipboard\" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut /Insert</emph> or the respective keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain different contents at the same time."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3148870\n"
"help.text"
msgid "<emph>Clipboard</emph>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3145076\n"
"help.text"
msgid "<emph>Selection clipboard</emph>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3156030\n"
"help.text"
msgid "<emph>Copy content</emph>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3150110\n"
"help.text"
msgid "Edit - Copy Ctrl+C."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3149588\n"
"help.text"
msgid "Select text, table, object."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3149331\n"
"help.text"
msgid "<emph>Paste content</emph>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3156337\n"
"help.text"
msgid "Edit - Paste Ctrl+V pastes at the cursor position."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3151127\n"
"help.text"
msgid "Clicking the middle mouse button pastes at the mouse pointer position."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3159206\n"
"help.text"
msgid "<emph>Pasting into another document</emph>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3148974\n"
"help.text"
msgid "No effect on the clipboard contents."
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3152870\n"
"help.text"
msgid "The last marked selection is the content of the selection clipboard."
msgstr ""
#: 01010800.xhp
msgctxt ""
@@ -3754,7 +3836,7 @@ msgctxt ""
"01010800.xhp\n"
"par_id1208200812004445\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/useopengl\">Use the high performance Open Graphics Library (<link href=\"text/shared/00/00000005.xhp\" name=\"opengl\">OpenGL</link>) to render all visual elements of the application, including windows, menus, toolbars and icons.</ahelp> OpenGL uses the computer graphics device to accelerate the graphics rendering. If the device is blacklisted (see below) this option will not be effective."
msgid "<ahelp hid=\"cui/ui/optviewpage/useopengl\">Use the high performance Open Graphics Library (<link href=\"text/shared/00/00000005.xhp\" name=\"opengl\">OpenGL</link>) to render all visual elements of the application, including windows, menus, toolbars and icons.</ahelp> OpenGL uses the computer graphics device to accelerate the graphics rendering. If the device is blacklisted (see below) this option will not be effective."
msgstr ""
#: 01010800.xhp
@@ -3776,204 +3858,50 @@ msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id101920091058114\n"
"par_idN107A3\n"
"help.text"
msgid "Selection"
msgstr "Valik"
msgid "Menu"
msgstr "Menüü"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id1019200910581166\n"
"hd_id3156056\n"
"help.text"
msgid "Transparency"
msgstr "Läbipaistvus"
msgid "Icons in menus"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id1019200910581186\n"
"par_id3155766\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/trans\">If enabled, the text selection in Writer and the cell selection in Calc will be shown using a transparent color. If not enabled, the selection will be shown by inverted colors.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/trans\">Kui ruut on märgitud, kuvatakse tekstivalik Writeris ja lahtrivalik Calcis läbipaistva värviga. Kui see pole märgitud, kuvatakse valik pööratud värvides.</ahelp>"
msgid "<ahelp hid=\"cui/ui/optviewpage/menuicons\">Displays icons next to the corresponding menu items. Select from \"Automatic\", \"Hide\" and \"Show\". \"Automatic\" displays icons according to system settings and themes.</ahelp>"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id1019200910581266\n"
"hd_id310720161619163588\n"
"help.text"
msgid "Transparency level"
msgstr "Läbipaistvuse tase"
msgid "Font Lists"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id1019200910581220\n"
"hd_id3149262\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/transmf\">Select the transparency level for transparent selections. The default value is 75%. You can select values from 10% to 90%.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/transmf\">Vali läbipaistvate valikute läbipaistvuse tase. Vaikeväärtus on 75%. Valida saab väärtuse vahemikus 10% kuni 90%.</ahelp>"
msgid "Show preview of fonts"
msgstr ""
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3166432\n"
"47\n"
"par_id3155415\n"
"help.text"
msgid "Mouse positioning"
msgstr "Hiire asukoht"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3155530\n"
"48\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousepos\">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/mousepos\">Määrab, kas ja kuhu paigutatakse uue dialoogi avanemisel hiire kursor.</ahelp>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"hd_id3146982\n"
"93\n"
"help.text"
msgid "Middle mouse button"
msgstr "Hiire keskmine nupp"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3150521\n"
"94\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousemiddle\">Defines the function of the middle mouse button.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optviewpage/mousemiddle\">Määrab hiire keskmise nupu funktsiooni.</ahelp>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3152889\n"
"97\n"
"help.text"
msgid "<emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view."
msgstr "<emph>Automaatne kerimine</emph> - hiire liigutamine keskmise nupu vajutamise ajal liigutab vaadet."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3155810\n"
"98\n"
"help.text"
msgid "<emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the \"Selection clipboard\" at the cursor position."
msgstr "<emph>Asetab lõikepuhvri sisu</emph> - hiire keskmise nupu vajutamisel asetatakse \"Valikupuhvri\" sisu kursori asukohta."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3148703\n"
"99\n"
"help.text"
msgid "The \"Selection clipboard\" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut /Insert</emph> or the respective keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain different contents at the same time."
msgstr "\"Valikupuhver\" ei sõltu tavalisest lõikepuhvrist, mida kasutavad käsud <emph>Redigeerimine - Kopeeri/Lõika/Aseta</emph> või vastavad kiirklahvid. Lõikepuhver ja \"Valikupuhver\" võivad samal ajal sisaldada erinevat sisu."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3148870\n"
"100\n"
"help.text"
msgid "<emph>Clipboard</emph>"
msgstr "<emph>Lõikepuhver</emph>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3145076\n"
"101\n"
"help.text"
msgid "<emph>Selection clipboard</emph>"
msgstr "<emph>Valikupuhver</emph>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3156030\n"
"102\n"
"help.text"
msgid "<emph>Copy content</emph>"
msgstr "<emph>Sisu kopeerimine</emph>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3150110\n"
"103\n"
"help.text"
msgid "Edit - Copy Ctrl+C."
msgstr "Redigeerimine - Kopeeri Ctrl+C."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3149588\n"
"104\n"
"help.text"
msgid "Select text, table, object."
msgstr "Vali tekst, tabel, objekt."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3149331\n"
"105\n"
"help.text"
msgid "<emph>Paste content</emph>"
msgstr "<emph>Sisu asetamine</emph>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3156337\n"
"106\n"
"help.text"
msgid "Edit - Paste Ctrl+V pastes at the cursor position."
msgstr "Redigeerimine - Aseta, Ctrl+V asetab kursori asukohale."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3151127\n"
"107\n"
"help.text"
msgid "Clicking the middle mouse button pastes at the mouse pointer position."
msgstr "Hiire keskmise nupu vajutus asetab kursori asukohale."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3159206\n"
"108\n"
"help.text"
msgid "<emph>Pasting into another document</emph>"
msgstr "<emph>Teise dokumenti asetamine</emph>"
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3148974\n"
"109\n"
"help.text"
msgid "No effect on the clipboard contents."
msgstr "Ei mõju lõikepuhvri sisule."
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
"par_id3152870\n"
"110\n"
"help.text"
msgid "The last marked selection is the content of the selection clipboard."
msgstr "Viimasena tehtud valik on valikupuhvri sisuks."
msgid "<ahelp hid=\"cui/ui/optviewpage/showfontpreview\">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp>"
msgstr ""
#: 01010900.xhp
msgctxt ""
@@ -4337,7 +4265,7 @@ msgctxt ""
"01011000.xhp\n"
"bm_id3153881\n"
"help.text"
msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value><bookmark_value>undoing; number of steps</bookmark_value>"
msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>images; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value><bookmark_value>undoing; number of steps</bookmark_value>"
msgstr ""
#: 01011000.xhp
@@ -4354,26 +4282,24 @@ msgctxt ""
"01011000.xhp\n"
"par_id3154307\n"
"help.text"
msgid "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>"
msgid "<ahelp hid=\".\">This tab page lets you define various settings for the image cache.</ahelp>"
msgstr ""
#: 01011000.xhp
msgctxt ""
"01011000.xhp\n"
"hd_id3147530\n"
"10\n"
"help.text"
msgid "Graphics cache"
msgstr "Graafika vahemälu"
msgid "Image cache"
msgstr ""
#: 01011000.xhp
msgctxt ""
"01011000.xhp\n"
"par_id3145069\n"
"11\n"
"help.text"
msgid "The graphics cache saves the graphics contained in a document in your computer's main memory. This means that the attributes of a graphic stored in the cache do not have to be re-calculated if you return to the page containing the graphic after scrolling through a document."
msgstr "Graafika vahemälu hoiab endas arvuti põhimälus olevate dokumentide graafilisi objekte. See tähendab, et kui pöörduda uuesti avatud dokumendi graafikat sisaldavate lehekülgede juurde, siis vahemälus olevaid graafilisi objekte ei arvutata uuesti."
msgid "The image cache saves the images contained in a document in your computer's main memory. This means that the attributes of an image stored in the cache do not have to be re-calculated if you return to the page containing the image after scrolling through a document."
msgstr ""
#: 01011000.xhp
msgctxt ""
@@ -4388,10 +4314,9 @@ msgstr "$[officename]'i jaoks (MB)"
msgctxt ""
"01011000.xhp\n"
"par_id3152813\n"
"13\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optmemorypage/graphiccache\">Specifies the total cache size for all graphics.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optmemorypage/graphiccache\">Määrab kogu vahemälu suuruse kõikide graafikaobjektide jaoks.</ahelp>"
msgid "<ahelp hid=\"cui/ui/optmemorypage/graphiccache\">Specifies the total cache size for all images.</ahelp>"
msgstr ""
#: 01011000.xhp
msgctxt ""
@@ -4424,10 +4349,9 @@ msgstr "Eemaldatakse mälust pärast (hh:mm)"
msgctxt ""
"01011000.xhp\n"
"par_id3148674\n"
"17\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optmemorypage/objecttime\">Specifies the time that each graphic remains in the cache in hours and minutes.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optmemorypage/objecttime\">Määrab aja tundides ja minutites, mille jooksul iga objekti vahemälus hoitakse.</ahelp>"
msgid "<ahelp hid=\"cui/ui/optmemorypage/objecttime\">Specifies the time that each image remains in the cache in hours and minutes.</ahelp>"
msgstr ""
#: 01011000.xhp
msgctxt ""
@@ -4778,10 +4702,9 @@ msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/textselinreadonly\">Kuvab kurso
msgctxt ""
"01013000.xhp\n"
"hd_id3147531\n"
"15\n"
"help.text"
msgid "Allow animated graphics"
msgstr "Animeeritud piltide lubamine"
msgid "Allow animated images"
msgstr ""
#: 01013000.xhp
msgctxt ""
@@ -4810,42 +4733,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optaccessibilitypage/animatedtext\">Previews animated text, such as blinking and scrolling, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/animatedtext\">Võimaldab <item type=\"productname\">%PRODUCTNAME</item>'il kuvada animeeritud, näiteks vilkuvate või rulluvate tekstide eelvaadet.</ahelp>"
#: 01013000.xhp
msgctxt ""
"01013000.xhp\n"
"hd_id3153381\n"
"11\n"
"help.text"
msgid "Help tips disappear after"
msgstr "Nõuanded kaovad"
#: 01013000.xhp
msgctxt ""
"01013000.xhp\n"
"par_id3150868\n"
"12\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optaccessibilitypage/tiphelptimeout\">Hides the <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">Help tips</link> after the number of seconds that you enter.</ahelp> Otherwise, Help tips are displayed until you press Escape or move the cursor."
msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/tiphelptimeout\">Peidab <link href=\"text/shared/main0108.xhp\" name=\"Abi nõuanded\">Abi nõuanded</link> määratud arvu sekundite pärast. Vastasel juhul näidatakse nõuandeid kuni klahvi Esc vajutamise või kursori liigutamiseni.</ahelp>"
#: 01013000.xhp
msgctxt ""
"01013000.xhp\n"
"hd_id3151043\n"
"13\n"
"help.text"
msgid "Seconds"
msgstr "Sekundid"
#: 01013000.xhp
msgctxt ""
"01013000.xhp\n"
"par_id3148672\n"
"14\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optaccessibilitypage/tiphelptimeoutnf\">Enter the number of seconds to display the Help tips.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/tiphelptimeoutnf\">Sisesta sekundite arv, mille jooksul nõuandeid kuvatakse.</ahelp>"
#: 01013000.xhp
msgctxt ""
"01013000.xhp\n"
@@ -5899,33 +5786,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/opthtmlpage/ignorefontnames\">Mark this check box to ignore all font settings when importing. The fonts that were defined in the HTML Page Style will be the fonts that will be used. </ahelp>"
msgstr "<ahelp hid=\"cui/ui/opthtmlpage/ignorefontnames\">Selle märkeruudu märkimisel ignoreeritakse kõiki fontide sätteid. Kasutatakse fonte, mis on määratud HTML-lehtede stiiliga. </ahelp>"
#: 01030500.xhp
msgctxt ""
"01030500.xhp\n"
"hd_id3151177\n"
"9\n"
"help.text"
msgid "Export"
msgstr "Eksportimine"
#: 01030500.xhp
msgctxt ""
"01030500.xhp\n"
"par_id3150449\n"
"10\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/opthtmlpage/export\">Defines the settings for exporting HTML documents.</ahelp> To export in HTML format select the <emph>HTML Document</emph> file type in the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>Save As</emph></link> dialog. You can find further instructions in the <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">Import and export filters</link> description."
msgstr "<ahelp hid=\"cui/ui/opthtmlpage/export\">Määrab HTML-dokumentide eksportimise sätted.</ahelp> Dokumendi eksportimiseks HTML-vormingusse tuleb dialoogis <link href=\"text/shared/01/01070000.xhp\" name=\"Salvestamine\"><emph>Salvestamine</emph></link> valida faili tüübiks <emph>HTML-dokument</emph>. Rohkem teavet on selle kohta <link href=\"text/shared/00/00000020.xhp\" name=\"Impordi- ja ekspordifiltrid\">Impordi- ja ekspordifiltrite</link> kirjelduses."
#: 01030500.xhp
msgctxt ""
"01030500.xhp\n"
"par_id3145606\n"
"42\n"
"help.text"
msgid "To optimize the HTML export, select a browser or HTML standard from the Export box. If \"$[officename] Writer\" is selected, specific $[officename] Writer instructions are exported."
msgstr "HTML-i eksportimise optimeerimiseks tuleb loendist 'Eksportimine' valida brauser või HTML-i standard. Kui valitakse \"$[officename] Writer\", siis ekporditakse ka spetsiifilised $[officename] tekstitöötluse instruktsioonid."
#: 01030500.xhp
msgctxt ""
"01030500.xhp\n"
@@ -6003,10 +5863,9 @@ msgstr "HTML-filter toetab CSS2 (Cascading Style Sheets Level 2) laaditabeleid d
msgctxt ""
"01030500.xhp\n"
"hd_id3144764\n"
"24\n"
"help.text"
msgid "Copy local graphics to Internet"
msgstr "Kohalikud pildid kopeeritakse Internetti"
msgid "Copy local images to Internet"
msgstr ""
#: 01030500.xhp
msgctxt ""
@@ -6205,60 +6064,6 @@ msgctxt ""
msgid "Specifies whether scrollbars and rulers are displayed."
msgstr "Määrab, kas kerimisribasid ja joonlaudu kuvatakse."
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"hd_id3145609\n"
"13\n"
"help.text"
msgid "Horizontal scrollbar"
msgstr "Horisontaalne kerimisriba"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"par_id3154347\n"
"14\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hscrollbar\">Displays the horizontal scrollbar.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hscrollbar\">Kuvab rõhtsat kerimisriba.</ahelp>"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"hd_id3148663\n"
"15\n"
"help.text"
msgid "Vertical scrollbar"
msgstr "Vertikaalne kerimisriba"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"par_id3150541\n"
"16\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vscrollbar\">Displays the vertical scrollbar.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vscrollbar\">Kuvab püstist kerimisriba.</ahelp>"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"hd_id3148798\n"
"65\n"
"help.text"
msgid "Ruler"
msgstr "Joonlaud"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"par_id3154126\n"
"66\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/ruler\">Enables the rulers. Use the following two check boxes to select the ruler(s) to be shown.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/ruler\">Kuvab joonlauad. Järgneva kahe märkeruudu abil saab määrata, millised joonlauad kuvatakse.</ahelp>"
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
@@ -6353,19 +6158,17 @@ msgstr "Määrab, milliseid objekte dokumendis kuvatakse."
msgctxt ""
"01040200.xhp\n"
"hd_id3153143\n"
"36\n"
"help.text"
msgid "Graphics and objects"
msgstr "Pildid ja objektid"
msgid "Images and objects"
msgstr ""
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"par_id3149261\n"
"37\n"
"help.text"
msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display graphics and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
msgstr "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Määrab, kas pilte ja objekte näidatakse ekraanil.</ahelp></variable> Kui need elemendid on varjatud, siis kuvatakse nende asemel tühje raame."
msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
msgstr ""
#: 01040200.xhp
#, fuzzy
@@ -6381,10 +6184,9 @@ msgstr "Piltide kuvamist saab kontrollida ka nupu <link href=\"text/swriter/02/1
msgctxt ""
"01040200.xhp\n"
"par_id3146898\n"
"39\n"
"help.text"
msgid "If the <emph>Graphics and objects </emph>option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
msgstr "Kui märkeruut <emph>Pildid ja objektid</emph> ei ole valitud, siis ei laadita pilte ka Internetist. Piltide paiknemine tabelis ning ilma määratud suuruseta olekus võib põhjustada probleeme lehe kuvamisel, kui lehel kasutatakse vanemaid HTML-i standardeid."
msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
msgstr ""
#: 01040200.xhp
msgctxt ""
@@ -6446,8 +6248,8 @@ msgctxt ""
"par_id3155959\n"
"45\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Fields\"><emph>View - Fields</emph></link> in a text document."
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Näitab dokumendis väljade nimesid nende sisu asemel.</ahelp> Tekstidokumendis võib valida ka käsu <link href=\"text/swriter/01/03090000.xhp\" name=\"Vaade - Väljad\"><emph>Vaade - Väljad</emph></link>."
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link> in a text document."
msgstr ""
#: 01040200.xhp
msgctxt ""
@@ -6671,24 +6473,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optfonttabpage/idxbox\">Specifies the font used for indexes, alphabetical indexes, and tables of contents.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optfonttabpage/idxbox\">Määrab registrite, tähestikuliste registrite ja sisukordade fondi.</ahelp>"
#: 01040300.xhp
msgctxt ""
"01040300.xhp\n"
"hd_id3150103\n"
"15\n"
"help.text"
msgid "Current document only"
msgstr "Ainult aktiivne dokument"
#: 01040300.xhp
msgctxt ""
"01040300.xhp\n"
"par_id3083444\n"
"17\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/optfonttabpage/doconly\">Specifies that the settings apply to the current document only.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optfonttabpage/doconly\">Määrab, et sätteid rakendatakse ainult aktiivsele dokumendile.</ahelp>"
#: 01040301.xhp
msgctxt ""
"01040301.xhp\n"
@@ -7157,10 +6941,9 @@ msgstr "Ei tükeldata (välja arvatud HTML)"
msgctxt ""
"01040500.xhp\n"
"par_id3155429\n"
"34\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/dontsplit\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Table Properties - Text Flow</emph>."
msgstr "<ahelp hid=\"modules/swriter/ui/opttablepage/dontsplit\">Määrab, et tabeleid ei tükeldata mitte ühegi teksti mähkimise tüübi puhul.</ahelp> Sama sätte võib leida ka dialoogist <emph>Tabel - Tabeli omadused - Tekstivoog</emph>."
msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/dontsplit\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Properties - Text Flow</emph>."
msgstr ""
#: 01040500.xhp
msgctxt ""
@@ -11019,10 +10802,9 @@ msgstr "<ahelp hid=\"modules/scalc/ui/optchangespage/OptChangesPage\">Dialoog <e
msgctxt ""
"01060600.xhp\n"
"par_id3156343\n"
"13\n"
"help.text"
msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes\"><emph>Edit - Track Changes</emph></link>."
msgstr "Oma töö muudatuste salvestamiseks vali <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes\"><emph>Redigeerimine - Muudatuste jälitamine</emph></link>."
msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes - Record Changes\"><emph>Edit - Track Changes - Record Changes</emph></link>."
msgstr ""
#: 01060600.xhp
msgctxt ""
@@ -15761,8 +15543,8 @@ msgctxt ""
"javaparameters.xhp\n"
"par_idN105A7\n"
"help.text"
msgid "Assign"
msgstr "Omista"
msgid "Add"
msgstr ""
#: javaparameters.xhp
msgctxt ""
@@ -15772,6 +15554,22 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/javastartparametersdialog/assignbtn\">Adds the current JRE start parameter to the list.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/javastartparametersdialog/assignbtn\">Lisab aktiivse JRE käivitusparameetri nimekirja.</ahelp>"
#: javaparameters.xhp
msgctxt ""
"javaparameters.xhp\n"
"par_idN105C55\n"
"help.text"
msgid "Edit"
msgstr ""
#: javaparameters.xhp
msgctxt ""
"javaparameters.xhp\n"
"par_idN105C66\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/javastartparametersdialog/editbtn\">Opens a dialog where the selected JRE start parameter can be edited.</ahelp>"
msgstr ""
#: javaparameters.xhp
msgctxt ""
"javaparameters.xhp\n"

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-04-16 23:13+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 02:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1460848432.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467773783.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -804,8 +804,8 @@ msgctxt ""
"par_id3153012\n"
"12\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <emph>Format - Slide Design</emph></variable>"
msgstr "<variable id=\"seitenvorlage\">Vali <emph>Vormindus - Slaidi kujundus</emph></variable>"
msgid "<variable id=\"seitenvorlage\">Choose <emph>Slide - Slide Master Design</emph></variable>"
msgstr ""
#: 00000406.xhp
msgctxt ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
"PO-Revision-Date: 2016-05-24 11:11+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1464088270.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467774197.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -491,8 +491,8 @@ msgctxt ""
"par_id3149379\n"
"2\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR\">Avab Navigaatori, kus saab kiiresti hüpata teistele slaididele või avatud failidele.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -562,8 +562,8 @@ msgctxt ""
"par_id3153564\n"
"12\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_FIRST\">Jumps to the first slide in the slide show.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_FIRST\">Viib slaidiseansi esimesele slaidile.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/first\">Jumps to the first slide in the slide show.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -597,8 +597,8 @@ msgctxt ""
"par_id3148768\n"
"15\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_PREV\">Moves back one slide in the slide show.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_PREV\">Viib slaidiseansi eelmisele slaidile.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/previous\">Moves back one slide in the slide show.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -632,8 +632,8 @@ msgctxt ""
"par_id3153920\n"
"18\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_NEXT\">Move forward one slide in the slide show.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_NEXT\">Viib slaidiseansi järgmisele slaidile.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/next\">Move forward one slide in the slide show.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -667,8 +667,8 @@ msgctxt ""
"par_id3147564\n"
"21\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_LAST\">Jumps to the last slide in the slide show.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_LAST\">Viib slaidiseansi viimasele slaidile.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/last\">Jumps to the last slide in the slide show.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -702,8 +702,8 @@ msgctxt ""
"par_id3150264\n"
"24\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_DRAGTYPE\">Drag and drop slides and named objects into the active slide.</ahelp> You can only insert slides and named objects from a saved file. You can only insert named objects as copies."
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_DRAGTYPE\">Võimaldab slaide ja nimelisi objekte lohistada aktiivsele slaidile.</ahelp> Slaide ja nimelisi objekte saab lisada ainult salvestatud failist. Nimelisi objekte saab lisada ainult koopiana."
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/dragmode\">Drag and drop slides and named objects into the active slide.</ahelp> You can only insert slides and named objects from a saved file. You can only insert named objects as copies."
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -841,8 +841,8 @@ msgctxt ""
"par_id3154599\n"
"37\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TLB\">Lists available slides. Double-click a slide to make it the active slide.</ahelp>"
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_TLB\">Loetleb saadaolevad slaidid. Topeltklõps slaidil muudab selle aktiivseks.</ahelp>"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/tree\">Lists available slides. Double-click a slide to make it the active slide.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -859,8 +859,8 @@ msgctxt ""
"par_id3150631\n"
"35\n"
"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_LB\">Lists available $[officename] files.</ahelp> Select a file to display the contents you can insert."
msgstr "<ahelp hid=\"HID_SD_NAVIGATOR_LB\">Loetleb saadaolevad $[officename]'i failid.</ahelp> Faili valimisel näidatakse sisu, mida on võimalik lisada."
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/documents\">Lists available $[officename] files.</ahelp> Select a file to display the contents you can insert."
msgstr ""
#: 02120000.xhp
msgctxt ""
@@ -2179,6 +2179,14 @@ msgctxt ""
msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages."
msgstr "Kaart <emph>Märkmed ja jaotusmaterjal</emph>, kus saab määrata märkmete ja jaotusmaterjali lehekülgede sätteid."
#: 03152000.xhp
msgctxt ""
"03152000.xhp\n"
"par_id083120160418133174\n"
"help.text"
msgid "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Header and footer dialog</alt></image>"
msgstr ""
#: 03152000.xhp
msgctxt ""
"03152000.xhp\n"
@@ -2713,6 +2721,14 @@ msgctxt ""
msgid "To set the snap range, choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link></caseinline><defaultinline><link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box."
msgstr "Tõmbevahemiku määramiseks vali sätete dialoogis <switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/shared/optionen/01070300.xhp\" name=\"Joonistus - Alusvõrk\"><emph>%PRODUCTNAME Draw - Alusvõrk</emph></link></caseinline><defaultinline><link href=\"text/shared/optionen/01070300.xhp\" name=\"Esitlus - Alusvõrk\"><emph>%PRODUCTNAME Impress - Alusvõrk</emph></link></defaultinline></switchinline>."
#: 04030000.xhp
msgctxt ""
"04030000.xhp\n"
"par_id083120160555409190\n"
"help.text"
msgid "<image id=\"img_id083120160554511738\" src=\"media/screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png\" width=\"3.0728in\" height=\"2.6354in\"><alt id=\"alt_id083120160554511738\">Snap points dialog</alt></image>"
msgstr ""
#: 04030000.xhp
msgctxt ""
"04030000.xhp\n"
@@ -6784,13 +6800,12 @@ msgid "Slide Show Settings"
msgstr "Slaidiseansi sätted"
#: 06080000.xhp
#, fuzzy
msgctxt ""
"06080000.xhp\n"
"bm_id3153818\n"
"help.text"
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple monitors</bookmark_value>"
msgstr "<bookmark_value>esitlused; sätted</bookmark_value><bookmark_value>slaidiseansid; sätted</bookmark_value><bookmark_value>esitlused; aken / täisekraan</bookmark_value><bookmark_value>mitu monitori</bookmark_value>"
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple displays</bookmark_value>"
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -6877,8 +6892,8 @@ msgctxt ""
"06080000.xhp\n"
"hd_id3150653\n"
"help.text"
msgid "Type"
msgstr "Tüüp"
msgid "Presentation Mode"
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -6893,8 +6908,8 @@ msgctxt ""
"06080000.xhp\n"
"hd_id3150482\n"
"help.text"
msgid "Default"
msgstr "Vaikimisi"
msgid "Full screen"
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -6909,8 +6924,8 @@ msgctxt ""
"06080000.xhp\n"
"hd_id3153034\n"
"help.text"
msgid "Window"
msgstr "Aken"
msgid "In a window"
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -6925,8 +6940,8 @@ msgctxt ""
"06080000.xhp\n"
"hd_id3145593\n"
"help.text"
msgid "Auto"
msgstr "Automaatne"
msgid "Loop and repeat after"
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -7029,25 +7044,9 @@ msgctxt ""
"06080000.xhp\n"
"par_id3150475\n"
"help.text"
msgid "Anything you write with the pen is not saved when you exit the slide show. The properties of the pen can be changed by choosing the <emph>Pen Width</emph> or <emph>Change pen Color</emph> command in the context menu of the running slide show."
msgid "Anything you write with the pen will appear in your slides after exiting the slideshow. The properties of the pen can be changed by choosing the <emph>Pen Width</emph> or <emph>Change pen Color</emph> command in the context menu of the running slide show."
msgstr ""
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"hd_id3153927\n"
"help.text"
msgid "Navigator visible"
msgstr "Navigaator on nähtav"
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"par_id3148430\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Slaidiseansi ajal kuvatakse <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigaatori</link> akent.</ahelp>"
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
@@ -7101,41 +7100,40 @@ msgctxt ""
"06080000.xhp\n"
"hd_id6086611\n"
"help.text"
msgid "Multiple Monitors"
msgstr "Mitu monitori"
msgid "Multiple Displays"
msgstr ""
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"par_id5446943\n"
"help.text"
msgid "By default the primary monitor is used for slide show mode. If the current desktop is displayed on more than one monitor, you can select which monitor to use for full screen slide show mode. If the current desktop spans only one monitor, or if the multi monitor feature is not supported on the current system, you cannot select another monitor."
msgstr "Vaikimisi kasutatakse slaidiseansi esitamiseks primaarset monitori.Kui aktiivset töölauda kuvatakse mitmel monitoril, saab valida, millist monitori kasutatakse slaidiseansi esitamiseks täisekraani režiimis. Kui aktiivne töölaud on ainult ühel monitoril või mitme monitori kasutamine ei ole süsteemi poolt toetatud, ei saa teist monitori valida."
msgid "By default the primary display is used for slide show mode. If the current desktop is displayed on more than one display, you can select which display to use for full screen slide show mode. If the current desktop spans only one display, or if the multi display feature is not supported on the current system, you cannot select another display."
msgstr ""
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"hd_id4962309\n"
"help.text"
msgid "Presentation Monitor"
msgstr "Esitluse monitor"
msgid "Presentation display"
msgstr ""
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"par_id5168919\n"
"help.text"
msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.</ahelp>"
msgstr "<ahelp hid=\".\">Vali monitor, mida soovid kasutada slaidiseansi esitamiseks täisekraanil.</ahelp>"
msgid "<ahelp hid=\".\">Select a display to use for full screen slide show mode.</ahelp>"
msgstr ""
#: 06080000.xhp
#, fuzzy
msgctxt ""
"06080000.xhp\n"
"par_id4846339\n"
"help.text"
msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors."
msgstr "Kui süsteem võimaldab akna laotamist üle kõikide saadaolevate monitoride, võid valida ka \"Kõik monitorid\". Sel juhul laotatakse esitlus üle kõikide arvutiga ühendatud monitoride."
msgid "If the system allows the user to span a window over all available displays, you can also select \"All displays\". In this case the presentation is spanned over all available displays."
msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -9002,147 +9000,3 @@ msgctxt ""
"help.text"
msgid "You can use the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline> Pane to add, to rename, to delete, and to arrange slides or pages in Impress and Draw."
msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Lehe</caseinline><defaultinline>Slaidi</defaultinline></switchinline>paani saab kasutada slaidide või lehtede lisamiseks, ümbernimetamiseks, kustutamiseks ja korraldamiseks Impressis ja Draw's."
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"tit\n"
"help.text"
msgid "Task Pane"
msgstr "Tööpaan"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"bm_id3274636\n"
"help.text"
msgid "<bookmark_value>task pane</bookmark_value>"
msgstr "<bookmark_value>tööpaan</bookmark_value>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10544\n"
"help.text"
msgid "<link href=\"text/simpress/01/taskpanel.xhp\">Task Pane</link>"
msgstr "<link href=\"text/simpress/01/taskpanel.xhp\">Tööpaan</link>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10554\n"
"help.text"
msgid "<ahelp hid=\".\">Switches the %PRODUCTNAME Impress task pane on and off.</ahelp>"
msgstr "<ahelp hid=\".\">Lülitab %PRODUCTNAME Impressi tööpaani sisse või välja.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10557\n"
"help.text"
msgid "The task pane contains pages to specify the master pages, layouts, custom animation, and slide transition. Click another heading to open another page."
msgstr "Tööpaan sisaldab paneele, mis võimaldavad määrata juhtlehti, paigutusi, oma animatsioone ja slaidisiirdeid. Paneeli avamiseks klõpsa selle päisel."
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10652\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Master Pages tab page, where you apply a master page (background) to all slides (left-click) or to the selected slides (right-click).</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab juhtlehtede paneeli, kus saab rakendada juhtlehe (tausta) kõikidele slaididele (klõpsa vasakpoolse nupuga) või valitud slaididele (klõpsa parempoolse nupuga).</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN1067D\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the currently used master pages.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Loetleb kasutuses olevad juhtslaidid.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN106A8\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the recently used master pages.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Loetleb hiljuti kasutatud juhtslaidid.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN106D3\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists all available master pages.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Loetleb kõik saadaolevad juhtslaidid.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN106FA\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master page to all slides. Right-click for a submenu.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klõps vasaku hiirenupuga rakendab juhtslaidi kõikidele slaididele. Klõps parema hiirenupuga avab alammenüü.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10747\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page to all slides.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Rakendab juhtslaidi kõikidele slaididele.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10762\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page or the slide design to the selected slides.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Rakendab juhtslaidi või slaidi kujunduse valitud slaididele.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10785\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master pages.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Muudab juhtslaidide eelvaate suurust.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN107B4\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Layouts tab page, where you apply a slide design to the selected slide or slides.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab paigutuste paneeli, kus saab valitud slaidile või slaididele rakendada kujundusskeeme.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN107CB\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a submenu.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klõpsa kujunduse rakendamiseks kõigile valitud slaididele. Klõps parempoolse nupuga avab alammenüü.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN1080E\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation tab page, where you apply effects to the selected objects on a slide.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab oma animatsioonide paneeli, kus saab slaidil valitud objektidele rakendada efekte.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_idN10839\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Slide Transition tab page, where you apply transition effects to the selected slides.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab slaidisiirde paneeli, kus saab valitud slaididele rakendada siirdeefekte.</ahelp>"
#: taskpanel.xhp
msgctxt ""
"taskpanel.xhp\n"
"par_id0916200812240344\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Table Design. Double-click a preview to insert a new table.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab tabeli koostamise akna. Uue tabeli lisamiseks tee eelvaatel topeltklõps.</ahelp>"

View File

@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2015-12-11 12:35+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1449837335.000000\n"
"X-POOTLE-MTIME: 1467774206.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -4397,24 +4397,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">Failist</link>"
#: 10110000.xhp
msgctxt ""
"10110000.xhp\n"
"hd_id3155408\n"
"17\n"
"help.text"
msgid "<link href=\"text/shared/01/04150400.xhp\" name=\"Audio\">Audio</link>"
msgstr "<link href=\"text/shared/01/04150400.xhp\" name=\"Audio\">Heli</link>"
#: 10110000.xhp
msgctxt ""
"10110000.xhp\n"
"hd_id3145063\n"
"18\n"
"help.text"
msgid "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
msgstr "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
#: 10110000.xhp
msgctxt ""
"10110000.xhp\n"
@@ -4442,15 +4424,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE-objekt\">OLE-objekt</link>"
#: 10110000.xhp
msgctxt ""
"10110000.xhp\n"
"hd_id3155930\n"
"15\n"
"help.text"
msgid "<link href=\"text/shared/01/04150200.xhp\" name=\"Plug-in\">Plug-in</link>"
msgstr "<link href=\"text/shared/01/04150200.xhp\" name=\"Plugin\">Plugin</link>"
#: 10120000.xhp
msgctxt ""
"10120000.xhp\n"

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
"PO-Revision-Date: 2016-05-02 11:03+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1462187015.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467774216.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -1177,8 +1177,8 @@ msgctxt ""
"background.xhp\n"
"par_idN1083F\n"
"help.text"
msgid "Choose <emph>File - Save As Template</emph> to save the document as a template."
msgstr "Dokumendi salvestamiseks mallina vali <emph>Fail - Salvesta mallina</emph>."
msgid "Choose <emph>File - Templates - Save As Template</emph> to save the document as a template."
msgstr ""
#: background.xhp
msgctxt ""
@@ -1193,8 +1193,8 @@ msgctxt ""
"background.xhp\n"
"par_idN1084A\n"
"help.text"
msgid "Now you can use the Presentation Wizard to open a new presentation based on your new template."
msgstr "Nüüd on võimalik esitluste nõustajas luua esitlust oma uue malli põhjal."
msgid "Now you can use the Templates window to open a new presentation based on your new template."
msgstr ""
#: change_scale.xhp
msgctxt ""
@@ -3641,8 +3641,8 @@ msgctxt ""
"par_id3154702\n"
"19\n"
"help.text"
msgid "Select <emph>Format - Slide Design</emph>."
msgstr "Vali <emph>Vormindus - Slaidi disain</emph>."
msgid "Select <emph>Slide - Slide Master Design</emph>."
msgstr ""
#: masterpage.xhp
msgctxt ""
@@ -3707,6 +3707,46 @@ msgctxt ""
msgid "To apply the slide design to the current slide only, clear the <emph>Exchange background page</emph> check box, and then click <emph>OK</emph>."
msgstr "Slaidi kujunduse rakendamiseks ainult aktiivsele slaidile puhasta kast <emph>Taustalehe vahetamine</emph> ja klõpsa <emph>Sobib</emph>."
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
"par_idN106FA\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master page to all slides. Right-click for a submenu.</ahelp>"
msgstr ""
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
"par_idN10747\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page to all slides.</ahelp>"
msgstr ""
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
"par_idN10762\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page or the slide design to the selected slides.</ahelp>"
msgstr ""
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
"par_idN10785\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master pages.</ahelp>"
msgstr ""
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
"par_idN107CB\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a submenu.</ahelp>"
msgstr ""
#: masterpage.xhp
msgctxt ""
"masterpage.xhp\n"
@@ -4766,10 +4806,9 @@ msgstr "$[officename] salvestas iga slaidi kuvamise aja. Salvesta esitlus."
msgctxt ""
"rehearse_timings.xhp\n"
"par_id3145248\n"
"12\n"
"help.text"
msgid "If you want the whole presentation to auto-repeat, open the menu <emph>Slide Show - Slide Show Settings</emph>. Click <emph>Auto</emph> and <emph>OK</emph>."
msgstr "Kui soovid kogu esitlust automaatselt korrata, vali menüüst <emph>Slaidiseanss - Slaidiseansi sätted</emph>. Vali <emph>Automaatne</emph> ja klõpsa <emph>Sobib</emph>."
msgid "If you want the whole presentation to auto-repeat, open the menu <emph>Slide Show - Slide Show Settings</emph>. Click <emph>Loop and repeat after</emph> and <emph>OK</emph>."
msgstr ""
#: rehearse_timings.xhp
msgctxt ""
@@ -4984,14 +5023,6 @@ msgctxt ""
msgid "In the Type area, click <emph>Auto</emph> and select a pause time between shows."
msgstr "Klõpsa alas Tüüp valikunupul <emph>Automaatrežiim</emph> ja vali ajavahemik seansside vahel."
#: show.xhp
msgctxt ""
"show.xhp\n"
"par_id4959257\n"
"help.text"
msgid "When you create a new slide show using the <link href=\"text/shared/autopi/01050000.xhp\">Presentation Wizard</link>, you can select the duration of slides and of the pause, on the third wizard page."
msgstr "Uue slaidiseansi loomiseks võib kasutada <link href=\"text/shared/autopi/01050000.xhp\">Esitluse loomise nõustajat</link>, slaidide kuvamise ja pauside ajavahemikke saab määrata nõustaja kolmandal lehel."
#: show.xhp
msgctxt ""
"show.xhp\n"

View File

@@ -3,18 +3,18 @@ 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: 2015-11-10 19:33+0100\n"
"PO-Revision-Date: 2013-06-26 12:59+0000\n"
"Last-Translator: system user <>\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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-Generator: Pootle 2.7\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1372251568.000000\n"
"X-POOTLE-MTIME: 1467774218.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -321,8 +321,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3153535\n"
"help.text"
msgid "<image id=\"img_id3151310\" src=\"starmath/res/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
msgstr "<image id=\"img_id3151310\" src=\"starmath/res/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Ikoon</alt></image>"
msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -356,8 +356,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3147531\n"
"help.text"
msgid "<image id=\"img_id3151103\" src=\"starmath/res/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
msgstr "<image id=\"img_id3151103\" src=\"starmath/res/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Ikoon</alt></image>"
msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -391,8 +391,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3146921\n"
"help.text"
msgid "<image id=\"img_id3146927\" src=\"starmath/res/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
msgstr "<image id=\"img_id3146927\" src=\"starmath/res/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Ikoon</alt></image>"
msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -426,8 +426,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3149103\n"
"help.text"
msgid "<image id=\"img_id3154825\" src=\"starmath/res/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
msgstr "<image id=\"img_id3154825\" src=\"starmath/res/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Ikoon</alt></image>"
msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -461,8 +461,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3147584\n"
"help.text"
msgid "<image id=\"img_id3148733\" src=\"starmath/res/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
msgstr "<image id=\"img_id3148733\" src=\"starmath/res/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Ikoon</alt></image>"
msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -496,8 +496,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3154376\n"
"help.text"
msgid "<image id=\"img_id3154390\" src=\"starmath/res/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
msgstr "<image id=\"img_id3154390\" src=\"starmath/res/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Ikoon</alt></image>"
msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -531,8 +531,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3151029\n"
"help.text"
msgid "<image id=\"img_id3151036\" src=\"starmath/res/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
msgstr "<image id=\"img_id3151036\" src=\"starmath/res/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Ikoon</alt></image>"
msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -566,8 +566,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3151377\n"
"help.text"
msgid "<image id=\"img_id3151384\" src=\"starmath/res/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
msgstr "<image id=\"img_id3151384\" src=\"starmath/res/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Ikoon</alt></image>"
msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""
@@ -725,8 +725,8 @@ msgctxt ""
"00000004.xhp\n"
"par_id3154715\n"
"help.text"
msgid "<image id=\"img_id3154722\" src=\"starmath/res/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
msgstr "<image id=\"img_id3154722\" src=\"starmath/res/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Ikoon</alt></image>"
msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
msgstr ""
#: 00000004.xhp
msgctxt ""

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-02 11:03+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,40 +12,120 @@ msgstr ""
"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-POOTLE-MTIME: 1462187023.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467774343.000000\n"
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"tit\n"
"help.text"
msgid "Classification Bar"
msgid "Document Classification"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id3150342\n"
"hd_id3156324\n"
"help.text"
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
msgid "<variable id=\"classdoc\"><link href=\"text/swriter/classificationbar.xhp\" name=\"Document Classification\">Document Classification</link> </variable>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id3150202\n"
"bm_id030820161847569710\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
msgid "<bookmark_value>classification;BAILS levels</bookmark_value> <bookmark_value>classification;BAF category</bookmark_value> <bookmark_value>classification;security levels</bookmark_value> <bookmark_value>classification;document</bookmark_value> <bookmark_value>classification;classification bar</bookmark_value> <bookmark_value>document;classification</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id31502029\n"
"par_id030820161744119967\n"
"help.text"
msgid "The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents."
msgid "Document classification and security is an important issue for businesses and governments."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744113553\n"
"help.text"
msgid "Information is exchanged between users and organizations that collaborate to pursue a business goal. Where sensitive information is involved, it is assumed that the parties will have agreed what information is sensitive and how such information will be identified and handled. Any recipient of a resource will rely upon the provider of the information to follow the agreed procedures to identify the sensitivity of the information."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744118823\n"
"help.text"
msgid "%PRODUCTNAME provides standardized means for such sensitivity information to be expressed and may be used between parties if interoperable systems are to be implemented. It provides a set of standard “fields” that can be used to hold sensitivity information. It does not attempt to define what the contents of these “fields” should be. This approach is an improvement upon the only alternative that exists at the moment, which is for the provider to use an arbitrary means to express sensitivity that may not be useful to a recipient."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744121143\n"
"help.text"
msgid "While this standard has been developed with the intent that it would be applicable in any domain of activity, %PRODUCTNAME retained the aerospace and defense industry nomenclature and categories, where sensitivity marking results from national security, export control and intellectual property policies."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744123676\n"
"help.text"
msgid "%PRODUCTNAME implemented the open standards produced by <item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) independent of a specific vendor. Two of them are interesting:"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744122593\n"
"help.text"
msgid "Business Authentication Framework (<item type=\"acronym\">BAF</item>) specifies how to describe the existing policy (which is probably some legal text) in a machine-readable format."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161744126871\n"
"help.text"
msgid "Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) specifies how to refer to such a <item type=\"acronym\">BAF</item> policy in a document. The concepts in <item type=\"acronym\">BAILS</item> are so generic that they can be applied to any format that supports document-level user-defined properties."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id030820161800093929\n"
"help.text"
msgid "BAF Categories"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"bm_id030820161856432825\n"
"help.text"
msgid "<bookmark_value>classification;displayed in user interface</bookmark_value> <bookmark_value>classification;headers and footers</bookmark_value> <bookmark_value>classification;watermark</bookmark_value> <bookmark_value>classification;categories</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161800092823\n"
"help.text"
msgid "The default BAF categories for %PRODUCTNAME are listed below."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161800098142\n"
"help.text"
msgid "Only the Intellectual Properties category will modify the layout of the document with a watermark, fields in the header and footer and an information bar on top of the document area. Each item inserted in the document is controlled by the classification configuration file."
msgstr ""
#: classificationbar.xhp
@@ -61,7 +141,7 @@ msgctxt ""
"classificationbar.xhp\n"
"par_idN106C0\n"
"help.text"
msgid "Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document."
msgid "Intellectual property is a generic term for the nature of the contents of the document. Select this category for general purpose document classification."
msgstr ""
#: classificationbar.xhp
@@ -77,7 +157,7 @@ msgctxt ""
"classificationbar.xhp\n"
"par_idN106DD\n"
"help.text"
msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface."
msgstr ""
#: classificationbar.xhp
@@ -93,7 +173,207 @@ msgctxt ""
"classificationbar.xhp\n"
"par_idN106FA\n"
"help.text"
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161800091021\n"
"help.text"
msgid "Refer to your corporate data security policy and information security officers for support in document classification."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id030820161747122444\n"
"help.text"
msgid "Default levels of classification"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"bm_id030820161849574719\n"
"help.text"
msgid "<bookmark_value>classification levels;Internal use only</bookmark_value> <bookmark_value>classification levels;Confidential</bookmark_value> <bookmark_value>classification levels;General Business</bookmark_value> <bookmark_value>classification levels;Non-Business</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747139337\n"
"help.text"
msgid "%PRODUCTNAME provides default levels of document classification (<item type=\"acronym\">BAILS</item>) shown below, sorted by increasing level of business sensitivity:"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747135421\n"
"help.text"
msgid "<emph>Non-Business</emph>: Information in document has no impact in business, if made public."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747132341\n"
"help.text"
msgid "<emph>General Business</emph>: Minor impact. Information has impact in business, can generate embarrassments, minor damage in brand image, if made public."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747139845\n"
"help.text"
msgid "<emph>Confidential</emph>: Modest impact. Information disclosed can damage business brand, can generate negative media coverage and loss of revenue."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747138519\n"
"help.text"
msgid "<emph>Internal use only</emph>: Major damage. Negative national media, lawsuits, fines, long term brand damages."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id030820161747134459\n"
"help.text"
msgid "Customizing classification levels."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"bm_id030820161851045883\n"
"help.text"
msgid "<bookmark_value>custom;classifcation levels</bookmark_value> <bookmark_value>classifcation levels;customizing</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747133280\n"
"help.text"
msgid "%PRODUCTNAME allows customization of the levels of classification for your business. To customize the number and the name of the levels, copy the file <item type=\"literal\">example.xml</item> located in <item type=\"menuitem\">Tools -> Options -> LibreOffice -> Paths -> Classification</item> into a local folder and edit the contents."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id03082016174713477\n"
"help.text"
msgid "Use the file with your %PRODUCTNAME locale in the name as example."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747137522\n"
"help.text"
msgid "Save the file and make the classification path above access the file."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747135133\n"
"help.text"
msgid "Your system administrator can place the file in a network folder and make all users access the classification settings file."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id03082016174713354\n"
"help.text"
msgid "Pasting contents in documents with different levels of classification."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"bm_id030820161851512902\n"
"help.text"
msgid "<bookmark_value>document classification;pasting contents</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161747134188\n"
"help.text"
msgid "To prevent a breach in the security policy, contents with high classification level pasted to documents with lower classification level are not allowed. %PRODUCTNAME will display a warning message wherever it detects that the contents of the clipboard have higher security classification than the target document."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"hd_id3150342\n"
"help.text"
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"bm_id030820161853495457\n"
"help.text"
msgid "<bookmark_value>Classification toolbar;display</bookmark_value>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id3150202\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161754171423\n"
"help.text"
msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the <item type=\"acronym\">BAF</item> category policy and <item type=\"acronym\">BAILS</item> levels. %PRODUCTNAME will add custom fields in the document properties (<item type=\"menuitem\">File -> Properties</item>, Custom fields tab) to store the classification policy as document metadata."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161754175408\n"
"help.text"
msgid "Go to menu <item type=\"menuitem\">View -> Toolbars </item>and select <item type=\"menuitem\">Classification</item>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161818081317\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/about-tscp/\"><item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) website</link>."
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161818082152\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf\">Business Authentication Framework (<item type=\"acronym\">BAF</item>) document (PDF)</link>"
msgstr ""
#: classificationbar.xhp
msgctxt ""
"classificationbar.xhp\n"
"par_id030820161818085901\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf\">Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) document (PDF)</link>"
msgstr ""
#: main0000.xhp

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-04-16 23:17+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1460848676.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467774443.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1001,94 +1001,84 @@ msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146342\n"
"help.text"
msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147449\n"
"help.text"
msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (depending on the type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (depending on the type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149835\n"
"help.text"
msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Table of Contents is the selected type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Contents is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148855\n"
"help.text"
msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Alphabetical Index is the selected type)</variable>"
msgstr "<variable id=\"verz32\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on tähestikuline register) </variable>"
msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155575\n"
"help.text"
msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Illustration Index is the selected type)</variable>"
msgstr "<variable id=\"verz33\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on illustratsioonide register) </variable>"
msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Illustration Index is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3151080\n"
"help.text"
msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Index of Tables is the selected type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Index of Tables is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154777\n"
"help.text"
msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when User-Defined is the selected type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when User-Defined is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148448\n"
"help.text"
msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Table of Objects is the selected type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Objects is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145304\n"
"help.text"
msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Bibliography is the selected type)</variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Bibliography is the selected type)</variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153295\n"
"help.text"
msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>"
msgstr "<variable id=\"verz31\">Vali <emph>Lisamine - Registrid ja sisukorrad - Register või sisukord -</emph> kaart <emph>Kirjed</emph> (kui valitud tüübiks on sisukord) </variable>"
msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>"
msgstr ""
#: 00000404.xhp
#, fuzzy
@@ -1228,10 +1218,9 @@ msgstr "Vali <emph>Lisamine - Paneel</emph>"
msgctxt ""
"00000404.xhp\n"
"par_id3150084\n"
"33\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object</emph>"
msgstr "Vali <emph>Vormindus - Paneel/objekt</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>"
msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -1351,19 +1340,17 @@ msgstr "Fail"
msgctxt ""
"00000404.xhp\n"
"par_id3147267\n"
"59\n"
"help.text"
msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header</emph></variable>"
msgstr "<variable id=\"kopfzeile\">Vali <emph>Lisamine - Päis</emph></variable>"
msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header and Footer - Header</emph></variable>"
msgstr ""
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147290\n"
"60\n"
"help.text"
msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Footer</emph></variable>"
msgstr "<variable id=\"fusszeile\">Vali <emph>Lisamine - Jalus</emph></variable>"
msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Header and Footer - Footer</emph></variable>"
msgstr ""
#: 00000405.xhp
msgctxt ""
@@ -1502,10 +1489,9 @@ msgstr "Vali <emph>Vormindus - Lehekülg -</emph> kaart <emph>Veerud</emph>"
msgctxt ""
"00000405.xhp\n"
"par_id3149687\n"
"123\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Columns</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Veerud</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Columns</emph> tab"
msgstr ""
#: 00000405.xhp
#, fuzzy
@@ -1718,10 +1704,9 @@ msgstr "Vali <emph>Vormindus - Pilt -</emph> kaart <emph>Tüüp</emph>"
msgctxt ""
"00000405.xhp\n"
"par_id3149841\n"
"124\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Type</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Tüüp</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Type</emph> tab"
msgstr ""
#: 00000405.xhp
#, fuzzy
@@ -1752,14 +1737,12 @@ msgid "Choose <emph>Format - Image - Properties - Wrap</emph> tab"
msgstr "Vali <emph>Vormindus - Pilt -</emph> kaart <emph>Mähkimine</emph>"
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3148437\n"
"125\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Properties - Wrap</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Mähkimine</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Wrap</emph> tab"
msgstr ""
#: 00000405.xhp
msgctxt ""
@@ -1802,10 +1785,9 @@ msgstr "Vali <emph>Vormindus - Pilt -</emph> kaart <emph>Hüperlink</emph>"
msgctxt ""
"00000405.xhp\n"
"par_id3156130\n"
"126\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Hyperlink</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Hüperlink</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Hyperlink</emph> tab"
msgstr ""
#: 00000405.xhp
msgctxt ""
@@ -1826,14 +1808,12 @@ msgid "Choose <emph>Format - Image - Options</emph> tab"
msgstr "Vali <emph>Vormindus - Pilt -</emph> kaart <emph>Sätted</emph>"
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3145636\n"
"128\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Options</emph> tab"
msgstr "Vali <emph>Vormindus - Paneel/Objekt -</emph> kaart <emph>Sätted</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph> tab"
msgstr ""
#: 00000405.xhp
#, fuzzy
@@ -1876,10 +1856,9 @@ msgstr "Vali <emph>Lisamine/Vormindus - Pilt -</emph> kaart <emph>Makro</emph>"
msgctxt ""
"00000405.xhp\n"
"par_id3154323\n"
"129\n"
"help.text"
msgid "Choose <emph>Insert/Format - Frame/Object - Macro</emph> tab"
msgstr "Vali <emph>Lisamine/Vormindus - Paneel/Objekt -</emph> kaart <emph>Makro</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab"
msgstr ""
#: 00000405.xhp
#, fuzzy
@@ -1921,10 +1900,9 @@ msgstr "Vali <emph>Vormindus - Märk -</emph> kaart <emph>Hüperlink -</emph> nu
msgctxt ""
"00000405.xhp\n"
"par_id3155114\n"
"74\n"
"help.text"
msgid "<variable id=\"formattabelle\">Choose <emph>Table - Table Properties</emph></variable>"
msgstr "<variable id=\"formattabelle\">Vali <emph>Tabel - Tabeli omadused</emph></variable>"
msgid "<variable id=\"formattabelle\">Choose <emph>Table - Properties</emph></variable>"
msgstr ""
#: 00000405.xhp
msgctxt ""
@@ -1945,34 +1923,28 @@ msgid "<variable id=\"tabverb\">Choose <emph>Table - Merge Table</emph></variabl
msgstr "<variable id=\"tabverb\">Vali <emph>Tabel - Ühenda tabel</emph></variable>"
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3151233\n"
"75\n"
"help.text"
msgid "<variable id=\"tabformat\">Choose <emph>Table - Table Properties - Table</emph> tab</variable>"
msgstr "<variable id=\"tabformat\">Vali <emph>Tabel - Tabeli omadused -</emph> kaart <emph>Tabel</emph></variable>"
msgid "<variable id=\"tabformat\">Choose <emph>Table - Properties - Table</emph> tab</variable>"
msgstr ""
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3154255\n"
"76\n"
"help.text"
msgid "<variable id=\"spaltentab\">Choose <emph>Table - Table Properties - Columns</emph> tab</variable>"
msgstr "<variable id=\"spaltentab\">Vali <emph>Tabel - Tabeli omadused -</emph> kaart <emph>Veerud</emph></variable>"
msgid "<variable id=\"spaltentab\">Choose <emph>Table - Properties - Columns</emph> tab</variable>"
msgstr ""
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153140\n"
"77\n"
"help.text"
msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Table Properties - Text Flow</emph> tab</variable>"
msgstr "<variable id=\"tabelletextfluss\">Vali <emph>Tabel - Tabeli omadused -</emph> kaart <emph>Tekstivoog</emph></variable>"
msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Properties - Text Flow</emph> tab</variable>"
msgstr ""
#: 00000405.xhp
msgctxt ""
@@ -2409,10 +2381,9 @@ msgstr "Kustuta veerg"
msgctxt ""
"00000405.xhp\n"
"par_id3156355\n"
"117\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object</emph>"
msgstr "Vali <emph>Vormindus - Paneel/objekt</emph>"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>"
msgstr ""
#: 00000405.xhp
msgctxt ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
"PO-Revision-Date: 2016-05-24 11:54+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1464090849.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467775423.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -927,8 +927,8 @@ msgctxt ""
"par_id3155548\n"
"73\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX16\">Type the number of the page number that you want to jump to, and then press Enter.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX16\">Sisesta lehekülje number, millele soovid minna, ja vajuta Enter.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/numericfield\">Type the number of the page number that you want to jump to, and then press Enter.</ahelp>"
msgstr ""
#: 02110000.xhp
#, fuzzy
@@ -955,8 +955,8 @@ msgctxt ""
"par_id3155325\n"
"8\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX7\">Shows or hides the <emph>Navigator </emph>list.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX7\">Näitab või peidab <emph>Navigaatori</emph> loendi.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Shows or hides the <emph>Navigator </emph>list.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -990,8 +990,8 @@ msgctxt ""
"par_id3145596\n"
"11\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX8\">Switches between the display of all categories in the Navigator and the selected category.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX8\">Lülitab kõigi või valitud Navigaatori kategooria näitamise vahel.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/root\">Switches between the display of all categories in the Navigator and the selected category.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1071,8 +1071,8 @@ msgctxt ""
"par_id3159242\n"
"18\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX10\">Moves the cursor to the header, or from the header to the document text area.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX10\">Viib kursori päisesse või päisest tagasi dokumendi tekstialasse.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/header\">Moves the cursor to the header, or from the header to the document text area.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1106,8 +1106,8 @@ msgctxt ""
"par_id3147137\n"
"21\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX11\">Moves the cursor to the footer, or from the footer to the document text area.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX11\">Viib kursori jalusesse või jalusest tagasi dokumendi tekstialasse.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/footer\">Moves the cursor to the footer, or from the footer to the document text area.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1141,8 +1141,8 @@ msgctxt ""
"par_id3150314\n"
"24\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX12\">Jumps between the footnote text and the footnote anchor.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX12\">Liigub allmärkuse teksti ja allmärkuse ankru vahel.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/anchor\">Jumps between the footnote text and the footnote anchor.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1171,14 +1171,13 @@ msgid "Drag Mode"
msgstr "Lohistusrežiim"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3155828\n"
"35\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX4\">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX4\">Määrab pukseerimissätted üksuste navigaatori kaudu dokumenti lisamiseks (nt hüperlingina). Klõpsa sellel ikoonil ja vali säte, mida soovid kasutada.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/dragmode\">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1264,14 +1263,13 @@ msgid "Outline Level"
msgstr "Liigendustase"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3150529\n"
"46\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX13\">Click this icon, and then choose the number of heading outline levels that you want to view in the Navigator window.</ahelp> You can also access this command by right-clicking a heading in the Navigator window."
msgstr "<ahelp hid=\"HID_NAVI_TBX13\">Klõpsa sellel ikoonil ja vali pealkirja liigendustasemete arv, mida soovid navigaatoriaknas kuvada.</ahelp> Teine viis sellele käsule ligipääsuks on paremklõpsata navigaatoriaknas pealkirjal."
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/headings\">Click this icon, and then choose the number of heading outline levels that you want to view in the Navigator window.</ahelp> You can also access this command by right-clicking a heading in the Navigator window."
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1319,14 +1317,13 @@ msgid "Chapter Up"
msgstr "Peatükk ülespoole"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3145587\n"
"49\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX5\">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX5\">Nihutab valitud pealkirja ja pealkirja all oleva teksti navigaatoris ja dokumendis ühe pealkirjakoha võrra ülespoole. Vaid valitud pealkirja, ja mitte pealkirjaga seotud teksti nihutamiseks hoia all klahvi Ctrl ja seejärel klõpsa sellel ikoonil.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promote\">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1355,14 +1352,13 @@ msgid "Chapter Down"
msgstr "Peatükk allapoole"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3154440\n"
"52\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX6\">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX6\">Nihutab valitud pealkirja ja pealkirja all oleva teksti navigaatoris ja dokumendis ühe pealkirjakoha võrra allapoole. Vaid valitud pealkirja, ja mitte pealkirjaga seotud teksti nihutamiseks hoia all klahvi Ctrl ja seejärel klõpsa sellel ikoonil.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demote\">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1391,14 +1387,13 @@ msgid "Promote Level"
msgstr "Liigenda taseme võrra vasakule"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3151354\n"
"56\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX14\">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX14\">Tõstab valitud pealkirja ja pealkirja all olevate pealkirjade liigendustaset ühe võrra. Vaid valitud pealkirja liigendustaseme tõstmiseks hoia all klahvi Ctrl ja klõpsa sellel ikoonil.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promotelvl\">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -1427,14 +1422,13 @@ msgid "Demote Level"
msgstr "Liigenda taseme võrra paremale"
#: 02110000.xhp
#, fuzzy
msgctxt ""
"02110000.xhp\n"
"par_id3150707\n"
"59\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX15\">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr "<ahelp hid=\"HID_NAVI_TBX15\">Langetab valitud pealkirja ja pealkirja all olevate pealkirjade liigendustaset ühe võrra. Vaid valitud pealkirja liigendustaseme langetamiseks hoia all klahvi Ctrl ja klõpsa sellel ikoonil.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demotelvl\">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -2605,13 +2599,12 @@ msgid "You can also double-click a field in your document to open the field for
msgstr "Välja avamiseks redigeerimiseks võid sa sellel teha dokumendis topeltklõpsu."
#: 02140000.xhp
#, fuzzy
msgctxt ""
"02140000.xhp\n"
"par_id3153668\n"
"help.text"
msgid "To change the view between field names and field contents in your document, choose <emph>View - Fields</emph>."
msgstr "Lülitumiseks väljade nimede ja väljade sisu kuvamise vahel vali <emph>Vaade - Väljad</emph>."
msgid "To change the view between field names and field contents in your document, choose <emph>View - Field Names</emph>."
msgstr ""
#: 02140000.xhp
#, fuzzy
@@ -3785,13 +3778,12 @@ msgid "Field Names"
msgstr "Välja nimi"
#: 03090000.xhp
#, fuzzy
msgctxt ""
"03090000.xhp\n"
"hd_id3154505\n"
"help.text"
msgid "<link href=\"text/swriter/01/03090000.xhp\" name=\"Fields Names\">Field Names</link>"
msgstr "<link href=\"text/swriter/01/03090000.xhp\" name=\"Väljad\">Väljade nimed</link>"
msgid "<link href=\"text/swriter/01/03090000.xhp\" name=\"Field Names\">Field Names</link>"
msgstr ""
#: 03090000.xhp
msgctxt ""
@@ -4323,14 +4315,13 @@ msgid "The general syntax for a DDE command is: \"<Server> <Topic> <Item>\", whe
msgstr "DDE-käsu üldsüntaks on: \"<Server> <Teema> <Üksus>\", kus server on andmeid sisaldava rakenduse DDE-nimi. Teema viitab üksuse asukohale (tavaliselt failinimi) ja Üksus esitab tegelikku objekti."
#: 04020100.xhp
#, fuzzy
msgctxt ""
"04020100.xhp\n"
"par_id3149098\n"
"35\n"
"help.text"
msgid "For example, to insert a section named \"Section1\" from a $[officename] text document abc.sxw as a DDE link, use the command: \"soffice x:\\abc.sxw Section1\". To insert the contents of the first cell from a MS Excel spreadsheet file called \"abc.xls\", use the command: \"excel x:\\[abc.xls]Sheet1 z1s1\". You can also copy the elements that you want to insert as a DDE link, and then <emph>Edit - Paste Special</emph>. You can then view the DDE command for the link, by selecting the contents and choosing <emph>Edit - Fields</emph>."
msgstr "Näiteks nimega \"Sektsioon1\" sektsiooni $[officename] tekstidokumendist abc.sxw DDE-lingina lisamiseks kasuta käsku: \"soffice x:\\abc.sxw Section1\". MS Exceli arvutustabelifaili \"abc.xls\" esimese lahtri sisu lisamiseks kasuta käsku: \"excel x:\\[abc.xls]Sheet1 z1s1\". Lisaks saad kopeerida lisatavad elemendid DDE-lingina ja seejärel valida <emph>Redigeerimine - Aseta teisiti</emph>. Seejärel saad vaadata lingi DDE-käsku - selleks vali sisu ja <emph>Redigeerimine - Väljad</emph>."
msgid "For example, to insert a section named \"Section1\" from a $[officename] text document abc.odt as a DDE link, use the command: \"soffice x:\\abc.odt Section1\". To insert the contents of the first cell from a MS Excel spreadsheet file called \"abc.xls\", use the command: \"excel x:\\[abc.xls]Sheet1 z1s1\". You can also copy the elements that you want to insert as a DDE link, and then <emph>Edit - Paste Special</emph>. You can then view the DDE command for the link, by selecting the contents and choosing <emph>Edit - Fields</emph>."
msgstr ""
#: 04020100.xhp
msgctxt ""
@@ -10692,24 +10683,23 @@ msgctxt ""
"04120000.xhp\n"
"tit\n"
"help.text"
msgid "Tables of Contents and Index"
msgid "Table of Contents and Index"
msgstr ""
#: 04120000.xhp
#, fuzzy
msgctxt ""
"04120000.xhp\n"
"hd_id3151380\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120000.xhp\" name=\"Tables of Contents and Index\">Tables of Contents and Index</link>"
msgstr "<link href=\"text/swriter/01/04120211.xhp\" name=\"Sisukord\">Sisukord</link>"
msgid "<link href=\"text/swriter/01/04120000.xhp\" name=\"Table of Contents and Index\">Table of Contents and Index</link>"
msgstr ""
#: 04120000.xhp
msgctxt ""
"04120000.xhp\n"
"par_idN105AC\n"
"help.text"
msgid "Opens a menu to insert an index or bibliography entry, as well as inserting a tables of contents, index, and or bibliography."
msgid "Opens a menu to insert an index or bibliography entry, as well as inserting a table of contents, index, and or bibliography."
msgstr ""
#: 04120000.xhp
@@ -10734,7 +10724,7 @@ msgctxt ""
"04120000.xhp\n"
"hd_id3147501\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120200.xhp\" name=\"Tables of Context, Index or Bibliography\">Tables of Content, Index or Bibliography</link>"
msgid "<link href=\"text/swriter/01/04120200.xhp\" name=\"Table of Context, Index or Bibliography\">Table of Content, Index or Bibliography</link>"
msgstr ""
#: 04120100.xhp
@@ -11076,7 +11066,7 @@ msgctxt ""
"04120200.xhp\n"
"tit\n"
"help.text"
msgid "Insert Index or Table of Contents"
msgid "Table of Contents, Index or Bibliography"
msgstr ""
#: 04120200.xhp
@@ -11084,7 +11074,7 @@ msgctxt ""
"04120200.xhp\n"
"hd_id3151312\n"
"help.text"
msgid "Insert Index or Table of Contents"
msgid "Table of Contents, Index or Bibliography"
msgstr ""
#: 04120200.xhp
@@ -11267,17 +11257,16 @@ msgctxt ""
"04120210.xhp\n"
"tit\n"
"help.text"
msgid "Index or Table of Contents"
msgid "Type"
msgstr ""
#: 04120210.xhp
#, fuzzy
msgctxt ""
"04120210.xhp\n"
"hd_id3150933\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120210.xhp\" name=\"Index or Table of Contents\">Index or Table of Contents</link>"
msgstr "<link href=\"text/swriter/01/04120211.xhp\" name=\"Sisukord\">Sisukord</link>"
msgid "<link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">Type</link>"
msgstr ""
#: 04120210.xhp
#, fuzzy
@@ -12472,7 +12461,7 @@ msgctxt ""
"04120220.xhp\n"
"par_id3154504\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href=\"text/swriter/01/04120210.xhp\" name=\"Index or Table of Contents\">Index or Table of Contents</link> tab.</ahelp>"
msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">Type</link> tab.</ahelp>"
msgstr ""
#: 04120220.xhp
@@ -12745,10 +12734,9 @@ msgstr "Kõik"
msgctxt ""
"04120221.xhp\n"
"par_id3155137\n"
"37\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/all\">Applies the current settings without closing the dialog.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/all\">Rakendab aktiivsed sätted ilma dialoogi sulgemata.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/all\">Applies the current settings to all levels without closing the dialog.</ahelp>"
msgstr ""
#: 04120221.xhp
msgctxt ""
@@ -13531,7 +13519,7 @@ msgctxt ""
"04120250.xhp\n"
"par_id3149292\n"
"help.text"
msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>."
msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>."
msgstr ""
#: 04120250.xhp
@@ -13959,14 +13947,12 @@ msgid "<variable id=\"rahm\"><ahelp hid=\".uno:InsertFrame\">Inserts a frame tha
msgstr "<variable id=\"rahm\"><ahelp hid=\".uno:InsertFrame\">Lisab paneeli, mida saab kasutada teksti ja objektide ühe- või mitmeveerulise paigutuse loomiseks.</ahelp></variable>"
#: 04130000.xhp
#, fuzzy
msgctxt ""
"04130000.xhp\n"
"par_id3153678\n"
"37\n"
"help.text"
msgid "To edit a frame, click the border to select it, and then choose <emph>Format - Frame/Object</emph>. You can also resize or move a selected frame using special <link href=\"text/swriter/01/04130100.xhp\" name=\"shortcut keys\">shortcut keys</link>."
msgstr "Paneeli redigeerimiseks klõpsa selle valimiseks äärisel, seejärel vali <emph>Vormindus - Paneel/Objekt</emph>. Lisaks saad valitud paneeli suurust muuta või seda nihutada eriliste <link href=\"text/swriter/01/04130100.xhp\" name=\"kiirklahvid\">kiirklahvide</link> abil."
msgid "To edit a frame, click the border to select it, and then choose <emph>Format - Frame and Object - Properties</emph>. You can also resize or move a selected frame using special <link href=\"text/swriter/01/04130100.xhp\" name=\"shortcut keys\">shortcut keys</link>."
msgstr ""
#: 04130000.xhp
msgctxt ""
@@ -14375,10 +14361,9 @@ msgstr "Klõpsa dialoogi <emph>Tabeli lisamine</emph> avamiseks tööriistariba
msgctxt ""
"04150000.xhp\n"
"par_id3155912\n"
"52\n"
"help.text"
msgid "<link href=\"text/swriter/01/05090300.xhp\" name=\"Format - Table - Text Flow\">Table - Table Properties - Text Flow</link>"
msgstr "<link href=\"text/swriter/01/05090300.xhp\" name=\"Vormindus - Tabel - Tekstivoog\">Tabel - Tabeli omadused - Tekstivoog</link>"
msgid "<link href=\"text/swriter/01/05090300.xhp\" name=\"Table - Properties - Text Flow\">Table - Properties - Text Flow</link>"
msgstr ""
#: 04150000.xhp
msgctxt ""
@@ -16920,8 +16905,8 @@ msgctxt ""
"par_id3150568\n"
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmtypepage/FrmTypePage\">Specifies the size and the position of the selected object or frame on a page.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/frmtypepage/FrmTypePage\">Määrab valitud objekti või paneeli suuruse ja asukoha leheküljel.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/frmtypepage/FrameTypePage\">Specifies the size and the position of the selected object or frame on a page.</ahelp>"
msgstr ""
#: 05060100.xhp
msgctxt ""
@@ -19355,8 +19340,8 @@ msgctxt ""
"par_id3154188\n"
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmurlpage/FrmURLPage\">Specify the properties of the hyperlink for the selected graphic, frame or OLE object.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/FrmURLPage\">Määra valitud pildi, paneeli või OLE-objekti hüperlingi omadused.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/frmurlpage/FrameURLPage\">Specify the properties of the hyperlink for the selected graphic, frame or OLE object.</ahelp>"
msgstr ""
#: 05060800.xhp
msgctxt ""
@@ -19534,8 +19519,8 @@ msgctxt ""
"par_id3149708\n"
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrmAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrmAddPage\">Määrab valitud objekti, pildi või paneeli sätted.</ahelp>"
msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
msgstr ""
#: 05060900.xhp
msgctxt ""
@@ -29237,3 +29222,299 @@ msgctxt ""
"help.text"
msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>"
msgstr "<ahelp hid=\".\">Hulgivalikurežiimis saad valid ristkülikukujulise tekstiploki.</ahelp>"
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"tit\n"
"help.text"
msgid "Using title pages in your document"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"bm_id300920161717389897\n"
"help.text"
msgid "<bookmark_value>page;title page</bookmark_value> <bookmark_value>title pages;first page style</bookmark_value> <bookmark_value>title pages;modifying</bookmark_value> <bookmark_value>title pages;inserting</bookmark_value>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"hd_id300920161429137211\n"
"help.text"
msgid "<link href=\"text/swriter/01/title_page.xhp\">Inserting title pages in the document</link>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161429345505\n"
"help.text"
msgid "<ahelp hid=\".\">Insert title pages in your document.</ahelp>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161429347135\n"
"help.text"
msgid "Title pages are pages at the beginning of the document that lists the publication information, such as the title of the publication, the name of the author etc. These pages have a different layout than the pages of the document body, because they may not have page numbering, sometimes a different heading and footer and even different margins settings or background."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443292710\n"
"help.text"
msgid "Choose menu <item type=\"menuitem\">Format - Title Page</item>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443298079\n"
"help.text"
msgid "Many documents, such as letters and reports, have a first page that is different from the other pages in the document. For example, the first page of a letterhead typically has a different header or the first page of a report might have no header or footer, while the other pages do. This is simple to achieve with %PRODUCTNAME Writer."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443298274\n"
"help.text"
msgid "Page header and footer, numbering, margins and orientation are some of the properties that belongs to page styles. %PRODUCTNAME Writer let your to insert a blank title page at any point of your document, or format an existing page like a title page, by inserting a page break followed by a page style of your choice or by changing the page style at cursor position."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443293374\n"
"help.text"
msgid "Note: Using the Default (or any other) page style for your document, you can add a header/footer as you wish to the first page by deselecting the <item type=\"menuitem\">Same content on first page</item> option on the header/footer pages in the <emph>Page Style</emph> dialog, and then adding the header/footer. You can then add a different header/footer to the other pages of the document."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"hd_id300920161443299618\n"
"help.text"
msgid "To convert the first page of the document into a title page"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443308966\n"
"help.text"
msgid "Place the cursor on the first page,"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443301816\n"
"help.text"
msgid "From the Menu Bar, choose <item type=\"menuitem\">Format > Title Page…</item>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443304794\n"
"help.text"
msgid "Select <emph>Converting existing pages to title pages</emph>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443301533\n"
"help.text"
msgid "Select the style of the title page in the <emph>Edit page</emph> property area"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161448355764\n"
"help.text"
msgid "Note: By default, %PRODUCTNAME select the <emph>First page</emph> page style."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443315175\n"
"help.text"
msgid "Set the page numbering reset options."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443316916\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443314375\n"
"help.text"
msgid "This will change the current page style to <emph>First page</emph> and the following pages will have the <emph>Default page</emph> style"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"hd_id300920161443317859\n"
"help.text"
msgid "To insert a title page anywhere in the document"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443317032\n"
"help.text"
msgid "Place the cursor where you want to insert a new title page."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443315460\n"
"help.text"
msgid "From the menu bar select <item type=\"menuitem\">Format -> Title page</item>."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443318611\n"
"help.text"
msgid "Select <emph>Insert new title pages</emph>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443311657\n"
"help.text"
msgid "Set number of title pages to add and"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443311852\n"
"help.text"
msgid "Set the title page location by setting its page number in the spin box."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443329307\n"
"help.text"
msgid "Set the page numbering reset options."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443327672\n"
"help.text"
msgid "Click <emph>OK</emph>"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443324067\n"
"help.text"
msgid "This will insert a page break and change the current page style to <emph>First page</emph>. The following pages will have the default page style."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"hd_id300920161443323335\n"
"help.text"
msgid "To delete a title page:"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id30092016144332559\n"
"help.text"
msgid "You cannot delete a title page. You must change its page style format from First page to whatever other page style you wish."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443329339\n"
"help.text"
msgid "Place the cursor in the page you want to change the style"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id30092016144332353\n"
"help.text"
msgid "From the Sidebar Deck, select <emph>Sidebar Settings > Styles and Formatting</emph>."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443329078\n"
"help.text"
msgid "From the <emph>Styles and Formatting</emph>, select button <emph>Page Styles</emph>."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443339937\n"
"help.text"
msgid "From the Style list, select the page style you want to apply."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443337801\n"
"help.text"
msgid "Double click on the page style to apply."
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161443378384\n"
"help.text"
msgid "<link href=\"text/shared/01/05040200.xhp\">Format page</link>,"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161915582003\n"
"help.text"
msgid "<link href=\"text/swriter/guide/page_break.xhp\">Page break</link>,"
msgstr ""
#: title_page.xhp
msgctxt ""
"title_page.xhp\n"
"par_id300920161915587772\n"
"help.text"
msgid "<link href=\"text/swriter/guide/change_header.xhp\">Creating a Page Style Based on the Current Page</link>."
msgstr ""

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-04-16 23:23+0000\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
"PO-Revision-Date: 2016-07-06 03:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Estonian <none>\n"
"Language: et\n"
@@ -12,9 +12,9 @@ msgstr ""
"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-POOTLE-MTIME: 1460849023.000000\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1467775455.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -3330,14 +3330,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE-objekt</link>"
#: 18010000.xhp
msgctxt ""
"18010000.xhp\n"
"hd_id666524\n"
"help.text"
msgid "<link href=\"text/shared/01/04150200.xhp\" name=\"Plug-in\">Plug-in</link>"
msgstr "<link href=\"text/shared/01/04150200.xhp\" name=\"Plug-in\">Plugin</link>"
#: 18010000.xhp
msgctxt ""
"18010000.xhp\n"

File diff suppressed because it is too large Load Diff