4 "Project-Id-Version: ROX-Filer 2.1.6\n"
5 "Report-Msgid-Bugs-To: \n"
6 "POT-Creation-Date: 2005-12-27 18:49+0200\n"
7 "PO-Revision-Date: 2005-12-27 19:01+0200\n"
8 "Last-Translator: Teet Tärno <devlin@hot.ee>\n"
9 "Language-Team: Estonian <et@li.org>\n"
11 "Content-Type: text/plain; charset=utf-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
27 msgid "Don't confirm every operation"
28 msgstr "Ära küsi kinnitust iga kord"
45 msgid "See the attr(5) man page for full details."
46 msgstr "Lisainfo saamiseks vaadake attr(5) man-lehekülge."
49 msgid "See the fsattr(5) man page for full details."
50 msgstr "Lisainfo saamiseks vaadake fsattr(5) man-lehekülge."
53 msgid "You do not appear to have OS support."
54 msgstr "Teil ei tundu olevat opsüsteemi toetust."
57 msgid "Find expression reference"
58 msgstr "Otsiavaldiste abi"
62 "<u>Quick Start</u>\n"
63 "Just put the name of the file you're looking for in single quotes:\n"
64 "<b>'index.html'</b> (to find a file called 'index.html')\n"
67 "<b>'*.htm', '*.html'</b> (finds HTML files)\n"
68 "<b>IsDir 'lib'</b> (finds directories called 'lib')\n"
69 "<b>IsReg 'core'</b> (finds a regular file called 'core')\n"
70 "<b>! (IsDir, IsReg)</b> (is neither a directory nor a regular file)\n"
71 "<b>mtime after 1 day ago and size > 1Mb</b> (big, and recently modified)\n"
72 "<b>'CVS' prune, isreg</b> (a regular file not in CVS)\n"
73 "<b>IsReg system(grep -q fred \"%\")</b> (contains the word 'fred')\n"
75 "<u>Simple Tests</u>\n"
76 "<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</b> (types)\n"
77 "<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> (permissions)\n"
78 "<b>IsEmpty, IsMine</b>\n"
79 "A pattern in single quotes is a shell-style wildcard pattern to match. If it\n"
80 "contains a slash then the match is against the full path; otherwise it is\n"
81 "against the leafname only.\n"
83 "<u>Comparisons</u>\n"
84 "<b><, <=, =, !=, >, >=, After, Before</b> (compare two values)\n"
85 "<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (file sizes)\n"
86 "<b>2 secs|mins|hours|days|weeks|years ago|hence</b> (times)\n"
87 "<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> (values)\n"
90 "<b>system(command)</b> (true if 'command' returns with a zero exit status;\n"
91 "a % in 'command' is replaced with the path of the current file)\n"
92 "<b>prune</b> (false, and prevents searching the contents of a directory)."
95 "Pange otsitava faili nimi ühekordsete jutumärkide vahele:\n"
96 "<b>'index.html'</b> (et otsida faili nimega 'index.html')\n"
99 "<b>'*.htm', '*.html'</b> (leiab HTML-faile)\n"
100 "<b>IsDir 'lib'</b> (leiab 'lib'-katalooge)\n"
101 "<b>IsReg 'core'</b> (leiab tavafaile 'core')\n"
102 "<b>! (IsDir, IsReg)</b> (fail ei ole ei kataloog ega tavafail)\n"
103 "<b>mtime after 1 day ago and size > 1Mb</b> (suur, hiljuti muudetud, fail)\n"
104 "<b>'CVS' prune, isreg</b> (tavafail. mis pole CVS'is)\n"
105 "<b>IsReg system(grep -q fred \"%\")</b> (sisaldab sõna 'fred')\n"
107 "<u>Lihtsad testid</u>\n"
108 "<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</b> (tüübid)\n"
109 "<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> (failiõigused)\n"
110 "<b>IsEmpty, IsMine</b>\n"
111 "Ühekordsetes jutumärkides olevat mustrit võrreldakse käsurea stiilis. Kui see\n"
112 "sisaldab kaldkriipsu, võrreldakse täieliku rajaga, muidu ainult \n"
116 "<b><, <=, =, !=, >, >=, After, Before</b> (kahe väärtuse võrdlemine)\n"
117 "<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (failisuurused)\n"
118 "<b>2 secs|mins|hours|days|weeks|years ago|hence</b> (ajad)\n"
119 "<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> (väärtused)\n"
122 "<b>system(Befehl)</b> (tõene, kui 'käsu' väljundväärtus on null;\n"
123 "% 'käsus' asendatakse faili rajaga)\n"
124 "<b>prune</b> (väär ja keelab kotaloogi sisu otsimast)."
127 msgid "Change permissions reference"
128 msgstr "Abi õiguste muutmise kohta"
132 "Normally, you can just select a command from the menu (click \n"
133 "on the arrow beside the command box). Sometimes, you need more...\n"
135 "The format of a command is: <b>CHANGE, CHANGE, ...</b>\n"
136 "Each <b>CHANGE</b> is: <b>WHO HOW PERMISSIONS</b>\n"
137 "<b>WHO</b> is some combination of <b>u</b>, <b>g</b> and <b>o</b> which determines whether to\n"
138 "change the permissions for the User (owner), Group or Others.\n"
139 "<b>HOW</b> is <b>+</b>, <b>-</b> or <b>=</b> to add, remove or set exactly the permissions.\n"
140 "<b>PERMISSIONS</b> is some combination of the letters <b>rwxXstugo</b>\n"
142 "Bracketed text and spaces are ignored.\n"
145 "<b>u+rw</b>: the file owner gains read and write permission\n"
146 "<b>g=u</b>: the group permissions are set to be the same as the user's\n"
147 "<b>o=u-w</b>: others get the same permissions as the owner, but without write permission\n"
148 "<b>a+x</b>: <b>a</b>ll get execute/access permission - same as <b>ugo+x</b>\n"
149 "<b>a+X</b>: directories become accessable by everyone; files which were\n"
150 "executable by anyone become executable by everyone\n"
151 "<b>u+rw, go+r</b>: two commands at once!\n"
152 "<b>u+s</b>: set the SetUID bit - often has no effect on script files\n"
153 "<b>755</b>: set the permissions directly\n"
155 "See the chmod(1) man page for full details."
157 "Tavaliselt valite te käsu lihtsalt menüüst (klõpsake \n"
158 "noolele käsukasti otsas). Kuid mõnikord vajate midagi võimsamat...\n"
160 "Käsuvorming on: <b>MUUDATUS, MUUDATUD, ...</b>\n"
161 "Iga <b>MUUDATUS</b> on kujul: <b>KES MIDA ÕIGUSED</b>\n"
162 "<b>KES</b> on kombinatsioon tähtedest <b>u</b>, <b>g</b> und <b>o</b>, mis määrab, kelle õigusi muudetakse:\n"
163 "Omaniku (User), grupi (Group) või kõigi muude (Others).\n"
164 "<b>MIDA</b> on <b>+</b>, <b>-</b> või <b>=</b>, et lisade, eemaldada või täpselt seada õigusi.\n"
165 "<b>ÕIGUSED</b> on mingi kombinatsioon tähtedest <b>rwxXstugo</b>\n"
167 "Nurksulgudes teksti ja tühikuid ignoreeritakse.\n"
171 "<b>u+rw</b>: faili omanik saab lugemis- ja kirjutamisõiguse\n"
172 "<b>g=u</b>: grupi õigused seatakse samadeks kui omanikul\n"
173 "<b>o=u-w</b>: kõik muud saavad samad õigused kui omanik, välja arvatud kirjutamisõigus\n"
174 "<b>a+x</b>: kõik saavad õiguse käivitada - sama kui <b>ugo+x</b>\n"
175 "<b>a+X</b>: kõik saavad õiguse kataloogidele ligi pääseda; failid, millele oli kellegil käivitusõigus, \n"
176 "muutuvad kõigi poolt käivitatavateks\n"
177 "<b>u+rw, go+r</b>: kaks käsku korraga!\n"
178 "<b>u+s</b>: sea SetUID-bitt - tihti ei oma mingit efekti skriptifailide puhul\n"
179 "<b>755</b>: sea ligipääsuõigused otse\n"
181 "Täpsemat infot saate lugeda chmod(1) man-leheküljelt."
184 msgid "Set type reference"
185 msgstr "Sea tüüpide viiteid"
189 "Normally ROX-Filer determines the type of a regular file\n"
190 "by matching it's name against a pattern. To change the\n"
191 "type of the file you must rename it.\n"
193 "Newer file systems can support something called 'Extended\n"
194 "Attributes' which can be used to store additional data with\n"
195 "each file as named parameters. ROX-Filer uses the\n"
196 "'user.mime_type' attribute to store file types.\n"
198 "File types are only supported for regular files, not\n"
199 "directories, devices, pipes or sockets, and then only\n"
200 "on certain file systems and where the OS implements them.\n"
202 "Harilikult Rox tuvastab tuvastab tavalise faili tüübi\n"
203 "võrreldes tema nime mustri vastu. Et faili tüüpi\n"
204 "muuta, peate te selle ümber nimetama.\n"
206 "Uuemad failisüsteemid toetavad niinimetatud 'laiendatud\n"
207 "atribuute', millega on võimalik salvestada lisainfot faili kohta\n"
208 "nimeliste parameetritena. Rox kasutab 'user.mime_type'\n"
209 "atribuuti failitüüpide salvestamiseks.\n"
211 "Failitüübid on ainult harilikel failidel, neid pole\n"
212 "kataloogidel, seadmetel, torudel või soklitel ja siis ka\n"
213 "ainult mõnigatel failisüsteemidel ning sõltuvalt opsüsteemist.\n"
219 "Process terminated.\n"
222 "Protsess lõpetatud..\n"
225 msgid "There was one error.\n"
226 msgstr "Oli üks viga.\n"
230 msgid "There were %d errors.\n"
231 msgstr "Oli %d viga.\n"
234 msgid "ERROR reading"
235 msgstr "VIGA lugemisel"
267 "Asking child process to terminate...\n"
270 "Ootan tütarprotsesside lõpetamist...\n"
275 "Trying to KILL run-away process...\n"
278 "Proovin SULGEDA kontrolli alt väljunud protsessi...\n"
282 msgid "?Count contents of %s?"
283 msgstr "?Inhalt von %s zählen?"
287 msgid "?Delete %s'%s'?"
288 msgstr "?Kustutada %s'%s' ?"
291 msgid "WRITE-PROTECTED "
292 msgstr "KIRJUTUSKAITSEGA"
296 msgid "'Deleting '%s'\n"
297 msgstr "Kustutan '%s'\n"
301 msgid "'Directory '%s' deleted\n"
302 msgstr "Kataloog '%s' kustutatud\n"
307 msgstr "?'Väljastada %s'?"
311 msgid "'Eject '%s'\n"
312 msgstr "'Väljastan '%s'\n"
321 "väljastamine ebaõnnestus\n"
327 msgstr "?'Kontrollida %s'?"
330 msgid "!Invalid find condition - change it and try again\n"
331 msgstr "!Vigane otsingutingimus - muutke ja proovige uuesti\n"
335 msgid "'(while checking '%s')\n"
336 msgstr "'('%s' kontrollimise juures)\n"
341 msgid "?Change permissions of '%s'?"
342 msgstr "?Muuda '%s' loabitte?"
346 msgid "'Changing permissions of '%s'\n"
347 msgstr "'Muuda '%s loabitte'\n"
350 msgid "!Invalid mode command - change it and try again\n"
351 msgstr "!Vigane moodi käsk - muutke seda ja proovige veelkord\n"
356 msgid "?Change type of '%s'?"
357 msgstr "?Muuda '%s' tüüpi?"
360 msgid "!Invalid type - change it and try again\n"
361 msgstr "!Vigane tüüp - muutke seda ja proovige veelkord\n"
365 msgid "'Changing type of '%s' to '%s'\n"
366 msgstr "'Muuda '%s' tüübiks '%s'\n"
370 msgid "?'%s' already exists - %s?"
371 msgstr "?'%s' on juba olemas - %s?"
374 msgid "merge contents"
382 msgid "'Trying copy anyway...\n"
383 msgstr "'Üritan ikkagi kopeerida...\n"
387 msgid "?Copy %s as %s?"
388 msgstr "?Kopeeri %s nime alla %s?"
392 msgid "'Copying %s as %s\n"
393 msgstr "'Kopeerin %s nime alla: %s\n"
396 msgid "!ERROR: Destination already exists, but is not a directory\n"
397 msgstr "!VIGA: Sihtkoht on juba olemas, aga pole kataloog\n"
403 "Failed to copy '%s'\n"
406 "'%s' kopeerimine ebaõnnestus\n"
410 msgid "?'%s' already exists - overwrite?"
411 msgstr "?'%s' on juba olemas - kas kirjutan üle?"
414 msgid "'Trying move anyway...\n"
415 msgstr "'Üritan siiski tõsta...\n"
419 msgid "?Move %s as %s?"
420 msgstr "?Tõstan %s nime alla %s?"
424 msgid "'Moving %s as %s\n"
425 msgstr "'Tõstan %s nime alla %s\n"
431 "Failed to move %s as %s\n"
434 "%s tõstmine nime alla %s ebaõnnestus\n"
437 msgid "!ERROR: Can't copy object into itself\n"
438 msgstr "!VIGA: Objekti ei ole võimalik sama nime alla kopeerida\n"
441 msgid "!ERROR: Can't move/rename object into itself\n"
442 msgstr "!VIGA: Objekti pole võimalik sama nime alla tõsta\n"
446 msgid "'Linking %s as %s\n"
447 msgstr "'Loon viida %s nime alla %s\n"
451 msgid "?Link %s as %s?"
452 msgstr "?Luua viit %s nime alla %s?"
456 msgid "'Mounting %s\n"
457 msgstr "'Ühendan %s \n"
461 msgid "'Unmounting %s\n"
462 msgstr "'Lahutan %s\n"
467 msgstr "?%s ühendada?"
472 msgstr "?%s lahutada?"
481 "Ühendamine ebaõnnestus\n"
490 "Lahutamine ebaõnnestus\n"
493 msgid "'(seems to be mounted now anyway)\n"
494 msgstr "'(tundub olevat juba niigi ühendatud)\n"
514 msgid "no directories)\n"
515 msgstr "pole katalooge)\n"
526 msgid "!No mount points selected!\n"
527 msgstr "!Ühenduspunkti pole valitud!\n"
530 msgid "?Another search?"
531 msgstr "?Otsida veel?"
536 msgid "!'%s' is a symbolic link\n"
537 msgstr "!'%s' on sümbolviit\n"
540 msgid "You need to select some items to search through"
541 msgstr "Palun valige mõni kataloog, millest otsida"
549 msgid "You need to select some items to count"
550 msgstr "Palun valige objekte loendamiseks"
554 msgstr "Kasutatud kettaruum"
557 msgid "Mount / Unmount"
558 msgstr "Ühenda / Lahuta"
561 msgid "ROX-Filer does not yet support mount points on your system. Sorry."
562 msgstr "Vabandust, aga ROX-Filer ei toeta teie masinas veel ühenduspunkte"
576 msgid "Don't confirm deletion of non-writeable items"
577 msgstr "Kirjutuskeeluga objektide kustutamisel ära küsi kinnitust"
589 msgid "Only log directories being deleted"
590 msgstr "Näita vaid kustutavaid katalooge"
593 msgid "You need to select the items whose permissions you want to change"
594 msgstr "Valige objekte, mille loabitte te tahate muuta"
597 msgid "a+x (Make executable/searchable)"
598 msgstr "a+x (Luba käivitamine/otsimine)"
601 msgid "a-x (Make non-executable/non-searchable)"
602 msgstr "a-x (Keela käivitamine/otsimine)"
605 msgid "u+rw (Give owner read+write)"
606 msgstr "u+rw (Luba omanikul lugeda ja kirjutada)"
609 msgid "go-rwx (Private - owner access only)"
610 msgstr "go-rwx (Luba ligipääs vaid omanikule)"
613 msgid "go=u-w (Public access, not write)"
614 msgstr "go=u-w (Luba kõigil lugeda, keela kirjutamine)"
625 msgid "Don't list processed files"
626 msgstr "Ära näita käsitletud faile"
635 msgid "Also change contents of subdirectories"
636 msgstr "Muuda ka alamkataloogide sisu"
643 msgid "You need to select the items whose type you want to change"
644 msgstr "Valige objekte, mille tüüpi te tahate muuta"
651 msgid "Change contents of subdirectories"
652 msgstr "Muuda ka alamkataloogide sisu"
675 msgid "Only over-write if source is newer than destination."
676 msgstr "Kirjuta üle vaid siis, kui lähtefail on uuem."
679 msgid "Only log directories as they are copied"
680 msgstr "Näita vaid kopeeritavaid katalooge"
689 msgid "Don't log each file as it is moved"
690 msgstr "Ära näita iga faili, mida tõstetakse"
703 msgid "Deleting items such as "
704 msgstr "Kustuta objektid "
707 msgid "Deleting the item "
708 msgstr "Kustuta objekt"
711 msgid "Deleting the items "
712 msgstr "Kustuta objektid "
719 msgid " will affect some items on the pinboard or panel - really delete it?"
720 msgstr " mõjutab faili töölaual või paneelil - kas kustutan siiski? "
723 msgid " will affect some items on the pinboard or panel - really delete them?"
724 msgstr " mõjutab faile töölaual või paneelil - kas kustutan siiski?"
727 msgid "<missing label>"
728 msgstr "<Kirjeldus puudub>"
732 msgid "Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s)."
733 msgstr "Loo antud kataloogi sümbolviidad programmidele, mida soovid näha kõigi tüüpi (%s/%s) objektide puhul menüüs"
737 msgid "Customise Menu..."
738 msgstr "Kohanda menüüd..."
756 msgid "Can't bookmark non-local resource '%s'\n"
757 msgstr "Võrguaadressi '%s' pole võimalik lisada järjehoidjatesse \n"
762 msgid "'%s' isn't a directory"
763 msgstr "'%s' ei ole kataloog"
766 msgid "You should first select some rows to delete"
767 msgstr "Vali järjehoidja"
770 msgid "Put the cursor on an entry in the list to move it"
771 msgstr "Järjehoidja tõstmiseks valige ta kursoriga"
774 msgid "This item is already at the end"
775 msgstr "Olete nimekirja lõpus"
779 msgid "Can't bookmark non-local directories like '%s'"
780 msgstr "Võrgukataloogi '%s' ei saa lisada järjehoidjatesse"
783 msgid "Add New Bookmark"
784 msgstr "Lisa järjehoidja"
787 msgid "Edit Bookmarks"
788 msgstr "Muuda järjehoidjaid"
791 msgid "Recently Visited"
792 msgstr "Hiljuti külastatud"
795 msgid "Bulk rename files"
796 msgstr "Nimeta faile ümber hulgi"
803 msgid "Make the New column a copy of Old"
804 msgstr "Tee Pärast-tulpa koopia Enne-tulba sisust"
808 msgstr "_Nimeta ümber"
816 "This is a regular expression to search for.\n"
817 "^ matches the start of a filename\n"
818 "$ matches the end\n"
819 "\\. matches a dot\n"
820 "\\.htm$ matches the '.htm' in 'index.htm', etc"
822 "Otsitakse seda regulaaravaldist.\n"
823 "^ vastab failinime algusele\n"
825 "\\. vastab punktile\n"
826 "\\.htm$ vastab stringile '.htm' 'index.html' sees, jne"
833 msgid "The first match in each filename will be replaced by this string. There are no special characters."
834 msgstr "Esimene vaste igas failinimes asendatakse selle stringiga. Erimärke pole."
841 msgid "Do a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below."
842 msgstr "Soorita asendus Pärast tulbas.Faile endid ei nimetata ümber enne, kui klõpsate all asuvale 'Nimeta ümber' nupule."
853 msgid "No strings (in the New column) matched the given expression"
854 msgstr "Ükski string (Pärast tulbas) ei vastanud antud avaldisele"
857 msgid "One name matched, but the result was the same"
858 msgstr "Üks nimi vastas avaldisele, kuid tulemus oli muutumatu"
862 msgid "%d names matched, but the results were all the same"
863 msgstr "%d nime vastas avaldisele, kuid tulemused olid samad"
866 msgid "Specify a regular expression to match, and a string to replace matches with."
867 msgstr "Määra regulaaravaldis, mida otsitakse ja string, millega asendatakse tulemus."
871 msgid "%s (for '%s')"
872 msgstr "%s·('%s' asemel)"
876 msgid "A file called '%s' already exists. Aborting bulk rename."
877 msgstr "Fail nimega '%s' on juba olemas. Hulgiümbernimetamine katkestatud."
882 "Failed to rename '%s' as '%s':\n"
884 "Aborting bulk rename."
886 "Ebaõnnestus '%s' ümber nimetamine '%s':\n"
888 "Hulgiümbernimetane katkestatud."
892 msgid "A file called '%s' already exists"
893 msgstr "Fail nimega '%s' on juba olemas"
897 msgid "Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?"
898 msgstr "Mõned nimed Pärast tulbas sisaldavad / märke (näit. '%s'). Selle tagajärjel tõstetakse failid erinevatesse kataloogidesse. Kas jätkan?"
901 msgid "None of the names have changed. Nothing to do!"
902 msgstr "Ükski nimi pole muutunud. Pole midagi teha!"
905 msgid "Choices migration"
906 msgstr "Valikute ümbertõstmine"
911 "Choices have been moved from \n"
913 " to the new location \n"
916 "Choices on tõstetud ümber asukohast \n"
923 msgid "%d directories could not be migrated"
924 msgstr "%d kataloogi ei õnnestunud ümber tõsta"
928 msgid "Can't stat directory: %s"
929 msgstr "Ei õnnestu lugeda kataloogi %s"
933 msgid "Can't open directory: %s"
934 msgstr "Kataloogi %s ei õnnestu avada"
938 msgid "lstat(2) failed: %s"
939 msgstr "lstat(2) ebaõnnestus: %s"
942 msgid "Link (relative)"
946 msgid "Link (absolute)"
947 msgstr "Absoluutne viit"
950 msgid "Internal error - bad info type"
951 msgstr "Sisemine viga - vigane info tüüp"
954 msgid "Drag a directory here to bookmark it."
955 msgstr "Lisamaks kataloogi järjehoidjatesse lohistage ta siia."
958 msgid "XDS protocol error: leafname may not contain '/'\n"
959 msgstr "XDS protokolli viga: failinimi ei tohi sisaldada '/' märki\n"
962 msgid "XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname\n"
963 msgstr "On XdndDirectSave0-sihtmärk, kuid XdndDirectSave0-aatomis (tüüp text/plain) polnud failinime\n"
966 msgid "Sorry - I require a target type of text/uri-list or XdndDirectSave0."
967 msgstr "Vabandust - vajan text/uri-list või XdndDirectSave0 tüüpi sihtmärki"
970 msgid "Sorry - I require a target type of text/uri-list or application/octet-stream."
971 msgstr "Vabandust - vajan text/uri-list või application/octet-stream tüüpi sihtmärki."
976 "Failed to add some items to the pinboard, because they are on a remote machine. For example:\n"
980 "Mõnede objektide lisamine töölauale ebaõnnestus, kuna nad pole kohalikus masinas. Näiteks:\n"
985 msgid "Unknown target"
986 msgstr "Tundmatu sihtmärk"
989 msgid "Remote app can't or won't send me the data - sorry"
990 msgstr "Vabandust - Võrgurakendus ei taha/oska mulle infot saata"
993 msgid "XDS protocol error: return code should be 'S', 'F' or 'E'\n"
994 msgstr "XDS protokolli viga: tagastatud väärtus peab olema kas 'S', 'F' või 'E'\n"
997 msgid "Sorry, can't display a menu of actions for a remote file / raw data."
998 msgstr "Vabandust, ma ei oska näidata menüüd võrgufaili/toorfaili kohta."
1001 msgid "UntitledData"
1002 msgstr "Pealkirjata info"
1006 msgid "Error saving file: %s"
1007 msgstr "Viga faili %s salvestamisel"
1010 msgid "No URIs in the text/uri-list (nothing to do!)"
1011 msgstr "text/uri-list nimekirjas pole ühtegi aadressi (pole tegevust!)"
1014 msgid "Can't get data from remote machine (application/octet-stream not provided)"
1015 msgstr "Võrgust pole võimalik andmeid saada (application/octet-stream pole saadaval)"
1018 msgid "Some of these files are on a different machine - they will be ignored - sorry"
1019 msgstr "Vabandust - osad failid jätan vahele, kuna need asuvad teises masinas"
1022 msgid "None of these files are on the local machine - I can't operate on multiple remote files - sorry."
1023 msgstr "Vabandust - ükski failidest ei asu siin masinas. Ma ei saa mitme mitte-kohaliku failiga töötada."
1026 msgid "Unknown action requested"
1027 msgstr "Sooviti tundmatut tegevus"
1031 msgid "Error getting file list: %s"
1032 msgstr "Viga failide nimekirja hankides: %s"
1039 msgid "Show the current choice in a filer window"
1040 msgstr "Näita praegust valikut failihalduri aknas"
1047 msgid "I can't show you the currently set item, because nothing is currently set. Drag something onto me!"
1048 msgstr "Ma ei saa näidata praegust valikut, kuna midagi pole valitud ! Lohista siia midagi !"
1051 msgid "Sorry, you need to drop exactly one file onto the drop area."
1052 msgstr "Vabandust, te saate siia lohistada vaid ühe faili."
1056 msgid "Sorry, I can't use '%s' because it's not a local file."
1057 msgstr "Ei saa kasutada '%s' kuna see pole kohalik fail."
1063 "Can't access '%s':\n"
1066 "Puudub ligipääs: '%s':\n"
1072 "Error scanning '%s':\n"
1075 "Viga '%s' skaneerimisel:\n"
1081 "Error scanning '%s':\n"
1084 "Viga '%s' skaneerimisel:\n"
1089 "Do you want to unmount this device?\n"
1091 "Unmounting a device makes it safe to remove the disk."
1093 "Kas soovite selle seadme lahutada ?\n"
1095 "Pärast lahutamist on seadme/ketta eemaldamine ohutu."
1099 msgstr "Pole muutust"
1107 msgid "Directory missing/deleted"
1108 msgstr "Kataloog on kadunud/kustutatud"
1113 "Group %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later.\n"
1114 "Make sure NumLock is on if you use the keypad."
1115 msgstr "Grupp %s pole määratud. Grupi määramiseks valige mõned failid ja vajutage Ctrl+%s. Failide hiljem uuesti valimiseks vajutage vaid %s. Numbriklahvistiku kasutamisel peab Teil Numlock aktiivne olema"
1119 msgid "Directory '%s' is not accessible"
1120 msgstr "Puudub ligipääs kataloogile '%s'"
1124 msgid "Directory '%s' not found."
1125 msgstr "Kataloogi '%s' ei leitud."
1155 msgstr "Glob (%s), "
1159 msgstr "Skaneerin, "
1163 msgstr "Pisipildid, "
1166 msgid "Symbolic link to "
1167 msgstr "Sümbolviit failile "
1170 msgid "This filename is not valid UTF-8. You should rename it.\n"
1171 msgstr "Failinimi pole kodeeringus UTF-8. Te peaksite faili ümber nimetama.\n"
1175 msgid "Item no longer exists!"
1176 msgstr "Objekti pole enam olemas!"
1179 msgid "Select display properties to save"
1180 msgstr "Vali ekraani asetused, mida salvestada"
1195 msgstr "Näita peidetud"
1198 msgid "Display style"
1199 msgstr "Vaate stiil"
1202 msgid "Sort type and order"
1203 msgstr "Sorteerimistüüp ja järjekord"
1301 msgid "IsExecutable"
1302 msgstr "IsExecutable"
1438 msgstr "Salvesta kui:"
1445 msgid "Remote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property.\n"
1446 msgstr "Võrgurakendus soovib Direct Save kasutada, kuid ma ei suuda XdndDirectSave0-atribuuti (tüüpi text/plain) lugeda.\n"
1450 "Drag the icon to a directory viewer\n"
1451 "(or enter a full pathname)"
1453 "Lohistage ikoon kataloogivaate peale \n"
1454 "või sisestage faili asukoht täisrajaga"
1456 #: gui_support.c:331
1464 #: gui_support.c:400
1466 msgid "Attempt to read an XML file as a text file. File '%s' may be corrupted."
1467 msgstr "Proovin XML-faili teksti kujul lugeda. Fail '%s' võib olla vigane."
1469 #: gui_support.c:417
1472 "Error in '%s' file at line %d: \n"
1474 "This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved).\n"
1475 "Further errors will be ignored."
1477 "Viga failis '%s' real %d: \n"
1479 "See võib johtuda vanema ROX-Filer'i versiooni uuendamisest.Avage Eelistuste aken, muutke mõnda suvandit ja muutke see tagasi (mis põhjustab faili uuesti salvestamise).\n"
1480 "Edasisi vigu eiratakse."
1482 #: gui_support.c:1001
1483 msgid "Incorrect or missing line break in text/uri-list data"
1484 msgstr "Vigane või puuduv reavahetus text/uri-list andmetes"
1486 #: gui_support.c:1333
1488 msgid "Failed to open file '%s': %s"
1489 msgstr "Faili '%s' avamine ebaõnnestus: %s"
1491 #: gui_support.c:1377
1493 msgid "Failed to load image '%s': reason not known, probably a corrupt image file"
1494 msgstr "Pildi '%s' laadimine ebaõnnestus: põhjus pole teada, tõenäoliselt vigane pildifail"
1496 #: gui_support.c:1428
1498 "This program cannot be run, as the 0launch command is not available. It can be downloaded from here:\n"
1500 "http://0install.net/injector.html"
1502 "Seda programmi pole võimalik jooksutada, kuna puudub 0launch käsk. Seda saate alla laadida aadressilt:\n"
1504 "http://0install.net/injector.html"
1507 msgid "Note that you must save your choices and restart the filer for the new language setting to take full effect."
1508 msgstr "Te peate failihalduri uuesti käivitama, enne kui Teie valitud keel aktiveerub."
1511 msgid "(click to set)"
1512 msgstr "(Valimiseks klõpsa)"
1520 msgid "About ROX-Filer..."
1521 msgstr "ROX-Filer'i kohta..."
1525 msgid "Show Help Files"
1526 msgstr "Näita abiinfot"
1536 msgstr "Eelistused..."
1540 msgid "Home Directory"
1541 msgstr "Kodukataloog"
1554 msgstr "Ava tekstina"
1563 msgid "Set Run Action..."
1564 msgstr "Sea avaja..."
1569 msgstr "Sea ikoon..."
1574 msgstr "Muuda elementi"
1577 msgid "Show Location"
1578 msgstr "Näita asukohta"
1581 msgid "Remove Item(s)"
1582 msgstr "Eemalda elemente"
1595 msgid "The location must contain at least one character!"
1596 msgstr "Asukoha nimes peab olema vähemalt 1 täht!"
1599 msgid "You must first select some items to remove"
1600 msgstr "Elementide eemaldamiseks valige mõned neist"
1603 msgid "You must open the menu over an item"
1604 msgstr "Palun avage menüü mõne elemendi kohal"
1608 msgid "You can only set the run action for a regular file"
1609 msgstr "Faili käivitajat saate muuta vaid tavafailide puhul"
1612 msgid "Press the desired shortcut (eg, Control+F1)"
1613 msgstr "Vajutage soovitud klahvikambinatsiooni (näit. Ctrl+F1)"
1616 msgid "Failed to get keyboard grab!"
1617 msgstr "Ei õnnestunud klaviatuuri haarata!"
1620 msgid "Clicking the icon opens:"
1621 msgstr "Ikoonile klõpsamine avab:"
1624 msgid "Arguments to pass (for executables):"
1625 msgstr "Käivitatavale failile edastatavad argumendid:"
1628 msgid "The text displayed under the icon is:"
1629 msgstr "Tekst ikooni all on:"
1632 msgid "The keyboard shortcut is:"
1633 msgstr "Klahvikombinatsioon on:"
1637 msgid "Are you sure you want to open %d windows?"
1638 msgstr "Kas tõesti soovite avada %d akent?"
1642 msgstr "Näita infot"
1647 msgstr "(vigane utf-8)"
1650 msgid "Show _Help Files"
1651 msgstr "Näita _abiinfot"
1654 msgid "<b>Permissions</b>"
1655 msgstr "<b>Õigused</b>"
1658 msgid "<b>Contents indicate...</b>"
1659 msgstr "<b>Sisu järgi otsustades...</b>"
1668 msgid "Failed to read size"
1669 msgstr "Ebaõnnestus suuruse lugemine"
1673 msgid "'%s' is no longer a symlink"
1674 msgstr "'%s' pole enam sümbolviit"
1679 "Failed to unlink '%s':\n"
1682 "Kustutamine ebaõnnestus '%s':\n"
1688 "Failed to create symlink from '%s':\n"
1690 "(note: old link has been deleted)"
1692 "Sümbolviida '%s' loomine\n"
1693 "%s peale ebaõnnestus\n"
1694 "(märkus: vana viit kustutati)"
1702 msgid "Real directory:"
1703 msgstr "Tegelik kataloog:"
1706 msgid "Owner, Group:"
1707 msgstr "Omanik, grupp:"
1720 msgid "Failed to scan"
1721 msgstr "Skaneerimine ebaõnnestus"
1724 msgid "Change time:"
1725 msgstr "Viimati muudetud:"
1728 msgid "Modify time:"
1732 msgid "Access time:"
1733 msgstr "Viimati avatud:"
1736 msgid "Extended attributes:"
1737 msgstr "Laiendatud atribuudid:"
1748 msgid "Not supported"
1749 msgstr "Pole toetatud"
1752 msgid "Link target:"
1753 msgstr "Viida sihtmärk:"
1761 msgid "Execute file"
1762 msgstr "Käivita fail"
1765 msgid "<nothing yet>"
1766 msgstr "<veel ei midagi>"
1770 msgid "file(1) says... %s"
1771 msgstr "file(1) ütleb... %s"
1775 msgid "Could not change permissions: %s"
1776 msgstr "Ei suutnud muuta %s loabitte"
1815 msgid "Symbolic link"
1819 msgid "ROX application"
1820 msgstr "ROX rakendus"
1832 msgid "Mount point for %s (%s)"
1833 msgstr "%s ühenduspunkt (%s)"
1837 msgid "Mount point (%s)"
1838 msgstr "Ühenduspunkt (%s)"
1842 "Copyright (C) 2005 Thomas Leonard.\n"
1843 "ROX-Filer comes with ABSOLUTELY NO WARRANTY,\n"
1844 "to the extent permitted by law.\n"
1845 "You may redistribute copies of ROX-Filer\n"
1846 "under the terms of the GNU General Public License.\n"
1847 "For more information about these matters, see the file named COPYING.\n"
1849 "Copyright (C) 2003 Thomas Leonard.\n"
1850 "ROX-Filer comes with ABSOLUTELY NO WARRANTY,\n"
1851 "to the extent permitted by law.\n"
1852 "You may redistribute copies of ROX-Filer\n"
1853 "under the terms of the GNU General Public License.\n"
1854 "For more information about these matters, see the file named COPYING.\n"
1857 msgid "Try `ROX-Filer/AppRun --help' for more information.\n"
1858 msgstr "Lisainfo saamiseks proovige 'ROX-Filer/AppRun --help' .\n"
1861 msgid "Try `ROX-Filer/AppRun -h' for more information.\n"
1862 msgstr "Lisainfo·saamiseks·proovige·'ROX-Filer/AppRun·-h'·.\n"
1866 "NOTE: Your system does not support long options - \n"
1867 "you must use the short versions instead.\n"
1870 "MÄRKUS: Teie süsteem ei toeta pikki käsurea võtmeid- \n"
1871 "Olete sunnitud kasutama lühikesi.\n"
1876 "Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"
1877 "Open each directory or file listed, or the current working\n"
1878 "directory if no arguments are given.\n"
1880 " -b, --border=PANEL\topen PANEL as a border panel\n"
1881 " -B, --bottom=PANEL\topen PAN as a bottom-edge panel\n"
1882 " -c, --client-id=ID\tused for session management\n"
1883 " -d, --dir=DIR\t\topen DIR as directory (not application)\n"
1884 " -D, --close=DIR\tclose DIR and its subdirectories\n"
1885 " -h, --help\t\tdisplay this help and exit\n"
1886 " -l, --left=PANEL\topen PAN as a left-edge panel\n"
1887 " -m, --mime-type=FILE\tprint MIME type of FILE and exit\n"
1888 " -n, --new\t\tstart new copy; for debugging the filer\n"
1889 " -p, --pinboard=PIN\tuse pinboard PIN as the pinboard\n"
1890 " -r, --right=PANEL\topen PAN as a right-edge panel\n"
1891 " -R, --RPC\t\tinvoke method call read from stdin\n"
1892 " -s, --show=FILE\topen a directory showing FILE\n"
1893 " -S, --rox-session\tuse default panel and pinboard options, and -n\n"
1894 " -t, --top=PANEL\topen PANEL as a top-edge panel\n"
1895 " -u, --user\t\tshow user name in each window \n"
1896 " -v, --version\t\tdisplay the version information and exit\n"
1897 " -x, --examine=FILE\tFILE has changed - re-examine it\n"
1901 "Kasutamine: ROX-Filer/AppRun [VÕTI]... [FAIL]...\n"
1902 "Ava iga käsureal ette antud kataloog/fail või \n"
1903 "argumentide puudumisel jooksev kataloog,\n"
1905 " -b, --border=PANEEL\tava PANEEL ekraani servas\n"
1906 " -B, --bottom=PANEEL\tava PANEEL ekraani all servas\n"
1907 " -c, --client-id=ID\tkasutusel sessioonihalduses\n"
1908 " -d, --dir=DIR\t\tava DIR kui kataloog (mitte kui rakendus)\n"
1909 " -D, --close=DIR\tsulge DIR koos alamkataloogidega\n"
1910 " -h, --help\t\tnäita abiinfot ja välju\n"
1911 " -l, --left=PANEEL\tava PANEEL ekraani vasakus servas\n"
1912 " -m, --mime-type=FAIL\tnäita FAIL'i MIME-tüüp ja välju\n"
1913 " -n, --new\t\tkäivitab uue failihalduri; failihalduri silumiseks\n"
1914 " -p, --pinboard=PIN\tkasuta töölauda nimega PIN\n"
1915 " -r, --right=PANEEL\tava PANEEL ekraani paremas servas\n"
1916 "··-R,·--RPC\t\tkutsu standardsisendist meetodit\n"
1917 " -s, --show=FAIL\tnäita kataloogi, milles asub FAIL\n"
1918 " -t, --top=PANEEL\tava PANEEL ekraani üleval servas\n"
1919 " -u, --user\t\tnäita kasutajanimesid kõigis akendes\n"
1920 " -v, --version\t\tnäita versiooniinfot ja välju\n"
1921 " -x, --examine=FAIL\tkontrolli muutunud FAIL uuesti\n"
1928 "Home page (including updated versions): http://rox.sourceforge.net/\n"
1931 "Kodulehekülg (kus ka uued versioonid): http://rox.sourceforge.net/\n"
1935 "We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?):\n"
1936 "http://bugzilla.gnome.org/show_bug.cgi?id=152151\n"
1937 "Trying to continue..."
1939 "Me saime BadWindow vea X serverilt. See võib olla tingitud järgnevast GTK puugist (lohistamise ajal?):\n"
1940 "http://bugzilla.gnome.org/show_bug.cgi?id=152151\n"
1944 msgid "The -o argument is no longer used. You can turn on override redirect from the Options box instead."
1945 msgstr "Käsurea võti -o pole enam kasutusel. See on tõstetud Eelistused->Ühilduvus alla."
1949 msgid "Running as user '%s'"
1950 msgstr "Jookse kasutaja '%s' nime all"
1954 msgid "Compiled with GTK version %s\n"
1955 msgstr "Kompileeritud GTK versiooniga %s\n"
1959 msgid "Running with GTK version %d.%d.%d\n"
1960 msgstr "Jookseb GTK versiooniga %d.%d.%d\n"
1963 msgid "features set at compile time"
1964 msgstr "kompileerimise ajal seatud eelistused"
1967 msgid "Large File Support"
1968 msgstr "Suurte failide toetus"
1971 msgid "Dnotify support"
1972 msgstr "Dnotify-toetus"
1975 msgid "Binary compatibility"
1976 msgstr "Binaarne ühilduvus"
1979 msgid "Yes (can run with older glibc versions)"
1980 msgstr "Jah (suudab joosta ka vanemate glibc versioonidega)"
1983 msgid "No (apsymbols.h not found)"
1984 msgstr "Ei (apsymbols.h ei leitud)"
1987 msgid "Extended attribute support"
1988 msgstr "Laiendatud atribuutide toetus"
1998 msgstr "Ikoonivaade"
2001 msgid "Icons, With..."
2002 msgstr "Ikoonid ja..."
2023 msgstr "Loend-vaade"
2026 msgid "Bigger Icons"
2027 msgstr "Suuremad ikoonid"
2030 msgid "Smaller Icons"
2031 msgstr "Väiksemad ikoonid"
2039 msgid "Sort by Name"
2040 msgstr "Sorteeri nime järgi"
2043 msgid "Sort by Type"
2044 msgstr "Sorteeri tüübi järgi"
2047 msgid "Sort by Date"
2048 msgstr "Sorteeri kuupäeva järgi"
2051 msgid "Sort by Size"
2052 msgstr "Sorteeri suuruse järgi"
2055 msgid "Sort by Owner"
2056 msgstr "Sorteeri omaniku järgi"
2059 msgid "Sort by Group"
2060 msgstr "Sorteeri grupi järgi"
2064 msgstr "Pööratud järjekorras"
2068 msgstr "Näita peidetud"
2071 msgid "Filter Files..."
2072 msgstr "Filtreeri faile..."
2075 msgid "Show Thumbnails"
2076 msgstr "Näita pisipilte"
2083 msgid "Save Display Settings..."
2084 msgstr "Salvesta ekraaniasetused..."
2092 msgstr "Nimeta ümber..."
2096 msgstr "Loo viit..."
2100 msgstr "Ava kasutades..."
2108 msgstr "Sea tüüp..."
2120 msgid "Clear Selection"
2121 msgstr "Tühista valik"
2124 msgid "Invert Selection"
2125 msgstr "Pööra valik ümber"
2128 msgid "Select by Name..."
2129 msgstr "Vali nime järgi..."
2132 msgid "Select If..."
2133 msgstr "Vali mustri abil..."
2149 msgid "Parent, New Window"
2150 msgstr "Ava ülemine kataloog uues aknas"
2153 msgid "Parent, Same Window"
2154 msgstr "Ava ülemine kataloog samas aknas"
2161 msgid "Show Bookmarks"
2162 msgstr "Näita järjehoidjaid"
2165 msgid "Follow Symbolic Links"
2166 msgstr "Järgi sümbolviitu"
2169 msgid "Resize Window"
2170 msgstr "Kohalda akna suurust"
2173 msgid "Close Window"
2177 msgid "Enter Path..."
2178 msgstr "Sisesta tee..."
2181 msgid "Shell Command..."
2182 msgstr "Käsurea korraldus..."
2185 msgid "Terminal Here"
2186 msgstr "Terminal siia"
2189 msgid "Switch to Terminal"
2190 msgstr "Hüppa terminali"
2193 msgid "You should Shift+Menu click over a file to send it somewhere"
2194 msgstr "Klõpsake Shift+Menüü faili kohal, et seda kuhugi saata"
2198 msgstr "Järgmine klõps"
2203 msgstr "%d elementi"
2206 msgid "Open unmounted"
2207 msgstr "Ava, aga ära ühenda"
2211 msgstr "Näita sihtkohta"
2215 msgstr "Vaata sisse"
2218 msgid "Open As Text"
2219 msgstr "Ava tekstina"
2223 "Extended attributes, used to store types, are not supported for this file or files.\n"
2224 "This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux)."
2226 "Laiendatud atribuudid, mida kasutatakse tüübi salvestamiseks, pole selle faili või failide puhul toetatud.\n"
2227 "Selle põhjuseks võib olla atribuutide toetuse puudumine failisüsteemil või C-teegil, või ka lihtsalt peaksite failisüsteemi ühendamisel edastama õige suvandi ('user_xattr' Linuxi puhul)."
2230 msgid "Setting type not supported for some of these files"
2231 msgstr "Tüübi seadmine pole mõnede antud failide puhul toetatud"
2234 msgid "_Relative link"
2235 msgstr "_Relative link"
2239 "If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together.\n"
2240 "If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put."
2242 "Kui selle suvandi sisse lülite, salvestatakse viida juures teekond sihtfailini. Kasutage seda siis, kui soovite viita ja sihtfaili koos liigutada.\n"
2243 "Kui suvandi välja lülite, salvestatakse viida juures teekond sihtfailini juurkataloogist. Kasutage siis, kui liigutate viita, aga mitte sihtfaili."
2246 msgid "New pathname is not absolute"
2247 msgstr "Failitee pole absoluutne"
2251 msgid "Symlink from '%s' already exists. Replace it with a link to '%s'?"
2252 msgstr "Sümbolviit '%s' on juba olemas. Asendada see viidaga failile '%s'?"
2266 msgstr "UusKataloog"
2271 msgid "Error creating '%s': %s"
2272 msgstr "Faili '%s' loomisel oli viga: %s"
2280 msgid "Error creating file: could not find the template for %s"
2281 msgstr "Viga faili loomisel: ei leidnud malli %s jaoks"
2286 "The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories:\n"
2290 "The `Send To' menu may be opened by Shift+Menu clicking over a file.\n"
2293 "You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected."
2295 "`Ava kasutades'-menüü võimaldab määrata failide avamiseks rakendusi (või nende viitasid), mis asuvad järgnevates kataloogides:\n"
2299 "`Ava kasutades'-menüü avaneb, klõpsates Shift+Menüü (vaikimisi parem hiirenupp) faili peal.\n"
2300 "Edasijõudnud kasutus:\n"
2301 "Te võite ka luua alamkatalooge nimedega `.text_html', `.text', jne, mida näidatakse vaid vastavat tüüpi failide puhul. `.group' näidatakse juhul, kui mitu faili on valitud."
2304 msgid "I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it."
2305 msgstr "Näitan 'Ava kasutades' kataloogi; Te saate sinna luua viitasid (Ctrl+Shift-lohista) rakendustele."
2309 msgid "Your CHOICESPATH variable setting prevents customisations - sorry."
2310 msgstr "Vabandust: Teie CHOICESPATH muutuja lubab eelistusi muuta vaid kasutajal root."
2315 "Any files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file.\n"
2317 "The following directories contain templates:\n"
2322 "Teie Mallide kataloogi paigutatud failid on näha `Uus' menüüs. Nendest mõna valimine tekitab uue failina koopia mallist.\n"
2324 "Järgnevad kataloogid sisaldavad malle:\n"
2330 msgid "I'll show you your Templates directory now; you should place any template files you want inside it."
2331 msgstr "Näitan Mallide kataloogi; Te saate mallide failid panna sinna sisse."
2338 msgid "This is already the canonical name for this directory."
2339 msgstr "See ongi juba antud kataloogi kanooniline nimi."
2342 msgid "You can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window."
2343 msgstr "Te ei saa avada teist akent selle kataloogiga, kuna eelistustes on aktiveeritud 'Näita ühes aknas'."
2347 msgstr "Kopeeri ... ?"
2350 msgid "Rename ... ?"
2351 msgstr "Nimeta ümber ... ?"
2354 msgid "Symlink ... ?"
2355 msgstr "Tekita viit ... ?"
2358 msgid "Shift Open ... ?"
2359 msgstr "Ava tekstina ... ?"
2362 msgid "Properties of ... ?"
2363 msgstr "Omadused ... ?"
2366 msgid "Set type of ... ?"
2367 msgstr "Sea ... tüüpi ?"
2370 msgid "Set run action for ... ?"
2371 msgstr "Avaja seadmine ... jaoks ?"
2374 msgid "Set icon for ... ?"
2375 msgstr "Sea ... ikooni ?"
2378 msgid "Send ... to ... ?"
2379 msgstr "Ava ... kasutades ... ?"
2382 msgid "DELETE ... ?"
2383 msgstr "KUSTUTA ... ?"
2386 msgid "Count the size of ... ?"
2387 msgstr "Loenda kokku ... suurused ?"
2390 msgid "Set permissions on ... ?"
2391 msgstr "Muuda ... loabitte ?"
2394 msgid "Search inside ... ?"
2395 msgstr "Otsi ... seest ?"
2398 msgid "You cannot do this to more than one item at a time"
2399 msgstr "Antud tegevust ei saa läbi viia mitme failiga"
2403 msgstr "Nimeta ümber"
2411 "User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by:\n"
2413 "1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or\n"
2415 "2) adding this line to ~/.gtkrc-2.0:\n"
2416 "\tgtk-can-change-accels = 1\n"
2417 "\t(this only works if NOT using XSETTINGS)"
2419 "Kiirklahvide kasutajate poolt muutmine on Gtk2 rakendustes vaikimisi keelatud. Te saate need lubada järgnevalt:\n"
2420 "1) Kasutades XSettings-haldurit, nagu näiteks ROX-Session või gnome-settings-daemon, või\n"
2422 "2) Lisades faili ~/.gtkrc-2.0 rea:\n"
2423 "\tgtk-can-change-accels = 1\n"
2424 "\t(see töötab vaid siis, kui te EI kasuta XSETTINGS)"
2428 "To set a keyboard short-cut for a menu item:\n"
2430 "- Open the menu over a filer window,\n"
2431 "- Move the pointer over the item you want to use,\n"
2432 "- Press the key you want attached to it.\n"
2434 "The key will appear next to the menu item and you can just press that key without opening the menu in future."
2436 "Kiirklahvide määramiseks:\n"
2438 "- Avage mõne failihalduri akna kohal menüü,\n"
2439 "- Liikuge hiirekursoriga soovitud tegevuse kohale,\n"
2440 "- Vajutage kiirklahvi, mida soovite tegevusele määrata.\n"
2442 " Määratud kiirklahv ilmub nähtavale menüüs tegevuse kõrval. Edaspidi piisab tegevuse väljakutsumiseks kiirklahvi vajutamisest ja menüüd pole vaja avada."
2445 msgid "Set keyboard shortcuts"
2446 msgstr "Määra kiirklahve"
2458 msgstr "Vali mustri abil:"
2461 msgid "Select Named:"
2462 msgstr "Vali nimetatud:"
2469 msgid "Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer."
2470 msgstr "Sisestage failinimi, mida näidata. TAB klahv lõpetab nimesid. Esc klahv sulgeb minipuhvri."
2473 msgid "Enter a shell command to execute. Click on a file to add it to the buffer."
2474 msgstr "Sisestage täidetav shelli käsk. Klõpsake failil, lisamaks seda puhvrisse."
2478 "Enter a file name pattern to select all matching files:\n"
2480 "? means any character\n"
2481 "* means zero or more characters\n"
2482 "[aA] means 'a' or 'A'\n"
2483 "[a-z] means any character from a to z (lowercase)\n"
2484 "*.png means any name ending in '.png'"
2486 "Siseta failinime muster, et valida kõik sobivad failid:\n"
2488 "? tähendab ühte suvalist märki\n"
2489 "* tähendab 0 või mitu suvalist märki\n"
2490 "[aA] tähendab 'a' või 'A'\n"
2491 "[a-z] tähendab märki a ja z vahel (väiksed tähed)\n"
2492 "*.png tähendab ükskõiik millist '.png' lõpuga nime"
2495 msgid "Enter a pattern to match for files to be shown. An empty filter turns the filter off."
2496 msgstr "Sisesta muster, millele vastavaid faile kuvatakse. Tühja filtri puhul lülitakse filter välja."
2499 msgid "Invalid Find condition"
2500 msgstr "Vigane otsinguparameeter"
2504 msgid "%s total, %s used, %s free (%.1f %%)"
2505 msgstr "%s·kokku,·%s·kasutusel,·%s·vaba·(%.1f·%%)"
2508 msgid "ROX-Filer has converted your Options file to the new XML format"
2509 msgstr "Teie vana eelistustefail teisendati uude XML-põhisesse vormingusse"
2513 msgid "(use default)"
2514 msgstr "(kasuta vaikimisi asetusi)"
2518 msgid "Internal error: %s unreadable"
2519 msgstr "Sisemine viga: %s pole loetav"
2530 msgid "Restore all choices to how they were when the Options box was opened."
2531 msgstr "Taasta kõik asetused eelistuste akna avamise hetke seisule."
2536 "Choices will be saved as:\n"
2539 "Eelistused salvestati nime alla:\n"
2543 msgid "(saving disabled by CHOICESPATH)"
2544 msgstr "(CHOICESPATH keelab muudatuste salvestamise)"
2549 msgid "Error saving %s: %s"
2550 msgstr "Viga %s salvestamisel: %s"
2557 msgid "Your old panel file has been converted to the new XML format."
2558 msgstr "Teie paneeli asetused on teisendati uude XML-põhisesse vormingusse."
2561 msgid "You have tried to close a panel via the window manager - I usually find that this is accidental... really close?"
2562 msgstr "Te üritasite paneeli sulgeda aknahalduri kaudu - enamasti pole see soovitud ... Tõesti sulgeda ?"
2565 msgid "Missing < or > in panel config file"
2566 msgstr "Puuduv < või > paneeli asetuste failis"
2570 msgid "Error saving panel %s: %s"
2571 msgstr "Paneeli %s salvestamisel oli viga : %s"
2574 msgid "Applet quit without ever creating a widget!"
2575 msgstr "Applet väljus ilma kasutajaliidese elementi loomata!"
2580 "Error running applet:\n"
2583 "Viga appleti käivitamisel:\n"
2587 msgid "Panel Options..."
2588 msgstr "Paneeli valikud..."
2592 msgid "Xinerama monitor %d unavailable"
2593 msgstr "Xinerama ekraan %d pole saadaval"
2596 msgid "Panel Options"
2597 msgstr "Paneeli valikud"
2605 msgid "Select the panel's position:"
2606 msgstr "Vali paneeli asend:"
2609 msgid "Top-edge panel"
2610 msgstr "Paneel üleval servas"
2617 msgid "Bottom edge panel"
2618 msgstr "Paneel all servas"
2622 msgstr "Alumine serv"
2625 msgid "Left edge panel"
2626 msgstr "Paneel vasakul servas"
2633 msgid "Right-edge panel"
2634 msgstr "Paneel paremal servas"
2641 msgid "Your old pinboard file has been converted to the new XML format."
2642 msgstr "Teie töölaua asetuste fail teisaldati uude XML-põhisesse vormingusse."
2645 msgid "The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method."
2646 msgstr "Taustahaldur peab olema kataloograkendus. Lohistage kataloograkendus 'Muuda tausta' dialoogikasti või (programmeerijate jaoks) edastage see SOAP SetBackdropApp meetodi argumendina."
2650 "You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop.\n"
2652 "Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual."
2654 "Taustaks saate määrata kas pildi või rakenduse, mis oskab hallata Rox-Filer'i tausta.\n"
2656 "Programmeerijatele: rakenduse Appinfo.xml peab sisaldama CanSetBackdrop elementi, nagu kirjeldatud ROX-Filer'i käsiraamatus."
2659 msgid "Set backdrop"
2660 msgstr "Muuda tausta"
2663 msgid "Choose a style and drag an image in:"
2664 msgstr "Vali tausta positsioon ja lohista pilt kasti:"
2667 msgid "Centre the image without scaling it"
2668 msgstr "Keskjoonda pilt ilma maksimiseerimata"
2675 msgid "Scale the image to fit the backdrop area, without distorting it"
2676 msgstr "Maksimiseeri pilt üle tausta ilma mõõtude suhet muutmata"
2680 msgstr "Maksimiseeri"
2683 msgid "Stretch the image to fill the backdrop area"
2684 msgstr "Venita pilt üle tausta"
2691 msgid "Tile the image over the backdrop area"
2692 msgstr "Laota pilt taustale paanidena"
2699 msgid "Drop an image here"
2700 msgstr "Lohistage siia pilt"
2703 msgid "No pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future."
2704 msgstr "Töölaua asetusi ei leitud. Avan vaikimisi töölaua.Kasutage ROX-Filer'i käivitamisel parameetrit 'rox -p=Default', et sama töölauda tulevikus aktiveerida."
2707 msgid "Only files (and certain applications) can be used to set the background image."
2708 msgstr "Tausta seadmiseks saate kasutada vaid pilte (ja teatud rakendusi)."
2711 msgid "Missing '>' in icon label"
2712 msgstr "Ikooni sildis puudub '>'"
2715 msgid "Missing ',' after icon label"
2716 msgstr "Ikooni sildis puudub ','"
2720 msgid "Error saving pinboard %s: %s"
2721 msgstr "Viga %s töölaua asetuste salvestamisel: %s"
2730 "Error loading backdrop image:\n"
2734 "Viga taustapildi laadimisel:\n"
2741 "Can't delete thumbnails in %s:\n"
2744 "Ei saa eemaldada pisipilti %s:\n"
2748 msgid "There are no thumbnails to delete"
2749 msgstr "Pole pisipilte, mida kustutada"
2752 msgid "Purge thumbnails disk cache"
2753 msgstr "Kustuta pisipiltide puhver"
2757 msgid "Unknown style '%s'"
2758 msgstr "Tundmatu stiil '%s'"
2762 msgid "Unknown details type '%s'"
2763 msgstr "Tundmatu omaduste tüüp '%s'"
2767 msgid "Unknown sorting type '%s'"
2768 msgstr "Tundmatu sortimistüüp '%s'"
2772 msgid "Attempt to invoke unknown SOAP method '%s'"
2773 msgstr "Kutsuti tundmatut SOAP-meetodit '%s'"
2777 msgid "Invalid .gmo translation file (too short): %s"
2778 msgstr "Vigane .gmo tõlkefail (liiga lühike): %s"
2780 #: rox_gettext.c:108
2782 msgid "Invalid .gmo translation file (GNU magic number not found): %s"
2783 msgstr "Vigane .gmo tõlkefail (ei leitud GNU maagilist päist): %s"
2788 msgid "Program %s not found - deleted?"
2789 msgstr "Rakendust %s ei leitud - on see kustutatud?"
2793 msgid "File doesn't exist, or I can't access it: %s"
2794 msgstr "Faili pole olemas või ei saa seda avada: %s"
2798 msgid "I don't know how to open '%s'"
2799 msgstr "Ma ei oska avada '%s'"
2804 "This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't."
2807 "See on kataloograkendus (application directory). Te võite seda käivitada kui programmi või avada kui kataloogi (Shift+klõps)Enamus rakendusi näitavad omaenda abiinfot, kuid mitte see."
2811 msgid "Could not send data to program: %s"
2812 msgstr "Ei suutnud saata andmeid rakendusele: %s"
2816 msgid "Could not read link: %s"
2817 msgstr "Ei suutnud lugeda viita: %s"
2821 msgid "Broken symlink (or you don't have permission to follow it): %s"
2822 msgstr "Katkine viit (või puuduvad teil õigused sellele järgneda): %s"
2826 msgid "No run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%s"
2827 msgstr "Failitüübi (%s/%s) jaoks pole seatud avajat - Te saate seda seada, valides Fail-menüüst 'Sea avaja...', või lohistades faili rakenduse peale. %s"
2833 "Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu."
2837 "Note: Kui te soovite jooksutada arvutiprogrammi, peate te seadma käivitusbiti, valides Fail menüüst Õigused."
2842 "Executable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer).\n"
2844 "Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions.\n"
2846 "If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions."
2848 "Programm '%s' on kõigile kirjutatav! Keeldun käivitamast seda. Palun muutke faili ligipääsuõigusi (probleem võib olla pärit failihalduri vanemast, vigasest, versioonist).\n"
2850 "Kõigile kirjutatav programmifail (välja arvatud sümboolsed viidad) tähendab seda, et kõik teie arvuti kasutajad saavad teie programmi muuta, asendades selle potentsiaalselt ohtliku programmiga.\n"
2852 "Juhul, kui te usaldate absoluutselt kõiki kasutajaid, kellel on olnud ligipääs, ei pruugi te muretseda. Vastasel juhul peaksite üle kontrollima või isegi kustutama kõik käivitamis-seosed"
2855 msgid "go-w (Fix security problem)"
2856 msgstr "go-w (Lahenda turvaprobleem)"
2868 msgid "Failed to open and stat file '%s': %s"
2869 msgstr "Faili '%s' avamine ja stat ebaõnnestus: %s"
2873 msgid "Failed to mmap file '%s': %s"
2874 msgstr "Faili '%s' mmap avamine ebaõnnestus: %s"
2881 msgid "Close filer window"
2882 msgstr "Sulge failihalduri aken"
2889 msgid "Change to parent directory"
2890 msgstr "Mine ülevalpoolsesse kataloogi"
2897 msgid "Change to home directory"
2898 msgstr "Mine kodukataloogi"
2902 msgstr "Järjehoidjad"
2905 msgid "Bookmarks menu"
2906 msgstr "Järjehoidjate-menüü"
2913 msgid "Rescan directory contents"
2914 msgstr "Skaneeri uuesti kataloogi sisu"
2917 msgid "Change icon size"
2918 msgstr "Muuda ikooni suurust"
2921 msgid "Automatic size mode"
2922 msgstr "Automaatselt kohanduv ikoonisuurus"
2925 msgid "Show extra details"
2926 msgstr "Näita rohkem infot"
2933 msgid "Change sort criteria"
2934 msgstr "Muuda sortimiskriteeriume:"
2941 msgid "Show/hide hidden files"
2942 msgstr "Näita/varja peidetud faile"
2945 msgid "Select all/invert selection"
2946 msgstr "Vali kõik/pööra valik ümber"
2949 msgid "Show ROX-Filer help"
2950 msgstr "Näita ROX-Filer'i abiinfot"
2954 msgid " (%u hidden)"
2955 msgstr " (%u peidetud)"
2969 msgstr "Pole faile%s"
2973 msgid "%u selected (%s)"
2974 msgstr "%u faili valitud (%s)"
2977 msgid "Sort by name"
2978 msgstr "Sorteeri nime järgi"
2981 msgid "Sort by type"
2982 msgstr "Sorteeri tüübi järgi"
2985 msgid "Sort by date"
2986 msgstr "Sorteeri aja järgi"
2989 msgid "Sort by size"
2990 msgstr "Sorteeri suuruse järgi"
2993 msgid "Sort by owner"
2994 msgstr "Sorteeri omaniku järgi"
2997 msgid "Sort by group"
2998 msgstr "Sorteeri grupi järgi"
3014 msgstr "Ühenduspunkt"
3018 msgstr "Rakenduskat"
3050 "Enter a shell command which will load \"$@\" into a suitable program. Eg:\n"
3054 "Sisestage shellikäsk, millele argumendina edastada \"$@\". Näit.:\n"
3059 msgid "This is not a program! Give me an application instead!"
3060 msgstr "See pole programm! Andke mulle selle asemel rakendus!"
3063 msgid "No run action defined"
3064 msgstr "Avamisseost pole määratud"
3068 msgid "Error in handler %s: %s"
3069 msgstr "Viga käsitlejas %s: %s"
3073 msgid "Invalid application %s (bad AppRun)"
3074 msgstr "Mittekehtiv rakendus %s (vigane AppRun)"
3078 msgid "Non-executable %s"
3079 msgstr "Mittekäivitatav fail %s"
3082 msgid "Set run action"
3086 msgid "If a handler for the specific type isn't set up, use this as the default."
3087 msgstr "Kui failitüübile pole avajat määratud, kasutada vaikimisi seda."
3091 msgid "Set default for all `%s/<anything>'"
3092 msgstr "Kasuta vaikimisi '%s/<misiganes>' avamiseks"
3095 msgid "Use this application for all files with this MIME type."
3096 msgstr "Kasuta seda rakendust antud MIME-tüübiga failide avamiseks."
3100 msgid "Only for the type `%s' (%s/%s)"
3101 msgstr "Ainult tüübi `%s' (%s/%s) jaoks"
3104 msgid "Drop a suitable application here"
3105 msgstr "Lohistage siia sobiv rakendus"
3112 msgid "Enter a shell command:"
3113 msgstr "Sisestage shelli käsk:"
3116 msgid "_Use Command"
3117 msgstr "_Kasuta käsku"
3120 msgid "A run action already exists and is quite a big program - are you sure you want to delete it?"
3121 msgstr "Käivitaja on juba määratud ja see on üsna suur programm - oled kindel, et soovid seda kustutada?"
3125 msgid "Can't remove %s: %s"
3126 msgstr "Ei saa eemaldada %s: %s"
3129 msgid "Choices saving is disabled by CHOICESPATH variable"
3130 msgstr "Seadete salvestamise keelab CHOICESPATH-keskkonnamuutuja"
3134 msgid "Icon theme '%s' does not contain MIME icons. Using ROX default theme instead."
3135 msgstr "Ikooniteemas '%s' pole MIME ikoone. Kasutan Rox vaikimisi teemat.."
3140 "Failed to create symlink '%s':\n"
3143 "(this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason, or %s is a link to an invalid directory; try deleting it)"
3145 "Sümbolviida '%s' loomine ebaõnnestus:\n"
3148 "(see võib tähendada, et ROX teema on juba seal olemas, kuid mingil põhjusel ei suudetud laadida 'mime-application:postscript' ikooni või on %s viide vigasele kataloogile, proovige see kustutada)"
3151 msgid "The pathname you gave does not exist. The icon has not been changed."
3152 msgstr "Faili, milleni teekonna sisestasite, pole olemas. Ikooni ei muudetud."
3157 "Unable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong?\n"
3158 "The icon has not been changed."
3160 "Pildifaili ei õnnestu laadida - võib-olla on see mulle tundmatus vormingus või on ligipääsuõigused väärad?\n"
3161 "Ikooni ei muudetud."
3165 msgid "Really delete icon '%s'?"
3166 msgstr "Tõesti kustutada ikoon '%s'?"
3171 "Can't delete '%s':\n"
3174 "Ei suuda kustutada '%s':\n"
3182 msgid "Use a copy of the image as the default for all files of these MIME types."
3183 msgstr "Kasuta koopiat pildist vaikimisi kõigi selle MIME-tüübiga failide jaoks."
3187 msgid "Set icon for all `%s/<anything>'"
3188 msgstr "Sea ikoon kõigi tüüpi `%s/<misiganes>' failide jaoks"
3191 msgid "Use a copy of the image for all files of this MIME type."
3192 msgstr "Kasuta koopiat pildist kõigi antud MIME-tüübiga failide jaoks."
3196 msgid "For all files of type `%s' (%s/%s)"
3197 msgstr "Failidele, mis on tüüpi `%s' (%s/%s)"
3200 msgid "Add the file and image filenames to your personal list. The setting will be lost if the image or the file is moved."
3201 msgstr "Lisage faili ja pildi failinimed oma isiklikku nimekirja. See asetus läheb kaotsi, kui pilt või fail mujale tõstetakse."
3205 msgid "Only for the file `%s'"
3206 msgstr "Ainult faili `%s' jaoks"
3209 msgid "Copy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory."
3210 msgstr "Kopeeri pilt kataloogi sisse peidetud faili '.DirIcon'. nime alla.Kõik kasutajad näevad ikooni ja ketaloogi võib probleemitult mujale tõsta. See on enamasti parim valik, kui Teil on kirjutusõigus antud kataloogile."
3213 msgid "Copy image into directory"
3214 msgstr "Kopeeri pilt kataloogi"
3217 msgid "Drop an icon file here"
3218 msgstr "Lohistage siia ikoonifail"
3221 msgid "Setting icon disabled by CHOICESPATH"
3222 msgstr "Ikooni seadmise keelab CHOICESPATH-keskkonnamuutuja"
3227 "Error creating image '%s':\n"
3230 "Viga pildi kopeerimisel '%s':\n"
3233 #: view_details.c:1012
3237 #: view_details.c:1015
3241 #: view_details.c:1018
3242 msgid "_Permissions"
3243 msgstr "_Ligipääsuõigused"
3245 #: view_details.c:1019
3249 #: view_details.c:1021
3253 #: view_details.c:1023
3257 #: view_details.c:1025
3258 msgid "Last _Modified"
3259 msgstr "Viimati _muudetud"
3270 msgid "Use the LANG environment variable"
3271 msgstr "Kasutage LANG keskkonnamuutujat"
3278 msgid "Chinese (traditional)"
3279 msgstr "Hiina (traditsiooniline)"
3282 msgid "Chinese (simplified)"
3283 msgstr "Hiina (lihtsustatud)"
3298 msgid "English (no translation)"
3299 msgstr "Inglise (tõlkimata)"
3338 msgid "Portuguese (Portugal)"
3339 msgstr "Portugali (Portugal)"
3342 msgid "Portuguese (Brasil)"
3343 msgstr "Portugali (Brasiilia)"
3362 msgid "Filer windows"
3363 msgstr "Failihalduri aknad"
3366 msgid "Auto-resize filer windows"
3367 msgstr "Automaatselt muuda failihalduri akende suurust"
3370 msgid "Never automatically resize"
3371 msgstr "Ära kunagi sea suurust automaatselt"
3374 msgid "You'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background."
3375 msgstr "Te peate akna suurust muutma käsitsi, kasutades; aknahalduri võimalusi, menüüvalikut `Kohalda akna suurust'-või topeltklõpsates akna tausta."
3378 msgid "Resize when changing the display style"
3379 msgstr "Kohalda akna suurust vaate muutmisel"
3382 msgid "Changing the size of the icons or which details are displayed will resize the window for you."
3383 msgstr "Ikoonide suuruse või näidatavate omaduste hulga muutmisel muudetakse akna suurust automaatselt."
3386 msgid "Always resize"
3387 msgstr "Alati muuda suurust"
3390 msgid "The filer will resize windows whenever it seems useful (that is, when changing directory or display style)."
3391 msgstr "Failihaldur muudab akna suurust iga kord, kui see tundub mõistlik (s.t. kataloogi vahetamisel või vaate muutmisel)."
3394 msgid "Largest window size:"
3395 msgstr "Akna maksimaalne suurus:"
3402 msgid "The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to."
3403 msgstr "Maksimaalne suurus, milleni aken automaatselt suurust muutes tohib kasvada, väljendatuna protsentides ekraanist."
3406 msgid "Window behaviour"
3407 msgstr "Akende käitumine"
3410 msgid "Short titlebar flags"
3411 msgstr "Lühiindikaatorid aknapäisel"
3414 msgid "Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar."
3415 msgstr "Kasuta ühetähelisi lühendeid sõnade 'Skaneerin', 'Kõik', 'Pisipildid' asemel akna päises."
3418 msgid "Unique windows"
3419 msgstr "Akende uuestikasutamine"
3422 msgid "If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed."
3423 msgstr "Kui antud suvand on sisse lülitud, siis kataloogi avamise puhul, mis on juba avatud mõnes teises failihalduri aknas, suletakse teine aken."
3426 msgid "New window on button 1"
3427 msgstr "Ava nupuga 1 kataloog uues aknas"
3430 msgid "Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window."
3431 msgstr "Klõpsates esimese hiirenupuga (tavaliselt vasak nupp) avatakse kataloog uues aknas. Klõpsates teise nupuga (keskmine hiirenupp) avatakse kataloog samas aknas."
3434 msgid "Single-click navigation"
3435 msgstr "Ühe klõpsuga avamine"
3439 msgid "Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things."
3440 msgstr "Kui antud suvand on sisse lülitud, siis üks hiireklõps avab faili/kataloogi. Hoidke all Control-klahvi, et faili valida. Kui suvand on keelatud, siis üks klõps valib faili ja kaks klõpsu avab selle."
3443 msgid "Double-click on background resizes"
3444 msgstr "Topeltklõps taustale muudab suurust"
3447 msgid "If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar."
3448 msgstr "Kui see suvand on sisse lülitud, muudab akna taustale topeltkõpsamine aknasuurust, käitudes nagu Automaatse suuruse nupp nupuribas."
3455 msgid "Directories come first (for sort by name)"
3456 msgstr "Katalooge näidatakse enne (nimede järgi sortides)"
3459 msgid "If this is on then directories will always appear before anything else when sorting by name."
3460 msgstr "Nimede järgi sortides näidatakse katalooge alati enne muid faile."
3463 msgid "Capitalised names first (for sort by name)"
3464 msgstr "Suurtähed enne väiketähti (nimede järgi sortides)"
3467 msgid "If on, all filenames starting with a capital letter come before filenames starting with lowercase ones."
3468 msgstr "Suurtähtedega algavaid faile näidatakse enne väiketähtedega algavaid."
3471 msgid "Default settings for new windows"
3472 msgstr "Vaikimisi asetused uutele akendele"
3475 msgid "Inherit options from source window"
3476 msgstr "Kasuta algse akna seadeid"
3479 msgid "If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below."
3480 msgstr "Kui suvand on lubatud, kasutatakse uue akna puhul algse akna seadeid (kui võimalik), vastasel juhul kasutatakse vaikimisi asetusi."
3484 msgstr "Vaate tüüp:"
3488 msgstr "Sordi tunnuse järgi:"
3500 msgid "Show hidden files"
3501 msgstr "Näita peidetud faile"
3504 msgid "If this is on then files whose names start with a dot are shown too, otherwise they are hidden."
3505 msgstr "Kui suvand on sees, näidatakse faile, mis algavad punktiga, vastasel juhul peidetakse need."
3509 msgstr "Ikoonidega vaade"
3512 msgid "Default size:"
3513 msgstr "Vaikimisi suurus:"
3517 msgstr "Väga suured ikoonid"
3522 msgstr "Suured ikoonid"
3527 msgstr "Väikesed ikoonid"
3530 msgid "Default details:"
3531 msgstr "Vaikimisi üksikasjad:"
3535 msgstr "Pole üksikasju"
3538 msgid "Automatic small icons:"
3539 msgstr "Automaatselt väiksed ikoonid:"
3543 msgstr "Muuda alates:"
3546 msgid "When automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used."
3547 msgstr "Juhul kui on lubatud automaatselt ikoonide suuruse muutmine ja kataloogis on vähemalt nii palju faile, näidatakse neid väikeste ikoonidega, vastasel juhul kasutatakse suuri ikoone."
3550 msgid "Max width (Large icons):"
3551 msgstr "Maksimumlaius (suurte ikoonidega):"
3559 msgid "Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this."
3560 msgstr "Sellest numbrist laiem tekst murtakse suurte ikoonide puhul järgmisele reale. Väga suurte ikoonide puhul murtakse tekst siis, kui tekst on 50% laiem sellest arvust."
3563 msgid "(Small Icons):"
3564 msgstr "(Väikesed ikoonid):"
3567 msgid "Maximum width for the text beside a Small Icon."
3568 msgstr "Teksti maksimaalne laius väikese ikooni kõrval."
3571 msgid "Order small icons vertically"
3572 msgstr "Järjesta väikesed ikoonid vertikaalselt"
3575 msgid "If this option is on, then small icons are arranged in columns, not rows."
3576 msgstr "Kui see suvand on lubatud, järjestatakse väikesed ikoonid tulpadesse, mitte ridadesse."
3579 msgid "Order large icons vertically"
3580 msgstr "Järjesta suured ikoonid vertikaalselt."
3583 msgid "If this option is on, then large icons are arranged in columns, not rows."
3584 msgstr "Kui see valik on lubatud, järjestatakse suured ikoonid tulpadesse, mitte ridadesse."
3587 msgid "Show column headings"
3588 msgstr "Näita tulpade päiseid"
3591 msgid "If this is on then column headings will be shown in the list view."
3592 msgstr "Näidatakse päiseid tulpade kohal nimekirjavaate puhul."
3595 msgid "Show full type"
3596 msgstr "Näita täielikku tüübiinfot"
3599 msgid "If this is on then the full description of each object's type will be show rather than a short summary of its basic type."
3600 msgstr "Kui see valik on lubatud, siis näidatakse iga objektijuures tema tüübi täiskirjeldust, mitte selle tüübi lühikokkuvõtet."
3603 msgid "Tools/Minibuffer"
3604 msgstr "Nupuriba/Käsurida"
3611 msgid "Toolbar type:"
3612 msgstr "Nupurea tüüp:"
3616 msgstr "Pole nupuriba"
3620 msgstr "Ainult ikoonid"
3623 msgid "Text under icons"
3624 msgstr "Tekst ikoonide all"
3627 msgid "Text beside icons"
3628 msgstr "Tekst ikoonide kõrval"
3631 msgid "Show totals of items"
3632 msgstr "Näita objektide arvu nupuribal"
3635 msgid "Show the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size."
3636 msgstr "Näita failihalduri aknas näha olevate failide/kataloogide arvu ja peidetud failide arvu(kui neid on). Kui mõningaid faile on valitud, näita nende hulka ja failisuuruste summat."
3639 msgid "Select the buttons you want on the bar:"
3640 msgstr "Valige nupud, mida tahate nupuribale:"
3643 msgid "Width of toolbar sets minimum width of window"
3644 msgstr "Nupuriba laius määrab akna minimaalse laiuse"
3647 msgid "Each filer window is constrained to be wide enough to show the whole of the toolbar"
3648 msgstr "Failihalduri akendel ei lubata olla kitsamad kui nupuriba laius"
3655 msgid "Beep if Tab-completion fails"
3656 msgstr "Tabulaatoriga nime lõpetamise ebaõnnestumisel piiksata"
3659 msgid "When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies)."
3660 msgstr "Kui te vajutate tabulaatorit 'Sisesta tee ...'-käsureal, kõlab piiksatus, kui midagi ei juhtu (näit. on mitu sobivat failinime ja järgmine täht nendes on erinev)."
3663 msgid "Beep if there are several matches"
3664 msgstr "Piiksata kui on mitmeid võimalikke vasteid"
3667 msgid "When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added."
3668 msgstr "Kui vajutate tabulaatorit 'Sisesta tee...'-käsureal, kõlab piiksatus , kui on mitu võimalikku sobivat failinime, ka juhul, kui lisati tähti lõpetatavale nimele."
3671 msgid "When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown."
3672 msgstr "Kui pisipildid on lubatud, näidatakse kataloogis pildi vähendatud koopiat tema ikoonina."
3675 msgid "Show image thumbnails"
3676 msgstr "Näita pisipilte"
3679 msgid "This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows."
3680 msgstr "See on vaikimisi asetus uute akende jaoks. Kasuta 'Vaade' menüüd pisipiltide lubamiseks/keelamiseks antud aknas."
3683 msgid "Video thumbnails"
3684 msgstr "Videopisipildid"
3687 msgid "Thumbnails cache"
3688 msgstr "Pisipiltide vahemälu"
3691 msgid "To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed."
3692 msgstr "Pisipiltide kiiremaks laadimiseks puhverdatakse pisipildid peidetud kataloogi ~/.thumbnails. Kõigi salvestatud pisipiltide eemaldamiseks klõpsake siia, Pisipiltide puhver luuakse uuesti vastavalt vajadusele."
3700 msgid "When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them."
3701 msgstr "Kui kasutate töölauda, on teil võimalik lohistada faile ja programme oma töölaua taustale, et luua nendeni viitavaid ikoone."
3713 msgid "Text shadow:"
3714 msgstr "Teksti vari:"
3733 msgid "Use custom font:"
3734 msgstr "Kasuta muud fonti:"
3737 msgid "The font used for the text displayed under the icons"
3738 msgstr "Ikooni alla käiva teksti font"
3741 msgid "Fast scaling of images"
3742 msgstr "Piltide kiire skaleerimine"
3745 msgid "Choose between the fast or slow method of scaling backdrop images. The slow method can give better results."
3746 msgstr "Valige kiire ja aeglase meetodi vahel taustapilte skaleerides. Aeglane meetod võib anda paremaid tulemusi."
3749 msgid "Pinboard behaviour"
3750 msgstr "Töölaua käitumine"
3753 msgid "Single-click to open"
3754 msgstr "Ava ühe klõpsuga"
3757 msgid "Keep icons within screen limits"
3758 msgstr "Hoia ikoonid ekraani piirides"
3761 msgid "If this is set, pinboard icons are always kept completely within screen limits, including the label."
3762 msgstr "Ikoonid hoitakse alati ekraani piiride sees, kaasa arvatud ikooni all olev tekst."
3765 msgid "Icon grid step:"
3766 msgstr "Ikooni asetustäpsus:"
3773 msgid "Use a 2-pixel grid for positioning icons on the desktop."
3774 msgstr "Kasutatakse 2-pikslist sammu ikoonide töölauale paigutamisel."
3781 msgid "Use a 16-pixel grid for positioning icons on the desktop."
3782 msgstr "Kasutatakse 16-pikslist sammu ikoonide töölauale paigutamisel."
3789 msgid "Use a 32-pixel grid for positioning icons on the desktop."
3790 msgstr "Kasutatakse 32-pikslist sammu ikoonide töölauale paigutamisel."
3794 msgid "Iconified windows"
3795 msgstr "Minimeeritud aknad"
3798 msgid "Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows."
3799 msgstr "Enamus aknahaldureid pakuvad võimalust minimeerida (ikoniseerida) aknaid ja neid aknaid oskavad näidata mitmed programmid, sealhulgas failihaldur Rox."
3802 msgid "Show iconified windows"
3803 msgstr "Näita minimeeritud aknaid"
3806 msgid "If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use."
3807 msgstr "Iga minimeeritud akna kohta näidatakse töölaual ikooni. Eeldab ühilduvat aknahaldurit ja Rox töölaua kasutuses olemist."
3810 msgid "Show per workspace"
3811 msgstr "Näita töölaua kohta"
3814 msgid "If this option is on, the filer will only show iconified windows associated with the current workspace."
3815 msgstr "Kui see valik on lubatud, näidatakse ainult praeguse töölaua minimeeritud aknaid."
3818 msgid "Iconify to the"
3819 msgstr "Minimeeritakse"
3823 msgstr "vasakule üles"
3827 msgstr "paremale üles"
3831 msgstr "vasakule alla"
3834 msgid "bottom-right"
3835 msgstr "paremale alla"
3839 msgstr ", rivistades"
3842 msgid "horizontally"
3843 msgstr "horisontaalselt"
3847 msgstr "vertikaalselt"
3850 msgid "Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel."
3851 msgstr "Mõnikord failihaldur ei ole teadlik muudest töölaual asuvatest graafilistest elementidest ja paigutab minimeeritud aknaid (näiteks) Gnome paneeli alla. Te võite määrata ülemise või alumise piiri, millega keelate failide ekraani servale lähemale paigutamise. Failihaldur on omaenda paneelidest teadlik."
3855 msgstr "Ülemine piir"
3858 msgid "Height of no-go area at top of screen."
3859 msgstr "Üleval asuv ala, kuhu objekte ei paigutata."
3862 msgid "Bottom margin"
3863 msgstr "Alumine piir"
3866 msgid "Height of no-go area at bottom of screen."
3867 msgstr "All asuv ala, kuhu objekte ei paigutata."
3874 msgid "Panels are bars of icons that run along the side of the screen. See the manual for information about using panels."
3876 "Paneelid on ikoonidega ribad, mis jooksevad piki ekraani serva.\n"
3877 "Paneelidest rohkem teada saamiseks lugege käsiraamatut."
3881 msgstr "Paneeli stiil"
3884 msgid "Image and text"
3885 msgstr "Pilt ja tekst"
3888 msgid "Every panel icon is shown with an image and some text."
3889 msgstr "Igal paneeli ikoonil on nii pilt kui tekst."
3892 msgid "Image only for applications"
3893 msgstr "Pilt ainult rakendustel"
3896 msgid "Applications have just an image, everything else has both an image and text."
3897 msgstr "Rakendustel on ainult pilt, muudel failidel on nii pilt kui tekst."
3901 msgstr "Ainult pilt"
3904 msgid "Only the image is shown."
3905 msgstr "Näidatakse ainult pilti."
3908 msgid "Panel width (thin)"
3909 msgstr "Paneeli laius (kitsas)"
3916 msgid "The size of the panels."
3917 msgstr "Paneeli suurus."
3920 msgid "Do not cover panel"
3921 msgstr "Ära kata paneeli"
3924 msgid "Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works."
3925 msgstr "Palu aknahalduril mitte paigutada aknaid paneeli kohale, kui aken maksimeeritakse.Mõned aknahaldurid ei tunnusta seda asetust. Kui see suvand on välja lülitud, palub failihaldur paar pikslit ekraani servast vabaks jätta, et paneelide automaatne esiletõusmine toimiks."
3932 msgid "Confine to Xinerama monitor"
3933 msgstr "Hoia Xinerama monitori piires"
3936 msgid "If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them."
3937 msgstr "Kui teil on Xinerama mitme monitori süsteem, siis see suvand hoiab paneeli ainult ühel monitoril, mitte kõigil."
3940 msgid "The monitor the panels are confined to in Xinerama mode (numbered from 0)."
3941 msgstr "Monitori number, millel on paneelid Xinerama moodis (numbrid algavad 0'st)"
3948 msgid "When run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which."
3949 msgstr "Kui jooksutate failihaldurit sessioonihalduri kaudu (nagu näiteks ROX-Session), võib failihaldur avada paneeli ja/või töölaua. Siin saate sellega seotud asetusi muuta."
3953 msgstr "Ainult paneel"
3956 msgid "Only a panel is shown."
3957 msgstr "Näidatakse ainult paneeli."
3960 msgid "Pinboard only"
3961 msgstr "Ainult töölaud"
3964 msgid "Only the pinboard is shown."
3965 msgstr "Näidatakse ainult töölauda."
3968 msgid "Panel and pinboard"
3969 msgstr "Paneel ja töölaud"
3972 msgid "Both a panel and a pinboard are shown."
3973 msgstr "Näidatakse nii paneeli kui töölauda."
3980 msgid "Enter the name of the panel to show here."
3981 msgstr "Sisestage siia näidatava paneeli nimi."
3984 msgid "Enter the name of the pinboard to show here."
3985 msgstr "Sisestage siia näidatava töölaua nimi."
3988 msgid "Changes here take effect the next time the filer is run."
3989 msgstr "Muutused hakkavad kehtima peale falihalduri uuestikäivitamist."
3992 msgid "The session manager activates these options by using the -S or --rox-session argument to rox."
3993 msgstr "Sessioonihaldur aktiveerib need valikud kasutades -S või --rox-session võtit rox käiitamisel."
3996 msgid "Action windows"
3997 msgstr "Tegevusaknad"
4001 "Action windows appear when you start a background\n"
4002 "operation, such as copying or deleting some files."
4004 "Tegevusaknad avanevad, kui sooritate mõne taustal jooksva \n"
4005 "tegevuse, nagu failide kopeerimine või kustutamine."
4008 msgid "Auto-start (Quiet) these actions"
4009 msgstr "Käivita need tegevused ilma küsimata (vaikides):"
4012 msgid "Copy files without confirming first."
4013 msgstr "Enne kopeerimist ei küsita nõusolekut."
4016 msgid "Move files without confirming first."
4017 msgstr "Enne failide tõstmist ei küsita nõusolekut."
4020 msgid "Create links to files without confirming first."
4021 msgstr "Enne viitade loomist failidele ei küsita nõusolekut."
4024 msgid "Delete files without confirming first."
4025 msgstr "Enne failide kustutamist ei küsita nõusolekut."
4032 msgid "Mount and unmount filesystems without confirming first."
4033 msgstr "Ühenda ja lahuta failisüsteeme ilma nõusolekut küsimata."
4036 msgid "Default settings"
4037 msgstr "Vaikimisi asetused"
4040 msgid "Don't confirm deletion of non-writeable items."
4041 msgstr "Enne kirjutuskaitsega elementide kustutamist ei küsita nõusolekut."
4044 msgid "Don't display so much information in the message area."
4045 msgstr "Näita teadeteaknas vähem infot."
4048 msgid "Also change contents of subdirectories."
4049 msgstr "Muuda ka alamkataloogide sisu."
4052 msgid "Drag and Drop"
4053 msgstr "Lohistamine"
4056 msgid "Dragging to icons"
4057 msgstr "Lohista ikooni peale"
4060 msgid "Allow dragging to icons in filer windows"
4061 msgstr "Luba lohistada ikoonidele failihalduri aknas"
4064 msgid "When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program."
4065 msgstr "Kui see suvand on sisse lülitatud, saate te lohistada faili alamkataloogi või programmi peale failihalduri aknas. See objekt tõstetakse esile ja hiirenupu lahti laskmisel fail kas tõstetakse kataloogi või laetakse selle programmi sees."
4068 msgid "Directories spring open"
4069 msgstr "Lahti hüppavad kataloogid"
4072 msgid "This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while."
4073 msgstr "See suvand eeldab ka eelmise lubamist. Kui lohistate faili kataloogi peale ja hoiate seda seal veidi aega, \"hüppab\" kataloog ise lahti."
4076 msgid "Spring delay:"
4077 msgstr "Avanemisviivitus:"
4084 msgid "This option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect."
4085 msgstr "See suvand määrab, kui kaua (millisekundites ehk tuhandiksekundites) peate faili kataloogi kohal hoidma, et kataloog ise avaneks. Eeldab eelneva suvandi lubamist."
4088 msgid "When dragging files with the left mouse button"
4089 msgstr "Faile vasaku hiirenupuga lohistades"
4093 msgid "Show a menu of possible actions"
4094 msgstr "Näita võimalike tegevuste menüüd"
4097 msgid "Copy the files"
4098 msgstr "Kopeeri failid"
4101 msgid "Note that you can still get the menu to appear, by dragging with Alt held down."
4102 msgstr "Vajadusel saate te menüü, kui lohistate, Alt-klahvi all hoides."
4105 msgid "When dragging files with the middle mouse button"
4106 msgstr "Faile lohistades keskmise nupuga"
4109 msgid "Move the files"
4110 msgstr "Tõsta failid"
4113 msgid "Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key."
4114 msgstr "Vajadusel saate te menüü, kui lohistate vasaku hiirenupuga, Alt-klahvi all hoides."
4117 msgid "Download handler"
4118 msgstr "Allalaadimiste haldur"
4122 "When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg:\n"
4125 "Kui te lohistate failihaldurisse faili brauserist või mõnest muust mittekohalikust allikast, jooksutatakse seda programmi allalaadimisel. $1 on lohistatud faili URI ja jooksev kataloog on sihtkoht, kuhu salvestatakse. Näiteks:\n"
4133 msgid "Size of icons in menus:"
4134 msgstr "Ikoonide suurus menüüs:"
4138 msgstr "Pole ikoone"
4141 msgid "Same as current window"
4142 msgstr "Sama kui aktiivsel aknal"
4145 msgid "Same as default"
4146 msgstr "Sama kui vaikimisi"
4153 msgid "File menu on right-click"
4154 msgstr "Fail-menüü paremklõpsu puhul"
4157 msgid "Show the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control)."
4158 msgstr "Näita Fail-menüüd põhimenüü asemel, kui teil on valitud faile ja paremklõpsate (põhimenüü saate, kui hoiate klõpsu ajal all Control-klahvi)"
4161 msgid "Terminal emulator program"
4162 msgstr "Terminaliprogramm:"
4165 msgid "The program to launch when you choose `Terminal Here' from the menu."
4166 msgstr "Programm, mis käivitatakse, kui valite menüüst \"Termina siia\"."
4169 msgid "Keyboard shortcuts"
4170 msgstr "Kiirklahvid"
4174 msgstr "MIME-Tüübid"
4177 msgid "The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type."
4178 msgstr "Failihaldur kasutab reeglite komplekti, et leida sobivat MIME-tüüpi iga tavalise faili jaoks ja valib seejärel failile sobiva ikooni."
4181 msgid "Edit MIME rules"
4182 msgstr "Muuda MIME reegleid"
4190 msgstr "Ikooniteema"
4193 msgid "Themes should be placed inside the ~/.icons directory."
4194 msgstr "Teemad peaksid olema ~/.icons kataloogi sees."
4197 msgid "Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme."
4198 msgstr "Kasutage \"Sea ikooni\" dialoogikasti, et iga MIME-tüübi jaoks ikooni seada.Niimoodi seatud ikoone eelistatakse valitud teema ikoonidele."
4205 msgid "File type colours"
4206 msgstr "Failitüüpide värvid"
4209 msgid "Colour files based on their types"
4210 msgstr "Värvi failid vastavalt nende tüübile"
4213 msgid "Filenames (and details) are coloured according to the file's type."
4214 msgstr "Failinimed (ja üksikasjad) värvitakse vastavalt failitüübile."
4221 msgid "Regular file:"
4222 msgstr "Tavaline fail:"
4233 msgid "Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine."
4234 msgstr "Viga, näiteks kui sümbolviide viitab olematule failile või faili avamiseks pole failihalduril õigusi."
4237 msgid "Character device:"
4238 msgstr "Sümbolseade:"
4241 msgid "Block device:"
4242 msgstr "Plokkseade:"
4249 msgid "Door files are a bit like sockets or pipes, and have only been seen on Solaris."
4250 msgstr "Uksed on soklite või torude moodi ja neid kasutatakse vaid Solarises."
4253 msgid "Executable file:"
4254 msgstr "Käivitatav fail:"
4257 msgid "Application directory:"
4258 msgstr "Kataloograkendus:"
4261 msgid "Unknown type:"
4262 msgstr "Tundmatut tüüpi:"
4265 msgid "Compatibility"
4269 msgid "Window manager problems"
4270 msgstr "Aknahalduriprobleemid"
4273 msgid "Override window manager control of the pinboard and panels"
4274 msgstr "Võta aknahaldurilt kontroll töölaua ja paneelide üle"
4277 msgid "Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists."
4278 msgstr "Paljud aknahaldurid ei toeta uut 'Extended Window Manager Hints' süsteemi ja kohtlevad töölauda ja paneele kui tavalisi aknaid. Lülitage sisse see suvand järgmiste probleemide esinedes: töölaud ning paneelid on akendenimistus, päised ning muud dekoratsioonid akendel või kui töölaud hiireklõpsu peale pealmiseks aknaks tõuseb."
4281 msgid "Pass all backdrop mouse clicks to window manager"
4282 msgstr "Anna kõik hiireklõpsud taustale aknahaldurile edasi"
4285 msgid "Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded."
4286 msgstr "Enamasti paremklõpsates töölaua taustale avaneb menüü ja vasakklõps tühistab valiku. Antud suvandi sisse lülitades antakse edasi aknahaldurile klõpsud taustale. Edasi ei anta klõpse ikoonidele."
4289 msgid "Blackbox root menus hack"
4290 msgstr "Blackboxi taustamenüü häkk"
4293 msgid "Blackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary."
4294 msgstr "Blackbox, Fluxbox ja neile sarnased aknahaldurid ei tööta veel kuigi hästi Roxi töölauaga. Sellele vastukaaluks aktiveerib antud suvand mõningad meetmed. Nende aknahaldurite järgmistes versioonides on küllap need probleemid juba parandatud."
4297 msgid "Panel is a 'dock'"
4298 msgstr "Paneel on 'dokk'"
4301 msgid "Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect."
4302 msgstr "Lülige välja see suvand, kui paneel tõuseb soovimatult teiste akende peale. Nõuab uuestikäivitust"
4305 msgid "Drag and drop"
4306 msgstr "Lohistamine"
4309 msgid "Don't use hostnames"
4310 msgstr "Ära kasuta arvutinimesid"
4313 msgid "Some older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work."
4314 msgstr "Mõned vanemad rakendused ei toets XDND protokolli täielikult ja see suvand võib vajalikuks osutuda. Lülitage see sisse, kui faili rakendusele lohitades kursorile lisandub + märk, kuid lohistamine ise ebaõnnestub."
4317 msgid "Extended attributes"
4318 msgstr "Laiendatud atribuudid"
4321 msgid "Don't use extended attributes"
4322 msgstr "Ära kasuta laiendatud atribuute"
4325 msgid "This disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes."
4326 msgstr "See keelab uuemates opsüsteemides ja failisüsteemides olevate laiendatud atribuutide kasutamise. Selle suvandi lubamisel 'Sea tüüp' menüüsissekanne keelatakse, faili MIME-tüüp tuletatakse ainult failinimest ja Omaduste aken ei näita infot laiendatud atribuutide kohta"
4328 #~ msgid "GNOME-VFS library"
4329 #~ msgstr "GNOME-VFS-teek"
4330 #~ msgid "No (need 2.8.0 or later)"
4331 #~ msgstr "Ei (vaja on 2.8.0 või uuem)"
4332 #~ msgid "Open AVFS"
4333 #~ msgstr "Ava AVFS abil"
4334 #~ msgid "Look inside ... ?"
4335 #~ msgstr "Vaata ... sisse?"
4337 #~ "Error loading MIME database:\n"
4340 #~ "Viga MIME-tüüpide andmebaasi laadimisel:\n"
4342 #~ msgid "File '%s' corrupted!"
4343 #~ msgstr "Fail '%s' on vigane!"
4345 #~ "The ~/.mime directory has moved. It should now be ~/.local/share/mime. "
4346 #~ "You should move it there (and make a symlink from ~/.mime to it for older "
4349 #~ "Kataloog ~/.mime asub nüüd ~/.local/share/mime. Palun tõstke see sinna "
4350 #~ "(ja ühilduvuse huvides vanade programmidega looge viit vanasse asukohta)."
4352 #~ "The standard MIME type database (version 0.9 or later) was not found. The "
4353 #~ "filer will probably not show the correct types for different files. You "
4354 #~ "should download and install the 'shared-mime-info-0.9' package from "
4356 #~ "http://www.freedesktop.org/software/shared-mime-info\n"
4358 #~ "If you have already installed this package, check that the permissions "
4359 #~ "allow the files to be read (check /usr/local/share/mime/globs or /usr/"
4360 #~ "share/mime/globs)."
4362 #~ "Standardsete MIME-tüüpide andmebaasi (versioon 0.9 või uuem) ei leitud. "
4363 #~ "Failihaldur tõenäoliselt ei näita failidel õigeid tüüpe. Te peaksite "
4364 #~ "paigaldama paki 'shared-mime-info-0.9', mis on kättesaadav aadressil:\n"
4365 #~ "http://www.freedesktop.org/standards/shared-mime-info.html\n"
4367 #~ "Kui pakk on juba paigaldatud, kontrollige, kas Teil on lugemisõigused "
4368 #~ "sellele (kontrollige ligipääsuõigusi failile /usr/local/share/mime/globs "
4369 #~ "või /usr/share/mime/globs)."
4370 #~ msgid "Executable files"
4371 #~ msgstr "Käivitatavad failid"
4372 #~ msgid "Ignore eXecutable bit for known extensions"
4373 #~ msgstr "Ignoreeri tuntud laiendiga failide puhul käivitamisbitti"
4375 #~ "If a file has a known extension (eg '.gif') then ignore the executable "
4376 #~ "bit. This is useful if you have files on a Windows-type filesystem which "
4377 #~ "are being shown as executable programs."
4379 #~ "Kui faili laiend (näiteks '.gif') on tuntud, ignoreeri käivitamisbitti. "
4380 #~ "See on mõistlik juhul, kui teil on faile Windowsi failisüsteemil ja neid "
4381 #~ "näidatakse käivitatavate programmidena."
4382 #~ msgid "Icon '%s' not present in theme"
4383 #~ msgstr "Ikooni '%s' pole teemas"
4385 #~ "Pinboard icons cannot be drawn because ROX-Filer was compiled against GTK"
4386 #~ "+-2.0 but is running with GTK+-2.2. Please recompile it."
4388 #~ "Töölaua ikoone ei saa kuvada, kuna ROX-Filer kompileeriti GTK+-2.0 "
4389 #~ "kasutades, kuid praegu jookseb GTK+-2.2. Palun kompileerige uuesti."
4392 #~ msgid "Permissions:"
4393 #~ msgstr "Loabitid:"
4394 #~ msgid "file(1) says..."
4395 #~ msgstr "file(1) ÃŒtleb..."
4396 #~ msgid "Symbolic link to %s"
4397 #~ msgstr "SÃŒmbolviit failile %s"
4398 #~ msgid "No (gnome-vfs-config not found)"
4399 #~ msgstr "Ei (ei leitud gnome-vfs-config)"
4400 #~ msgid "Help about ... ?"
4401 #~ msgstr "Abi ... kohta ?"
4402 #~ msgid "Examine ... ?"
4403 #~ msgstr "Uuri ... ?"
4405 #~ "Executable file:\n"
4406 #~ "This is a file with an eXecute bit set - it can be run as a program."
4408 #~ "KÀivitatav fail:\n"
4409 #~ "Sellel failil on aktiveeritud kÀivitusbitt (--x)"
4412 #~ "This is a data file. Try using the Info menu item to find out more..."
4415 #~ "See on andmefail. Valige menÌÌst Info, et selle faili kohta rohkem "
4419 #~ "A mount point is a directory which another filing system can be mounted "
4420 #~ "on. Everything on the mounted filesystem then appears to be inside the "
4423 #~ "Ãhenduspunkt:\n"
4424 #~ "Ãhenduspunkt on kataloog, mille kÃŒlge saab teisi failisÃŒsteeme "
4425 #~ "Ìhendada. Kõik failid Ìhendatud failisÌsteemil on kÀttesaadavad "
4426 #~ "selle kataloogi seest."
4429 #~ "Device files allow you to read from or write to a device driver as though "
4430 #~ "it was an ordinary file."
4433 #~ "Seadmefailid lubavad teil lugeda ja kirjutada andmeid oma seadme "
4434 #~ "tÌÌrelisse, nagu oleks tegemist tavalise failiga."
4437 #~ "Pipes allow different programs to communicate. One program writes data to "
4438 #~ "the pipe while another one reads it out again."
4441 #~ "Torud lubavad erinevatel rakendustel omavahel suhelda. Ãks rakendus "
4442 #~ "kirjutab andmeid torusse ja teine loeb neid sealt."
4445 #~ "Sockets allow processes to communicate."
4448 #~ "Soklid lubavad protsessidel omavahel suhelda."
4451 #~ "Doors are a little-used Solaris method for processes to communicate."
4454 #~ "Uksed on Solarise poolt kasutatav vÀhelevinud meetod protsesside "
4455 #~ "omavaheliseks suhtluseks."
4457 #~ "Unknown type:\n"
4458 #~ "I couldn't find out what kind of file this is. Maybe it doesn't exist "
4459 #~ "anymore or you don't have search permission on the directory it's in?"
4461 #~ "Tundmatut tÌÌpi:\n"
4462 #~ "Ei õnnestunud tuvastada faili tÌÌpi. Ehk pole seda faili enam või "
4463 #~ "puuduvad teil õigused otsida kataloogis, kus fail asub ?"
4466 #~ "This is a directory. It contains an index to other items - open it to see "
4470 #~ "See on kataloog. See sisaldab nimekirja teiste elementide kohta - avage "
4471 #~ "see, et nimekirja nÀha."
4472 #~ msgid "Menu on button 2 (RISC OS style)"
4473 #~ msgstr "MenÌÌ teise hiirenupuga (RISC OS stiilis)"
4475 #~ "Use button 2, the middle button (click both buttons at once on two button "
4476 #~ "mice), to pop up the menu. If off, use button 3 (right) instead."
4478 #~ "Kasutage teist hiirenuppu, s.o. keskmist hiirenuppu (klõpsake mõlemaid "
4479 #~ "nuppe korraga kahenupulise hiire puhul), et hÌpikmenÌÌd aktiveerida. "
4480 #~ "Kui suvand on keelatud, kasutage kolmandat (paremat) hiirenuppu."