Mercurial > vim
annotate src/po/fi.po @ 23473:ad83c0ff34c0 v8.2.2279
patch 8.2.2279: Vim9: memory leak with catch in skipped block
Commit: https://github.com/vim/vim/commit/508b5618ec0bc6d1edff71e04d99280a2a51df9d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 2 18:17:26 2021 +0100
patch 8.2.2279: Vim9: memory leak with catch in skipped block
Problem: Vim9: memory leak with catch in skipped block.
Solution: Free the pattern if not used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Jan 2021 18:30:03 +0100 |
parents | 5b7ea82bc18f |
children | babd9f1dbe12 |
rev | line source |
---|---|
1624 | 1 # Finnish translation for Vim. |
2 # Copyright (C) 2003-2006 Free Software Foundation, Inc. | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3 # 2007-2018, Flammie Pirinen <flammie@iki.fi> |
1624 | 4 # |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5 # Jargonia ei ole yritetty suotta kotoperäistää missä teknisempi lainasanasto |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6 # tulee paremmin kyseeseen. |
1624 | 7 # |
8 # Sanastosta: | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
9 # * Fold on sellainen moderneissa ohjelmointi-IDE:issä oleva toiminto, jolla |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
10 # lohko koodia esim. funktio piilotetaan näkymästä: suom. taitos alkup. |
1624 | 11 # analogian mukaan |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
12 # * source, v. lataa tiedoston, kuten bash-komento source (tai .) |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
13 # * dictionary (dict) on vaihtelevasti sanakirja tai tietorakenne |
1624 | 14 # |
15 msgid "" | |
16 msgstr "" | |
17 "Project-Id-Version: Vim 7\n" | |
18 "Report-Msgid-Bugs-To: \n" | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
19 "POT-Creation-Date: 2017-10-04 17:59+0200\n" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
20 "PO-Revision-Date: 2017-10-05 11:17+0200\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
21 "Last-Translator: Flammie A Pirinen <flammie@iki.fi>\n" |
1624 | 22 "Language-Team: Finnish <laatu@lokalisointi.org>\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
23 "Language: fi\n" |
1624 | 24 "MIME-Version: 1.0\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
25 "Content-Type: text/plain; charset=UTF-8\n" |
1624 | 26 "Content-Transfer-Encoding: 8bit\n" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
27 "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
1624 | 28 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
29 msgid "E831: bf_key_init() called with empty password" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
30 msgstr "E831: bf_key_init() tyhjällä salasanalla" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
31 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
32 msgid "E820: sizeof(uint32_t) != 4" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
33 msgstr "E820: sizeof(uint32_t) != 4" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
34 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
35 msgid "E817: Blowfish big/little endian use wrong" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
36 msgstr "E817: Blowfishin tavujärjestys väärä" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
37 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
38 msgid "E818: sha256 test failed" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
39 msgstr "E818: sha256-testi epäonnistui failed" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
40 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
41 msgid "E819: Blowfish test failed" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
42 msgstr "E819: Blowfish-testi epäonnistui" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
43 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
44 msgid "[Location List]" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
45 msgstr "[Sijaintiluettelo]" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
46 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
47 msgid "[Quickfix List]" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
48 msgstr "[Pikakorjausluettelo]" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
49 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
50 msgid "E855: Autocommands caused command to abort" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
51 msgstr "E855: Autocommands lopetti komennon" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
52 |
1624 | 53 msgid "E82: Cannot allocate any buffer, exiting..." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
54 msgstr "E82: Mitään puskuria ei voitu varata, lopetetaan..." |
1624 | 55 |
56 msgid "E83: Cannot allocate buffer, using other one..." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
57 msgstr "E83: Puskuria ei voitu varata, käytetään toista..." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
58 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
59 msgid "E931: Buffer cannot be registered" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
60 msgstr "E931: Puskuria ei voi rekisteröidä" |
1624 | 61 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
62 msgid "E937: Attempt to delete a buffer that is in use" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
63 msgstr "E937: Ei voida poistaa puskuria joka on käytössä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
64 |
1624 | 65 msgid "E515: No buffers were unloaded" |
66 msgstr "E515: Puskureita ei vapautettu" | |
67 | |
68 msgid "E516: No buffers were deleted" | |
69 msgstr "E516: Puskureita ei poistettu" | |
70 | |
71 msgid "E517: No buffers were wiped out" | |
72 msgstr "E517: Puskureita ei pyyhitty" | |
73 | |
74 msgid "1 buffer unloaded" | |
75 msgstr "1 puskuri vapautettiin" | |
76 | |
77 #, c-format | |
78 msgid "%d buffers unloaded" | |
79 msgstr "%d puskuria vapautettiin" | |
80 | |
81 msgid "1 buffer deleted" | |
82 msgstr "1 puskuri poistettu" | |
83 | |
84 #, c-format | |
85 msgid "%d buffers deleted" | |
86 msgstr "%d puskuria poistettu" | |
87 | |
88 msgid "1 buffer wiped out" | |
89 msgstr "1 puskuri pyyhitty" | |
90 | |
91 #, c-format | |
92 msgid "%d buffers wiped out" | |
93 msgstr "%d puskuria pyyhitty" | |
94 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
95 msgid "E90: Cannot unload last buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
96 msgstr "E90: Ei voi vapauttaa viimeistä puskuria" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
97 |
1624 | 98 msgid "E84: No modified buffer found" |
99 msgstr "E84: Ei muokattuja puskureita" | |
100 | |
101 msgid "E85: There is no listed buffer" | |
102 msgstr "E85: Luetteloitua puskuria ei ole" | |
103 | |
104 msgid "E87: Cannot go beyond last buffer" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
105 msgstr "E87: Viimeisen puskurin ohi ei voi edetä" |
1624 | 106 |
107 msgid "E88: Cannot go before first buffer" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
108 msgstr "E88: Ensimmäisen puskurin ohi ei voi edetä" |
1624 | 109 |
110 #, c-format | |
111 msgid "E89: No write since last change for buffer %ld (add ! to override)" | |
112 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
113 "E89: Puskurin %ld muutoksia ei ole tallennettu (lisää komentoon ! " |
1624 | 114 "ohittaaksesi)" |
115 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
116 msgid "E948: Job still running (add ! to end the job)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
117 msgstr "E948: Komento on kesken (lisää loppuun ! lopettaaksesi komennon)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
118 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
119 msgid "E37: No write since last change (add ! to override)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
120 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
121 "E37: Viimeisen muutoksen jälkeen ei ole kirjoitettu (lisää ! ohittaaksesi)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
122 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
123 msgid "E948: Job still running" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
124 msgstr "E948: Komento on vielä käynnissä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
125 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
126 msgid "E37: No write since last change" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
127 msgstr "E37: Viimeisimmän muutoksen jälkeen ei ole kirjoitettu mitään" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
128 |
1624 | 129 msgid "W14: Warning: List of file names overflow" |
130 msgstr "W14: Varoitus: Tiedostonimiluettelon ylivuoto" | |
131 | |
132 #, c-format | |
133 msgid "E92: Buffer %ld not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
134 msgstr "E92: Puskuria %ld ei löydy" |
1624 | 135 |
136 #, c-format | |
137 msgid "E93: More than one match for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
138 msgstr "E93: %s täsmää useampaan kuin yhteen puskuriin" |
1624 | 139 |
140 #, c-format | |
141 msgid "E94: No matching buffer for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
142 msgstr "E94: %s ei täsmää yhteenkään puskuriin" |
1624 | 143 |
144 #, c-format | |
145 msgid "line %ld" | |
146 msgstr "rivi %ld" | |
147 | |
148 msgid "E95: Buffer with this name already exists" | |
149 msgstr "E95: Samanniminen puskuri on jo olemassa" | |
150 | |
151 msgid " [Modified]" | |
152 msgstr " [Muokattu]" | |
153 | |
154 msgid "[Not edited]" | |
155 msgstr "[Muokkaamaton]" | |
156 | |
157 msgid "[New file]" | |
158 msgstr "[Uusi tiedosto]" | |
159 | |
160 msgid "[Read errors]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
161 msgstr "[Lukuvirheitä]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
162 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
163 msgid "[RO]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
164 msgstr "[Luku]" |
1624 | 165 |
166 msgid "[readonly]" | |
167 msgstr "[kirjoitussuojattu]" | |
168 | |
169 #, c-format | |
170 msgid "1 line --%d%%--" | |
171 msgstr "1 rivi --%d %%--" | |
172 | |
173 #, c-format | |
174 msgid "%ld lines --%d%%--" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
175 msgstr "%ld riviä --%d %%--" |
1624 | 176 |
177 #, c-format | |
178 msgid "line %ld of %ld --%d%%-- col " | |
179 msgstr "rivi %ld/%ld --%d %%-- sarake " | |
180 | |
181 msgid "[No Name]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
182 msgstr "[Nimetön]" |
1624 | 183 |
184 msgid "help" | |
185 msgstr "ohje" | |
186 | |
187 msgid "[Help]" | |
188 msgstr "[Ohje]" | |
189 | |
190 msgid "[Preview]" | |
191 msgstr "[Esikatselu]" | |
192 | |
193 # sijainti tiedostossa -indikaattoreja: | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
194 # 4 merkkiä sais riittää |
1624 | 195 msgid "All" |
196 msgstr "Kaik" | |
197 | |
198 msgid "Bot" | |
199 msgstr "Loppu" | |
200 | |
201 msgid "Top" | |
202 msgstr "Alku" | |
203 | |
204 msgid "" | |
205 "\n" | |
206 "# Buffer list:\n" | |
207 msgstr "" | |
208 "\n" | |
209 "# Puskuriluettelo:\n" | |
210 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
211 msgid "E382: Cannot write, 'buftype' option is set" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
212 msgstr "E382: Ei voi kirjoittaa, buftype asetettu" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
213 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
214 msgid "[Scratch]" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
215 msgstr "[Raapust]" |
1624 | 216 |
217 msgid "" | |
218 "\n" | |
219 "--- Signs ---" | |
220 msgstr "" | |
221 "\n" | |
222 "--- Merkit ---" | |
223 | |
224 #, c-format | |
225 msgid "Signs for %s:" | |
226 msgstr "Merkit kohteelle %s:" | |
227 | |
228 #, c-format | |
229 msgid " line=%ld id=%d name=%s" | |
230 msgstr " rivi=%ld id=%d nimi=%s" | |
231 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
232 msgid "E902: Cannot connect to port" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
233 msgstr "E902: Ei voi yhdistää porttiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
234 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
235 msgid "E901: gethostbyname() in channel_open()" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
236 msgstr "E901: gethostbyname() funktiossa channel_open()" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
237 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
238 msgid "E898: socket() in channel_open()" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
239 msgstr "E898: socket() funktiossa channel_open()" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
240 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
241 msgid "E903: received command with non-string argument" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
242 msgstr "E903: komennolla ei-merkkijonoargumentti" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
243 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
244 msgid "E904: last argument for expr/call must be a number" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
245 msgstr "E904: viimeisen expr/call-argumentin pitää olla numero" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
246 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
247 msgid "E904: third argument for call must be a list" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
248 msgstr "E904: kolmannen argumentin pitää olla lista" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
249 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
250 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
251 msgid "E905: received unknown command: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
252 msgstr "E905: tuntematon komento: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
253 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
254 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
255 msgid "E630: %s(): write while not connected" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
256 msgstr "E630: %s(): ei voi kirjoittaa ilman yhteyttä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
257 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
258 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
259 msgid "E631: %s(): write failed" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
260 msgstr "E631: %s(): kirjoitus epäonnistui" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
261 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
262 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
263 msgid "E917: Cannot use a callback with %s()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
264 msgstr "E917: Ei voitu käyttää callbackia %s()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
265 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
266 msgid "E912: cannot use ch_evalexpr()/ch_sendexpr() with a raw or nl channel" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
267 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
268 "E912: ei voida käyttää funktioita ch_evalexpr(), ch_sendexpr() raa'an tai nl-" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
269 "kanavan kanssa" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
270 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
271 msgid "E906: not an open channel" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
272 msgstr "E906: ei ole avoin kanava" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
273 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
274 msgid "E920: _io file requires _name to be set" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
275 msgstr "E920: _io-tiedostolla pitää olla _name asetettu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
276 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
277 msgid "E915: in_io buffer requires in_buf or in_name to be set" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
278 msgstr "E915: in_io-puskurilla pitää olla in_buf tai in_name asetettu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
279 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
280 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
281 msgid "E918: buffer must be loaded: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
282 msgstr "E918: puskuria ei voi ladata: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
283 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
284 msgid "E821: File is encrypted with unknown method" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
285 msgstr "E821: Tiedoston salaus on tuntematon" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
286 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
287 msgid "Warning: Using a weak encryption method; see :help 'cm'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
288 msgstr "Varoitus: Käytetään heikkoa salausmenetelmää, ks. :help 'cm'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
289 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
290 msgid "Enter encryption key: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
291 msgstr "Anna salausavain: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
292 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
293 msgid "Enter same key again: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
294 msgstr "Anna sama avain uudestaan: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
295 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
296 msgid "Keys don't match!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
297 msgstr "Avaimet eivät täsmää!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
298 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
299 msgid "[crypted]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
300 msgstr "[salattu]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
301 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
302 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
303 msgid "E720: Missing colon in Dictionary: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
304 msgstr "E720: Sanakirjasta puuttuu kaksoispiste: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
305 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
306 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
307 msgid "E721: Duplicate key in Dictionary: \"%s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
308 msgstr "E721: Kaksi samaa avainta sanakirjassa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
309 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
310 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
311 msgid "E722: Missing comma in Dictionary: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
312 msgstr "E722: Sanakirjasta puuttuu pilkku: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
313 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
314 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
315 msgid "E723: Missing end of Dictionary '}': %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
316 msgstr "E723: Sanakirjan lopusta puuttuu }: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
317 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
318 msgid "extend() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
319 msgstr "extend()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
320 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
321 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
322 msgid "E737: Key already exists: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
323 msgstr "E737: Avain on jo olemassa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
324 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
325 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
326 msgid "E96: Cannot diff more than %ld buffers" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
327 msgstr "E96: Ei voi diffata enempää kuin %ld puskuria" |
1624 | 328 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
329 msgid "E810: Cannot read or write temp files" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
330 msgstr "E810: Ei voi lukea tai kirjoittaa väliaikaistiedostoja" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
331 |
1624 | 332 msgid "E97: Cannot create diffs" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
333 msgstr "E97: Ei voi luoda diffejä" |
1624 | 334 |
335 msgid "Patch file" | |
336 msgstr "Patch-tiedosto" | |
337 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
338 msgid "E816: Cannot read patch output" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
339 msgstr "E816: Ei voi lukea patchin tulostetta" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
340 |
1624 | 341 msgid "E98: Cannot read diff output" |
342 msgstr "E98: Ei voi lukea diffin tulostetta" | |
343 | |
344 msgid "E99: Current buffer is not in diff mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
345 msgstr "E99: Tämä puskuri ei ole diff-tilassa" |
1624 | 346 |
347 msgid "E793: No other buffer in diff mode is modifiable" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
348 msgstr "E793: Yksikään muu diff-tilan puskurit ei ole muokattavissa" |
1624 | 349 |
350 msgid "E100: No other buffer in diff mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
351 msgstr "E100: Yksikään muu puskuri ei ole diff-tilassa" |
1624 | 352 |
353 msgid "E101: More than two buffers in diff mode, don't know which one to use" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
354 msgstr "E101: Monta puskuria on diff-tilassa, käytettävän valinta ei onnistu" |
1624 | 355 |
356 #, c-format | |
357 msgid "E102: Can't find buffer \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
358 msgstr "E102: Puskuria %s ei löydy" |
1624 | 359 |
360 #, c-format | |
361 msgid "E103: Buffer \"%s\" is not in diff mode" | |
362 msgstr "E103: Puskuri %s ei ole diff-tilassa" | |
363 | |
364 msgid "E787: Buffer changed unexpectedly" | |
365 msgstr "E787: Puskuri vaihtui odottamatta" | |
366 | |
367 msgid "E104: Escape not allowed in digraph" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
368 msgstr "E104: Escapea ei voi käyttää digraafissa" |
1624 | 369 |
370 msgid "E544: Keymap file not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
371 msgstr "E544: Näppäinkarttaa ei löydy" |
1624 | 372 |
373 msgid "E105: Using :loadkeymap not in a sourced file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
374 msgstr "E105: Käytetään :loadkeymapia ladatun tiedoston ulkopuolella" |
1624 | 375 |
376 msgid "E791: Empty keymap entry" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
377 msgstr "E791: Tyhjä keymap-kenttä" |
1624 | 378 |
379 msgid " Keyword completion (^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
380 msgstr " Avainsanatäydennys (^N^P)" |
1624 | 381 |
382 msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
383 msgstr " ^X-tila (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
384 | |
385 msgid " Whole line completion (^L^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
386 msgstr " Täysrivitäydennys (^L^N^P)" |
1624 | 387 |
388 msgid " File name completion (^F^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
389 msgstr " Tiedostonimitäydennys (^F^N^P)" |
1624 | 390 |
391 msgid " Tag completion (^]^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
392 msgstr " Tägitäydennys (^]^N^P)" |
1624 | 393 |
394 msgid " Path pattern completion (^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
395 msgstr " Polkukuviotäydennys (^N^P)" |
1624 | 396 |
397 msgid " Definition completion (^D^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
398 msgstr " Määritelmätäydennys (^D^N^P)" |
1624 | 399 |
400 msgid " Dictionary completion (^K^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
401 msgstr " Sanakirjatäydennys (^K^N^P)" |
1624 | 402 |
403 msgid " Thesaurus completion (^T^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
404 msgstr " Thesaurus-täydennys (^T^N^P)" |
1624 | 405 |
406 msgid " Command-line completion (^V^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
407 msgstr " Komentorivitäydennys (^V^N^P)" |
1624 | 408 |
409 msgid " User defined completion (^U^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
410 msgstr " Käyttäjän määrittelemä täydennys (^U^N^P)" |
1624 | 411 |
412 msgid " Omni completion (^O^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
413 msgstr " Omnitäydennys (^O^N^P)" |
1624 | 414 |
415 msgid " Spelling suggestion (s^N^P)" | |
416 msgstr " Oikaisulukuehdotus (s^N^P)" | |
417 | |
418 msgid " Keyword Local completion (^N^P)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
419 msgstr " Avainsanan paikallinen täydennys (^N^P)" |
1624 | 420 |
421 msgid "Hit end of paragraph" | |
422 msgstr "Kappaleen loppu tuli vastaan" | |
423 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
424 msgid "E839: Completion function changed window" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
425 msgstr "E839: Täydennys vaihtoi ikkunaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
426 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
427 msgid "E840: Completion function deleted text" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
428 msgstr "E840: Täydennys poisti tekstiä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
429 |
1624 | 430 msgid "'dictionary' option is empty" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
431 msgstr "dictionary-asetus on tyhjä" |
1624 | 432 |
433 msgid "'thesaurus' option is empty" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
434 msgstr "thesaurus-asetus on tyhjä" |
1624 | 435 |
436 #, c-format | |
437 msgid "Scanning dictionary: %s" | |
438 msgstr "Luetaan sanakirjaa: %s" | |
439 | |
440 msgid " (insert) Scroll (^E/^Y)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
441 msgstr " (syöttö) Vieritys (^E/^Y)" |
1624 | 442 |
443 msgid " (replace) Scroll (^E/^Y)" | |
444 msgstr " (korvaus) Vieritys (^E/^Y)" | |
445 | |
446 #, c-format | |
447 msgid "Scanning: %s" | |
448 msgstr "Luetaan: %s" | |
449 | |
450 msgid "Scanning tags." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
451 msgstr "Luetaan tägejä." |
1624 | 452 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
453 msgid "match in file" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
454 msgstr "täsmäys tiedostossa" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
455 |
1624 | 456 msgid " Adding" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
457 msgstr " Lisätään" |
1624 | 458 |
459 msgid "-- Searching..." | |
460 msgstr "-- Haetaan..." | |
461 | |
462 msgid "Back at original" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
463 msgstr "Takaisin lähtöpisteessä" |
1624 | 464 |
465 msgid "Word from other line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
466 msgstr "Sana toisella rivillä" |
1624 | 467 |
468 msgid "The only match" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
469 msgstr "Ainoa täsmäys" |
1624 | 470 |
471 #, c-format | |
472 msgid "match %d of %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
473 msgstr "täsmäys %d/%d" |
1624 | 474 |
475 #, c-format | |
476 msgid "match %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
477 msgstr "täsmäys %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
478 |
1624 | 479 msgid "E18: Unexpected characters in :let" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
480 msgstr "E18: Odottamattomia merkkejä komennossa :let" |
1624 | 481 |
482 #, c-format | |
483 msgid "E121: Undefined variable: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
484 msgstr "E121: Määrittelemätön muuttuja: %s" |
1624 | 485 |
486 msgid "E111: Missing ']'" | |
487 msgstr "E111: ] puuttuu" | |
488 | |
489 msgid "E719: Cannot use [:] with a Dictionary" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
490 msgstr "E719: Sanakirjassa ei voi käyttää merkintää [:]" |
1624 | 491 |
492 #, c-format | |
493 msgid "E734: Wrong variable type for %s=" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
494 msgstr "E734: Väärä muuttujatyyppi muuttujalle %s=" |
1624 | 495 |
496 #, c-format | |
497 msgid "E461: Illegal variable name: %s" | |
498 msgstr "E461: Virheellinen muuttujanimi: %s" | |
499 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
500 msgid "E806: using Float as a String" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
501 msgstr "E806: Float ei käy merkkijonosta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
502 |
1624 | 503 msgid "E687: Less targets than List items" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
504 msgstr "E687: Kohteita on vähemmän kuin listan alkioita" |
1624 | 505 |
506 msgid "E688: More targets than List items" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
507 msgstr "E688: Kohteita on enemmän kuin listan alkioita" |
1624 | 508 |
509 msgid "Double ; in list of variables" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
510 msgstr "Kaksi ;:ttä listan muuttujissa" |
1624 | 511 |
512 #, c-format | |
513 msgid "E738: Can't list variables for %s" | |
514 msgstr "E738: Kohteen %s muuttujia ei voi listata" | |
515 | |
516 msgid "E689: Can only index a List or Dictionary" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
517 msgstr "E689: Vain listalla ja sanakirjalla voi olla indeksejä" |
1624 | 518 |
519 msgid "E708: [:] must come last" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
520 msgstr "E708: [:]:n pitää olla viimeisenä" |
1624 | 521 |
522 msgid "E709: [:] requires a List value" | |
523 msgstr "E709: [:] toimii vain listalla" | |
524 | |
525 msgid "E710: List value has more items than target" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
526 msgstr "E710: Listalla on enemmän alkioita kuin kohteella" |
1624 | 527 |
528 msgid "E711: List value has not enough items" | |
529 msgstr "E711: Listalla ei ole tarpeeksi alkioita" | |
530 | |
531 msgid "E690: Missing \"in\" after :for" | |
532 msgstr "E690: :for-kommenolta puuttuu in" | |
533 | |
534 #, c-format | |
535 msgid "E108: No such variable: \"%s\"" | |
536 msgstr "E108: Muuttujaa %s ei ole" | |
537 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
538 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
539 msgid "E940: Cannot lock or unlock variable %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
540 msgstr "E940: Muuttujaa %s ei voi lukita tai avata" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
541 |
1624 | 542 msgid "E743: variable nested too deep for (un)lock" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
543 msgstr "E743: muuttujassa liian monta tasoa lukituksen käsittelyyn" |
1624 | 544 |
545 msgid "E109: Missing ':' after '?'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
546 msgstr "E109: ?:n jälkeen puuttuu :" |
1624 | 547 |
548 msgid "E691: Can only compare List with List" | |
549 msgstr "E691: Listaa voi verrata vain listaan" | |
550 | |
5907
4303f7b6f72f
Update translations for changed error message.
Bram Moolenaar <bram@vim.org>
parents:
4339
diff
changeset
|
551 msgid "E692: Invalid operation for List" |
1624 | 552 msgstr "E692: Virheellinen toiminto listalle" |
553 | |
554 msgid "E735: Can only compare Dictionary with Dictionary" | |
555 msgstr "E735: Sanakirjaa voi verrata vain sanakirjaan" | |
556 | |
557 msgid "E736: Invalid operation for Dictionary" | |
558 msgstr "E736: Virheellinen toiminto sanakirjalle" | |
559 | |
560 msgid "E694: Invalid operation for Funcrefs" | |
561 msgstr "E694: Virheellinen toiminto funcrefille" | |
562 | |
1698 | 563 msgid "E804: Cannot use '%' with Float" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
564 msgstr "E804: Ei voi käyttää '%':a Floatin kanssa" |
1698 | 565 |
1624 | 566 msgid "E110: Missing ')'" |
567 msgstr "E110: ) puuttuu" | |
568 | |
569 msgid "E695: Cannot index a Funcref" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
570 msgstr "E695: Funcrefiä ei voi indeksoida" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
571 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
572 msgid "E909: Cannot index a special variable" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
573 msgstr "E909: erikoismuuttujaa ei voi indeksoida" |
1624 | 574 |
575 #, c-format | |
576 msgid "E112: Option name missing: %s" | |
577 msgstr "E112: Asetuksen nimi puuttuu: %s" | |
578 | |
579 #, c-format | |
580 msgid "E113: Unknown option: %s" | |
581 msgstr "E113: Tuntematon asetus: %s" | |
582 | |
583 #, c-format | |
584 msgid "E114: Missing quote: %s" | |
585 msgstr "E114: Puuttuva lainausmerkki: %s" | |
586 | |
587 #, c-format | |
588 msgid "E115: Missing quote: %s" | |
589 msgstr "E115: Puuttuva lainausmerkki: %s" | |
590 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
591 msgid "Not enough memory to set references, garbage collection aborted!" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
592 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
593 "Ei tarpeeksi muistia viitteiden asettamista varten, roskiekeruu peruttiin." |
1624 | 594 |
595 msgid "E724: variable nested too deep for displaying" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
596 msgstr "E724: muuttuja on upotettu liian syvälle näytettäväksi" |
1624 | 597 |
1698 | 598 msgid "E805: Using a Float as a Number" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
599 msgstr "E805: Float ei käy Numberista" |
1698 | 600 |
1668 | 601 msgid "E703: Using a Funcref as a Number" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
602 msgstr "E703: Funcref ei käy Numberista" |
1624 | 603 |
1668 | 604 msgid "E745: Using a List as a Number" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
605 msgstr "E745: Lista ei käy Numberista" |
1624 | 606 |
1668 | 607 msgid "E728: Using a Dictionary as a Number" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
608 msgstr "E728: Sanakirja ei käy Numberista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
609 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
610 msgid "E910: Using a Job as a Number" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
611 msgstr "E910: Job ei käy Numberista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
612 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
613 msgid "E913: Using a Channel as a Number" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
614 msgstr "E913: Channel ei käy Numberista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
615 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
616 msgid "E891: Using a Funcref as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
617 msgstr "E891: Funcref ei käy Floatista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
618 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
619 msgid "E892: Using a String as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
620 msgstr "E892: String ei käy Floatista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
621 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
622 msgid "E893: Using a List as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
623 msgstr "E893: Lista ei käy Floatista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
624 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
625 msgid "E894: Using a Dictionary as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
626 msgstr "E894: Sanakirja ei käy Floatista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
627 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
628 msgid "E907: Using a special value as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
629 msgstr "E907: Käytettiin erikoisarvoa Floattina" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
630 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
631 msgid "E911: Using a Job as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
632 msgstr "E911: Job ei käy Floatista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
633 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
634 msgid "E914: Using a Channel as a Float" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
635 msgstr "E914: Käytettiin Channelia Floattina" |
1624 | 636 |
637 msgid "E729: using Funcref as a String" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
638 msgstr "E729: Funcref ei käy merkkijonosta" |
1624 | 639 |
640 msgid "E730: using List as a String" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
641 msgstr "E730: Lista ei käy merkkijonosta" |
1624 | 642 |
643 msgid "E731: using Dictionary as a String" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
644 msgstr "E731: Sanakirja ei käy merkkijonosta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
645 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
646 msgid "E908: using an invalid value as a String" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
647 msgstr "E908: huono arvo merkkijonolle" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
648 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
649 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
650 msgid "E795: Cannot delete variable %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
651 msgstr "E795: Muuttujaa %s ei voi poistaa" |
1698 | 652 |
1624 | 653 #, c-format |
654 msgid "E704: Funcref variable name must start with a capital: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
655 msgstr "E704: Funcrefin muuttujanimen pitää alkaa suuraakkosella: %s" |
1624 | 656 |
657 #, c-format | |
658 msgid "E705: Variable name conflicts with existing function: %s" | |
659 msgstr "E705: Muuttujanimi on sama kuin olemassaolevan funktion: %s" | |
660 | |
661 #, c-format | |
662 msgid "E741: Value is locked: %s" | |
663 msgstr "E741: Arvo on lukittu: %s" | |
664 | |
665 msgid "Unknown" | |
666 msgstr "Tuntematon" | |
667 | |
668 #, c-format | |
669 msgid "E742: Cannot change value of %s" | |
670 msgstr "E742: Ei voi muuttaa muuttujan %s arvoa" | |
671 | |
672 msgid "E698: variable nested too deep for making a copy" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
673 msgstr "E698: muuttuja on upotettu liian syvälle kopioitavaksi" |
1624 | 674 |
675 msgid "" | |
676 "\n" | |
677 "# global variables:\n" | |
678 msgstr "" | |
679 "\n" | |
680 "# globaalit muuttujat:\n" | |
681 | |
682 msgid "" | |
683 "\n" | |
684 "\tLast set from " | |
685 msgstr "" | |
686 "\n" | |
687 "\tViimeksi asetettu kohteesta " | |
688 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
689 msgid "map() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
690 msgstr "map()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
691 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
692 msgid "filter() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
693 msgstr "filter()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
694 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
695 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
696 msgid "E686: Argument of %s must be a List" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
697 msgstr "E686: Argumentin %s pitää olla lista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
698 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
699 msgid "E928: String required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
700 msgstr "E928: Merkkijono puuttuu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
701 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
702 msgid "E808: Number or Float required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
703 msgstr "E808: Number tai Float vaaditaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
704 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
705 msgid "add() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
706 msgstr "add()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
707 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
708 msgid "E785: complete() can only be used in Insert mode" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
709 msgstr "E785: complete() toimii vain syöttötilassa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
710 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
711 msgid "&Ok" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
712 msgstr "&Ok" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
713 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
714 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
715 msgid "E700: Unknown function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
716 msgstr "E700: Tuntematon funktio: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
717 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
718 msgid "E922: expected a dict" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
719 msgstr "E922: odotettiin dictiä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
720 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
721 # datarakenteita |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
722 msgid "E923: Second argument of function() must be a list or a dict" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
723 msgstr "E923: toisen function()-argumentin pitää olla lista tai sanakirja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
724 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
725 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
726 "&OK\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
727 "&Cancel" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
728 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
729 "&OK\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
730 "&Peru" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
731 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
732 msgid "called inputrestore() more often than inputsave()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
733 msgstr "inputrestore() suoritettu useammin kuin inputsave()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
734 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
735 msgid "insert() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
736 msgstr "insert()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
737 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
738 msgid "E786: Range not allowed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
739 msgstr "E786: Aluetta ei voi käyttää" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
740 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
741 msgid "E916: not a valid job" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
742 msgstr "E916: ei ole job" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
743 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
744 msgid "E701: Invalid type for len()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
745 msgstr "E701: Virheellinen tyyppi funktiolle len()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
746 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
747 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
748 msgid "E798: ID is reserved for \":match\": %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
749 msgstr "E798: ID on varattu kohteelle \":match\": %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
750 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
751 msgid "E726: Stride is zero" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
752 msgstr "E726: Stride on nolla" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
753 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
754 msgid "E727: Start past end" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
755 msgstr "E727: Alku on lopun jälkeen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
756 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
757 msgid "<empty>" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
758 msgstr "<tyhjä>" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
759 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
760 msgid "E240: No connection to the X server" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
761 msgstr "E240: Ei yhteyttä X-palvelimeen" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
762 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
763 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
764 msgid "E241: Unable to send to %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
765 msgstr "E241: Kohteeseen %s lähettäminen ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
766 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
767 msgid "E277: Unable to read a server reply" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
768 msgstr "E277: Palvelimen vastauksen lukeminen ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
769 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
770 msgid "E941: already started a server" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
771 msgstr "E941: palvelin on jo käynnissä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
772 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
773 msgid "E942: +clientserver feature not available" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
774 msgstr "E942: +clientserver-toiminto ei ole saatavilla" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
775 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
776 msgid "remove() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
777 msgstr "remove()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
778 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
779 msgid "E655: Too many symbolic links (cycle?)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
780 msgstr "E655: Liikaa symbolisia linkkejä (mahdollinen sykli)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
781 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
782 msgid "reverse() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
783 msgstr "reverse()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
784 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
785 msgid "E258: Unable to send to client" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
786 msgstr "E258: Asiakkaalle lähetys ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
787 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
788 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
789 msgid "E927: Invalid action: '%s'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
790 msgstr "E927: Viallinen toiminto: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
791 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
792 msgid "sort() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
793 msgstr "sort()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
794 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
795 msgid "uniq() argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
796 msgstr "uniq()-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
797 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
798 msgid "E702: Sort compare function failed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
799 msgstr "E702: Lajittelun vertausfunktio ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
800 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
801 msgid "E882: Uniq compare function failed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
802 msgstr "E882: Uniqin vertausfunktio ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
803 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
804 msgid "(Invalid)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
805 msgstr "(Virheellinen)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
806 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
807 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
808 msgid "E935: invalid submatch number: %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
809 msgstr "E935: Virheellinen alitäsmäyksen numero: %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
810 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
811 msgid "E677: Error writing temp file" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
812 msgstr "E677: Väliaikaistiedostoon kirjoittaminen ei onnistunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
813 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
814 msgid "E921: Invalid callback argument" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
815 msgstr "E921: Virheellinen callback-argumentti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
816 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
817 msgid "Entering Debug mode. Type \"cont\" to continue." |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
818 msgstr "Siirrytään vianetsintätilaan, kirjoita cont jatkaaksesi." |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
819 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
820 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
821 msgid "line %ld: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
822 msgstr "rivi %ld: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
823 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
824 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
825 msgid "cmd: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
826 msgstr "kmnt: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
827 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
828 msgid "frame is zero" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
829 msgstr "kehys on nolla" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
830 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
831 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
832 msgid "frame at highest level: %d" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
833 msgstr "kehys ylimmällä tasolla: %d" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
834 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
835 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
836 msgid "Breakpoint in \"%s%s\" line %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
837 msgstr "Katkaisukohta %s%s rivillä %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
838 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
839 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
840 msgid "E161: Breakpoint not found: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
841 msgstr "E161: Katkaisukohta puuttuu: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
842 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
843 msgid "No breakpoints defined" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
844 msgstr "Ei katkaisukohtia" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
845 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
846 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
847 msgid "%3d %s %s line %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
848 msgstr "%3d %s %s rivi %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
849 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
850 msgid "E750: First use \":profile start {fname}\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
851 msgstr "E750: Aloita käskyllä :profile start {fname}" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
852 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
853 msgid "Save As" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
854 msgstr "Tallenna nimellä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
855 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
856 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
857 msgid "Save changes to \"%s\"?" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
858 msgstr "Tallennetaanko muutokset tiedostoon %s?" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
859 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
860 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
861 msgid "E947: Job still running in buffer \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
862 msgstr "E947: Komento on vielä käynnissä puskurissa \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
863 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
864 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
865 msgid "E162: No write since last change for buffer \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
866 msgstr "E162: Muutoksia ei ole kirjoitettu puskurin %s viime muutoksen jälkeen" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
867 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
868 msgid "Warning: Entered other buffer unexpectedly (check autocommands)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
869 msgstr "Varoitus: Puskuri vaihtui odottamatta (tarkista autocommands)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
870 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
871 msgid "E163: There is only one file to edit" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
872 msgstr "E163: Vain yksi tiedosto muokattavana" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
873 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
874 msgid "E164: Cannot go before first file" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
875 msgstr "E164: Ensimmäisen tiedoston ohi ei voi mennä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
876 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
877 msgid "E165: Cannot go beyond last file" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
878 msgstr "E165: Viimeisen tiedoston ohi ei voi mennä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
879 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
880 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
881 msgid "E666: compiler not supported: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
882 msgstr "E666: kääntäjää ei tueta: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
883 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
884 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
885 msgid "Searching for \"%s\" in \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
886 msgstr "Etsitään ilmausta %s kohteesta %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
887 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
888 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
889 msgid "Searching for \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
890 msgstr "Etsitään ilmausta %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
891 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
892 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
893 msgid "not found in '%s': \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
894 msgstr "'%s' ei löydy kohteesta: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
895 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
896 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
897 msgid "W20: Required python version 2.x not supported, ignoring file: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
898 msgstr "W20: Vaadittu python-versio 2.x ei ole tuettu. Ohitetaan: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
899 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
900 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
901 msgid "W21: Required python version 3.x not supported, ignoring file: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
902 msgstr "W21: Vaadittu python-versio 3.x ei ole tuettu. Ohitetaan: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
903 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
904 msgid "Source Vim script" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
905 msgstr "Lataa vim-skripti" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
906 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
907 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
908 msgid "Cannot source a directory: \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
909 msgstr "Hakemistoa ei voi ladata: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
910 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
911 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
912 msgid "could not source \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
913 msgstr "ei voitu ladata %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
914 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
915 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
916 msgid "line %ld: could not source \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
917 msgstr "rivi %ld: ei voitu ladata %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
918 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
919 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
920 msgid "sourcing \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
921 msgstr "ladataan %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
922 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
923 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
924 msgid "line %ld: sourcing \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
925 msgstr "rivi %ld: ladataan %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
926 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
927 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
928 msgid "finished sourcing %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
929 msgstr "ladattu %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
930 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
931 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
932 msgid "continuing in %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
933 msgstr "jatkaa kohdassa %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
934 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
935 msgid "modeline" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
936 msgstr "mode-rivi" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
937 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
938 msgid "--cmd argument" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
939 msgstr "--cmd-argumentti" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
940 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
941 msgid "-c argument" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
942 msgstr "-c-argumentti" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
943 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
944 msgid "environment variable" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
945 msgstr "ympäristömuuttuja" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
946 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
947 msgid "error handler" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
948 msgstr "virhekäsittelin" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
949 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
950 msgid "W15: Warning: Wrong line separator, ^M may be missing" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
951 msgstr "W15: Varoitus: Väärä rivierotin, ^M saattaa puuttua" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
952 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
953 msgid "E167: :scriptencoding used outside of a sourced file" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
954 msgstr "E167: :scriptencoding ladatun tiedoston ulkopuolella" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
955 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
956 msgid "E168: :finish used outside of a sourced file" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
957 msgstr "E168: :finish ladatun tiedoston ulkopuolella" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
958 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
959 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
960 msgid "Current %slanguage: \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
961 msgstr "Käytössä oleva %skieli: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
962 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
963 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
964 msgid "E197: Cannot set language to \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
965 msgstr "E197: Kieleksi ei voitu asettaa kieltä %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
966 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
967 # puhutaan merkin ulkoasusta snprintf(..., c, c, c, c) |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
968 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
969 msgid "<%s>%s%s %d, Hex %02x, Octal %03o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
970 msgstr "<%s>%s%s %d, heksana %02x, oktaalina %03o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
971 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
972 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
973 msgid "> %d, Hex %04x, Octal %o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
974 msgstr "> %d, heksana %04x, oktaalina %o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
975 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
976 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
977 msgid "> %d, Hex %08x, Octal %o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
978 msgstr "> %d, hekdana %08x, oktaalina %o" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
979 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
980 msgid "E134: Move lines into themselves" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
981 msgstr "E134: Rivien siirto itsejensä päälle" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
982 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
983 msgid "1 line moved" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
984 msgstr "1 rivi siirretty" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
985 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
986 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
987 msgid "%ld lines moved" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
988 msgstr "%ld riviä siirretty" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
989 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
990 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
991 msgid "%ld lines filtered" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
992 msgstr "%ld riviä suodatettu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
993 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
994 msgid "E135: *Filter* Autocommands must not change current buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
995 msgstr "E135: *Filter*-autocommand ei voi vaihtaa puskuria" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
996 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
997 msgid "[No write since last change]\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
998 msgstr "[Viimeisintä muutosta ei ole kirjoitettu]\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
999 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1000 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1001 msgid "%sviminfo: %s in line: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1002 msgstr "%sviminfo: %s rivillä: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1003 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1004 msgid "E136: viminfo: Too many errors, skipping rest of file" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1005 msgstr "E136: viminfo: liikaa virheitä, ohitetaan lopputiedosto" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1006 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1007 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1008 msgid "Reading viminfo file \"%s\"%s%s%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1009 msgstr "Luetaan viminfo-tiedostoa \"%s\"%s%s%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1010 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1011 msgid " info" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1012 msgstr " info" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1013 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1014 msgid " marks" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1015 msgstr " merkit" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1016 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1017 msgid " oldfiles" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1018 msgstr " vanhaatiedostoa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1019 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1020 msgid " FAILED" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1021 msgstr " EPÄONNISTUI" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1022 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1023 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1024 msgid "E137: Viminfo file is not writable: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1025 msgstr "E137: Viminfo-tiedostoon ei voitu kirjoittaa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1026 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1027 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1028 msgid "E929: Too many viminfo temp files, like %s!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1029 msgstr "E929: liikaa viminfo-väliaikaistiedostoja, kuten %s." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1030 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1031 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1032 msgid "E138: Can't write viminfo file %s!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1033 msgstr "E138: Viminfo-tiedoston kirjoittaminen ei onnistu %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1034 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1035 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1036 msgid "Writing viminfo file \"%s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1037 msgstr "Kirjoitetaan viminfo-tiedostoa %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1038 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1039 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1040 msgid "E886: Can't rename viminfo file to %s!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1041 msgstr "E886: Viminfo-tiedostoa ei voit uudelleennimetä nimelle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1042 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1043 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1044 msgid "# This viminfo file was generated by Vim %s.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1045 msgstr "# Vimin %s generoima viminfo-tiedosto.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1046 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1047 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1048 "# You may edit it if you're careful!\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1049 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1050 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1051 "# Muokkaa varovasti!\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1052 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1053 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1054 msgid "# Value of 'encoding' when this file was written\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1055 msgstr "# encoding-muuttujan arvo tiedostoa kirjoitettaessa\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1056 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1057 msgid "Illegal starting char" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1058 msgstr "Virheellinen aloitusmerkki" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1059 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1060 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1061 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1062 "# Bar lines, copied verbatim:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1063 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1064 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1065 "# Bar-rivit, kopiotu sellaisenaan:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1066 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1067 msgid "Write partial file?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1068 msgstr "Kirjoita osittainen tiedosto" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1069 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1070 msgid "E140: Use ! to write partial buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1071 msgstr "E140: Käytä !-komentoa osittaisen puskurin kirjoittamiseen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1072 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1073 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1074 msgid "Overwrite existing file \"%s\"?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1075 msgstr "Ylikirjoitetaanko olemassaoleva tiedosto %s?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1076 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1077 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1078 msgid "Swap file \"%s\" exists, overwrite anyway?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1079 msgstr "Swap-tiedosto %s on olemassa, ylikirjoitetaanko?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1080 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1081 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1082 msgid "E768: Swap file exists: %s (:silent! overrides)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1083 msgstr "E768: Swap-tiedosto on jo olemassa: %s (komento :silent! ohittaa)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1084 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1085 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1086 msgid "E141: No file name for buffer %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1087 msgstr "E141: Ei tiedostonimeä puskurille %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1088 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1089 msgid "E142: File not written: Writing is disabled by 'write' option" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1090 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1091 "E142: Tiedostoa ei kirjoitettu; write-asetus poistaa kirjoituksen käytöstä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1092 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1093 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1094 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1095 "'readonly' option is set for \"%s\".\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1096 "Do you wish to write anyway?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1097 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1098 "readonly asetettu tiedostolle \"%s\".\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1099 "Kirjoitetaanko?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1100 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1101 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1102 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1103 "File permissions of \"%s\" are read-only.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1104 "It may still be possible to write it.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1105 "Do you wish to try?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1106 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1107 "Tiedosto %s on kirjoitussuojattu.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1108 "Siihen saattaa voida silti kirjoittaa.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1109 "Yritetäänkö?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1110 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1111 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1112 msgid "E505: \"%s\" is read-only (add ! to override)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1113 msgstr "E505: %s on kirjoitussuojattu (lisää komentoon ! ohittaaksesi)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1114 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1115 msgid "Edit File" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1116 msgstr "Muokkaa tiedostoa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1117 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1118 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1119 msgid "E143: Autocommands unexpectedly deleted new buffer %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1120 msgstr "E143: Autocommand poisti uuden puskurin odotuksen vastaisesti %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1121 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1122 msgid "E144: non-numeric argument to :z" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1123 msgstr "E144: :z:n argumentti ei ole numero" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1124 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1125 msgid "E145: Shell commands not allowed in rvim" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1126 msgstr "E145: Kuoren komennot eivät toimi rvimissä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1127 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1128 msgid "E146: Regular expressions can't be delimited by letters" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1129 msgstr "E146: Säännöllistä ilmausta ei voi rajata kirjaimilla" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1130 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1131 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1132 msgid "replace with %s (y/n/a/q/l/^E/^Y)?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1133 msgstr "korvaa kohteella %s (y/n/a/q/l/^E/^Y)?" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1134 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1135 msgid "(Interrupted) " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1136 msgstr "(Keskeytetty)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1137 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1138 msgid "1 match" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1139 msgstr "1 täsmäys" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1140 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1141 msgid "1 substitution" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1142 msgstr "1 korvaus" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1143 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1144 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1145 msgid "%ld matches" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1146 msgstr "%ld täsmäystä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1147 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1148 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1149 msgid "%ld substitutions" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1150 msgstr "%ld korvausta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1151 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1152 msgid " on 1 line" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1153 msgstr " 1 rivillä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1154 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1155 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1156 msgid " on %ld lines" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1157 msgstr " %ld rivillä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1158 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1159 msgid "E147: Cannot do :global recursive with a range" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1160 msgstr "E147: :globalia ei voi suorittaa rekursiivisesti" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1161 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1162 msgid "E148: Regular expression missing from global" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1163 msgstr "E148: Säännöllinen ilmaus puuttuu globaalista" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1164 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1165 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1166 msgid "Pattern found in every line: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1167 msgstr "Kuvio löytyi joka riviltä: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1168 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1169 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1170 msgid "Pattern not found: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1171 msgstr "Kuviota ei löydy: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1172 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1173 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1174 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1175 "# Last Substitute String:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1176 "$" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1177 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1178 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1179 "# Viimeisin korvausmerkkijono:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1180 "$" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1181 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1182 msgid "E478: Don't panic!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1183 msgstr "E478: Älä panikoi." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1184 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1185 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1186 msgid "E661: Sorry, no '%s' help for %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1187 msgstr "E661: ei löydy %s-ohjetta kohteelle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1188 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1189 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1190 msgid "E149: Sorry, no help for %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1191 msgstr "E149: ei löydy ohjetta kohteelle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1192 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1193 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1194 msgid "Sorry, help file \"%s\" not found" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1195 msgstr "ohjetiedostoa %s ei löydy" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1196 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1197 #, c-format |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1198 msgid "E151: No match: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1199 msgstr "E151: Ei täsmää: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1200 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1201 #, c-format |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1202 msgid "E152: Cannot open %s for writing" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1203 msgstr "E152: Ei voi avata tiedostoa %s kirjoittamista varten" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1204 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1205 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1206 msgid "E153: Unable to open %s for reading" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1207 msgstr "E153: Ei voi avata tiedostoa %s lukemista varten" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1208 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1209 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1210 msgid "E670: Mix of help file encodings within a language: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1211 msgstr "E670: Monia ohjetiedostokoodauksia kielessä: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1212 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1213 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1214 msgid "E154: Duplicate tag \"%s\" in file %s/%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1215 msgstr "E154: Kaksoiskappale tägistä %s tiedostossa %s/%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1216 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1217 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1218 msgid "E150: Not a directory: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1219 msgstr "E150: Ei ole hakemisto: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1220 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1221 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1222 msgid "E160: Unknown sign command: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1223 msgstr "E160: Tuntematon merkkikomento: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1224 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1225 msgid "E156: Missing sign name" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1226 msgstr "E156: Merkki puuttuu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1227 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1228 msgid "E612: Too many signs defined" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1229 msgstr "E612: Liikaa merkkejä määritelty" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1230 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1231 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1232 msgid "E239: Invalid sign text: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1233 msgstr "E239: Virheellinen merkkiteksti: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1234 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1235 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1236 msgid "E155: Unknown sign: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1237 msgstr "E155: Tuntematon merkki: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1238 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1239 msgid "E159: Missing sign number" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1240 msgstr "E159: Merkin numero puuttuu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1241 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1242 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1243 msgid "E158: Invalid buffer name: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1244 msgstr "E158: Virheellinen puskurin nimi: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1245 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1246 msgid "E934: Cannot jump to a buffer that does not have a name" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1247 msgstr "E934: Ei voida hypätä puskuriin jolla ei ole nimeä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1248 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1249 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1250 msgid "E157: Invalid sign ID: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1251 msgstr "E157: Virheellinen merkin tunnus: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1252 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1253 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1254 msgid "E885: Not possible to change sign %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1255 msgstr "E885: Ei voida muuttaa merkkiä %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1256 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1257 msgid " (NOT FOUND)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1258 msgstr " (EI LÖYTYNYT)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1259 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1260 msgid " (not supported)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1261 msgstr " (ei tuettu)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1262 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1263 msgid "[Deleted]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1264 msgstr "[Poistettu]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1265 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1266 msgid "No old files" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1267 msgstr "Ei vanhoja tiedostoja" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1268 |
1624 | 1269 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1270 msgstr "Siirrytään Ex-tilaan, kirjoita visual palataksesi normaaliin tilaan." |
1624 | 1271 |
1272 msgid "E501: At end-of-file" | |
1273 msgstr "E501: Tiedoston lopussa" | |
1274 | |
1275 msgid "E169: Command too recursive" | |
1276 msgstr "E169: Liian rekursiivinen komento" | |
1277 | |
1278 #, c-format | |
1279 msgid "E605: Exception not caught: %s" | |
1280 msgstr "E605: Kiinniottamaton poikkeus: %s" | |
1281 | |
1282 msgid "End of sourced file" | |
1283 msgstr "Ladatun tiedoston loppu" | |
1284 | |
1285 msgid "End of function" | |
1286 msgstr "Funktion loppu" | |
1287 | |
1288 msgid "E464: Ambiguous use of user-defined command" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1289 msgstr "E464: Käyttäjän määrittelemän komennon monimerkityksinen käyttö" |
1624 | 1290 |
1291 msgid "E492: Not an editor command" | |
1292 msgstr "E492: Ei ole editorikomento" | |
1293 | |
1294 msgid "E493: Backwards range given" | |
1295 msgstr "E493: Takaperoinen arvoalue annettu" | |
1296 | |
1297 msgid "Backwards range given, OK to swap" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1298 msgstr "Takaperoinen arvoalue annettu, OK kääntää" |
1624 | 1299 |
1300 msgid "E494: Use w or w>>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1301 msgstr "E494: Käytä w:tä tai w>>:aa" |
1624 | 1302 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1303 msgid "E943: Command table needs to be updated, run 'make cmdidxs'" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1304 msgstr "E943: Komentotaulukko pitää päivittää komennolla 'make cmdidxs'" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1305 |
1624 | 1306 msgid "E319: Sorry, the command is not available in this version" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1307 msgstr "E319: Komento ei ole käytettävissä tässä versiossa" |
1624 | 1308 |
1309 msgid "E172: Only one file name allowed" | |
1310 msgstr "E172: Vain yksi tiedostonimi sallitaan" | |
1311 | |
1312 msgid "1 more file to edit. Quit anyway?" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1313 msgstr "vielä 1 tiedosto muokattavana, lopetaanko silti?" |
1624 | 1314 |
1315 #, c-format | |
1316 msgid "%d more files to edit. Quit anyway?" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1317 msgstr "vielä %d tiedostoa muokattavana, lopetetaanko silti?" |
1624 | 1318 |
1319 msgid "E173: 1 more file to edit" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1320 msgstr "E173: vielä 1 tiedosto muokattavana" |
1624 | 1321 |
1322 #, c-format | |
1323 msgid "E173: %ld more files to edit" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1324 msgstr "E173: vielä %ld tiedostoa muokattavana" |
1624 | 1325 |
1326 msgid "E174: Command already exists: add ! to replace it" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1327 msgstr "E174: Komento on jo olemassa, käytä !:ä korvataksesi" |
1624 | 1328 |
1329 msgid "" | |
1330 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1331 " Name Args Address Complete Definition" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1332 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1333 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1334 " Nimi Argumentit Osoite Valmis Määritelmä" |
1624 | 1335 |
1336 msgid "No user-defined commands found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1337 msgstr "Ei käyttäjän määrittelemiä komentoja" |
1624 | 1338 |
1339 msgid "E175: No attribute specified" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1340 msgstr "E175: Ei attribuutteja määriteltynä" |
1624 | 1341 |
1342 msgid "E176: Invalid number of arguments" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1343 msgstr "E176: Väärä määrä attribuutteja" |
1624 | 1344 |
1345 msgid "E177: Count cannot be specified twice" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1346 msgstr "E177: Lukumäärää ei voi määritellä kahdesti" |
1624 | 1347 |
1348 msgid "E178: Invalid default value for count" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1349 msgstr "E178: Lukumäärän oletusarvo on väärä" |
1624 | 1350 |
1351 msgid "E179: argument required for -complete" | |
1352 msgstr "E179: -complete vaatii argumentin" | |
1353 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1354 msgid "E179: argument required for -addr" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1355 msgstr "E179: -addr vaatii argumentin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1356 |
1624 | 1357 #, c-format |
1358 msgid "E181: Invalid attribute: %s" | |
4339 | 1359 msgstr "E181: Virheellinen attribuutti: %s" |
1624 | 1360 |
1361 msgid "E182: Invalid command name" | |
1362 msgstr "E182: Virheellinen komennon nimi" | |
1363 | |
1364 msgid "E183: User defined commands must start with an uppercase letter" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1365 msgstr "E183: Käyttäjän määrittelemän komennon pitää alkaa suuraakkosella" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1366 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1367 msgid "E841: Reserved name, cannot be used for user defined command" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1368 msgstr "E841: Varattua nimeä ei voi käyttää käyttäjän määrittelemänä komentona" |
1624 | 1369 |
1370 #, c-format | |
1371 msgid "E184: No such user-defined command: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1372 msgstr "E184: Käyttäjän komentoa ei ole olemassa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1373 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1374 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1375 msgid "E180: Invalid address type value: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1376 msgstr "E180: Virheellinen osoitetyyppiarvo: %s" |
1624 | 1377 |
1378 #, c-format | |
1379 msgid "E180: Invalid complete value: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1380 msgstr "E180: Virheellinen täydennysarvo: %s" |
1624 | 1381 |
1382 msgid "E468: Completion argument only allowed for custom completion" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1383 msgstr "E468: Täydennysargumentti sopii vain itse määriteltyyn täydennykseen" |
1624 | 1384 |
1385 msgid "E467: Custom completion requires a function argument" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1386 msgstr "E467: Itse määritelty täydennys vaatii funktioargumentin" |
1624 | 1387 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1388 msgid "unknown" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1389 msgstr "tuntematon" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1390 |
1624 | 1391 #, c-format |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1392 msgid "E185: Cannot find color scheme '%s'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1393 msgstr "E185: Väriteemaa %s ei löydy" |
1624 | 1394 |
1395 msgid "Greetings, Vim user!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1396 msgstr "Tervehdys, Vimin käyttäjä." |
1624 | 1397 |
1398 msgid "E784: Cannot close last tab page" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1399 msgstr "E784: Viimeistä välilehteä ei voi sulkea" |
1624 | 1400 |
1401 msgid "Already only one tab page" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1402 msgstr "Vain yksi välilehti jäljellä enää" |
1624 | 1403 |
1404 msgid "Edit File in new window" | |
1405 msgstr "Muokkaa uudessa ikkunassa" | |
1406 | |
1407 #, c-format | |
1408 msgid "Tab page %d" | |
1409 msgstr "Tabisivu %d" | |
1410 | |
1411 msgid "No swap file" | |
1412 msgstr "Ei swap-tiedostoa" | |
1413 | |
1414 msgid "Append File" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1415 msgstr "Lisää tiedostoon" |
1624 | 1416 |
1417 msgid "E747: Cannot change directory, buffer is modified (add ! to override)" | |
1418 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1419 "E747: Hakemistoa ei voida muuttaa, puskuria on muokattu (lisää komentoon ! " |
1624 | 1420 "ohittaaksesi" |
1421 | |
1422 msgid "E186: No previous directory" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1423 msgstr "E186: Ei edellistä hakemistoa" |
1624 | 1424 |
1425 msgid "E187: Unknown" | |
1426 msgstr "E187: Tuntematon" | |
1427 | |
1428 msgid "E465: :winsize requires two number arguments" | |
1429 msgstr "E465: :winsize vaatii kaksi numeroargumenttia" | |
1430 | |
1431 #, c-format | |
1432 msgid "Window position: X %d, Y %d" | |
1433 msgstr "Ikkunan sijainti: X %d, Y %d" | |
1434 | |
1435 msgid "E188: Obtaining window position not implemented for this platform" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1436 msgstr "E188: Ikkunan sijainnin selvitys ei toimi tällä alustalla" |
1624 | 1437 |
1438 msgid "E466: :winpos requires two number arguments" | |
1439 msgstr "E466: :winpos vaatii kaksi lukuargumenttia" | |
1440 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1441 msgid "E930: Cannot use :redir inside execute()" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1442 msgstr "E930: Komentoa :redir ei voi käyttää funktion execute() sisällä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1443 |
1624 | 1444 msgid "Save Redirection" |
1445 msgstr "Tallenna uudelleenosoitus" | |
1446 | |
1447 msgid "Save View" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1448 msgstr "Tallenna näkymä" |
1624 | 1449 |
1450 msgid "Save Session" | |
1451 msgstr "Tallenna sessio" | |
1452 | |
1453 msgid "Save Setup" | |
1454 msgstr "Tallenna asetukset" | |
1455 | |
1456 #, c-format | |
1457 msgid "E739: Cannot create directory: %s" | |
1458 msgstr "E739: hakemistoa ei voi luoda: %s" | |
1459 | |
1460 #, c-format | |
1461 msgid "E189: \"%s\" exists (add ! to override)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1462 msgstr "E189: %s on jo olemassa (lisää komentoon ! ohittaaksesi)" |
1624 | 1463 |
1464 #, c-format | |
1465 msgid "E190: Cannot open \"%s\" for writing" | |
1466 msgstr "E190: Tiedostoa %s ei voitu avata kirjoittamista varten" | |
1467 | |
1468 msgid "E191: Argument must be a letter or forward/backward quote" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1469 msgstr "E191: Argumentin eteen- tai taaksepäin lainaukseen pitää olla kirjain" |
1624 | 1470 |
1471 msgid "E192: Recursive use of :normal too deep" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1472 msgstr "E192: :normalin liian syvä rekursio" |
1624 | 1473 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1474 msgid "E809: #< is not available without the +eval feature" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1475 msgstr "E809: #< ei ole käytössä jollei +eval ole päällä" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1476 |
1624 | 1477 msgid "E194: No alternate file name to substitute for '#'" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1478 msgstr "E194: Ei vaihtoehtoista tiedostonimeä #:lle" |
1624 | 1479 |
1480 msgid "E495: no autocommand file name to substitute for \"<afile>\"" | |
1481 msgstr "E495: ei autocommand-tiedostoa kohteelle <afile>" | |
1482 | |
1483 msgid "E496: no autocommand buffer number to substitute for \"<abuf>\"" | |
1484 msgstr "E496: ei autocommand-puskurinumeroa kohteelle <abuf>" | |
1485 | |
1486 msgid "E497: no autocommand match name to substitute for \"<amatch>\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1487 msgstr "E497: ei autocommand-täsmäysnimeä kohteella <amatch>" |
1624 | 1488 |
1489 msgid "E498: no :source file name to substitute for \"<sfile>\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1490 msgstr "E498: ei :source-tiedostonimeä kohteelle <sfile>" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1491 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1492 msgid "E842: no line number to use for \"<slnum>\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1493 msgstr "E842: ei rivinumeroa kohteelle <slnum>" |
1624 | 1494 |
1495 #, no-c-format | |
1496 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1497 msgstr "E499: Tyhjä tiedostonimi kohteissa % tai # toimii vain :p:h" |
1624 | 1498 |
1499 msgid "E500: Evaluates to an empty string" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1500 msgstr "E500: Loppuarvo on tyhjä merkkijono" |
1624 | 1501 |
1502 msgid "E195: Cannot open viminfo file for reading" | |
1503 msgstr "E195: Viminfoa ei voi avata lukemista varten" | |
1504 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1505 msgid "Untitled" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1506 msgstr "Nimetön" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1507 |
1624 | 1508 msgid "E196: No digraphs in this version" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1509 msgstr "E196: Digraafeja ei ole tässä versiossa" |
1624 | 1510 |
1511 msgid "E608: Cannot :throw exceptions with 'Vim' prefix" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1512 msgstr "E608: Vim-alkuisia poikkeuksia ei voi heittää :throw-komennolla" |
1624 | 1513 |
1514 #, c-format | |
1515 msgid "Exception thrown: %s" | |
1516 msgstr "Poikkeus heitetty: %s" | |
1517 | |
1518 #, c-format | |
1519 msgid "Exception finished: %s" | |
1520 msgstr "Poikkeus lopeteltu: %s" | |
1521 | |
1522 #, c-format | |
1523 msgid "Exception discarded: %s" | |
1524 msgstr "Poikkeus poistettu: %s" | |
1525 | |
1526 #, c-format | |
1527 msgid "%s, line %ld" | |
1528 msgstr "%s, rivi %ld" | |
1529 | |
1530 #, c-format | |
1531 msgid "Exception caught: %s" | |
1532 msgstr "Poikkeus otettu kiinni: %s" | |
1533 | |
1534 #, c-format | |
1535 msgid "%s made pending" | |
1536 msgstr "%s odotutettu" | |
1537 | |
1538 #, c-format | |
1539 msgid "%s resumed" | |
1540 msgstr "%s palautettu" | |
1541 | |
1542 #, c-format | |
1543 msgid "%s discarded" | |
1544 msgstr "%s poistettu" | |
1545 | |
1546 msgid "Exception" | |
1547 msgstr "Poikkeus" | |
1548 | |
1549 msgid "Error and interrupt" | |
1550 msgstr "Virhe ja keskeytys" | |
1551 | |
1552 msgid "Error" | |
1553 msgstr "Virhe" | |
1554 | |
1555 msgid "Interrupt" | |
1556 msgstr "Keskeytys" | |
1557 | |
1558 msgid "E579: :if nesting too deep" | |
1559 msgstr "E579: liian monta kerrosta :if-komennossa" | |
1560 | |
1561 msgid "E580: :endif without :if" | |
1562 msgstr "E580: :endif ilman komentoa :if" | |
1563 | |
1564 msgid "E581: :else without :if" | |
1565 msgstr "E581: :else ilman komentoa :if" | |
1566 | |
1567 msgid "E582: :elseif without :if" | |
1568 msgstr "E582: :elseif ilman komentoa :if" | |
1569 | |
1570 msgid "E583: multiple :else" | |
1571 msgstr "E583: :else monta kertaa" | |
1572 | |
1573 msgid "E584: :elseif after :else" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1574 msgstr "E584: :elseif komennon :else jälkeen" |
1624 | 1575 |
1576 msgid "E585: :while/:for nesting too deep" | |
1577 msgstr "E585: liian monta tasoa :while- tai :for-komennoissa" | |
1578 | |
1579 msgid "E586: :continue without :while or :for" | |
1580 msgstr "E586: :continue ilman komentoa :while tai :for" | |
1581 | |
1582 msgid "E587: :break without :while or :for" | |
1583 msgstr "E587: :break ilman komentoa :while tai :for" | |
1584 | |
1585 msgid "E732: Using :endfor with :while" | |
1586 msgstr "E732: :endfor ilman komentoa :while" | |
1587 | |
1588 msgid "E733: Using :endwhile with :for" | |
1589 msgstr "E733: :endwhile ilman komentoa :for" | |
1590 | |
1591 msgid "E601: :try nesting too deep" | |
1592 msgstr "E601: liian monta tasoa :try-komennossa" | |
1593 | |
1594 msgid "E603: :catch without :try" | |
1595 msgstr "E603: :catch ilman komentoa :try" | |
1596 | |
1597 msgid "E604: :catch after :finally" | |
1598 msgstr "E604: :catch ilman komentoa :finally" | |
1599 | |
1600 msgid "E606: :finally without :try" | |
1601 msgstr "E606: :finally ilman komentoa :try" | |
1602 | |
1603 msgid "E607: multiple :finally" | |
1604 msgstr "E607: :finally monta kertaa" | |
1605 | |
1606 msgid "E602: :endtry without :try" | |
1607 msgstr "E602: :endtry ilman komentoa :try" | |
1608 | |
1609 msgid "E193: :endfunction not inside a function" | |
1610 msgstr "E193: :endfunction funktion ulkopuolella" | |
1611 | |
1612 msgid "E788: Not allowed to edit another buffer now" | |
1613 msgstr "E788: Puskuria ei voi muokata nyt" | |
1614 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1615 msgid "E811: Not allowed to change buffer information now" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1616 msgstr "E811: Puskuria ei voi vaihtaa nyt" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1617 |
1624 | 1618 msgid "tagname" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1619 msgstr "täginimi" |
1624 | 1620 |
1621 msgid " kind file\n" | |
1622 msgstr " -tiedostotyyppi\n" | |
1623 | |
1624 msgid "'history' option is zero" | |
1625 msgstr "history-asetus on nolla" | |
1626 | |
1627 #, c-format | |
1628 msgid "" | |
1629 "\n" | |
1630 "# %s History (newest to oldest):\n" | |
1631 msgstr "" | |
1632 "\n" | |
1633 "# %s Historia (uusimmasta alkaen):\n" | |
1634 | |
1635 msgid "Command Line" | |
1636 msgstr "Komentorivi" | |
1637 | |
1638 msgid "Search String" | |
1639 msgstr "Hakujono" | |
1640 | |
1641 msgid "Expression" | |
1642 msgstr "Ilmaus" | |
1643 | |
1644 msgid "Input Line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1645 msgstr "Syöterivi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1646 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1647 msgid "Debug Line" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1648 msgstr "Vianetsintärivi" |
1624 | 1649 |
1650 msgid "E198: cmd_pchar beyond the command length" | |
1651 msgstr "E198: cmd_pchar komennon pituuden ulkopuolella" | |
1652 | |
1653 msgid "E199: Active window or buffer deleted" | |
1654 msgstr "E199: Aktiivinen ikkuna tai puskuri poistettu" | |
1655 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1656 msgid "E812: Autocommands changed buffer or buffer name" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1657 msgstr "E812: Autocommands muutti puskurin tai sen nimen" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1658 |
1624 | 1659 msgid "Illegal file name" |
1660 msgstr "Virheellinen tiedostonimi" | |
1661 | |
1662 msgid "is a directory" | |
1663 msgstr "on hakemisto" | |
1664 | |
1665 msgid "is not a file" | |
1666 msgstr "ei ole tiedosto" | |
1667 | |
1668 msgid "is a device (disabled with 'opendevice' option)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1669 msgstr "on laite (ei käytössä opendevice-asetuksen takia)" |
1624 | 1670 |
1671 msgid "[New File]" | |
1672 msgstr "[Uusi tiedosto]" | |
1673 | |
1674 msgid "[New DIRECTORY]" | |
1675 msgstr "[uusi HAKEMISTO]" | |
1676 | |
1677 msgid "[File too big]" | |
1678 msgstr "[Liian iso tiedosto]" | |
1679 | |
1680 msgid "[Permission Denied]" | |
1681 msgstr "[Lupa kielletty]" | |
1682 | |
1683 msgid "E200: *ReadPre autocommands made the file unreadable" | |
1684 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1685 "E200: *ReadPre-autocommand-komennot tekivät tiedostosta lukukelvottoman" |
1624 | 1686 |
1687 msgid "E201: *ReadPre autocommands must not change current buffer" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1688 msgstr "E201: *ReadPre-autocommand-komennot eivät saa muuttaa puskuria" |
1624 | 1689 |
1690 msgid "Vim: Reading from stdin...\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1691 msgstr "Vim: Luetaan vakiosyötteestä...\n" |
1624 | 1692 |
1693 msgid "Reading from stdin..." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1694 msgstr "Luetaan vakiosyötteestä" |
1624 | 1695 |
1696 msgid "E202: Conversion made file unreadable!" | |
1697 msgstr "E202: Muunnos teki tiedostosta lukukelvottoman." | |
1698 | |
1699 msgid "[fifo/socket]" | |
1700 msgstr "[fifo t. soketti]" | |
1701 | |
1702 msgid "[fifo]" | |
1703 msgstr "[fifo]" | |
1704 | |
1705 msgid "[socket]" | |
1706 msgstr "[soketti]" | |
1707 | |
1708 msgid "[character special]" | |
1709 msgstr "[merkki erikoinen]" | |
1710 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1711 # Carriage Return elikkä rivinvaihtomerkin eräs muoto/osa (vrt. LF) |
1624 | 1712 msgid "[CR missing]" |
1713 msgstr "[CR puuttuu]" | |
1714 | |
1715 msgid "[long lines split]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1716 msgstr "[pitkät rivit hajotettu]" |
1624 | 1717 |
1718 msgid "[NOT converted]" | |
1719 msgstr "[EI muunnettu]" | |
1720 | |
1721 msgid "[converted]" | |
1722 msgstr "[muunnettu]" | |
1723 | |
1724 #, c-format | |
1725 msgid "[CONVERSION ERROR in line %ld]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1726 msgstr "[MUUNNOSVIRHE rivillä %ld]" |
1624 | 1727 |
1728 #, c-format | |
1729 msgid "[ILLEGAL BYTE in line %ld]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1730 msgstr "[VIRHEELLINEN OKTETTI rivillä %ld]" |
1624 | 1731 |
1732 msgid "[READ ERRORS]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1733 msgstr "[LUKUVIRHEITÄ]" |
1624 | 1734 |
1735 msgid "Can't find temp file for conversion" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1736 msgstr "Ei voi löytää väliaikaistiedstoa muuntamiseksi" |
1624 | 1737 |
1738 msgid "Conversion with 'charconvert' failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1739 msgstr "Muunnos charconvert epäonnistui" |
1624 | 1740 |
1741 msgid "can't read output of 'charconvert'" | |
1742 msgstr "charconvertin tulostetta ei voida lukea" | |
1743 | |
1744 msgid "E676: No matching autocommands for acwrite buffer" | |
1745 msgstr "E676: Ei autocommand-komentoa acwrite-puskurille" | |
1746 | |
1747 msgid "E203: Autocommands deleted or unloaded buffer to be written" | |
1748 msgstr "" | |
1749 "E203: Autocommand-komennot poistivat tai vapauttivat puskurin, johon piti " | |
1750 "kirjoittaa" | |
1751 | |
1752 msgid "E204: Autocommand changed number of lines in unexpected way" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1753 msgstr "E204: Autocommand-komento muutti rivien määrä odottamatta" |
1624 | 1754 |
1668 | 1755 msgid "NetBeans disallows writes of unmodified buffers" |
1624 | 1756 msgstr "NetBeans ei salli kirjoittaa muokkaamattomiin puskureihin" |
1757 | |
1758 msgid "Partial writes disallowed for NetBeans buffers" | |
1759 msgstr "Osittaiset kirjoitukset kielletty NetBeans-puskureissa" | |
1760 | |
1761 msgid "is not a file or writable device" | |
1762 msgstr "ei ole tiedosto tai kirjoitettava laite" | |
1763 | |
1764 msgid "writing to device disabled with 'opendevice' option" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1765 msgstr "laitteeseen kirjoittaminen pois käytöstä opendevice-asetuksella" |
1624 | 1766 |
1767 msgid "is read-only (add ! to override)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1768 msgstr "on kirjoitussuojattu (lisää komentoon ! ohittaaksesi)" |
1624 | 1769 |
1770 msgid "E506: Can't write to backup file (add ! to override)" | |
1771 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1772 "E506: Ei voi kirjoittaa varmuuskopiotiedostoon (lisää komentoon ! " |
1624 | 1773 "ohittaaksesi)" |
1774 | |
1775 msgid "E507: Close error for backup file (add ! to override)" | |
1776 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1777 "E507: Varmuuskopiotiedoston sulkeminen ei onnistu (lisää komentoon ! " |
1624 | 1778 "ohittaaksesi)" |
1779 | |
1780 msgid "E508: Can't read file for backup (add ! to override)" | |
1781 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1782 "E508: Varmuuskopiotiedostoa ei voi lukea (lisää komentoon ! ohittaaksesi)" |
1624 | 1783 |
1784 msgid "E509: Cannot create backup file (add ! to override)" | |
1785 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1786 "E509: Ei voi luoda varmuuskopiotiedostoa (lisää komentoon ! ohittaaksesi)" |
1624 | 1787 |
1788 msgid "E510: Can't make backup file (add ! to override)" | |
1789 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1790 "E510: Ei voi tehdä varmuuskopiotiedostoa (lisää komentoon ! ohittaaksesi)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1791 |
1624 | 1792 msgid "E214: Can't find temp file for writing" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1793 msgstr "E214: Ei voi löytää väliaikaistiedostoa kirjoitettavaksi" |
1624 | 1794 |
1795 msgid "E213: Cannot convert (add ! to write without conversion)" | |
1796 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1797 "E213: Muunnos ei onnistu (lisää komentoon ! kirjoittaaksesi muuntamatta)" |
1624 | 1798 |
1799 msgid "E166: Can't open linked file for writing" | |
1800 msgstr "E166: Linkitetyn tiedoston avaus kirjoittamista varten ei onnistu" | |
1801 | |
1802 msgid "E212: Can't open file for writing" | |
1803 msgstr "E212: Tiedoston avaus kirjoittamista varten ei onnistu" | |
1804 | |
1805 msgid "E667: Fsync failed" | |
1806 msgstr "E667: Fsync ei onnistunut" | |
1807 | |
1808 msgid "E512: Close failed" | |
1809 msgstr "E512: Sulkeminen ei onnistunut" | |
1810 | |
1811 msgid "E513: write error, conversion failed (make 'fenc' empty to override)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1812 msgstr "E513: kirjoitusvirhe, muunnos epäonnistui (tyhjää fenc ohittaaksesi)" |
1624 | 1813 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1814 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1815 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1816 "E513: write error, conversion failed in line %ld (make 'fenc' empty to " |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1817 "override)" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1818 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1819 "E513: kirjoitusvirhe, muunnos epäonnistui rivillä %ld(tyhjää fenc " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1820 "ohittaaksesi)" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1821 |
1624 | 1822 msgid "E514: write error (file system full?)" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1823 msgstr "E514: kirjoitusvirhe (tiedostojärjestelmä täysi)" |
1624 | 1824 |
1825 msgid " CONVERSION ERROR" | |
1826 msgstr " MUUNNOSVIRHE" | |
1827 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1828 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1829 msgid " in line %ld;" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1830 msgstr " rivillä %ld" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1831 |
1624 | 1832 msgid "[Device]" |
1833 msgstr "[Laite]" | |
1834 | |
1835 msgid "[New]" | |
1836 msgstr "[Uusi]" | |
1837 | |
1838 msgid " [a]" | |
1839 msgstr " [a]" | |
1840 | |
1841 msgid " appended" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1842 msgstr " lisätty" |
1624 | 1843 |
1844 msgid " [w]" | |
1845 msgstr " [w]" | |
1846 | |
1847 msgid " written" | |
1848 msgstr " kirjoitettu" | |
1849 | |
1850 msgid "E205: Patchmode: can't save original file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1851 msgstr "E205: Patch-tilassa ei voi tallentaa alkuperäistiedostoa" |
1624 | 1852 |
1853 msgid "E206: patchmode: can't touch empty original file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1854 msgstr "E206: patch-tilassa ei voi muuttaa tyhjää alkuperäistiedostoa" |
1624 | 1855 |
1856 msgid "E207: Can't delete backup file" | |
1857 msgstr "E207: Ei voi poistaa varmuuskopiota" | |
1858 | |
1859 msgid "" | |
1860 "\n" | |
1861 "WARNING: Original file may be lost or damaged\n" | |
1862 msgstr "" | |
1863 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1864 "VAROITUS: Alkuperäistiedosto voi hävitä tai vahingoittua\n" |
1624 | 1865 |
1866 msgid "don't quit the editor until the file is successfully written!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1867 msgstr "älä lopeta editoria kesken tallentamisen." |
1624 | 1868 |
1869 msgid "[dos]" | |
1870 msgstr "[dos]" | |
1871 | |
1872 msgid "[dos format]" | |
1873 msgstr "[dos-muoto]" | |
1874 | |
1875 msgid "[mac]" | |
1876 msgstr "[mac]" | |
1877 | |
1878 msgid "[mac format]" | |
1879 msgstr "[mac-muoto]" | |
1880 | |
1881 msgid "[unix]" | |
1882 msgstr "[unix]" | |
1883 | |
1884 msgid "[unix format]" | |
1885 msgstr "[unix-muoto]" | |
1886 | |
1887 msgid "1 line, " | |
1888 msgstr "1 rivi, " | |
1889 | |
1890 #, c-format | |
1891 msgid "%ld lines, " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1892 msgstr "%ld riviä, " |
1624 | 1893 |
1894 msgid "1 character" | |
1895 msgstr "1 merkki" | |
1896 | |
1897 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
1898 msgid "%lld characters" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1899 msgstr "%lld merkkiä" |
1624 | 1900 |
1901 # ei rivinvaihtoja | |
1902 msgid "[noeol]" | |
1903 msgstr "[eiriviv.]" | |
1904 | |
1905 msgid "[Incomplete last line]" | |
1906 msgstr "[Vajaa viimeinen rivi]" | |
1907 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1908 # Jos aukiolevaa tiedostoa sörkkii toisella ohjelmalla |
1624 | 1909 msgid "WARNING: The file has been changed since reading it!!!" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1910 msgstr "VAROITUS: tiedosto on muuttunut viime lukukerran jälkeen!" |
1624 | 1911 |
1912 msgid "Do you really want to write to it" | |
1913 msgstr "Kirjoitetaanko" | |
1914 | |
1915 #, c-format | |
1916 msgid "E208: Error writing to \"%s\"" | |
1917 msgstr "E208: Virhe kirjoitettaessa tiedostoon %s" | |
1918 | |
1919 #, c-format | |
1920 msgid "E209: Error closing \"%s\"" | |
1921 msgstr "E209: Virhe suljettaessa tiedostoa %s" | |
1922 | |
1923 #, c-format | |
1924 msgid "E210: Error reading \"%s\"" | |
1925 msgstr "E210: Virhe luettaessa tiedostoa %s" | |
1926 | |
1927 msgid "E246: FileChangedShell autocommand deleted buffer" | |
1928 msgstr "E246: FileChangedShell-autocommand poisti puskurin" | |
1929 | |
1930 #, c-format | |
1931 msgid "E211: File \"%s\" no longer available" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1932 msgstr "E211: Tiedostoa %s ei ole enää" |
1624 | 1933 |
1934 #, c-format | |
1935 msgid "" | |
1936 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " | |
1937 "well" | |
1938 msgstr "" | |
1939 "W12: Varoitus: Tiedostoa %s on muutettu ja Vimin puskurissa on muutoksia " | |
1940 "tiedostoon" | |
1941 | |
1942 msgid "See \":help W12\" for more info." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1943 msgstr ":help W12 kertoo lisätietoja." |
1624 | 1944 |
1945 #, c-format | |
1946 msgid "W11: Warning: File \"%s\" has changed since editing started" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1947 msgstr "W11: Varoitus: Tiedostoa %s on muutettu muokkauksen aloituksen jälkeen" |
1624 | 1948 |
1949 msgid "See \":help W11\" for more info." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1950 msgstr ":help W11 kertoo lisätietoja." |
1624 | 1951 |
1952 #, c-format | |
1953 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" | |
1954 msgstr "" | |
1955 "W16: Varoitus: Tiedoston %s oikeuksia on muutettu muokkauksen aloituksen " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1956 "jälkeen" |
1624 | 1957 |
1958 msgid "See \":help W16\" for more info." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1959 msgstr ":help W16 kertoo lisätietoja." |
1624 | 1960 |
1961 #, c-format | |
1962 msgid "W13: Warning: File \"%s\" has been created after editing started" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1963 msgstr "W13: Varoitus: Tiedosto %s on luotu muokkauksen aloituksen jälkeen" |
1624 | 1964 |
1965 msgid "Warning" | |
1966 msgstr "Varoitus" | |
1967 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1968 # yllä olevien varoitusten ratkaisut |
1624 | 1969 msgid "" |
1970 "&OK\n" | |
1971 "&Load File" | |
1972 msgstr "" | |
1973 "&OK\n" | |
1974 "&Avaa tiedosto uudelleen" | |
1975 | |
1976 #, c-format | |
1977 msgid "E462: Could not prepare for reloading \"%s\"" | |
1978 msgstr "E462: Ei voitu valmistella uudelleen avausta %s" | |
1979 | |
1980 #, c-format | |
1981 msgid "E321: Could not reload \"%s\"" | |
1982 msgstr "E321: Ei voitu uudelleenavata %s" | |
1983 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1984 msgid "--Deleted--" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1985 msgstr "--Poistettu--" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1986 |
1624 | 1987 #, c-format |
1988 msgid "auto-removing autocommand: %s <buffer=%d>" | |
1989 msgstr "poistetaan autocommand automaattisesti: %s <puskuri=%d>" | |
1990 | |
1991 #, c-format | |
1992 msgid "E367: No such group: \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1993 msgstr "E367: Ryhmää ei ole: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1994 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1995 msgid "E936: Cannot delete the current group" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1996 msgstr "E936: Nykyistä ryhmää ei voi poistaa" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
1997 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1998 msgid "W19: Deleting augroup that is still in use" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
1999 msgstr "W19: käytössä oleva augroup poistetaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2000 |
1624 | 2001 #, c-format |
2002 msgid "E215: Illegal character after *: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2003 msgstr "E215: Virheellinen merkki *:n jälkeen: %s" |
1624 | 2004 |
2005 #, c-format | |
2006 msgid "E216: No such event: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2007 msgstr "E216: Eventtiä ei ole: %s" |
1624 | 2008 |
2009 #, c-format | |
2010 msgid "E216: No such group or event: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2011 msgstr "E216: Ryhmää tai eventtiä ei ole: %s" |
1624 | 2012 |
2013 msgid "" | |
2014 "\n" | |
14193 | 2015 "--- Autocommands ---" |
1624 | 2016 msgstr "" |
2017 "\n" | |
1698 | 2018 "--- Autocommandit ---" |
1624 | 2019 |
2020 #, c-format | |
2021 msgid "E680: <buffer=%d>: invalid buffer number " | |
2022 msgstr "E680: <puskuri=%d>: virheellinen puskurinumero" | |
2023 | |
2024 msgid "E217: Can't execute autocommands for ALL events" | |
2025 msgstr "E217: Ei voi suorittaa autocommandsia kaikille eventeille" | |
2026 | |
2027 msgid "No matching autocommands" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2028 msgstr "Ei täsmääviä autocommandsia" |
1624 | 2029 |
2030 msgid "E218: autocommand nesting too deep" | |
2031 msgstr "E218: liian monta tasoa autocommandissa" | |
2032 | |
2033 #, c-format | |
14193 | 2034 msgid "%s Autocommands for \"%s\"" |
1624 | 2035 msgstr "%s Autocommands kohteelle %s" |
2036 | |
2037 #, c-format | |
2038 msgid "Executing %s" | |
2039 msgstr "Suoritetaan %s" | |
2040 | |
2041 #, c-format | |
2042 msgid "autocommand %s" | |
2043 msgstr "autocommand %s" | |
2044 | |
2045 msgid "E219: Missing {." | |
2046 msgstr "E219: { puuttuu." | |
2047 | |
2048 msgid "E220: Missing }." | |
2049 msgstr "E220: } puuttuu." | |
2050 | |
2051 msgid "E490: No fold found" | |
2052 msgstr "E490: taitos puuttuu" | |
2053 | |
2054 msgid "E350: Cannot create fold with current 'foldmethod'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2055 msgstr "E350: Taitoksia ei voi tehdä tällä foldmethodilla" |
1624 | 2056 |
2057 msgid "E351: Cannot delete fold with current 'foldmethod'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2058 msgstr "E351: Taitosta ei voi poistaa tällä foldmethodilla" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2059 |
1624 | 2060 msgid "E222: Add to read buffer" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2061 msgstr "E222: Lisää lukupuskuriin" |
1624 | 2062 |
2063 msgid "E223: recursive mapping" | |
2064 msgstr "E223: rekursiivinen kuvaus" | |
2065 | |
2066 #, c-format | |
2067 msgid "E224: global abbreviation already exists for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2068 msgstr "E224: globaali lyhenne merkinnälle %s on jo olemassa" |
1624 | 2069 |
2070 #, c-format | |
2071 msgid "E225: global mapping already exists for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2072 msgstr "E225: globaali kuvaus merkinnälle %s on jo olemassa" |
1624 | 2073 |
2074 #, c-format | |
2075 msgid "E226: abbreviation already exists for %s" | |
2076 msgstr "E226: lyhenne on jo olemassa %s" | |
2077 | |
2078 #, c-format | |
2079 msgid "E227: mapping already exists for %s" | |
2080 msgstr "E227: kuvaus on jo olemassa %s" | |
2081 | |
2082 msgid "No abbreviation found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2083 msgstr "Lyhennettä ei löydy" |
1624 | 2084 |
2085 msgid "No mapping found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2086 msgstr "Kuvausta ei löydy" |
1624 | 2087 |
2088 msgid "E228: makemap: Illegal mode" | |
2089 msgstr "E228: makemap: Virheellinen tila" | |
2090 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2091 msgid "<cannot open> " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2092 msgstr "<ei voi avata> " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2093 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2094 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2095 msgid "E616: vim_SelFile: can't get font %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2096 msgstr "E616: vim_SelFile: ei saada fonttia %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2097 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2098 msgid "E614: vim_SelFile: can't return to current directory" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2099 msgstr "E614: vim_SelFile: nykyiseen hakemistoon ei voi palata" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2100 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2101 msgid "Pathname:" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2102 msgstr "Polku:" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2103 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2104 msgid "E615: vim_SelFile: can't get current directory" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2105 msgstr "E615: vim_SelFile: nykyistä hakemistoa ei saada selville" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2106 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2107 msgid "OK" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2108 msgstr "OK" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2109 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2110 msgid "Cancel" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2111 msgstr "Peru" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2112 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2113 msgid "Vim dialog" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2114 msgstr "Vim-ikkuna" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2115 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2116 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2117 msgstr "Vierityspalkki: Pixmapin geometria ei selviä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2118 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2119 msgid "E232: Cannot create BalloonEval with both message and callback" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2120 msgstr "E232: Ei voi luoda BalloonEvalia viestille ja callbackille" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2121 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2122 msgid "E851: Failed to create a new process for the GUI" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2123 msgstr "E851: Ei voitu luoda uutta prosessia käyttöliittymälle" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2124 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2125 msgid "E852: The child process failed to start the GUI" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2126 msgstr "E852: Lapsiprosesi ei voinut käynnistää käyttöliittymää" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2127 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2128 msgid "E229: Cannot start the GUI" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2129 msgstr "E229: GUIn käynnistys ei onnistu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2130 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2131 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2132 msgid "E230: Cannot read from \"%s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2133 msgstr "E230: Ei voi lukea kohteesta %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2134 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2135 msgid "E665: Cannot start GUI, no valid font found" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2136 msgstr "E665: Ei voi avata GUIta, sopivaa fonttia ei löydy" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2137 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2138 msgid "E231: 'guifontwide' invalid" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2139 msgstr "E231: guifontwide virheellinen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2140 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2141 msgid "E599: Value of 'imactivatekey' is invalid" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2142 msgstr "E599: imactivatekeyn arvo on virheellinen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2143 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2144 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2145 msgid "E254: Cannot allocate color %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2146 msgstr "E254: Väriä %s ei voi määritellä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2147 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2148 msgid "No match at cursor, finding next" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2149 msgstr "Ei täsmäystä kursorin alla, etsitään seuraava" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2150 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2151 msgid "_Cancel" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2152 msgstr "_Peru" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2153 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2154 msgid "_Save" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2155 msgstr "_Tallenna" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2156 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2157 msgid "_Open" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2158 msgstr "_Avaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2159 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2160 msgid "_OK" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2161 msgstr "_OK" |
1624 | 2162 |
2163 msgid "" | |
2164 "&Yes\n" | |
2165 "&No\n" | |
2166 "&Cancel" | |
2167 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2168 "&Kyllä\n" |
1624 | 2169 "&Ei\n" |
2170 "&Peru" | |
2171 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2172 msgid "Yes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2173 msgstr "Kyllä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2174 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2175 msgid "No" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2176 msgstr "Ei" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2177 |
1624 | 2178 msgid "Input _Methods" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2179 msgstr "Syöte_menetelmät" |
1624 | 2180 |
2181 msgid "VIM - Search and Replace..." | |
2182 msgstr "VIM - Etsi ja korvaa..." | |
2183 | |
2184 msgid "VIM - Search..." | |
2185 msgstr "VIM - Etsi..." | |
2186 | |
2187 msgid "Find what:" | |
2188 msgstr "Etsi:" | |
2189 | |
2190 msgid "Replace with:" | |
2191 msgstr "Korvaa:" | |
2192 | |
2193 msgid "Match whole word only" | |
2194 msgstr "Korvaa kokonaisia sanoja" | |
2195 | |
2196 msgid "Match case" | |
2197 msgstr "Kirjaintaso" | |
2198 | |
2199 msgid "Direction" | |
2200 msgstr "Suunta" | |
2201 | |
2202 msgid "Up" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2203 msgstr "Ylös" |
1624 | 2204 |
2205 msgid "Down" | |
2206 msgstr "Alas" | |
2207 | |
2208 msgid "Find Next" | |
2209 msgstr "Etsi seuraava" | |
2210 | |
2211 msgid "Replace" | |
2212 msgstr "Korvaa" | |
2213 | |
2214 msgid "Replace All" | |
2215 msgstr "Korvaa kaikki" | |
2216 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2217 msgid "_Close" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2218 msgstr "_Sulje" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2219 |
1624 | 2220 msgid "Vim: Received \"die\" request from session manager\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2221 msgstr "Vim: sessiomanageri lähetti die-pyynnön\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2222 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2223 msgid "Close tab" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2224 msgstr "Sulje välilehti" |
1624 | 2225 |
2226 msgid "New tab" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2227 msgstr "Uusi välilehti" |
1624 | 2228 |
2229 msgid "Open Tab..." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2230 msgstr "Avaa välilehti..." |
1624 | 2231 |
2232 msgid "Vim: Main window unexpectedly destroyed\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2233 msgstr "Vim: Pääikkuna tuhoutui odottamatta\n" |
1624 | 2234 |
2235 msgid "&Filter" | |
2236 msgstr "&Suodata" | |
2237 | |
2238 msgid "&Cancel" | |
2239 msgstr "&Peru" | |
2240 | |
2241 msgid "Directories" | |
2242 msgstr "Hakemistot" | |
2243 | |
2244 msgid "Filter" | |
2245 msgstr "Suodatus" | |
2246 | |
2247 msgid "&Help" | |
2248 msgstr "O&hje" | |
2249 | |
2250 msgid "Files" | |
2251 msgstr "Tiedostot" | |
2252 | |
2253 msgid "&OK" | |
2254 msgstr "&Ok" | |
2255 | |
2256 msgid "Selection" | |
2257 msgstr "Valinta" | |
2258 | |
2259 msgid "Find &Next" | |
2260 msgstr "Hae &seuraava" | |
2261 | |
2262 msgid "&Replace" | |
2263 msgstr "Ko&rvaa" | |
2264 | |
2265 msgid "Replace &All" | |
2266 msgstr "Korvaa k&aikki" | |
2267 | |
2268 msgid "&Undo" | |
2269 msgstr "&Kumoa" | |
2270 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2271 msgid "Open tab..." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2272 msgstr "Avaa välilehti..." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2273 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2274 msgid "Find string (use '\\\\' to find a '\\')" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2275 msgstr "Etsi merkkijonoa (\\\\:llä löytää \\:t)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2276 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2277 msgid "Find & Replace (use '\\\\' to find a '\\')" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2278 msgstr "Etsi ja korvaa (\\\\:llä löytää \\:t)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2279 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2280 msgid "Not Used" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2281 msgstr "Ei käytössä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2282 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2283 msgid "Directory\t*.nothing\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2284 msgstr "Hakemisto\t*.nothing\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2285 |
1624 | 2286 #, c-format |
2287 msgid "E671: Cannot find window title \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2288 msgstr "E671: Ikkunan otsikkoa ei löydy %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2289 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2290 # OLE on object linking and embedding på windowska |
1624 | 2291 #, c-format |
2292 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2293 msgstr "E243: Argumenttia ei tueta: -%s, käytä OLE-versiota" |
1624 | 2294 |
2295 # MDI eli windowsin moni-ikkunasovellus | |
2296 msgid "E672: Unable to open window inside MDI application" | |
2297 msgstr "E672: Ikkunaa ei voitu avata MDI-sovellukseen" | |
2298 | |
2299 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2300 msgstr "Vim E458: Ei voi varata värikartan alkiota, värit voivat mennä väärin" |
1624 | 2301 |
2302 #, c-format | |
2303 msgid "E250: Fonts for the following charsets are missing in fontset %s:" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2304 msgstr "E250: Seuraavien merkistöjoukkojen fontit puuttuvat fontsetistä %s:" |
1624 | 2305 |
2306 #, c-format | |
2307 msgid "E252: Fontset name: %s" | |
2308 msgstr "E252: Fontsetin nimi: %s" | |
2309 | |
2310 #, c-format | |
2311 msgid "Font '%s' is not fixed-width" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2312 msgstr "Fontti %s ei ole tasavälinen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2313 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2314 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2315 msgid "E253: Fontset name: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2316 msgstr "E253: Fontsetin nimi: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2317 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2318 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2319 msgid "Font0: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2320 msgstr "Fontti0: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2321 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2322 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2323 msgid "Font1: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2324 msgstr "Fontti1: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2325 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2326 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2327 msgid "Font%ld width is not twice that of font0" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2328 msgstr "Fontti%ld:n leveys ei ole kaksi kertaa fontti0:n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2329 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2330 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2331 msgid "Font0 width: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2332 msgstr "Fontti0:n leveys: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2333 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2334 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2335 msgid "Font1 width: %ld" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2336 msgstr "Fontti1:n leveys: %ld" |
1624 | 2337 |
1698 | 2338 msgid "Invalid font specification" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2339 msgstr "Virheellinen fonttimääritys" |
1698 | 2340 |
2341 msgid "&Dismiss" | |
2342 msgstr "&Ohita" | |
2343 | |
2344 msgid "no specific match" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2345 msgstr "ei tarkkaa täsmäystä" |
1698 | 2346 |
2347 msgid "Vim - Font Selector" | |
2348 msgstr "Vim - fonttivalitsin" | |
2349 | |
2350 msgid "Name:" | |
2351 msgstr "Nimi:" | |
2352 | |
2353 msgid "Show size in Points" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2354 msgstr "Näytä koko pisteinä" |
1698 | 2355 |
2356 msgid "Encoding:" | |
2357 msgstr "Koodaus:" | |
2358 | |
2359 msgid "Font:" | |
2360 msgstr "Fontti:" | |
2361 | |
2362 msgid "Style:" | |
2363 msgstr "Tyyli:" | |
2364 | |
2365 msgid "Size:" | |
2366 msgstr "Koko:" | |
2367 | |
1624 | 2368 msgid "E256: Hangul automata ERROR" |
2369 msgstr "E256: Hangu-automaattivirhe" | |
2370 | |
2371 msgid "E550: Missing colon" | |
2372 msgstr "E550: kaksoispiste puuttuu" | |
2373 | |
2374 msgid "E551: Illegal component" | |
2375 msgstr "E551: Virheellinen komponentti" | |
2376 | |
2377 msgid "E552: digit expected" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2378 msgstr "E552: pitäisi olla numero" |
1624 | 2379 |
2380 #, c-format | |
2381 msgid "Page %d" | |
2382 msgstr "Sivu %d" | |
2383 | |
2384 msgid "No text to be printed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2385 msgstr "Ei tekstiä tulostettavaksi" |
1624 | 2386 |
2387 #, c-format | |
2388 msgid "Printing page %d (%d%%)" | |
2389 msgstr "Tulostetaan sivua %d (%d %%)" | |
2390 | |
2391 #, c-format | |
2392 msgid " Copy %d of %d" | |
2393 msgstr " Kopio %d/%d" | |
2394 | |
2395 #, c-format | |
2396 msgid "Printed: %s" | |
2397 msgstr "Tulostettu: %s" | |
2398 | |
2399 msgid "Printing aborted" | |
2400 msgstr "Tulostus peruttu" | |
2401 | |
2402 msgid "E455: Error writing to PostScript output file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2403 msgstr "E455: Virhe kirjoitettaessa PostScriptiä tiedostoon" |
1624 | 2404 |
2405 #, c-format | |
2406 msgid "E624: Can't open file \"%s\"" | |
2407 msgstr "E624: Ei voi avata tiedostoa %s" | |
2408 | |
2409 #, c-format | |
2410 msgid "E457: Can't read PostScript resource file \"%s\"" | |
2411 msgstr "E457: Ei voi lukea PostScript-resurssitiedostoa %s" | |
2412 | |
2413 #, c-format | |
2414 msgid "E618: file \"%s\" is not a PostScript resource file" | |
2415 msgstr "E618: tiedosto %s ei ole PostScript-resurssitiedosto" | |
2416 | |
2417 #, c-format | |
2418 msgid "E619: file \"%s\" is not a supported PostScript resource file" | |
2419 msgstr "E619: tiedosto %s ei ole tuettu PostScript-resurssitiedosto" | |
2420 | |
2421 #, c-format | |
2422 msgid "E621: \"%s\" resource file has wrong version" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2423 msgstr "E621: resurssitiedoston %s versio on väärä" |
1624 | 2424 |
2425 msgid "E673: Incompatible multi-byte encoding and character set." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2426 msgstr "E673: Tukematon monitvauinen merkistökoodaus ja merkistö." |
1624 | 2427 |
2428 msgid "E674: printmbcharset cannot be empty with multi-byte encoding." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2429 msgstr "E674: printmbcharset ei voi olla tyhjä monitavuiselle koodaukselle." |
1624 | 2430 |
2431 msgid "E675: No default font specified for multi-byte printing." | |
2432 msgstr "E675: Ei oletusfonttia monitavuiseen tulostukseen" | |
2433 | |
2434 msgid "E324: Can't open PostScript output file" | |
2435 msgstr "E324: PostScript-tulostetiedoston avaus ei onnistu" | |
2436 | |
2437 #, c-format | |
2438 msgid "E456: Can't open file \"%s\"" | |
2439 msgstr "E456: Tiedoston %s avaus ei onnistu" | |
2440 | |
2441 msgid "E456: Can't find PostScript resource file \"prolog.ps\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2442 msgstr "E456: PostScript-resurssitiedostoa prolog.ps ei löydy" |
1624 | 2443 |
2444 msgid "E456: Can't find PostScript resource file \"cidfont.ps\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2445 msgstr "E456: PostScript-resurssitiedostoa cidfont.ps ei löydy" |
1624 | 2446 |
2447 #, c-format | |
2448 msgid "E456: Can't find PostScript resource file \"%s.ps\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2449 msgstr "E456: Postscript-resurssitiedosta %s.ps ei löydy" |
1624 | 2450 |
2451 #, c-format | |
2452 msgid "E620: Unable to convert to print encoding \"%s\"" | |
2453 msgstr "E620: Tulostuskoodaukseen %s muunto ei onnistu" | |
2454 | |
2455 msgid "Sending to printer..." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2456 msgstr "Lähetetään tulostimelle..." |
1624 | 2457 |
2458 msgid "E365: Failed to print PostScript file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2459 msgstr "E365: PostScript-tiedoston tulostus epäonnistui" |
1624 | 2460 |
2461 msgid "Print job sent." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2462 msgstr "Tulostustyö lähetetty." |
1624 | 2463 |
2464 msgid "Add a new database" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2465 msgstr "Lisää uusi tietokanta" |
1624 | 2466 |
2467 msgid "Query for a pattern" | |
2468 msgstr "Hae kuviota" | |
2469 | |
2470 msgid "Show this message" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2471 msgstr "Näytä tämä viesti" |
1624 | 2472 |
2473 msgid "Kill a connection" | |
2474 msgstr "Tapa yhteys" | |
2475 | |
2476 msgid "Reinit all connections" | |
2477 msgstr "Alusta uudelleen yhteydet" | |
2478 | |
2479 msgid "Show connections" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2480 msgstr "Näytä yhteydet" |
1624 | 2481 |
2482 #, c-format | |
2483 msgid "E560: Usage: cs[cope] %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2484 msgstr "E560: Käyttö: cs[cope] %s" |
1624 | 2485 |
2486 msgid "This cscope command does not support splitting the window.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2487 msgstr "Tämä cscope-komento ei tue ikkunan jakamista.\n" |
1624 | 2488 |
2489 msgid "E562: Usage: cstag <ident>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2490 msgstr "E562: Käyttö: cstag <ident>" |
1624 | 2491 |
2492 msgid "E257: cstag: tag not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2493 msgstr "E257: cstag: tägia ei löydy" |
1624 | 2494 |
2495 #, c-format | |
2496 msgid "E563: stat(%s) error: %d" | |
2497 msgstr "E563: stat(%s)-virhe: %d" | |
2498 | |
2499 msgid "E563: stat error" | |
2500 msgstr "E563: stat-virhe" | |
2501 | |
2502 #, c-format | |
2503 msgid "E564: %s is not a directory or a valid cscope database" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2504 msgstr "E564: %s ei ole hakemisto eikä cscope-tietokanta" |
1624 | 2505 |
2506 #, c-format | |
2507 msgid "Added cscope database %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2508 msgstr "Lisätty cscope-tietokanta %s" |
1624 | 2509 |
2510 #, c-format | |
2511 msgid "E262: error reading cscope connection %ld" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2512 msgstr "E262: Virhe luettaessa cscope-yhteyttä %ld" |
1624 | 2513 |
2514 msgid "E561: unknown cscope search type" | |
2515 msgstr "E561: tuntematon cscope-hakutyyppi" | |
2516 | |
2517 msgid "E566: Could not create cscope pipes" | |
2518 msgstr "E566: Ei voitu luoda cscope-putkia" | |
2519 | |
2520 msgid "E622: Could not fork for cscope" | |
2521 msgstr "E622: Ei voitu haarauttaa cscopea" | |
2522 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2523 msgid "cs_create_connection setpgid failed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2524 msgstr "cs_create_connection setpgid epäonnistui" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2525 |
1624 | 2526 msgid "cs_create_connection exec failed" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2527 msgstr "cs_create_connection epäonnistui" |
1624 | 2528 |
2529 msgid "cs_create_connection: fdopen for to_fp failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2530 msgstr "cs_create_connection: fdopen to_fp epäonnistui" |
1624 | 2531 |
2532 msgid "cs_create_connection: fdopen for fr_fp failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2533 msgstr "cs_create_connection: fdopen fr_fp epäonnistui" |
1624 | 2534 |
1698 | 2535 msgid "E623: Could not spawn cscope process" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2536 msgstr "E623: Cscope-prosessin luonti epäonnistui" |
1698 | 2537 |
1624 | 2538 msgid "E567: no cscope connections" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2539 msgstr "E567: ei cscope-yhteyksiä" |
1624 | 2540 |
2541 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2542 msgid "E469: invalid cscopequickfix flag %c for %c" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2543 msgstr "E469: virheellinen cscopequickfix-asetus %c kohteelle %c" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2544 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2545 #, c-format |
1624 | 2546 msgid "E259: no matches found for cscope query %s of %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2547 msgstr "E259: ei täsmäyksiä cscope-hakuun %s/%s" |
1624 | 2548 |
2549 msgid "cscope commands:\n" | |
2550 msgstr "cscope-komennot:\n" | |
2551 | |
2552 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2553 msgid "%-5s: %s%*s (Usage: %s)" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2554 msgstr "%-5s: %s%*s (Käyttö: %s)" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2555 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2556 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2557 "\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2558 " a: Find assignments to this symbol\n" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2559 " c: Find functions calling this function\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2560 " d: Find functions called by this function\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2561 " e: Find this egrep pattern\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2562 " f: Find this file\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2563 " g: Find this definition\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2564 " i: Find files #including this file\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2565 " s: Find this C symbol\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2566 " t: Find this text string\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2567 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2568 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2569 " a: Etsi sijotukset tähän symboliin\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2570 " c: Etsi tätä funktiota kutsuvat funktiot\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2571 " d: Etsi tämän funktion kutsumat funktiot\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2572 " e: Etsi tämä egrep-lauseke\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2573 " f: Etsi tämä tiedosto\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2574 " g: Etsi tämä määritys\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2575 " i: Etsi tiedostoja jotka #inkluudaavat tämän\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2576 " s: Etsi tämä C-symboli\n" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2577 " t: Etsi sijoitukset muuttujaan \n" |
1624 | 2578 |
2579 #, c-format | |
2580 msgid "E625: cannot open cscope database: %s" | |
4339 | 2581 msgstr "E625: ei voi avata cscope-tietokantaa: %s" |
1624 | 2582 |
2583 msgid "E626: cannot get cscope database information" | |
2584 msgstr "E626: ei voi hakea cscope-tietokannan tietoja" | |
2585 | |
2586 msgid "E568: duplicate cscope database not added" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2587 msgstr "E568: kaksoiskappaletta cscope-tietokannasta ei lisätty" |
1624 | 2588 |
2589 #, c-format | |
2590 msgid "E261: cscope connection %s not found" | |
2591 msgstr "E261: cscope-yhteys %s puuttuu" | |
2592 | |
2593 #, c-format | |
2594 msgid "cscope connection %s closed" | |
2595 msgstr "cscope-yhteys %s on katkaistu" | |
2596 | |
2597 msgid "E570: fatal error in cs_manage_matches" | |
2598 msgstr "E570: kriittinen virhe cs_manage_matches-funktiossa" | |
2599 | |
2600 #, c-format | |
2601 msgid "Cscope tag: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2602 msgstr "Cscope-tägi: %s" |
1624 | 2603 |
2604 msgid "" | |
2605 "\n" | |
2606 " # line" | |
2607 msgstr "" | |
2608 "\n" | |
2609 " # rivi" | |
2610 | |
2611 msgid "filename / context / line\n" | |
2612 msgstr "tiedosto / konteksti / rivi\n" | |
2613 | |
2614 #, c-format | |
2615 msgid "E609: Cscope error: %s" | |
2616 msgstr "E609: Cscope-virhe: %s" | |
2617 | |
2618 msgid "All cscope databases reset" | |
2619 msgstr "Kaikki cscope-tietokannat nollattu" | |
2620 | |
2621 msgid "no cscope connections\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2622 msgstr "ei cscope-yhteyksiä\n" |
1624 | 2623 |
2624 msgid " # pid database name prepend path\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2625 msgstr " # pid tietokanta lisäyspolku\n" |
1624 | 2626 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2627 msgid "Lua library cannot be loaded." |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2628 msgstr "Luan kirjastoa ei voitu ladata." |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2629 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2630 msgid "cannot save undo information" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2631 msgstr "ei voitu tallentaa kumoustietoja" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2632 |
1624 | 2633 msgid "" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2634 "E815: Sorry, this command is disabled, the MzScheme libraries could not be " |
1624 | 2635 "loaded." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2636 msgstr "E815: komento ei toimi, MzScheme-kirjastoa ei voitu ladata." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2637 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2638 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2639 "E895: Sorry, this command is disabled, the MzScheme's racket/base module " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2640 "could not be loaded." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2641 msgstr "E895: Komento ei toimi, MzScheme-moduulia racket/base ei voitu ladata." |
1624 | 2642 |
2643 msgid "invalid expression" | |
2644 msgstr "virheellinen ilmaus" | |
2645 | |
2646 msgid "expressions disabled at compile time" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2647 msgstr "ilmaukset poistettu käytöstä käännösaikana" |
1624 | 2648 |
2649 msgid "hidden option" | |
2650 msgstr "piilotettu asetus" | |
2651 | |
2652 msgid "unknown option" | |
2653 msgstr "tuntematon asetus" | |
2654 | |
2655 msgid "window index is out of range" | |
2656 msgstr "ikkunan indeksi alueen ulkopuolella" | |
2657 | |
2658 msgid "couldn't open buffer" | |
2659 msgstr "ei voitu avata puskuria" | |
2660 | |
2661 msgid "cannot delete line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2662 msgstr "ei voitu poistaa riviä" |
1624 | 2663 |
2664 msgid "cannot replace line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2665 msgstr "ei voitu korvata riviä" |
1624 | 2666 |
2667 msgid "cannot insert line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2668 msgstr "ei voitu lisätä riviä" |
1624 | 2669 |
2670 msgid "string cannot contain newlines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2671 msgstr "merkkijono ei saa sisältää rivinvaihtoja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2672 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2673 msgid "error converting Scheme values to Vim" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2674 msgstr "virhe Schemestä Vimiin konversiossa" |
1624 | 2675 |
2676 msgid "Vim error: ~a" | |
2677 msgstr "Vim-virhe: ~a" | |
2678 | |
2679 msgid "Vim error" | |
2680 msgstr "Vim-virhe" | |
2681 | |
2682 msgid "buffer is invalid" | |
2683 msgstr "puskuri on virheellinen" | |
2684 | |
2685 msgid "window is invalid" | |
2686 msgstr "ikkuna on virheellinen" | |
2687 | |
2688 msgid "linenr out of range" | |
2689 msgstr "rivinumero arvoalueen ulkopuolelta" | |
2690 | |
2691 msgid "not allowed in the Vim sandbox" | |
2692 msgstr "ei sallittu Vimin hiekkalaatikossa" | |
2693 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2694 msgid "E837: This Vim cannot execute :py3 after using :python" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2695 msgstr "E837: Python: Ei voi käyttää komentoja :py ja :py3 samassa istunnossa" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2696 |
1624 | 2697 msgid "" |
2698 "E263: Sorry, this command is disabled, the Python library could not be " | |
2699 "loaded." | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2700 msgstr "E263: komento ei toimi, Python-kirjaston lataaminen ei onnistunut." |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2701 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2702 msgid "E836: This Vim cannot execute :python after using :py3" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2703 msgstr "E836: Python: Ei voi käyttää komentoja :py ja :py3 samassa istunnossa" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2704 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2705 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2706 "E887: Sorry, this command is disabled, the Python's site module could not be " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2707 "loaded." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2708 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2709 "E887: Komento ei toimi, Pythonin site-moduulien lataaminen ei onnistunut." |
1624 | 2710 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2711 msgid "E659: Cannot invoke Python recursively" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2712 msgstr "E659: Pythonia ei voi kutsua rekursiivisesti" |
1624 | 2713 |
2714 msgid "E265: $_ must be an instance of String" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2715 msgstr "E265: muuttujan $_ pitää olla Stringin instanssi" |
1624 | 2716 |
2717 msgid "" | |
2718 "E266: Sorry, this command is disabled, the Ruby library could not be loaded." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2719 msgstr "E266: komento ei toimi, Ruby-kirjastoa ei voitu ladata." |
1624 | 2720 |
2721 msgid "E267: unexpected return" | |
2722 msgstr "E267: odotuksenvastainen return" | |
2723 | |
2724 msgid "E268: unexpected next" | |
2725 msgstr "E268: Odotuksenvastainen next" | |
2726 | |
2727 msgid "E269: unexpected break" | |
2728 msgstr "E269: Odotuksenvastainen break" | |
2729 | |
2730 msgid "E270: unexpected redo" | |
2731 msgstr "E270: odotuksenvastainen redo" | |
2732 | |
2733 msgid "E271: retry outside of rescue clause" | |
2734 msgstr "E271: retry rescuen ulkopuolella" | |
2735 | |
2736 msgid "E272: unhandled exception" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2737 msgstr "E272: käsittelemätön poikkeus" |
1624 | 2738 |
2739 #, c-format | |
2740 msgid "E273: unknown longjmp status %d" | |
2741 msgstr "E273: tuntematon longjmp-tila %d" | |
2742 | |
2743 msgid "invalid buffer number" | |
2744 msgstr "virheellinen puskurinumero" | |
2745 | |
2746 msgid "not implemented yet" | |
2747 msgstr "ei toteutettu" | |
2748 | |
2749 msgid "cannot set line(s)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2750 msgstr "ei voi asettaa rivejä" |
1624 | 2751 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2752 msgid "invalid mark name" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2753 msgstr "virheellinen merkin nimi" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2754 |
1624 | 2755 msgid "mark not set" |
2756 msgstr "merkko ei ole asetettu" | |
2757 | |
2758 #, c-format | |
2759 msgid "row %d column %d" | |
2760 msgstr "rivi %d sarake %d" | |
2761 | |
2762 msgid "cannot insert/append line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2763 msgstr "rivin lisäys ei onnistu" |
1624 | 2764 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2765 msgid "line number out of range" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2766 msgstr "rivinumero arvoalueen ulkopuolella" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2767 |
1624 | 2768 msgid "unknown flag: " |
2769 msgstr "tuntematon asetus: " | |
2770 | |
2771 msgid "unknown vimOption" | |
2772 msgstr "tuntematon vimOption" | |
2773 | |
2774 msgid "keyboard interrupt" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2775 msgstr "näppäimistökeskeytys" |
1624 | 2776 |
2777 msgid "cannot create buffer/window command: object is being deleted" | |
2778 msgstr "ei voi luoda puskuri- tai ikkunakomentoa, olio on poistumassa" | |
2779 | |
2780 msgid "" | |
2781 "cannot register callback command: buffer/window is already being deleted" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2782 msgstr "callbackia ei voi rekisteröidä: puskuri tai ikkuna on poistettu" |
1624 | 2783 |
2784 msgid "" | |
2785 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." | |
2786 "org" | |
2787 msgstr "" | |
2788 "E280: kriittinen TCL-virhe: reflist hajalla? Ilmoita asiasta " | |
2789 "postituslistalle vim-dev@vim.org" | |
2790 | |
2791 msgid "cannot register callback command: buffer/window reference not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2792 msgstr "callbackia ei voi rekisteröidä: puskurin tai ikkunan viitettä ei löydy" |
1624 | 2793 |
2794 msgid "" | |
2795 "E571: Sorry, this command is disabled: the Tcl library could not be loaded." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2796 msgstr "E571: komento ei toimi, Tcl-kirjastoa ei voitu ladata." |
1624 | 2797 |
2798 #, c-format | |
2799 msgid "E572: exit code %d" | |
2800 msgstr "E572: palautusarvo %d" | |
2801 | |
2802 msgid "cannot get line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2803 msgstr "ei voida hakea riviä" |
1624 | 2804 |
2805 msgid "Unable to register a command server name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2806 msgstr "Komentopalvelimen nimen rekisteröinti ei onnistu" |
1624 | 2807 |
2808 msgid "E248: Failed to send command to the destination program" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2809 msgstr "E248: Komennon lähetys kohdeohjelmalle ei onnistu" |
1624 | 2810 |
2811 #, c-format | |
2812 msgid "E573: Invalid server id used: %s" | |
2813 msgstr "E573: Virheellinen palvelimen tunniste: %s" | |
2814 | |
2815 msgid "E251: VIM instance registry property is badly formed. Deleted!" | |
2816 msgstr "E251: VIMin instanssin rekisteriarvo on virheellinen, poistettiin." | |
2817 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2818 #, c-format |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2819 msgid "E938: Duplicate key in JSON: \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2820 msgstr "E938: Kaksi samaa avainta JSONissa: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2821 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
2822 #, c-format |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2823 msgid "E696: Missing comma in List: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2824 msgstr "E696: Listasta puuttuu pilkku: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2825 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2826 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2827 msgid "E697: Missing end of List ']': %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2828 msgstr "E697: Listan lopusta puuttuu ]: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2829 |
1624 | 2830 msgid "Unknown option argument" |
2831 msgstr "Tuntematon asetusargumentti" | |
2832 | |
2833 msgid "Too many edit arguments" | |
2834 msgstr "Liikaa muokkausargumentteja" | |
2835 | |
2836 msgid "Argument missing after" | |
2837 msgstr "Argumentti puuttuu kohdasta" | |
2838 | |
2839 msgid "Garbage after option argument" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2840 msgstr "Roskaa argumentin perässä" |
1624 | 2841 |
2842 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" | |
1698 | 2843 msgstr "Liikaa +komentoja, -c-komentoja tai --cmd-komentoja" |
1624 | 2844 |
2845 msgid "Invalid argument for" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2846 msgstr "Väärä argumentti valitsimelle" |
1624 | 2847 |
2848 #, c-format | |
2849 msgid "%d files to edit\n" | |
2850 msgstr "%d tiedostoa muokattavana\n" | |
2851 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2852 msgid "netbeans is not supported with this GUI\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2853 msgstr "netbeans ei toimi tässä käyttöliittymässä\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2854 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2855 msgid "'-nb' cannot be used: not enabled at compile time\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2856 msgstr "-nb:tä ei voi käyttää, koska sitä ei käännetty mukaan\n" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2857 |
1624 | 2858 msgid "This Vim was not compiled with the diff feature." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2859 msgstr "Tähän Vimiin ei ole käännetty diff-toimintoja mukaan." |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
2860 |
1624 | 2861 msgid "Attempt to open script file again: \"" |
2862 msgstr "Yritettiin avata skriptitiedostoa uudestaan:" | |
2863 | |
2864 msgid "Cannot open for reading: \"" | |
2865 msgstr "Ei voi avata luettavaksi: " | |
2866 | |
2867 msgid "Cannot open for script output: \"" | |
2868 msgstr "Ei voi avata skriptin tulostetta varten: " | |
2869 | |
2870 msgid "Vim: Error: Failure to start gvim from NetBeans\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2871 msgstr "Vim: Virhe: Gvimin käynnistys NetBeansistä ei onnistu\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2872 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2873 msgid "Vim: Error: This version of Vim does not run in a Cygwin terminal\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2874 msgstr "Vim: Virhe: Tämä versio Vimistä ei toimi Cygwinin terminaalissa\n" |
1624 | 2875 |
2876 msgid "Vim: Warning: Output is not to a terminal\n" | |
2877 msgstr "Vim: Varoitus: Tuloste ei mene terminaalille\n" | |
2878 | |
2879 msgid "Vim: Warning: Input is not from a terminal\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2880 msgstr "Vim: Varoitus: Syöte ei tule terminaalilta\n" |
1624 | 2881 |
2882 msgid "pre-vimrc command line" | |
2883 msgstr "esi-vimrc-komentorivi" | |
2884 | |
2885 #, c-format | |
2886 msgid "E282: Cannot read from \"%s\"" | |
2887 msgstr "E282: Ei voida lukea kohteesta %s" | |
2888 | |
2889 msgid "" | |
2890 "\n" | |
2891 "More info with: \"vim -h\"\n" | |
2892 msgstr "" | |
2893 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2894 "Lisätietoja: \"vim -h\"\n" |
1624 | 2895 |
2896 msgid "[file ..] edit specified file(s)" | |
2897 msgstr "[tiedosto ..] muokkaa tiedostoja" | |
2898 | |
2899 msgid "- read text from stdin" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2900 msgstr "- lue vakiosyötteestä" |
1624 | 2901 |
2902 msgid "-t tag edit file where tag is defined" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2903 msgstr "-t tägi muokkaa tiedostoa tägistä" |
1624 | 2904 |
2905 msgid "-q [errorfile] edit file with first error" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2906 msgstr "-q [virhetiedosto] muokkaa tiedostoa ensimmäisestä virheestä" |
1624 | 2907 |
2908 msgid "" | |
2909 "\n" | |
2910 "\n" | |
14193 | 2911 "Usage:" |
1624 | 2912 msgstr "" |
2913 "\n" | |
2914 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2915 "käyttö:" |
1624 | 2916 |
2917 msgid " vim [arguments] " | |
2918 msgstr " vim [argumentit] " | |
2919 | |
2920 msgid "" | |
2921 "\n" | |
2922 " or:" | |
2923 msgstr "" | |
2924 "\n" | |
2925 " tai:" | |
2926 | |
2927 msgid "" | |
2928 "\n" | |
2929 "Where case is ignored prepend / to make flag upper case" | |
2930 msgstr "" | |
2931 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2932 "Jos aakkoslaji on ohitettu, lisää alkuun / tehdäksesi asetuksesta " |
1624 | 2933 "suuraakkosia" |
2934 | |
2935 msgid "" | |
2936 "\n" | |
2937 "\n" | |
2938 "Arguments:\n" | |
2939 msgstr "" | |
2940 "\n" | |
2941 "\n" | |
2942 "Argumentit:\n" | |
2943 | |
2944 msgid "--\t\t\tOnly file names after this" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2945 msgstr "--\t\t\tvain tiedostonimiä tämän jälkeen" |
1624 | 2946 |
2947 msgid "--literal\t\tDon't expand wildcards" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2948 msgstr "--literal\t\tÄlä käsittele jokerimerkkejä " |
1624 | 2949 |
2950 msgid "-register\t\tRegister this gvim for OLE" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2951 msgstr "-register\t\trekisteröi gvim OLEa varten" |
1624 | 2952 |
2953 msgid "-unregister\t\tUnregister gvim for OLE" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2954 msgstr "-unregister\t\tPoista gvim OLE-rekisteristä" |
1624 | 2955 |
2956 msgid "-g\t\t\tRun using GUI (like \"gvim\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2957 msgstr "-g\t\t\tAvaa GUI (kuten gvimillä)" |
1624 | 2958 |
2959 msgid "-f or --nofork\tForeground: Don't fork when starting GUI" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2960 msgstr "-f tai --nofork\tEdustalle: Älä haarauta GUIn käynnistyksessä" |
1624 | 2961 |
2962 msgid "-v\t\t\tVi mode (like \"vi\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2963 msgstr "-v\t\t\tVi-tila (kuten villä)" |
1624 | 2964 |
2965 msgid "-e\t\t\tEx mode (like \"ex\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2966 msgstr "-e\t\t\tEx-tila (kute exillä)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2967 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2968 msgid "-E\t\t\tImproved Ex mode" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2969 msgstr "-E\t\t\tParanneltu Ex-tila" |
1624 | 2970 |
2971 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2972 msgstr "-s\t\t\tHiljainen (eräajo)tila (vain exillä)" |
1624 | 2973 |
2974 msgid "-d\t\t\tDiff mode (like \"vimdiff\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2975 msgstr "-d\t\t\tDiff-tila (kuten vimdiffillä)" |
1624 | 2976 |
2977 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2978 msgstr "-y\t\t\tHelppokäyttötila (kuten evimissä, ilman tiloja)" |
1624 | 2979 |
2980 msgid "-R\t\t\tReadonly mode (like \"view\")" | |
2981 msgstr "-R\t\t\tKirjoitussuojattu tila (kuten view'lla)" | |
2982 | |
2983 msgid "-Z\t\t\tRestricted mode (like \"rvim\")" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2984 msgstr "-Z\t\t\tRajoitettu tila (kuten rvimillä)" |
1624 | 2985 |
2986 msgid "-m\t\t\tModifications (writing files) not allowed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2987 msgstr "-m\t\t\tMuokkaukset (kirjoittaminen tiedostoon) pois käytöstä" |
1624 | 2988 |
2989 msgid "-M\t\t\tModifications in text not allowed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2990 msgstr "-M\t\t\tTekstin muokkaus pois käytöstä" |
1624 | 2991 |
2992 msgid "-b\t\t\tBinary mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
2993 msgstr "-b\t\t\tBinääritila" |
1624 | 2994 |
2995 msgid "-l\t\t\tLisp mode" | |
2996 msgstr "-l\t\t\tLisp-tila" | |
2997 | |
2998 msgid "-C\t\t\tCompatible with Vi: 'compatible'" | |
2999 msgstr "-C\t\t\tVi-yhteensopivuustila: compatible" | |
3000 | |
3001 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" | |
3002 msgstr "-N\t\t\tEi Vi-yhteensopivuutta: nocompatible" | |
3003 | |
3004 msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]" | |
3005 msgstr "" | |
3006 "-V[N][tnimi]\t\tMonisanainen tuloste [Taso N] [kirjoita tuloste tnimeen] " | |
3007 | |
3008 msgid "-D\t\t\tDebugging mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3009 msgstr "-D\t\t\tVianetsintätila" |
1624 | 3010 |
3011 msgid "-n\t\t\tNo swap file, use memory only" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3012 msgstr "-n\t\t\tEi swap-tiedostoja, käytä muistia" |
1624 | 3013 |
3014 msgid "-r\t\t\tList swap files and exit" | |
3015 msgstr "-r\t\t\tLuetteloi swap-tiedostot ja poistu" | |
3016 | |
3017 msgid "-r (with file name)\tRecover crashed session" | |
3018 msgstr "-r (tiedostonimi)\tPalauta kaatunut sessio" | |
3019 | |
3020 msgid "-L\t\t\tSame as -r" | |
3021 msgstr "-L\t\t\tkuten -r" | |
3022 | |
3023 msgid "-f\t\t\tDon't use newcli to open window" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3024 msgstr "-f\t\t\tÄlä käytä newcli:tä ikkunan avaamiseen" |
1624 | 3025 |
3026 msgid "-dev <device>\t\tUse <device> for I/O" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3027 msgstr "-dev <laite>\t\tKäytä <laitetta> IO:hon" |
1624 | 3028 |
14123 | 3029 msgid "-A\t\t\tStart in Arabic mode" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3030 msgstr "-A\t\t\tkäynnistä arabia-tilassa" |
1624 | 3031 |
3032 msgid "-H\t\t\tStart in Hebrew mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3033 msgstr "-H\t\t\tkäynnistä heprea-tilassa" |
1624 | 3034 |
3035 msgid "-F\t\t\tStart in Farsi mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3036 msgstr "-F\t\t\tkäynnistä farsi-tilassa" |
1624 | 3037 |
3038 msgid "-T <terminal>\tSet terminal type to <terminal>" | |
3039 msgstr "-T <terminaali>\tAseta terminaalin tyypiksi <terminaali>" | |
3040 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3041 msgid "--not-a-term\t\tSkip warning for input/output not being a terminal" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3042 msgstr "--not-a-term\t\tOhita varoitus siitä että i/o ei ole terminaali" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3043 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3044 msgid "--ttyfail\t\tExit if input or output is not a terminal" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3045 msgstr "--ttyfail\t\tLopeta jos syöttö tai tuloste ei tule terminaalista tai " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3046 "terminaaliin vastaavasti" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3047 |
1624 | 3048 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3049 msgstr "-u <vimrc>\t\tKäytä <vimrc>-tiedostoa .vimrc:iden sijasta" |
1624 | 3050 |
3051 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3052 msgstr "-U <gvimrc>\t\tKäytä <gvimrc>-tiedostoa .gvimrc:iden sijasta" |
1624 | 3053 |
3054 msgid "--noplugin\t\tDon't load plugin scripts" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3055 msgstr "--noplugin\t\tÄlä lataa liitännäisiä" |
1624 | 3056 |
3057 msgid "-p[N]\t\tOpen N tab pages (default: one for each file)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3058 msgstr "-p[N]\t\tAvaa N välilehteä (oletus: yksi per tiedosto)" |
1624 | 3059 |
3060 msgid "-o[N]\t\tOpen N windows (default: one for each file)" | |
3061 msgstr "-o[N]\t\tAvaa N ikkunaa (oletus: yksi per tiedosto)" | |
3062 | |
3063 msgid "-O[N]\t\tLike -o but split vertically" | |
3064 msgstr "-O[N]\t\tKuten -o, mutta jaa pystysuunnassa" | |
3065 | |
3066 msgid "+\t\t\tStart at end of file" | |
3067 msgstr "+\t\t\tAloita tiedoston lopusta" | |
3068 | |
3069 msgid "+<lnum>\t\tStart at line <lnum>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3070 msgstr "+<rivi>\t\t\tAloita riviltä <rivi>" |
1624 | 3071 |
3072 msgid "--cmd <command>\tExecute <command> before loading any vimrc file" | |
3073 msgstr "--cmd <komento>\tSuorita <komento> ennen vimrc:iden latausta" | |
3074 | |
3075 msgid "-c <command>\t\tExecute <command> after loading the first file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3076 msgstr "-c <komento>\t\tSuorita <komento> ensimmäisen tiedoston latauduttua" |
1624 | 3077 |
3078 msgid "-S <session>\t\tSource file <session> after loading the first file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3079 msgstr "-S <sessio>\t\tLataa <sessio> ensimmäisen tiedoston latauduttua" |
1624 | 3080 |
3081 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" | |
3082 msgstr "-s <skripti>\tLue normaalitilan komentoja <skripti>-tiedostosta" | |
3083 | |
3084 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3085 msgstr "-w <skripti>\tLisää kirjoitetut komennot <skripti>-tiedostoon" |
1624 | 3086 |
3087 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" | |
3088 msgstr "-W <skripti>\tKirjoita komennot <skripti>-tiedostoon" | |
3089 | |
3090 msgid "-x\t\t\tEdit encrypted files" | |
3091 msgstr "-x\t\t\tMuokkaa salattua tiedostoa" | |
3092 | |
20379 | 3093 msgid "-display <display>\tConnect Vim to this particular X-server" |
3094 msgstr "-display <näyttö>\tYhdistä Vim tiettyyn X-palvelimeen" | |
1624 | 3095 |
3096 msgid "-X\t\t\tDo not connect to X server" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3097 msgstr "-X\t\t\tÄlä yhdistä X-palvelimeen" |
1624 | 3098 |
3099 msgid "--remote <files>\tEdit <files> in a Vim server if possible" | |
3100 msgstr "" | |
3101 "--remote <tiedostoja>\tMuokkaa <tiedostoja> Vim-palvelimessa, jos mahdollista" | |
3102 | |
3103 msgid "--remote-silent <files> Same, don't complain if there is no server" | |
3104 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3105 "--remote-silent <tiedostoja>\tSama, mutta älä ilmoita puuttuvasta " |
1624 | 3106 "palvelimesta" |
3107 | |
3108 msgid "" | |
3109 "--remote-wait <files> As --remote but wait for files to have been edited" | |
3110 msgstr "" | |
3111 "--remote-wait <tiedostoja> kuten --remote, mutta odota tiedostojen " | |
3112 "muokkaamista" | |
3113 | |
3114 msgid "" | |
3115 "--remote-wait-silent <files> Same, don't complain if there is no server" | |
3116 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3117 "--remote-wait-silent <tiedostoja> sama, mutta älä ilmoita puuttuvasta " |
1624 | 3118 "palvelimesta" |
3119 | |
1698 | 3120 msgid "" |
3121 "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file" | |
1624 | 3122 msgstr "" |
1698 | 3123 "--remote-tab[-wait][-silent] <tiedostoja> kuten --remote, mutta avaa " |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3124 "välilehti joka tiedostolle" |
1624 | 3125 |
3126 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" | |
3127 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3128 "--remote-send <näppäimiä>\tLähetä <näppäimiä> painalluksina Vimille ja lopeta" |
1624 | 3129 |
3130 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" | |
3131 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3132 "--remote-expr <ilmaus>\tKäsittele <ilmaus> Vim-palvelimella ja tulosta tulos" |
1624 | 3133 |
3134 msgid "--serverlist\t\tList available Vim server names and exit" | |
3135 msgstr "--serverlist\t\tLuettele Vim-palvelinten nimet ja lopeta" | |
3136 | |
3137 msgid "--servername <name>\tSend to/become the Vim server <name>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3138 msgstr "--servername <nimi>\tLähetä Vim-palvelimelle <nimi> tai luo se" |
1624 | 3139 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3140 msgid "--startuptime <file>\tWrite startup timing messages to <file>" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3141 msgstr "--startuptime <file>\tKirjoita käynnistysaikaviestit tiedostoon <file>" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3142 |
1624 | 3143 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3144 msgstr "-i <viminfo>\t\tKäytä <viminfo>-tiedostoa .viminfon sijaan" |
1624 | 3145 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3146 msgid "--clean\t\t'nocompatible', Vim defaults, no plugins, no viminfo" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3147 msgstr "--clean\t\t'nocompatible', Vimin oletukset," |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3148 "ei liitännäisiä tai viminfoa" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3149 |
1624 | 3150 msgid "-h or --help\tPrint Help (this message) and exit" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3151 msgstr "-h tai --help\tTulosta ohje (tämä viesti) ja lopeta" |
1624 | 3152 |
3153 msgid "--version\t\tPrint version information and exit" | |
3154 msgstr "--version\t\t\tTulosta versiotiedot ja lopeta" | |
3155 | |
3156 msgid "" | |
3157 "\n" | |
3158 "Arguments recognised by gvim (Motif version):\n" | |
3159 msgstr "" | |
3160 "\n" | |
3161 "Gvimin (Motif-version) tuntemat argumentit:\n" | |
3162 | |
3163 msgid "" | |
3164 "\n" | |
3165 "Arguments recognised by gvim (neXtaw version):\n" | |
3166 msgstr "" | |
3167 "\n" | |
3168 "Gvimin (neXtaw-version) tuntemat argumentit:\n" | |
3169 | |
3170 msgid "" | |
3171 "\n" | |
3172 "Arguments recognised by gvim (Athena version):\n" | |
3173 msgstr "" | |
3174 "\n" | |
3175 "Gvimin (Athena-version) tuntemat argumentit:\n" | |
3176 | |
20379 | 3177 msgid "-display <display>\tRun Vim on <display>" |
3178 msgstr "-display <näyttö>\tSuorita Vim <näytössä>" | |
3179 | |
3180 msgid "-iconic\t\tStart Vim iconified" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3181 msgstr "-iconic\t\tKäynnistä pienennettynä" |
1624 | 3182 |
3183 msgid "-background <color>\tUse <color> for the background (also: -bg)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3184 msgstr "-background <väri>\tKäytä <väriä> taustavärinä (myös: -bg)" |
1624 | 3185 |
3186 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3187 msgstr "-foreground <väri>\tKäytä <väriä> tekstin värinä (myös: -fg)" |
1624 | 3188 |
3189 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3190 msgstr "-font <fontti>\t\tKäytä <fonttia> tekstissä (myös: -fn)" |
1624 | 3191 |
3192 msgid "-boldfont <font>\tUse <font> for bold text" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3193 msgstr "-boldfont <fontti>\tKäytä <fonttia> lihavoidussa tekstissä" |
1624 | 3194 |
3195 msgid "-italicfont <font>\tUse <font> for italic text" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3196 msgstr "-italicfont <fontti>\tKäytä <fonttia> kursivoidussa tekstissä" |
1624 | 3197 |
3198 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" | |
3199 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3200 "-geometry <geom>\tKäytä mittoja <geom> ikkunan asetteluun (myös: -geom)" |
1624 | 3201 |
3202 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3203 msgstr "-borderwidt <leveys>\tKäytä <leveyttä> reunuksissa (myös: -bw) " |
1624 | 3204 |
3205 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" | |
3206 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3207 "-scrollbarwidth <leveys> Käytä <leveyttä> vierityspalkissa (myös: -sw)" |
1624 | 3208 |
3209 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3210 msgstr "-menuheight <korkeus>\tKäytä <korkeutta> valikossa (myös: -mh)" |
1624 | 3211 |
3212 msgid "-reverse\t\tUse reverse video (also: -rv)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3213 msgstr "-reverse\t\tKäytä käänteisvärejä (myös: -rv) " |
1624 | 3214 |
3215 msgid "+reverse\t\tDon't use reverse video (also: +rv)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3216 msgstr "+reverse\t\tÄlä käytä käänteisvärejä (myös: +rv)" |
1624 | 3217 |
3218 msgid "-xrm <resource>\tSet the specified resource" | |
3219 msgstr "-xrm <resurssi>\tAseta resurssi" | |
3220 | |
3221 msgid "" | |
3222 "\n" | |
3223 "Arguments recognised by gvim (GTK+ version):\n" | |
3224 msgstr "" | |
3225 "\n" | |
3226 "Gvimin (GTK+-version) tuntemat argumentit:\n" | |
3227 | |
20379 | 3228 msgid "-display <display>\tRun Vim on <display> (also: --display)" |
3229 msgstr "-display <näyttö>\tSuorita Vim näytöllä <näyttö> (myös: --display)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3230 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3231 # X-ikkunointijärjestelmässä saman sovelluksen saman luokan ikkunat |
1624 | 3232 # tunnistetaan rooliresursseista |
3233 msgid "--role <role>\tSet a unique role to identify the main window" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3234 msgstr "--role <rooli>\tAseta pääikkunalle ainutlaatuinen rooli tunnisteeksi" |
1624 | 3235 |
3236 msgid "--socketid <xid>\tOpen Vim inside another GTK widget" | |
3237 msgstr "--socketid <xid>\tAvaa Vim annettuun GTK-olioon " | |
3238 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3239 msgid "--echo-wid\t\tMake gvim echo the Window ID on stdout" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3240 msgstr "--echo-wid\t\tTulosta gvimin Window ID vakiotulosteeseen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3241 |
1624 | 3242 msgid "-P <parent title>\tOpen Vim inside parent application" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3243 msgstr "-P <otsikko>\tAvaa Vim isäntäohjelman sisään" |
1624 | 3244 |
1698 | 3245 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" |
3246 msgstr "--windowid <HWND>\tAvaa Vim annettuun win32-olioon " | |
1624 | 3247 |
3248 msgid "No display" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3249 msgstr "Ei näyttöä" |
1624 | 3250 |
3251 msgid ": Send failed.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3252 msgstr ": Lähetys epäonnistui.\n" |
1624 | 3253 |
3254 msgid ": Send failed. Trying to execute locally\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3255 msgstr ": Lähetys epäonnistui. Yritetään suorittaa paikallisena\n" |
1624 | 3256 |
3257 #, c-format | |
3258 msgid "%d of %d edited" | |
3259 msgstr "%d/%d muokattu" | |
3260 | |
3261 msgid "No display: Send expression failed.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3262 msgstr "Ei näyttöä: Ilmauksen lähetys epäonnistui.\n" |
1624 | 3263 |
3264 msgid ": Send expression failed.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3265 msgstr ": Ilmauksen lähetys epäonnistui.\n" |
1624 | 3266 |
3267 msgid "No marks set" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3268 msgstr "Ei asetettuja merkkejä" |
1624 | 3269 |
3270 #, c-format | |
3271 msgid "E283: No marks matching \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3272 msgstr "E283: Mikään merkki ei täsmää ilmaukseen \"%s\"" |
1624 | 3273 |
3274 msgid "" | |
3275 "\n" | |
3276 "mark line col file/text" | |
3277 msgstr "" | |
3278 "\n" | |
3279 "merkki rivi sarake tiedosto/teksti" | |
3280 | |
3281 msgid "" | |
3282 "\n" | |
3283 " jump line col file/text" | |
3284 msgstr "" | |
3285 "\n" | |
3286 "hyppy rivi sarake tiedosto/teksti" | |
3287 | |
3288 msgid "" | |
3289 "\n" | |
3290 "change line col text" | |
3291 msgstr "" | |
3292 "\n" | |
3293 "muutos rivi sarake teksti" | |
3294 | |
3295 msgid "" | |
3296 "\n" | |
3297 "# File marks:\n" | |
3298 msgstr "" | |
3299 "\n" | |
3300 "# Tiedoston merkit:\n" | |
3301 | |
3302 msgid "" | |
3303 "\n" | |
3304 "# Jumplist (newest first):\n" | |
3305 msgstr "" | |
3306 "\n" | |
3307 "# Hyppylista (uusin ensiksi):\n" | |
3308 | |
3309 msgid "" | |
3310 "\n" | |
3311 "# History of marks within files (newest to oldest):\n" | |
3312 msgstr "" | |
3313 "\n" | |
3314 "# Tiedostojen merkkien historia (uusimmasta vanhimpaan):\n" | |
3315 | |
3316 msgid "Missing '>'" | |
3317 msgstr "> puuttuu" | |
3318 | |
3319 msgid "E543: Not a valid codepage" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3320 msgstr "E543: Koodisivu ei ole käypä" |
1624 | 3321 |
3322 msgid "E284: Cannot set IC values" | |
3323 msgstr "E284: Ei voi asettaa IC-arvoja" | |
3324 | |
3325 msgid "E285: Failed to create input context" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3326 msgstr "E285: Syötekontekstin luonti ei onnistu" |
1624 | 3327 |
3328 msgid "E286: Failed to open input method" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3329 msgstr "E286: Syötemetodin avaus ei onnistu" |
1624 | 3330 |
3331 msgid "E287: Warning: Could not set destroy callback to IM" | |
3332 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3333 "E287: Varoitus: Ei voitu asettaa destroy-kutsua syötemetodipalvelimelle" |
1624 | 3334 |
3335 msgid "E288: input method doesn't support any style" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3336 msgstr "E288: syötemetodi ei tue tyylejä" |
1624 | 3337 |
3338 msgid "E289: input method doesn't support my preedit type" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3339 msgstr "E289: syötemetodi ei tue tätä preedit-tyyppiä" |
1624 | 3340 |
3341 msgid "E293: block was not locked" | |
3342 msgstr "E293: lohkoa ei ole lukittu" | |
3343 | |
3344 msgid "E294: Seek error in swap file read" | |
3345 msgstr "E294: Hakuvirhe swap-tiedostoa luettaessa" | |
3346 | |
3347 msgid "E295: Read error in swap file" | |
3348 msgstr "E295: Lukuvirhe swap-tiedostossa" | |
3349 | |
3350 msgid "E296: Seek error in swap file write" | |
3351 msgstr "E296: Hakuvirhe swap-tiedostoa kirjoitettaessa" | |
3352 | |
3353 msgid "E297: Write error in swap file" | |
3354 msgstr "E297: Kirjoitusvirhe swap-tiedostossa" | |
3355 | |
3356 msgid "E300: Swap file already exists (symlink attack?)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3357 msgstr "E300: Swaptiedosto on jo olemassa (symlink-hyökkäys?)" |
1624 | 3358 |
3359 msgid "E298: Didn't get block nr 0?" | |
3360 msgstr "E298: Lohko 0:aa ei saatu?" | |
3361 | |
3362 msgid "E298: Didn't get block nr 1?" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3363 msgstr "E298: Lohko 1:tä ei saatu?" |
1624 | 3364 |
3365 msgid "E298: Didn't get block nr 2?" | |
3366 msgstr "E298: Lohko 2:ta ei saatu?" | |
3367 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3368 msgid "E843: Error while updating swap file crypt" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3369 msgstr "E843: Virhe päivitettäessä swapin kryptausta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3370 |
1624 | 3371 msgid "E301: Oops, lost the swap file!!!" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3372 msgstr "E301: Hups, swap-tiedosto hävisi!" |
1624 | 3373 |
3374 msgid "E302: Could not rename swap file" | |
3375 msgstr "E302: Swap-tiedoston uudellennimeys ei onnistu" | |
3376 | |
3377 #, c-format | |
3378 msgid "E303: Unable to open swap file for \"%s\", recovery impossible" | |
3379 msgstr "E303: Swap-tiedostoa %s ei voi avata, palautus ei onnistu" | |
3380 | |
3381 msgid "E304: ml_upd_block0(): Didn't get block 0??" | |
3382 msgstr "E304: ml_upd_block0(): Lohko 0:aa ei saatu?" | |
3383 | |
3384 #, c-format | |
3385 msgid "E305: No swap file found for %s" | |
3386 msgstr "E305: Ei swap-tiedostoa tiedostolle %s" | |
3387 | |
3388 msgid "Enter number of swap file to use (0 to quit): " | |
3389 msgstr "Anna swap-tiedoston numero tai 0 lopettaaksesi: " | |
3390 | |
3391 #, c-format | |
3392 msgid "E306: Cannot open %s" | |
3393 msgstr "E306: Ei voi avata tiedostoa %s" | |
3394 | |
3395 msgid "Unable to read block 0 from " | |
3396 msgstr "Ei voi lukea lohkoa 0 kohteesta " | |
3397 | |
3398 msgid "" | |
3399 "\n" | |
3400 "Maybe no changes were made or Vim did not update the swap file." | |
3401 msgstr "" | |
3402 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3403 "Muutoksia ei tehty, tai Vim ei päivittänyt swap-tiedostoa." |
1624 | 3404 |
3405 msgid " cannot be used with this version of Vim.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3406 msgstr " ei toimi tämän version Vimin kanssa.\n" |
1624 | 3407 |
3408 msgid "Use Vim version 3.0.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3409 msgstr "Käytä Vimin versiota 3.0\n" |
1624 | 3410 |
3411 #, c-format | |
3412 msgid "E307: %s does not look like a Vim swap file" | |
3413 msgstr "E307: %s ei ole Vimin swap-tiedosto" | |
3414 | |
3415 msgid " cannot be used on this computer.\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3416 msgstr " ei toimi tällä koneella.\n" |
1624 | 3417 |
3418 msgid "The file was created on " | |
3419 msgstr "Tiedosto luotiin " | |
3420 | |
3421 msgid "" | |
3422 ",\n" | |
3423 "or the file has been damaged." | |
3424 msgstr "" | |
3425 ",\n" | |
3426 "tai tiedosto on vahingoittunut." | |
3427 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3428 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3429 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3430 "E833: %s is encrypted and this version of Vim does not support encryption" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3431 msgstr "E833: %s on salattu eikä tämä Vim tue salausta" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3432 |
1624 | 3433 msgid " has been damaged (page size is smaller than minimum value).\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3434 msgstr " on vioittunut (sivun koko on vähimmäisarvoa pienempi).\n" |
1624 | 3435 |
3436 #, c-format | |
3437 msgid "Using swap file \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3438 msgstr "Käytetään swap-tiedostoa %s" |
1624 | 3439 |
3440 #, c-format | |
3441 msgid "Original file \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3442 msgstr "Alkuperäinen tiedosto %s" |
1624 | 3443 |
3444 msgid "E308: Warning: Original file may have been changed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3445 msgstr "E308: Varoitus: Alkuperäistä tiedostoa saattaa olla muutettu" |
1624 | 3446 |
3447 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3448 msgid "Swap file is encrypted: \"%s\"" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3449 msgstr "Swap-tiedosto on salattu: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3450 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3451 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3452 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3453 "If you entered a new crypt key but did not write the text file," |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3454 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3455 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3456 "Jos käytit uutta salausavainta muttet kirjoittanut tekstitiedostoa," |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3457 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3458 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3459 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3460 "enter the new crypt key." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3461 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3462 "\n" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3463 "anna uusi salausavain." |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3464 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3465 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3466 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3467 "If you wrote the text file after changing the crypt key press enter" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3468 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3469 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3470 "Jos kirjoitit tekstitiedoston salausavaimen vaihdon jälkeen paina enteriä" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3471 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3472 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3473 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3474 "to use the same key for text file and swap file" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3475 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3476 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3477 "käyttääksesi samaa avainta teksti- ja swäppitiedostoille" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3478 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3479 #, c-format |
1624 | 3480 msgid "E309: Unable to read block 1 from %s" |
3481 msgstr "E309: Ei voitu lukea lohkoa 1 tiedostosta %s" | |
3482 | |
3483 msgid "???MANY LINES MISSING" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3484 msgstr "???PALJON RIVEJÄ PUUTTUU" |
1624 | 3485 |
3486 msgid "???LINE COUNT WRONG" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3487 msgstr "???RIVIMÄÄRÄ PIELESSÄ" |
1624 | 3488 |
3489 msgid "???EMPTY BLOCK" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3490 msgstr "???TYHJÄ LOHKO" |
1624 | 3491 |
3492 msgid "???LINES MISSING" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3493 msgstr "???RIVEJÄ PUUTTUU" |
1624 | 3494 |
3495 #, c-format | |
3496 msgid "E310: Block 1 ID wrong (%s not a .swp file?)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3497 msgstr "E310: Lohon 1 tunniste väärä (%s ei ole .swp-tiedosto?)" |
1624 | 3498 |
3499 msgid "???BLOCK MISSING" | |
3500 msgstr "???LOHKO PUUTTUU" | |
3501 | |
3502 msgid "??? from here until ???END lines may be messed up" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3503 msgstr "??? tästä kohtaan ???LOPPU rivejä sekaisin" |
1624 | 3504 |
3505 msgid "??? from here until ???END lines may have been inserted/deleted" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3506 msgstr "??? tästä kohtaan ???LOPPU rivejä saattaa olla lisätty tai poistettu" |
1624 | 3507 |
3508 msgid "???END" | |
3509 msgstr "???LOPPU" | |
3510 | |
3511 msgid "E311: Recovery Interrupted" | |
3512 msgstr "E311: Palautus keskeytetty" | |
3513 | |
3514 msgid "" | |
3515 "E312: Errors detected while recovering; look for lines starting with ???" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3516 msgstr "E312: Palautuksessa oli virheitä, etsi rivejä, jotka alkavat ???" |
1624 | 3517 |
3518 msgid "See \":help E312\" for more information." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3519 msgstr ":help E312 kertoo lisätietoja" |
1624 | 3520 |
3521 msgid "Recovery completed. You should check if everything is OK." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3522 msgstr "Palautus onnistui. Tarkista, että kaikki on kunnossa." |
1624 | 3523 |
3524 msgid "" | |
3525 "\n" | |
3526 "(You might want to write out this file under another name\n" | |
3527 msgstr "" | |
3528 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3529 "(Saattaa kannattaa kirjoittaa tämä tiedosto toisella nimellä\n" |
1624 | 3530 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3531 msgid "and run diff with the original file to check for changes)" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3532 msgstr "ja katso diffillä muutokset alkuperäiseen tiedostoon)" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3533 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3534 msgid "Recovery completed. Buffer contents equals file contents." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3535 msgstr "Palautus onnistui. Puskurin ja tiedoston sisällöt täsmäävät." |
1624 | 3536 |
3537 msgid "" | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3538 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3539 "You may want to delete the .swp file now.\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3540 "\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3541 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3542 "\n" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3543 "Voit poistaa .swp-tiedosto nyt.\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3544 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3545 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3546 msgid "Using crypt key from swap file for the text file.\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3547 msgstr "Käytetään swäpin salausavainta tekstitiedostolle\n" |
1624 | 3548 |
3549 msgid "Swap files found:" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3550 msgstr "Swap-tiedostoja löytyi:" |
1624 | 3551 |
3552 msgid " In current directory:\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3553 msgstr " Tässä hakemistossa:\n" |
1624 | 3554 |
3555 msgid " Using specified name:\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3556 msgstr " Määritellyllä nimellä:\n" |
1624 | 3557 |
3558 msgid " In directory " | |
3559 msgstr " Hakemistossa " | |
3560 | |
3561 msgid " -- none --\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3562 msgstr " -- ei mitään --\n" |
1624 | 3563 |
3564 msgid " owned by: " | |
3565 msgstr " omistaja: " | |
3566 | |
3567 msgid " dated: " | |
3568 msgstr " ajalta: " | |
3569 | |
3570 msgid " dated: " | |
3571 msgstr " ajalta:" | |
3572 | |
3573 msgid " [from Vim version 3.0]" | |
3574 msgstr " [Vimin 3.0-versiosta]" | |
3575 | |
3576 msgid " [does not look like a Vim swap file]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3577 msgstr " [ei näytä Vimin swap-tiedostolta]" |
1624 | 3578 |
3579 msgid " file name: " | |
3580 msgstr " tiedostonimi: " | |
3581 | |
3582 msgid "" | |
3583 "\n" | |
3584 " modified: " | |
3585 msgstr "" | |
3586 "\n" | |
3587 " muokattu: " | |
3588 | |
3589 msgid "YES" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3590 msgstr "KYLLÄ" |
1624 | 3591 |
3592 msgid "no" | |
3593 msgstr "ei" | |
3594 | |
3595 msgid "" | |
3596 "\n" | |
3597 " user name: " | |
3598 msgstr "" | |
3599 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3600 " käyttäjänimi: " |
1624 | 3601 |
3602 msgid " host name: " | |
3603 msgstr " laitenimi: " | |
3604 | |
3605 msgid "" | |
3606 "\n" | |
3607 " host name: " | |
3608 msgstr "" | |
3609 "\n" | |
3610 " laitenimi: " | |
3611 | |
3612 msgid "" | |
3613 "\n" | |
3614 " process ID: " | |
3615 msgstr "" | |
3616 "\n" | |
3617 " prosessin tunniste: " | |
3618 | |
3619 msgid " (still running)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3620 msgstr " (käynnissä)" |
1624 | 3621 |
3622 msgid "" | |
3623 "\n" | |
3624 " [not usable with this version of Vim]" | |
3625 msgstr "" | |
3626 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3627 " [ei toimi tämän Vim-version kanssa]" |
1624 | 3628 |
3629 msgid "" | |
3630 "\n" | |
3631 " [not usable on this computer]" | |
3632 msgstr "" | |
3633 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3634 " [ei toimi tällä koneella]" |
1624 | 3635 |
3636 msgid " [cannot be read]" | |
3637 msgstr " [ei voi lukea]" | |
3638 | |
3639 msgid " [cannot be opened]" | |
3640 msgstr " [ei voi avata]" | |
3641 | |
3642 msgid "E313: Cannot preserve, there is no swap file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3643 msgstr "E313: Ei voi säilyttää, swap-tiedostoa ei ole" |
1624 | 3644 |
3645 msgid "File preserved" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3646 msgstr "Tiedosto säilytetty" |
1624 | 3647 |
3648 msgid "E314: Preserve failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3649 msgstr "E314: Säilyttäminen epäonnistui" |
1624 | 3650 |
3651 #, c-format | |
3652 msgid "E315: ml_get: invalid lnum: %ld" | |
3653 msgstr "E315: ml_get: virheellinen lnum: %ld" | |
3654 | |
3655 #, c-format | |
3656 msgid "E316: ml_get: cannot find line %ld" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3657 msgstr "E316: ml_get: riviä %ld ei löydy" |
1624 | 3658 |
3659 msgid "E317: pointer block id wrong 3" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3660 msgstr "E317: osoitinlohkon tunnus väärä 3" |
1624 | 3661 |
3662 msgid "stack_idx should be 0" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3663 msgstr "stack_idx pitää olla 0" |
1624 | 3664 |
3665 msgid "E318: Updated too many blocks?" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3666 msgstr "E318: Päivitetty liikaa lohkoja" |
1624 | 3667 |
3668 msgid "E317: pointer block id wrong 4" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3669 msgstr "E317: osoitinlohkon tunnus väärä 4" |
1624 | 3670 |
3671 msgid "deleted block 1?" | |
3672 msgstr "poistettu lohko 1?" | |
3673 | |
3674 #, c-format | |
3675 msgid "E320: Cannot find line %ld" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3676 msgstr "E320: Riviä %ld ei löydy" |
1624 | 3677 |
3678 msgid "E317: pointer block id wrong" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3679 msgstr "E317: osoitinlohkon tunnus väärä" |
1624 | 3680 |
3681 msgid "pe_line_count is zero" | |
3682 msgstr "pe_line_count on nolla" | |
3683 | |
3684 #, c-format | |
3685 msgid "E322: line number out of range: %ld past the end" | |
3686 msgstr "E322: rivinumero arvoalueen ulkopuoleta: %ld on loppua suurempi" | |
3687 | |
3688 #, c-format | |
3689 msgid "E323: line count wrong in block %ld" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3690 msgstr "E323: rivimäärä väärin lohkossa %ld" |
1624 | 3691 |
3692 msgid "Stack size increases" | |
3693 msgstr "Pinon koko kasvaa" | |
3694 | |
3695 msgid "E317: pointer block id wrong 2" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3696 msgstr "E317: osoitinlohon tunnus väärä 2" |
1624 | 3697 |
3698 #, c-format | |
3699 msgid "E773: Symlink loop for \"%s\"" | |
3700 msgstr "E773: Symlinkkisilmukka kohteelle %s" | |
3701 | |
3702 msgid "E325: ATTENTION" | |
3703 msgstr "E325: HUOMAA" | |
3704 | |
3705 msgid "" | |
3706 "\n" | |
3707 "Found a swap file by the name \"" | |
3708 msgstr "" | |
3709 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3710 "Swap-tiedosto löytyi: \"" |
1624 | 3711 |
3712 msgid "While opening file \"" | |
3713 msgstr "Avattaessa tiedostoa " | |
3714 | |
3715 msgid " NEWER than swap file!\n" | |
3716 msgstr " joka on UUDEMPI kuin swap-tiedosto!\n" | |
3717 | |
3718 msgid "" | |
3719 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3720 "(1) Another program may be editing the same file. If this is the case,\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3721 " be careful not to end up with two different instances of the same\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3722 " file when making changes. Quit, or continue with caution.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3723 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3724 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3725 "(1) Toinen ohjelma saattaa käyttää samaa tiedostoa.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3726 " Jos näin on, varo, ettet muokkaa saman tiedoston\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3727 " kahta instanssia yhtä aikaa. Lopeta tai jatka varoen.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3728 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3729 msgid "(2) An edit session for this file crashed.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3730 msgstr "(2) Tiedostonmuokkausistunto on kaatunut.\n" |
1624 | 3731 |
3732 msgid " If this is the case, use \":recover\" or \"vim -r " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3733 msgstr " Jos näin on, käytä komentoa :recover tai vim -r " |
1624 | 3734 |
3735 msgid "" | |
3736 "\"\n" | |
3737 " to recover the changes (see \":help recovery\").\n" | |
3738 msgstr "" | |
3739 "\"\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3740 " palauttaaksesi muutokset (lisätietoja: \":help recovery\").\n" |
1624 | 3741 |
3742 msgid " If you did this already, delete the swap file \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3743 msgstr " Jos teit jo näin, poista swap-tiedosto " |
1624 | 3744 |
3745 msgid "" | |
3746 "\"\n" | |
3747 " to avoid this message.\n" | |
3748 msgstr "" | |
3749 "\"\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3750 " välttääksesi tämän viestin.\n" |
1624 | 3751 |
3752 msgid "Swap file \"" | |
3753 msgstr "Swap-tiedosto " | |
3754 | |
3755 msgid "\" already exists!" | |
3756 msgstr " on jo olemassa" | |
3757 | |
3758 msgid "VIM - ATTENTION" | |
3759 msgstr "VIM - HUOMAUTUS" | |
3760 | |
3761 msgid "Swap file already exists!" | |
3762 msgstr "Swap-tiedosto on jo olemassa" | |
3763 | |
3764 msgid "" | |
3765 "&Open Read-Only\n" | |
3766 "&Edit anyway\n" | |
3767 "&Recover\n" | |
3768 "&Quit\n" | |
3769 "&Abort" | |
3770 msgstr "" | |
3771 "&Avaa kirjoitussuojattuna\n" | |
3772 "&Muokkaa\n" | |
3773 "&Palauta\n" | |
3774 "&Lopeta\n" | |
3775 "P&eru" | |
3776 | |
3777 msgid "" | |
3778 "&Open Read-Only\n" | |
3779 "&Edit anyway\n" | |
3780 "&Recover\n" | |
3781 "&Delete it\n" | |
3782 "&Quit\n" | |
3783 "&Abort" | |
3784 msgstr "" | |
3785 "&Avaa kirjoitussuojattuna\n" | |
3786 "&Muokkaa\n" | |
3787 "&Palauta\n" | |
3788 "P&oista\n" | |
3789 "&Lopeta\n" | |
3790 "P&eru" | |
3791 | |
3792 msgid "E326: Too many swap files found" | |
3793 msgstr "E326: Liian monta swap-tiedostoa" | |
3794 | |
3795 msgid "E327: Part of menu-item path is not sub-menu" | |
3796 msgstr "E327: Valikkokohtapolun osa ei ole alivalikko" | |
3797 | |
3798 msgid "E328: Menu only exists in another mode" | |
3799 msgstr "E328: Valikko on olemassa vain toisessa tilassa" | |
3800 | |
3801 #, c-format | |
3802 msgid "E329: No menu \"%s\"" | |
3803 msgstr "E329: Ei valikkoa %s" | |
3804 | |
3805 msgid "E792: Empty menu name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3806 msgstr "E792: tyhjä valikkonimi" |
1624 | 3807 |
3808 msgid "E330: Menu path must not lead to a sub-menu" | |
3809 msgstr "E330: Valikkopolku ei saa johtaa alivalikkoon" | |
3810 | |
3811 msgid "E331: Must not add menu items directly to menu bar" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3812 msgstr "E331: Valikkokohtia ei saa lisätä suoraan valikkopalkkiin" |
1624 | 3813 |
3814 msgid "E332: Separator cannot be part of a menu path" | |
3815 msgstr "E332: Erotin ei voi olla valikkopolun osa" | |
3816 | |
3817 msgid "" | |
3818 "\n" | |
3819 "--- Menus ---" | |
3820 msgstr "" | |
3821 "\n" | |
3822 "--- Valikot ---" | |
3823 | |
3824 msgid "Tear off this menu" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3825 msgstr "Repäise valikko irti" |
1624 | 3826 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3827 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3828 msgid "E335: Menu not defined for %s mode" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3829 msgstr "E335: Valikkoa ei ole määritelty %s-tilassa" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
3830 |
1624 | 3831 msgid "E333: Menu path must lead to a menu item" |
3832 msgstr "E333: Valikkopolun on johdettava valikkokohtaan" | |
3833 | |
3834 #, c-format | |
3835 msgid "E334: Menu not found: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3836 msgstr "E334: Valikkoa ei löydy: %s" |
1624 | 3837 |
3838 msgid "E336: Menu path must lead to a sub-menu" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3839 msgstr "E336: Valikkopolun pitää johtaa alivalikkoon" |
1624 | 3840 |
3841 msgid "E337: Menu not found - check menu names" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3842 msgstr "E337: Valikkoa ei löytynyt - tarkista valikkojen nimet" |
1624 | 3843 |
3844 #, c-format | |
3845 msgid "Error detected while processing %s:" | |
3846 msgstr "Virhe suoritettaessa komentoja %s:" | |
3847 | |
3848 #, c-format | |
3849 msgid "line %4ld:" | |
3850 msgstr "rivi %4ld:" | |
3851 | |
3852 #, c-format | |
3853 msgid "E354: Invalid register name: '%s'" | |
3854 msgstr "E354: Virheellinen rekisterin nimi: %s" | |
3855 | |
3856 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3857 msgstr "Käännöksen ylläpitäjä: Flammie Pirinen <flammie@iki.fi>" |
1624 | 3858 |
3859 msgid "Interrupt: " | |
3860 msgstr "Keskeytys: " | |
3861 | |
3862 msgid "Press ENTER or type command to continue" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3863 msgstr "Paina enteriä tai kirjoita komento aloittaaksesi " |
1624 | 3864 |
3865 #, c-format | |
3866 msgid "%s line %ld" | |
3867 msgstr "%s rivi %ld" | |
3868 | |
3869 msgid "-- More --" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3870 msgstr "-- Lisää --" |
1624 | 3871 |
3872 msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3873 msgstr " SPACE/d/j: ruutu/sivu/rivi alas, b/u/k: ylös, q: lopeta " |
1624 | 3874 |
3875 msgid "Question" | |
3876 msgstr "Kysymys" | |
3877 | |
3878 msgid "" | |
3879 "&Yes\n" | |
3880 "&No" | |
3881 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3882 "&Kyllä\n" |
1624 | 3883 "&Ei" |
3884 | |
3885 msgid "" | |
3886 "&Yes\n" | |
3887 "&No\n" | |
3888 "Save &All\n" | |
3889 "&Discard All\n" | |
3890 "&Cancel" | |
3891 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3892 "&Kyllä\n" |
1624 | 3893 "&Ei\n" |
3894 "&Tallenna kaikki\n" | |
3895 "T&uhoa kaikki\n" | |
3896 "&Peru" | |
3897 | |
3898 msgid "Select Directory dialog" | |
3899 msgstr "Hakemiston valintaikkuna" | |
3900 | |
3901 msgid "Save File dialog" | |
3902 msgstr "Tallennusikkuna" | |
3903 | |
3904 msgid "Open File dialog" | |
3905 msgstr "Avausikkuna" | |
3906 | |
3907 msgid "E338: Sorry, no file browser in console mode" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3908 msgstr "E338: tiedostonselain puuttuu konsolitilasta" |
1624 | 3909 |
3910 msgid "E766: Insufficient arguments for printf()" | |
3911 msgstr "E766: printf():lle ei annettu tarpeeksi argumentteja" | |
3912 | |
1698 | 3913 msgid "E807: Expected Float argument for printf()" |
3914 msgstr "E807: Odotettiin Float-argumenttia printf():lle" | |
3915 | |
1624 | 3916 msgid "E767: Too many arguments to printf()" |
3917 msgstr "E767: printf():lle annettiin liikaa argumentteja" | |
3918 | |
3919 msgid "W10: Warning: Changing a readonly file" | |
3920 msgstr "W10: Varoitus: Muutetaan kirjoitussuojattua tiedostoa" | |
3921 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3922 msgid "Type number and <Enter> or click with mouse (empty cancels): " |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3923 msgstr "Kirjoita numero ja <Enter> tai valitse hiirellä (tyhjä peruu): " |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3924 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
3925 msgid "Type number and <Enter> (empty cancels): " |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3926 msgstr "Valitse numero ja <Enter> (tyhjä peruu): " |
1624 | 3927 |
3928 msgid "1 more line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3929 msgstr "1 rivi lisää" |
1624 | 3930 |
3931 msgid "1 line less" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3932 msgstr "1 rivi vähemmän" |
1624 | 3933 |
3934 #, c-format | |
3935 msgid "%ld more lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3936 msgstr "%ld riviä lisää" |
1624 | 3937 |
3938 #, c-format | |
3939 msgid "%ld fewer lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3940 msgstr "%ld riviä vähemmän" |
1624 | 3941 |
3942 msgid " (Interrupted)" | |
3943 msgstr " (Keskeytetty)" | |
3944 | |
3945 msgid "Beep!" | |
3946 msgstr "Piip!" | |
3947 | |
3948 msgid "ERROR: " | |
3949 msgstr "VIRHE: " | |
3950 | |
3951 #, c-format | |
3952 msgid "" | |
3953 "\n" | |
3954 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" | |
3955 msgstr "" | |
3956 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3957 "[tavua] yht. alloc-free %lu-%lu, käytössä %lu, käyttöhuippu %lu\n" |
1624 | 3958 |
3959 #, c-format | |
3960 msgid "" | |
3961 "[calls] total re/malloc()'s %lu, total free()'s %lu\n" | |
3962 "\n" | |
3963 msgstr "" | |
3964 "[kutsut] yht. re/malloc() %lu, yht. free() %lu\n" | |
3965 "\n" | |
3966 | |
3967 msgid "E340: Line is becoming too long" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3968 msgstr "E340: Rivistä tulee liian pitkä" |
1624 | 3969 |
3970 #, c-format | |
3971 msgid "E341: Internal error: lalloc(%ld, )" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3972 msgstr "E341: Sisäinen virhe: lalloc(%ld, )" |
1624 | 3973 |
3974 #, c-format | |
3975 msgid "E342: Out of memory! (allocating %lu bytes)" | |
3976 msgstr "E342: Muisti loppui! (varattaessa %lu tavua)" | |
3977 | |
3978 #, c-format | |
3979 msgid "Calling shell to execute: \"%s\"" | |
3980 msgstr "Kutsutaan kuorta suorittamaan: %s" | |
3981 | |
3982 msgid "E545: Missing colon" | |
3983 msgstr "E545: Kaksoispiste puuttuu" | |
3984 | |
3985 msgid "E546: Illegal mode" | |
3986 msgstr "E546: Virheellinen tila" | |
3987 | |
3988 msgid "E547: Illegal mouseshape" | |
3989 msgstr "E547: Virheellinen hiiren muoto" | |
3990 | |
3991 msgid "E548: digit expected" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3992 msgstr "E548: pitää olla numero" |
1624 | 3993 |
3994 msgid "E549: Illegal percentage" | |
3995 msgstr "E549: Virheellinen prosenttiluku" | |
3996 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3997 msgid "E854: path too long for completion" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
3998 msgstr "E854: polku on liian pitkä täydennykseen" |
1624 | 3999 |
4000 #, c-format | |
4001 msgid "" | |
4002 "E343: Invalid path: '**[number]' must be at the end of the path or be " | |
4003 "followed by '%s'." | |
4004 msgstr "" | |
4005 "E343: Virheellinen polku: '**[numero]' kuuluu polun loppuun tai ennen kohtaa " | |
4006 "%s." | |
4007 | |
4008 #, c-format | |
4009 msgid "E344: Can't find directory \"%s\" in cdpath" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4010 msgstr "E344: Hakemistoa %s ei löydy cdpathista" |
1624 | 4011 |
4012 #, c-format | |
4013 msgid "E345: Can't find file \"%s\" in path" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4014 msgstr "E345: Tiedostoa %s ei löydy polulta" |
1624 | 4015 |
4016 #, c-format | |
4017 msgid "E346: No more directory \"%s\" found in cdpath" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4018 msgstr "E346: Hakemisto %s ei ole enää cdpathissa" |
1624 | 4019 |
4020 #, c-format | |
4021 msgid "E347: No more file \"%s\" found in path" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4022 msgstr "E347: Tiedosto %s ei ole enää polulla" |
1624 | 4023 |
4024 #, c-format | |
4025 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4026 msgstr "E668: Väärä avaustila NetBeans-yhteyden infotiedostolle: %s" |
1624 | 4027 |
4028 #, c-format | |
4029 msgid "E658: NetBeans connection lost for buffer %ld" | |
4030 msgstr "E658: NetBeans-yhteys katkesi puskurille %ld" | |
4031 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4032 msgid "E838: netbeans is not supported with this GUI" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4033 msgstr "E838: netbeans ei toimi tässä käyttöliittymässä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4034 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4035 msgid "E511: netbeans already connected" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4036 msgstr "E511: netbeans on yhdistetty jo" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4037 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4038 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4039 msgid "E505: %s is read-only (add ! to override)" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4040 msgstr "E505: %s on kirjoitussuojattu (lisää komentoon ! ohittaaksesi)" |
1624 | 4041 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4042 msgid "E349: No identifier under cursor" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4043 msgstr "E349: Ei tunnistetta osoittimen alla" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4044 |
1624 | 4045 msgid "E774: 'operatorfunc' is empty" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4046 msgstr "E774: operatorfunc on tyhjä" |
1624 | 4047 |
4048 msgid "E775: Eval feature not available" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4049 msgstr "E775: Eval ei ole käytettävissä" |
1624 | 4050 |
4051 msgid "Warning: terminal cannot highlight" | |
4052 msgstr "Varoitus: terminaalista puuttuu korostus" | |
4053 | |
4054 msgid "E348: No string under cursor" | |
4055 msgstr "E348: Ei merkkijonoa kursorin alla" | |
4056 | |
4057 msgid "E352: Cannot erase folds with current 'foldmethod'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4058 msgstr "E352: taitoksia ei voi poistaa tällä foldmethodilla" |
1624 | 4059 |
4060 msgid "E664: changelist is empty" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4061 msgstr "E664: muutoslista on tyhjä" |
1624 | 4062 |
4063 msgid "E662: At start of changelist" | |
4064 msgstr "E662: Muutoslistan alussa" | |
4065 | |
4066 msgid "E663: At end of changelist" | |
4067 msgstr "E663: Muutoslistan lopussa" | |
4068 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4069 msgid "Type :qa! and press <Enter> to abandon all changes and exit Vim" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4070 msgstr "Kirjoita :qa! ja <Enter> niin hylkäät muutokset ja lopetat Vimin" |
1624 | 4071 |
4072 #, c-format | |
4073 msgid "1 line %sed 1 time" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4074 msgstr "1 riviä %s kerran" |
1624 | 4075 |
4076 #, c-format | |
4077 msgid "1 line %sed %d times" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4078 msgstr "1 riviä %s %d kertaa" |
1624 | 4079 |
4080 #, c-format | |
4081 msgid "%ld lines %sed 1 time" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4082 msgstr "%ld riviä %s kerran" |
1624 | 4083 |
4084 #, c-format | |
4085 msgid "%ld lines %sed %d times" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4086 msgstr "%ld riviä %s %d kertaa" |
1624 | 4087 |
4088 #, c-format | |
4089 msgid "%ld lines to indent... " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4090 msgstr "%ld riviä sisennettävänä..." |
1624 | 4091 |
4092 msgid "1 line indented " | |
4093 msgstr "1 rivi sisennetty " | |
4094 | |
4095 #, c-format | |
4096 msgid "%ld lines indented " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4097 msgstr "%ld riviä sisennetty " |
1624 | 4098 |
4099 msgid "E748: No previously used register" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4100 msgstr "E748: Ei aiemmin käytettyjä rekisterejä" |
1624 | 4101 |
4102 msgid "cannot yank; delete anyway" | |
4103 msgstr "Ei voi kopioida; poista joka tapauksessa" | |
4104 | |
4105 msgid "1 line changed" | |
4106 msgstr "1 rivi muuttui" | |
4107 | |
4108 #, c-format | |
4109 msgid "%ld lines changed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4110 msgstr "%ld riviä muuttui" |
1624 | 4111 |
4112 #, c-format | |
4113 msgid "freeing %ld lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4114 msgstr "vapautetaan %ld riviä" |
1624 | 4115 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4116 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4117 msgid " into \"%c" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4118 msgstr " kohteeksi \"%c" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4119 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4120 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4121 msgid "block of 1 line yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4122 msgstr "1 rivin lohko kopioitu%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4123 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4124 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4125 msgid "1 line yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4126 msgstr "1 rivi kopioitu%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4127 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4128 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4129 msgid "block of %ld lines yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4130 msgstr "lohko %ld riviltä kopioitu%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4131 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4132 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4133 msgid "%ld lines yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4134 msgstr "%ld riviä kopioitu%s" |
1624 | 4135 |
4136 #, c-format | |
4137 msgid "E353: Nothing in register %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4138 msgstr "E353: Rekisterissä %s ei ole mitään" |
1624 | 4139 |
4140 msgid "" | |
4141 "\n" | |
4142 "--- Registers ---" | |
4143 msgstr "" | |
4144 "\n" | |
4145 "--- Rekisterit ---" | |
4146 | |
4147 msgid "Illegal register name" | |
4148 msgstr "Virheellinen rekisterin nimi" | |
4149 | |
4150 msgid "" | |
4151 "\n" | |
4152 "# Registers:\n" | |
4153 msgstr "" | |
4154 "\n" | |
4155 "# Rekisterit:\n" | |
4156 | |
4157 #, c-format | |
4158 msgid "E574: Unknown register type %d" | |
4159 msgstr "E574: Tuntematon rekisterityyppi %d" | |
4160 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4161 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4162 "E883: search pattern and expression register may not contain two or more " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4163 "lines" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4164 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4165 "E883: hakulauseke- ja -ilmausrekisteri ei voi sisältää kahta tai useampaa " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4166 "riviä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4167 |
1624 | 4168 #, c-format |
4169 msgid "%ld Cols; " | |
4170 msgstr "%ld saraketta, " | |
4171 | |
4172 #, c-format | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4173 msgid "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Bytes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4174 msgstr "Valittu %s%ld/%ld riviä, %lld/%lld sanaa, %lld/%lld tavua" |
1624 | 4175 |
4176 #, c-format | |
4177 msgid "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4178 "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Chars; %lld of " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4179 "%lld Bytes" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4180 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4181 "Valittu %s%ld/%ld riviä, %lld/%lld sanaa, %lld/%lld merkkiä, %lld/%lld tavua" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4182 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4183 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4184 msgid "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Byte %lld of %lld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4185 msgstr "Sarake %s/%s, Rivi %ld/%ld, sana %lld/%lld, tavu %lld/%lld" |
1624 | 4186 |
4187 #, c-format | |
4188 msgid "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4189 "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Char %lld of %lld; Byte " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4190 "%lld of %lld" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4191 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4192 "Sarake %s/%s, rivi %ld/%ld, sana %lld/%lld, merkki %lld/%lld, tavu %lld/%lld" |
1624 | 4193 |
4194 # Unicode Byte Order Mark | |
4195 #, c-format | |
4196 msgid "(+%ld for BOM)" | |
4197 msgstr "(+%ld BOMista)" | |
4198 | |
4199 msgid "Thanks for flying Vim" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4200 msgstr "Kiitos että ajoit Vimiä" |
1624 | 4201 |
4202 msgid "E518: Unknown option" | |
4203 msgstr "E518: Tuntematon asetus" | |
4204 | |
4205 msgid "E519: Option not supported" | |
4206 msgstr "E519: Asetusta ei tueta" | |
4207 | |
4208 msgid "E520: Not allowed in a modeline" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4209 msgstr "E520: Ei sallitu modeline-rivillä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4210 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4211 msgid "E846: Key code not set" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4212 msgstr "E846: Avainkoodi puuttuu" |
1624 | 4213 |
4214 msgid "E521: Number required after =" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4215 msgstr "E521: =:n jälkeen tarvitaan luku" |
1624 | 4216 |
4217 msgid "E522: Not found in termcap" | |
4218 msgstr "E522: Puuttuu termcapista" | |
4219 | |
4220 #, c-format | |
4221 msgid "E539: Illegal character <%s>" | |
4222 msgstr "E539: Virheellinen merkki <%s>" | |
4223 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4224 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4225 msgid "For option %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4226 msgstr "Asetukselle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4227 |
1624 | 4228 msgid "E529: Cannot set 'term' to empty string" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4229 msgstr "E529: Termiä ei voi asettaa tyhjäksi merkkijonoksi" |
1624 | 4230 |
4231 msgid "E530: Cannot change term in GUI" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4232 msgstr "E530: Ei voi vaihtaa termiä GUIssa" |
1624 | 4233 |
4234 msgid "E531: Use \":gui\" to start the GUI" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4235 msgstr "E531: Käytä komentoa :gui GUIn käynnistämiseen" |
1624 | 4236 |
4237 msgid "E589: 'backupext' and 'patchmode' are equal" | |
4238 msgstr "E589: backupext ja patchmod ovat samat" | |
4239 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4240 msgid "E834: Conflicts with value of 'listchars'" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4241 msgstr "E834: listcharsin arvoissa on ristiriitoja" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4242 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4243 msgid "E835: Conflicts with value of 'fillchars'" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4244 msgstr "E835: fillcharsin arvossa on ristiriitoja" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4245 |
1624 | 4246 msgid "E617: Cannot be changed in the GTK+ 2 GUI" |
4247 msgstr "E617: Ei voi muuttaa GTK+2-GUIssa" | |
4248 | |
4249 msgid "E524: Missing colon" | |
4250 msgstr "E524: Kaksoispiste puuttuu" | |
4251 | |
4252 msgid "E525: Zero length string" | |
4253 msgstr "E525: Nollan pituinen merkkijono" | |
4254 | |
4255 #, c-format | |
4256 msgid "E526: Missing number after <%s>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4257 msgstr "E526: Lukuarvo puuttuu merkkijonon <%s> jälkeen" |
1624 | 4258 |
4259 msgid "E527: Missing comma" | |
4260 msgstr "E527: Pilkku puuttuu" | |
4261 | |
4262 msgid "E528: Must specify a ' value" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4263 msgstr "E528: '-arvo pitää antaa" |
1624 | 4264 |
4265 msgid "E595: contains unprintable or wide character" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4266 msgstr "E595: Sisältää tulostumattomia tai leveitä merkkejä" |
1624 | 4267 |
4268 msgid "E596: Invalid font(s)" | |
4269 msgstr "E596: Viallisia fontteja" | |
4270 | |
4271 msgid "E597: can't select fontset" | |
4272 msgstr "E597: Fontsetin valinta ei onnistu" | |
4273 | |
4274 msgid "E598: Invalid fontset" | |
4275 msgstr "E598: Viallinen fontset" | |
4276 | |
4277 msgid "E533: can't select wide font" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4278 msgstr "E533: Leveän fontin valinta ei onnistu" |
1624 | 4279 |
4280 msgid "E534: Invalid wide font" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4281 msgstr "E534: Viallinen leveä fontti" |
1624 | 4282 |
4283 #, c-format | |
4284 msgid "E535: Illegal character after <%c>" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4285 msgstr "E535: Virheellinen merkki merkin <%c> jälkeen" |
1624 | 4286 |
4287 msgid "E536: comma required" | |
4288 msgstr "E536: pilkku puuttuu" | |
4289 | |
4290 #, c-format | |
4291 msgid "E537: 'commentstring' must be empty or contain %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4292 msgstr "E537: commentstringin pitää olla tyhjä tai sisältää %s" |
1624 | 4293 |
4294 msgid "E538: No mouse support" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4295 msgstr "E538: Hiirtä ei tueta" |
1624 | 4296 |
4297 msgid "E540: Unclosed expression sequence" | |
4298 msgstr "E540: Sulkematon lausekesarja" | |
4299 | |
4300 | |
4301 msgid "E542: unbalanced groups" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4302 msgstr "E542: epätasapainoisia ryhmiä" |
1624 | 4303 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4304 msgid "E946: Cannot make a terminal with running job modifiable" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4305 msgstr "E946: Terminaalia jossa suoritetaan komentoa ei voi tehdä muokattavaksi" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4306 |
1624 | 4307 msgid "E590: A preview window already exists" |
4308 msgstr "E590: Esikatseluikkuna on jo olemassa" | |
4309 | |
4310 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4311 msgstr "W17: Arabialle pitää olla UTF-8:aa, aseta :set encoding=utf-8" |
1624 | 4312 |
4313 #, c-format | |
4314 msgid "E593: Need at least %d lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4315 msgstr "E593: Tarvitaan ainakin %d riviä" |
1624 | 4316 |
4317 #, c-format | |
4318 msgid "E594: Need at least %d columns" | |
4319 msgstr "E594: Tarvitaan ainakin %d saraketta" | |
4320 | |
4321 #, c-format | |
4322 msgid "E355: Unknown option: %s" | |
4323 msgstr "E355: Tuntematon asetus: %s" | |
4324 | |
4325 #, c-format | |
4326 msgid "E521: Number required: &%s = '%s'" | |
4327 msgstr "E521: tarvitaan luku: &%s = '%s'" | |
4328 | |
4329 msgid "" | |
4330 "\n" | |
4331 "--- Terminal codes ---" | |
4332 msgstr "" | |
4333 "\n" | |
4334 "--- Terminaalikoodit ---" | |
4335 | |
4336 msgid "" | |
4337 "\n" | |
4338 "--- Global option values ---" | |
4339 msgstr "" | |
4340 "\n" | |
4341 "--- Globaalit asetukset ---" | |
4342 | |
4343 msgid "" | |
4344 "\n" | |
4345 "--- Local option values ---" | |
4346 msgstr "" | |
4347 "\n" | |
4348 "--- Paikalliset asetukset ---" | |
4349 | |
4350 msgid "" | |
4351 "\n" | |
4352 "--- Options ---" | |
4353 msgstr "" | |
4354 "\n" | |
4355 "--- Asetukset ---" | |
4356 | |
4357 msgid "E356: get_varp ERROR" | |
4358 msgstr "E356: get_varp-virhe" | |
4359 | |
4360 #, c-format | |
4361 msgid "E357: 'langmap': Matching character missing for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4362 msgstr "E357: langmap: Merkkiin %s täsmäävä merkki puuttuu" |
1624 | 4363 |
4364 #, c-format | |
4365 msgid "E358: 'langmap': Extra characters after semicolon: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4366 msgstr "E358: langmap: ylimääräisiä merkkejä puolipisteen jälkeen: %s" |
1624 | 4367 |
4368 msgid "cannot open " | |
4369 msgstr "ei voi avata " | |
4370 | |
4371 msgid "VIM: Can't open window!\n" | |
4372 msgstr "VIM: Ei voi avata ikkunaa\n" | |
4373 | |
4374 msgid "Need Amigados version 2.04 or later\n" | |
4375 msgstr "Amigados 2.04 tai uudempi tarvitaan\n" | |
4376 | |
4377 #, c-format | |
4378 msgid "Need %s version %ld\n" | |
4379 msgstr "Tarvitaan %s versio %ld\n" | |
4380 | |
4381 msgid "Cannot open NIL:\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4382 msgstr "Ei voi avata NILiä:\n" |
1624 | 4383 |
4384 msgid "Cannot create " | |
4385 msgstr "Ei voi luoda " | |
4386 | |
4387 #, c-format | |
4388 msgid "Vim exiting with %d\n" | |
4389 msgstr "Vim sulkeutuu koodilla %d\n" | |
4390 | |
4391 msgid "cannot change console mode ?!\n" | |
4392 msgstr "ei voi vaihtaa konsolitilaa?\n" | |
4393 | |
4394 msgid "mch_get_shellsize: not a console??\n" | |
4395 msgstr "mch_get_shellsize: ei ole konsoli?\n" | |
4396 | |
4397 msgid "E360: Cannot execute shell with -f option" | |
4398 msgstr "E360: Kuorta ei voi avata asetuksella -f" | |
4399 | |
4400 msgid "Cannot execute " | |
4401 msgstr "Ei voi suorittaa " | |
4402 | |
4403 msgid "shell " | |
4404 msgstr "kuori " | |
4405 | |
4406 msgid " returned\n" | |
4407 msgstr " palautti\n" | |
4408 | |
4409 msgid "ANCHOR_BUF_SIZE too small." | |
4410 msgstr "ANCHOR_BUF_SIZE liian pieni." | |
4411 | |
4412 msgid "I/O ERROR" | |
4413 msgstr "IO-virhe" | |
4414 | |
4415 msgid "Message" | |
4416 msgstr "Viesti" | |
4417 | |
4418 msgid "E237: Printer selection failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4419 msgstr "E237: Tulostimen valinta epäonnistui" |
1624 | 4420 |
4421 #, c-format | |
4422 msgid "to %s on %s" | |
4423 msgstr "tulostimelle %s kohteessa %s" | |
4424 | |
4425 #, c-format | |
4426 msgid "E613: Unknown printer font: %s" | |
4427 msgstr "E613: Tuntematon tulostimen fontti: %s" | |
4428 | |
4429 #, c-format | |
4430 msgid "E238: Print error: %s" | |
4431 msgstr "E238: Tulostinvirhe: %s" | |
4432 | |
4433 #, c-format | |
4434 msgid "Printing '%s'" | |
4435 msgstr "Tulostetaan %s" | |
4436 | |
4437 #, c-format | |
4438 msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4439 msgstr "E244: Virheellinen merkistön nimi %s fontin nimessä %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4440 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4441 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4442 msgid "E244: Illegal quality name \"%s\" in font name \"%s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4443 msgstr "E244: Virheellinen laatunimi %s fontin nimessä %s" |
1624 | 4444 |
4445 #, c-format | |
4446 msgid "E245: Illegal char '%c' in font name \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4447 msgstr "E245: Virheellinen merkki %c fontin nimessä %s" |
1624 | 4448 |
4449 #, c-format | |
4450 msgid "Opening the X display took %ld msec" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4451 msgstr "X-näytön avaus vei %ld millisekuntia" |
1624 | 4452 |
4453 msgid "" | |
4454 "\n" | |
4455 "Vim: Got X error\n" | |
4456 msgstr "" | |
4457 "\n" | |
4458 "Vim: X-virhe\n" | |
4459 | |
4460 msgid "Testing the X display failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4461 msgstr "X-näytön testaus epäonnistui" |
1624 | 4462 |
4463 msgid "Opening the X display timed out" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4464 msgstr "X-näytön avaus aikakatkaistiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4465 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4466 # mikä security context? |
1698 | 4467 msgid "" |
4468 "\n" | |
4469 "Could not get security context for " | |
4470 msgstr "" | |
4471 "\n" | |
4472 "Ei saatu turvallisuuskontekstia kohteelle " | |
4473 | |
4474 msgid "" | |
4475 "\n" | |
4476 "Could not set security context for " | |
4477 msgstr "" | |
4478 "\n" | |
4479 "Ei voitu asettaa turvallisuuskontekstia kohteelle " | |
4480 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4481 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4482 msgid "Could not set security context %s for %s" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4483 msgstr "Ei voitu asettaa turvallisuuskontekstia %s kohteelle %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4484 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4485 # mikä security context? |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4486 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4487 msgid "Could not get security context %s for %s. Removing it!" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4488 msgstr "Ei saatu turvallisuuskontekstia %s kohteelle %s ja se poistetaan" |
1624 | 4489 |
4490 msgid "" | |
4491 "\n" | |
4492 "Cannot execute shell sh\n" | |
4493 msgstr "" | |
4494 "\n" | |
4495 "Kuoren sh suoritus ei onnistu\n" | |
4496 | |
4497 msgid "" | |
4498 "\n" | |
4499 "shell returned " | |
4500 msgstr "" | |
4501 "\n" | |
4502 "kuoren palautusarvo " | |
4503 | |
4504 msgid "" | |
4505 "\n" | |
4506 "Cannot create pipes\n" | |
4507 msgstr "" | |
4508 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4509 "Putkia ei voi tehdä\n" |
1624 | 4510 |
4511 msgid "" | |
4512 "\n" | |
4513 "Cannot fork\n" | |
4514 msgstr "" | |
4515 "\n" | |
4516 "Ei voi haarauttaa\n" | |
4517 | |
4518 msgid "" | |
4519 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4520 "Cannot execute shell " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4521 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4522 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4523 "Kuoren suoritus ei onnistu " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4524 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4525 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4526 "\n" |
1624 | 4527 "Command terminated\n" |
4528 msgstr "" | |
4529 "\n" | |
4530 "Komento loppui\n" | |
4531 | |
1698 | 4532 msgid "XSMP lost ICE connection" |
4533 msgstr "XSMP kadotti ICE-yhteyden" | |
1624 | 4534 |
4535 #, c-format | |
4536 msgid "dlerror = \"%s\"" | |
4537 msgstr "dlerror = %s" | |
4538 | |
4539 msgid "Opening the X display failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4540 msgstr "X-näytön avaus epäonnistui" |
1624 | 4541 |
1698 | 4542 msgid "XSMP handling save-yourself request" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4543 msgstr "XSMP käsittelee save-yourself-pyyntöä" |
1698 | 4544 |
4545 msgid "XSMP opening connection" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4546 msgstr "XSMP avaa yhteyttä" |
1698 | 4547 |
4548 msgid "XSMP ICE connection watch failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4549 msgstr "XSMP:n ICE-yhteyden tarkkailu epäonnistui" |
1698 | 4550 |
4551 #, c-format | |
4552 msgid "XSMP SmcOpenConnection failed: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4553 msgstr "XSMP SmcOpenConnection epäonnistui: %s" |
1624 | 4554 |
4555 msgid "At line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4556 msgstr "Rivillä" |
1624 | 4557 |
1698 | 4558 msgid "Could not load vim32.dll!" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4559 msgstr "Vim32.dll:ää ei voitu ladata" |
1698 | 4560 |
4561 msgid "VIM Error" | |
4562 msgstr "VIM-virhe" | |
4563 | |
4564 msgid "Could not fix up function pointers to the DLL!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4565 msgstr "Ei voitu korjata funktio-osoittimia DLL:ssä" |
1624 | 4566 |
4567 #, c-format | |
4568 msgid "Vim: Caught %s event\n" | |
4569 msgstr "Vim: Napattiin %s\n" | |
4570 | |
4571 msgid "close" | |
4572 msgstr "sulkeminen" | |
4573 | |
4574 msgid "logoff" | |
4575 msgstr "uloskirjautuminen" | |
4576 | |
4577 msgid "shutdown" | |
4578 msgstr "sammutus" | |
4579 | |
4580 msgid "E371: Command not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4581 msgstr "E371: Komentoa ei löydy" |
1624 | 4582 |
4583 msgid "" | |
4584 "VIMRUN.EXE not found in your $PATH.\n" | |
4585 "External commands will not pause after completion.\n" | |
4586 "See :help win32-vimrun for more information." | |
4587 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4588 "VIMRUN.EXEä ei löydy muuttujasta $PATH.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4589 "Ulkoiset komennot eivät pysähdy suorituksen lopussa.\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4590 "Lisätietoja komennolla :help win32-vimrun" |
1624 | 4591 |
4592 msgid "Vim Warning" | |
4593 msgstr "Vim-varoitus" | |
4594 | |
4595 #, c-format | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4596 msgid "shell returned %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4597 msgstr "kuori palautti arvon %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4598 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4599 #, c-format |
1624 | 4600 msgid "E372: Too many %%%c in format string" |
4601 msgstr "E372: Liikaa %%%c-juttuja muotoilumerkkijonossa" | |
4602 | |
4603 #, c-format | |
4604 msgid "E373: Unexpected %%%c in format string" | |
4605 msgstr "E373: Odottamaton %%%c muotoilumerkkijonossa" | |
4606 | |
4607 msgid "E374: Missing ] in format string" | |
4608 msgstr "E374: ] puuttuu muotoilemerkkijonosta" | |
4609 | |
4610 #, c-format | |
4611 msgid "E375: Unsupported %%%c in format string" | |
4612 msgstr "E375: Tukematon %%%c muotoilumerkkijonossa" | |
4613 | |
4614 #, c-format | |
4615 msgid "E376: Invalid %%%c in format string prefix" | |
4616 msgstr "E376: Virheellinen %%%c muotoilumerkkijonon alussa" | |
4617 | |
4618 #, c-format | |
4619 msgid "E377: Invalid %%%c in format string" | |
4620 msgstr "E377: Virheellinen %%%c muotoilumerkkijonossa" | |
4621 | |
4622 msgid "E378: 'errorformat' contains no pattern" | |
4623 msgstr "E378: errorformatissa ei ole kuvioita" | |
4624 | |
4625 msgid "E379: Missing or empty directory name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4626 msgstr "E379: Puuttuva tai tyhjä hakemiston nimi" |
1624 | 4627 |
4628 msgid "E553: No more items" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4629 msgstr "E553: Ei enää kohteita" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4630 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4631 msgid "E924: Current window was closed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4632 msgstr "E924: Nykyinen ikkuna on suljettu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4633 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4634 msgid "E925: Current quickfix was changed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4635 msgstr "E925: Nykyinen quickfix on muuttunut" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4636 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4637 msgid "E926: Current location list was changed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4638 msgstr "E926: Nykyinen sijaintiluettelo on muuttunut" |
1624 | 4639 |
4640 #, c-format | |
4641 msgid "(%d of %d)%s%s: " | |
4642 msgstr "(%d/%d)%s%s: " | |
4643 | |
4644 msgid " (line deleted)" | |
4645 msgstr " (rivi poistettu)" | |
4646 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4647 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4648 msgid "%serror list %d of %d; %d errors " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4649 msgstr "%svirhelista %d/%d, %d virhettä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4650 |
1624 | 4651 msgid "E380: At bottom of quickfix stack" |
4652 msgstr "E380: quickfix-pinon pohjalla" | |
4653 | |
4654 msgid "E381: At top of quickfix stack" | |
4655 msgstr "E381: quickfix-pinon huipulla" | |
4656 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4657 msgid "No entries" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4658 msgstr "Ei kenttiä" |
1624 | 4659 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4660 msgid "Error file" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4661 msgstr "Virhetiedosto" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
4662 |
1624 | 4663 msgid "E683: File name missing or invalid pattern" |
4664 msgstr "E683: Tiedostonimi puuttuu tai kuvio on viallinen" | |
4665 | |
4666 #, c-format | |
4667 msgid "Cannot open file \"%s\"" | |
4668 msgstr "Tiedostoa %s ei voi avata" | |
4669 | |
4670 msgid "E681: Buffer is not loaded" | |
4671 msgstr "E681: Puskuria ei ole ladattu" | |
4672 | |
4673 msgid "E777: String or List expected" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4674 msgstr "E777: Pitää olla merkkijono tai lista" |
1624 | 4675 |
4676 #, c-format | |
4677 msgid "E369: invalid item in %s%%[]" | |
4678 msgstr "E369: virheellinen olio kohdassa %s%%[]" | |
4679 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4680 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4681 msgid "E769: Missing ] after %s[" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4682 msgstr "E769: ] puuttuu merkinnän %s[ jäljestä" |
1624 | 4683 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4684 msgid "E944: Reverse range in character class" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4685 msgstr "E944: Merkiluokan arvoalua on takaperin" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4686 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4687 msgid "E945: Range too large in character class" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4688 msgstr "E945: Liian laaja valikoima merkkiluokassa" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4689 |
1624 | 4690 #, c-format |
4691 msgid "E53: Unmatched %s%%(" | |
4692 msgstr "E53: Pariton %s%%(" | |
4693 | |
4694 #, c-format | |
4695 msgid "E54: Unmatched %s(" | |
4696 msgstr "E54: Pariton %s(" | |
4697 | |
4698 #, c-format | |
4699 msgid "E55: Unmatched %s)" | |
4700 msgstr "E55: Pariton %s)" | |
4701 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4702 msgid "E66: \\z( not allowed here" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4703 msgstr "E66: \\z( ei ole sallittu tässä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4704 |
14193 | 4705 msgid "E67: \\z1 - \\z9 not allowed here" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4706 msgstr "E67: \\z1 jne. ei ole sallittu tässä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4707 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4708 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4709 msgid "E69: Missing ] after %s%%[" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4710 msgstr "E69: ] puuttuu merkinnän %s%%[ jäljestä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4711 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4712 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4713 msgid "E70: Empty %s%%[]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4714 msgstr "E70: Tyhjä %s%%[]" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4715 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4716 msgid "E65: Illegal back reference" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4717 msgstr "E65: Virheellinen täsmäysviittaus" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4718 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4719 msgid "E339: Pattern too long" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4720 msgstr "E339: Liian pitkä kuvio" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4721 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4722 msgid "E50: Too many \\z(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4723 msgstr "E50: Liikaa merkkejä \\z(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4724 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4725 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4726 msgid "E51: Too many %s(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4727 msgstr "E51: Liikaa merkkejä %s(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4728 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4729 msgid "E52: Unmatched \\z(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4730 msgstr "E52: Pariton \\z(" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4731 |
1624 | 4732 #, c-format |
4733 msgid "E59: invalid character after %s@" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4734 msgstr "E59: virheellinen merkki kohdan %s@ jälkeen" |
1624 | 4735 |
4736 #, c-format | |
4737 msgid "E60: Too many complex %s{...}s" | |
4738 msgstr "E60: Liikaa monimutkaisia ilmauksia %s{...}s" | |
4739 | |
4740 #, c-format | |
4741 msgid "E61: Nested %s*" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4742 msgstr "E61: Sisäkkäistetty %s*" |
1624 | 4743 |
4744 #, c-format | |
4745 msgid "E62: Nested %s%c" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4746 msgstr "E62: Sisäkkäistetty %s%c" |
1624 | 4747 |
4748 msgid "E63: invalid use of \\_" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4749 msgstr "E63: väärinkäytetty \\_" |
1624 | 4750 |
4751 #, c-format | |
4752 msgid "E64: %s%c follows nothing" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4753 msgstr "E64: %s%c jälkeen ei minkään" |
1624 | 4754 |
4755 msgid "E68: Invalid character after \\z" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4756 msgstr "E68: Virheellinen merkki ilmauksen \\z jälkeen" |
1624 | 4757 |
4758 #, c-format | |
4759 msgid "E678: Invalid character after %s%%[dxouU]" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4760 msgstr "E678: Virheellinen merkki merkinnän %s%%[dxouU] jäljessä" |
1624 | 4761 |
4762 #, c-format | |
4763 msgid "E71: Invalid character after %s%%" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4764 msgstr "E71: Virheellinen merkki merkinnän %s%% jäljessä" |
1624 | 4765 |
4766 #, c-format | |
4767 msgid "E554: Syntax error in %s{...}" | |
4768 msgstr "E554: Syntaksivirhe ilmauksessa %s{...}" | |
4769 | |
4770 msgid "External submatches:\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4771 msgstr "Ulkoisia alitäsmäyksiä:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4772 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4773 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4774 msgid "E888: (NFA regexp) cannot repeat %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4775 msgstr "E888: (NFA-säänn. ilmaus) ei voi toistaa kohdetta %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4776 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4777 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4778 "E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4779 "used " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4780 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4781 "E864: \\%#=-merkkien perään voi tulla vain 0, 1 tai 2. Käytetään " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4782 "automaattista engineä " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4783 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4784 msgid "Switching to backtracking RE engine for pattern: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4785 msgstr "Vaihdetaan käyttämään backtrackkaavaa RE-engineä ilmaukselle: " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4786 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4787 msgid "E865: (NFA) Regexp end encountered prematurely" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4788 msgstr "E865: (NFA) Säännöllisen ilmauksen ennenaikainen loppu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4789 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4790 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4791 msgid "E866: (NFA regexp) Misplaced %c" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4792 msgstr "E866: (NFA-regexp) %c väärässä paikassa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4793 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4794 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4795 msgid "E877: (NFA regexp) Invalid character class: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4796 msgstr "E877: (NFA regexp) Virheellinen merkkiluokka: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4797 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4798 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4799 msgid "E867: (NFA) Unknown operator '\\z%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4800 msgstr "E867: (NFA) Tuntematon operaattori '\\z%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4801 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4802 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4803 msgid "E867: (NFA) Unknown operator '\\%%%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4804 msgstr "E867: (NFA) Tuntematon operaattori '\\%%%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4805 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4806 msgid "E868: Error building NFA with equivalence class!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4807 msgstr "E868: Virhe NFA:n ekvivalenssiluokkia tekemisessä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4808 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4809 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4810 msgid "E869: (NFA) Unknown operator '\\@%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4811 msgstr "E869: (NFA) Tuntematon operaattori '\\@%c'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4812 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4813 msgid "E870: (NFA regexp) Error reading repetition limits" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4814 msgstr "E870: (NFA regexp) Virhe luettaessa toiston määriä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4815 |
14193 | 4816 msgid "E871: (NFA regexp) Can't have a multi follow a multi" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4817 msgstr "E871: (NFA regexp) Multi ei voi seurata multia" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4818 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4819 msgid "E872: (NFA regexp) Too many '('" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4820 msgstr "E872: (NFA regexp) Liian monta suljetta '('" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4821 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4822 msgid "E879: (NFA regexp) Too many \\z(" |
10048
43efa4f5a8ea
commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
Christian Brabandt <cb@256bit.org>
parents:
9975
diff
changeset
|
4823 msgstr "E879: (NFA regexp) Liikaa merkkejä \\z(" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4824 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4825 msgid "E873: (NFA regexp) proper termination error" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4826 msgstr "E873: (NFA regexp) oikea lopetusvirhe" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4827 |
14193 | 4828 msgid "E874: (NFA) Could not pop the stack!" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4829 msgstr "E874: (NFA) Ei voida poistaa pinosta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4830 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4831 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4832 "E875: (NFA regexp) (While converting from postfix to NFA), too many states " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4833 "left on stack" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4834 msgstr "" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4835 "E875: (NFA regexp) (Muunnettaessa postfixistä NFA:ksi), liikaa tiloja " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4836 "jäljellä pinossa" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4837 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4838 msgid "E876: (NFA regexp) Not enough space to store the whole NFA " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4839 msgstr "E876: (NFA regexp) Tila ei riitä NFA:n tallentamiseen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4840 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4841 msgid "E878: (NFA) Could not allocate memory for branch traversal!" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4842 msgstr "E878: (NFA) Ei voitu allokoida muistia polkujen läpikäyntiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4843 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4844 msgid "" |
14123 | 4845 "Could not open temporary log file for writing, displaying on stderr... " |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4846 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4847 "Ei voitu avata väliaikaislokitiedosta kirjoittamista varten, joten virheet " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4848 "näytetään vakiovirhevirrassa. " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4849 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4850 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4851 msgid "(NFA) COULD NOT OPEN %s !" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4852 msgstr "(NFA) EI VOI AVATA KOHDETTA %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4853 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4854 msgid "Could not open temporary log file for writing " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4855 msgstr "Väliaikaislokitiedoston avaus kirjoittamista varten ei onnistu" |
1624 | 4856 |
4857 # tiloja | |
4858 msgid " VREPLACE" | |
4859 msgstr " VKORVAUS" | |
4860 | |
4861 msgid " REPLACE" | |
4862 msgstr " KORVAUS" | |
4863 | |
4864 msgid " REVERSE" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4865 msgstr " KÄÄNTEIS" |
1624 | 4866 |
4867 msgid " INSERT" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4868 msgstr " SYÖTTÖ" |
1624 | 4869 |
4870 msgid " (insert)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4871 msgstr " (syöttö)" |
1624 | 4872 |
4873 msgid " (replace)" | |
4874 msgstr " (korvaus)" | |
4875 | |
4876 msgid " (vreplace)" | |
4877 msgstr " (vkorvaus)" | |
4878 | |
4879 msgid " Hebrew" | |
4880 msgstr " Heprea" | |
4881 | |
4882 msgid " Arabic" | |
4883 msgstr " Arabia" | |
4884 | |
4885 msgid " (paste)" | |
4886 msgstr " (liitos)" | |
4887 | |
4888 msgid " VISUAL" | |
4889 msgstr " VALINTA" | |
4890 | |
4891 msgid " VISUAL LINE" | |
4892 msgstr " VALINTARIVI" | |
4893 | |
4894 msgid " VISUAL BLOCK" | |
4895 msgstr " VALINTALOHKO" | |
4896 | |
4897 msgid " SELECT" | |
4898 msgstr " WALINTA" | |
4899 | |
4900 msgid " SELECT LINE" | |
4901 msgstr " WALINTARIVI" | |
4902 | |
4903 msgid " SELECT BLOCK" | |
4904 msgstr " WALINTALOHKO" | |
4905 | |
4906 msgid "recording" | |
4907 msgstr "tallennetaan" | |
4908 | |
4909 #, c-format | |
4910 msgid "E383: Invalid search string: %s" | |
4911 msgstr "E383: Viallinen hakujono: %s" | |
4912 | |
4913 #, c-format | |
4914 msgid "E384: search hit TOP without match for: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4915 msgstr "E384: Haku pääsi alkuun löytämättä jonoa: %s" |
1624 | 4916 |
4917 #, c-format | |
4918 msgid "E385: search hit BOTTOM without match for: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4919 msgstr "E385: Haku pääsi loppuun löytämättä jonoa: %s" |
1624 | 4920 |
4921 msgid "E386: Expected '?' or '/' after ';'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4922 msgstr "E386: ;:n jälkeen pitää olla ? tai /" |
1624 | 4923 |
4924 msgid " (includes previously listed match)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4925 msgstr " (sisältää viimeksi luetellun täsmäyksen)" |
1624 | 4926 |
4927 msgid "--- Included files " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4928 msgstr "--- Sisällytetyt tiedostot " |
1624 | 4929 |
4930 msgid "not found " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4931 msgstr "ei löytynyt " |
1624 | 4932 |
4933 msgid "in path ---\n" | |
4934 msgstr "polusta ---\n" | |
4935 | |
4936 msgid " (Already listed)" | |
4937 msgstr " (Jo lueteltu)" | |
4938 | |
4939 msgid " NOT FOUND" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4940 msgstr " EI LÖYTYNYT" |
1624 | 4941 |
4942 #, c-format | |
4943 msgid "Scanning included file: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4944 msgstr "Haku sisälsi tiedoston: %s" |
1624 | 4945 |
4946 #, c-format | |
4947 msgid "Searching included file %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4948 msgstr "Haku sisälsi tiedoston %s" |
1624 | 4949 |
4950 msgid "E387: Match is on current line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4951 msgstr "E387: Täsmäys tällä rivillä" |
1624 | 4952 |
4953 msgid "All included files were found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4954 msgstr "Kaikki sisällytetyt rivit löytyivät" |
1624 | 4955 |
4956 msgid "No included files" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4957 msgstr "Ei sisällytettyjä tiedostoja" |
1624 | 4958 |
4959 msgid "E388: Couldn't find definition" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4960 msgstr "E388: Määritelmä ei löydy" |
1624 | 4961 |
4962 msgid "E389: Couldn't find pattern" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4963 msgstr "E389: kuvio ei löydy" |
1624 | 4964 |
1698 | 4965 msgid "Substitute " |
4966 msgstr "Korvaa " | |
4967 | |
4968 #, c-format | |
4969 msgid "" | |
4970 "\n" | |
4971 "# Last %sSearch Pattern:\n" | |
4972 "~" | |
4973 msgstr "" | |
4974 "\n" | |
4975 "# Edellinen %sHakulauseke:\n" | |
4976 "~" | |
1624 | 4977 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4978 msgid "E756: Spell checking is not enabled" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4979 msgstr "E756: Oikaisuluku ei ole päällä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4980 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4981 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4982 msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4983 msgstr "Varoitus: Ei löydetty sanalistaa %s_%s.spl tai %s_ascii.spl" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4984 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4985 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4986 msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4987 msgstr "Varoitus: Ei löydetty sanalistaa %s.%s.spl tai %s.ascii.spl" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4988 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4989 msgid "E797: SpellFileMissing autocommand deleted buffer" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4990 msgstr "E797: SpellFileMissing autocommand poisti puskurin" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
4991 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4992 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4993 msgid "Warning: region %s not supported" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4994 msgstr "Varoitus: osaa %s ei tueta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4995 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4996 msgid "Sorry, no suggestions" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4997 msgstr "ei ehdotuksia" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4998 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
4999 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5000 msgid "Sorry, only %ld suggestions" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5001 msgstr "vain %ld ehdotusta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5002 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5003 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5004 msgid "Change \"%.*s\" to:" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5005 msgstr "Muuta %.*s:" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5006 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5007 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5008 msgid " < \"%.*s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5009 msgstr " < %.*s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5010 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5011 msgid "E752: No previous spell replacement" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5012 msgstr "E752: Ei edellistä oikaisulukukorjausta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5013 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5014 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5015 msgid "E753: Not found: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5016 msgstr "E753: Ei löytynyt: %s" |
1624 | 5017 |
5018 msgid "E758: Truncated spell file" | |
5019 msgstr "E758: Oikolukutiedosto katkaistu" | |
5020 | |
5021 #, c-format | |
5022 msgid "Trailing text in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5023 msgstr "Tekstiä rivin perässä tiedostossa %s rivillä %d: %s" |
1624 | 5024 |
5025 #, c-format | |
5026 msgid "Affix name too long in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5027 msgstr "Affiksin nimi on liian pitkä tiedostossa %s rivillä %d: %s" |
1624 | 5028 |
1698 | 5029 msgid "E761: Format error in affix file FOL, LOW or UPP" |
5030 msgstr "E761: Affiksitiedoston FOL-, LOW- tai UPP-muotovirhe " | |
5031 | |
5032 msgid "E762: Character in FOL, LOW or UPP is out of range" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5033 msgstr "E762: Merkki FOL:ssä, LOW:ssä tai UPP:ssä ei kuulu arvoalueeseen" |
1698 | 5034 |
5035 msgid "Compressing word tree..." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5036 msgstr "Tiivistetään sanapuuta..." |
1698 | 5037 |
5038 #, c-format | |
5039 msgid "Reading spell file \"%s\"" | |
5040 msgstr "Luetaan oikaisulukutiedosta %s" | |
5041 | |
5042 msgid "E757: This does not look like a spell file" | |
5043 msgstr "E757: Ei vaikuta oikaisulukutiedostolta" | |
5044 | |
5045 msgid "E771: Old spell file, needs to be updated" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5046 msgstr "E771: Vanha oikaisulukutiedosto vaatii päivittämistä" |
1698 | 5047 |
5048 msgid "E772: Spell file is for newer version of Vim" | |
5049 msgstr "E772: Oikaisulukutiedosto on uudemmalle Vimille" | |
5050 | |
5051 msgid "E770: Unsupported section in spell file" | |
5052 msgstr "E770: Tukematon osio oikaisulukutiedostossa" | |
5053 | |
5054 #, c-format | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5055 msgid "E778: This does not look like a .sug file: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5056 msgstr "E778: Ei vaikuta .sug-tiedostolta: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5057 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5058 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5059 msgid "E779: Old .sug file, needs to be updated: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5060 msgstr "E779: Vanha .sug-tiedosto pitää päivittää: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5061 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5062 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5063 msgid "E780: .sug file is for newer version of Vim: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5064 msgstr "E780: .sug-tiedosto on uudemmalle Vimille: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5065 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5066 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5067 msgid "E781: .sug file doesn't match .spl file: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5068 msgstr "E781: .sug-tiedosto ei täsmää .spl-tiedostoon: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5069 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5070 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5071 msgid "E782: error while reading .sug file: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5072 msgstr "E782: virhe luettaessa .sug-tiedostoa: %s" |
1698 | 5073 |
5074 #, c-format | |
14123 | 5075 msgid "Reading affix file %s..." |
1698 | 5076 msgstr "Luetaan affiksitiedostoa %s..." |
5077 | |
5078 #, c-format | |
5079 msgid "Conversion failure for word in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5080 msgstr "Muunnosvirhe sanalle %s rivillä %d: %s" |
1698 | 5081 |
5082 #, c-format | |
5083 msgid "Conversion in %s not supported: from %s to %s" | |
5084 msgstr "Muunnosta kohteessa %s ei tueta: kohteesta %s kohteeseen %s" | |
5085 | |
5086 #, c-format | |
5087 msgid "Conversion in %s not supported" | |
5088 msgstr "Muutosta kohteessa %s ei tueta" | |
5089 | |
5090 #, c-format | |
5091 msgid "Invalid value for FLAG in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5092 msgstr "Tuntematon FLAG kohteessa %s rivillä %d: %s" |
1698 | 5093 |
5094 #, c-format | |
5095 msgid "FLAG after using flags in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5096 msgstr "FLAG kohteessa %s lippujen jälkeen rivillä %d: %s" |
1698 | 5097 |
5098 #, c-format | |
5099 msgid "" | |
5100 "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line " | |
5101 "%d" | |
5102 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5103 "COMPOUNDFORBIDFLAG PFX:n jälkeen voi antaa vääriä tuloksia kohteessa %s " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5104 "rivillä %d" |
1698 | 5105 |
5106 #, c-format | |
5107 msgid "" | |
5108 "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line " | |
5109 "%d" | |
5110 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5111 "COMPOUNDPERMITFLAG PFX:n jälkeen voi antaa vääriä tuloksia kohteessa %s " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5112 "rivillä %d" |
1698 | 5113 |
5114 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5115 msgid "Wrong COMPOUNDRULES value in %s line %d: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5116 msgstr "Väärä COMPOUNDRULES-arvo kohteessa %s rivillä %d: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5117 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5118 #, c-format |
1698 | 5119 msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5120 msgstr "Väärä COMPOUNDWORDMAX-arvo kohteessa %s rivillä %d: %s" |
1698 | 5121 |
5122 #, c-format | |
5123 msgid "Wrong COMPOUNDMIN value in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5124 msgstr "Väärä COMPOUNDMIN-arvo kohteessa %s rivillä %d: %s" |
1698 | 5125 |
5126 #, c-format | |
5127 msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5128 msgstr "Väärä COMPOUNDSYLMAX-arvo kohteessa %s rivillä %d: %s" |
1698 | 5129 |
5130 #, c-format | |
5131 msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5132 msgstr "Väärä CHECKCOMPOUNDPATTERN-arvo kohteessa %s rivillä %d: %s" |
1698 | 5133 |
5134 #, c-format | |
5135 msgid "Different combining flag in continued affix block in %s line %d: %s" | |
5136 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5137 "Eri yhdistelmälippu jatketussa affiksilohkossa kohteessa %s rivillä %d: %s" |
1698 | 5138 |
5139 #, c-format | |
5140 msgid "Duplicate affix in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5141 msgstr "Kaksoiskappale affiksista kohteessa %s rivillä %d: %s" |
1698 | 5142 |
5143 #, c-format | |
5144 msgid "" | |
5145 "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s " | |
5146 "line %d: %s" | |
5147 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5148 "Affiksia käytetty myös BAD-, RARE-, KEEPCASE-, NEEDAFFIX-, NEEDCOMPOUND- tai " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5149 "NOSUGGEST-arvossa kohteessa %s rivillä %d: %s" |
1698 | 5150 |
5151 #, c-format | |
5152 msgid "Expected Y or N in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5153 msgstr "Odotettiin Y:tä tai N:ää kohteessa %s rivillä %d: %s" |
1698 | 5154 |
5155 #, c-format | |
5156 msgid "Broken condition in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5157 msgstr "Viallinen ehto kohteessa %s rivillä %d: %s" |
1698 | 5158 |
5159 #, c-format | |
5160 msgid "Expected REP(SAL) count in %s line %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5161 msgstr "Odotettiin REP(SAL)-arvoa kohteessa %s rivillä %d" |
1698 | 5162 |
5163 #, c-format | |
5164 msgid "Expected MAP count in %s line %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5165 msgstr "Odotettiin MAP-arvoa kohteessa %s rivillä %d" |
1698 | 5166 |
5167 #, c-format | |
5168 msgid "Duplicate character in MAP in %s line %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5169 msgstr "Kaksoiskappale merkistä MAP:ssä kohteessa %s rivillä %d" |
1698 | 5170 |
5171 #, c-format | |
5172 msgid "Unrecognized or duplicate item in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5173 msgstr "Tunnistamaton tai kaksoiskappale arvosta kohteessa %s rivillä %d: %s" |
1698 | 5174 |
5175 #, c-format | |
5176 msgid "Missing FOL/LOW/UPP line in %s" | |
5177 msgstr "Puuttuva FOL, LOW tai UPP rivi kohteessa %s" | |
5178 | |
5179 msgid "COMPOUNDSYLMAX used without SYLLABLE" | |
5180 msgstr "COMPOUNDSYLMAX ilman SYLLABLEa" | |
5181 | |
5182 msgid "Too many postponed prefixes" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5183 msgstr "Liikaa jälkikäteistettyjä prefiksejä" |
1698 | 5184 |
5185 msgid "Too many compound flags" | |
5186 msgstr "Liikaa yhdyssanalippuja" | |
5187 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5188 msgid "Too many postponed prefixes and/or compound flags" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5189 msgstr "Liikaa jälkikäteistettyjä prefiksejä tai yhdyssanalippuja" |
1698 | 5190 |
5191 #, c-format | |
5192 msgid "Missing SOFO%s line in %s" | |
5193 msgstr "Puuttuva SOFO%s-rivi kohteessa %s" | |
5194 | |
5195 #, c-format | |
5196 msgid "Both SAL and SOFO lines in %s" | |
5197 msgstr "SAL- ja SOFO-rivit kohteessa %s" | |
5198 | |
5199 #, c-format | |
5200 msgid "Flag is not a number in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5201 msgstr "Lippu ei ole lukuarvo kohteessa %s rivillä %d: %s" |
1698 | 5202 |
5203 #, c-format | |
5204 msgid "Illegal flag in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5205 msgstr "Tuntematon lippu kohteessa %s rivillä %d: %s" |
1698 | 5206 |
5207 #, c-format | |
5208 msgid "%s value differs from what is used in another .aff file" | |
5209 msgstr "%s-arvo eroaa toisessa .aff-tiedostossa olevasta" | |
5210 | |
5211 #, c-format | |
14123 | 5212 msgid "Reading dictionary file %s..." |
1698 | 5213 msgstr "Luetaan sanakirjatiedostoa %s" |
5214 | |
5215 #, c-format | |
5216 msgid "E760: No word count in %s" | |
5217 msgstr "E760: Ei sanalaskuria kohteessa %s" | |
5218 | |
5219 #, c-format | |
5220 msgid "line %6d, word %6d - %s" | |
5221 msgstr "rivi %6d, sana %6d - %s" | |
5222 | |
5223 #, c-format | |
5224 msgid "Duplicate word in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5225 msgstr "Toistettu sana kohteessa %s rivillä %d: %s" |
1698 | 5226 |
5227 #, c-format | |
5228 msgid "First duplicate word in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5229 msgstr "Ensimmäinen kappale kohteessa %s rivillä %d: %s" |
1698 | 5230 |
5231 #, c-format | |
5232 msgid "%d duplicate word(s) in %s" | |
5233 msgstr "toistettuja sanoja %d kohteessa %s" | |
5234 | |
5235 #, c-format | |
5236 msgid "Ignored %d word(s) with non-ASCII characters in %s" | |
5237 msgstr "Ei-ASCII-merkkien takia ohitettuja sanoja %d kohteessa %s" | |
5238 | |
5239 #, c-format | |
14123 | 5240 msgid "Reading word file %s..." |
1698 | 5241 msgstr "Luetaan sanatiedostoa %s..." |
5242 | |
5243 #, c-format | |
5244 msgid "Duplicate /encoding= line ignored in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5245 msgstr "Toistettu /encoding= ohitettu kohteessa %s rivillä %d: %s" |
1698 | 5246 |
5247 #, c-format | |
5248 msgid "/encoding= line after word ignored in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5249 msgstr "/encoding= sanojen jälkeen ohitettu kohteessa %s rivillä %d: %s" |
1698 | 5250 |
5251 #, c-format | |
5252 msgid "Duplicate /regions= line ignored in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5253 msgstr "Toistettu /regions= ohitettu kohteessa %s rivillä %d: %s" |
1698 | 5254 |
5255 #, c-format | |
5256 msgid "Too many regions in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5257 msgstr "Liikaa regionseja kohteessa %s rivillä %d: %s" |
1698 | 5258 |
5259 #, c-format | |
5260 msgid "/ line ignored in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5261 msgstr "/ ohitettu kohteessa %s rivillä %d: %s" |
1698 | 5262 |
5263 #, c-format | |
5264 msgid "Invalid region nr in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5265 msgstr "Virheellinen region-luku kohteessa %s rivillä %d: %s" |
1698 | 5266 |
5267 #, c-format | |
5268 msgid "Unrecognized flags in %s line %d: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5269 msgstr "Tunnistamaton lippu kohteessa %s rivillä %d: %s" |
1698 | 5270 |
5271 #, c-format | |
5272 msgid "Ignored %d words with non-ASCII characters" | |
5273 msgstr "Ei-ASCIIn takia ohitettuja sanoja %d" | |
5274 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5275 msgid "E845: Insufficient memory, word list will be incomplete" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5276 msgstr "E845: Muisti ei riitä, sanalista jää keskeneräiseksi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5277 |
1698 | 5278 #, c-format |
5279 msgid "Compressed %d of %d nodes; %d (%d%%) remaining" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5280 msgstr "Tiivistetty %d/%d noodia. %d (%d %%) jäljellä" |
1698 | 5281 |
5282 msgid "Reading back spell file..." | |
5283 msgstr "Luetaan taas oikaisulukutiedostoa..." | |
1624 | 5284 |
1698 | 5285 msgid "Performing soundfolding..." |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5286 msgstr "Ääntämyksen mukaan yhdistellään..." |
1698 | 5287 |
5288 #, c-format | |
5289 msgid "Number of words after soundfolding: %ld" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5290 msgstr "Sanoja ääntämysyhdistelyn jälkeen: %ld" |
1698 | 5291 |
5292 #, c-format | |
5293 msgid "Total number of words: %d" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5294 msgstr "Sanoja yhteensä: %d" |
1698 | 5295 |
5296 #, c-format | |
14123 | 5297 msgid "Writing suggestion file %s..." |
1698 | 5298 msgstr "Kirjoitetaan ehdotustiedostoa %s..." |
5299 | |
5300 #, c-format | |
5301 msgid "Estimated runtime memory use: %d bytes" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5302 msgstr "Arvioitu käyttömuisti: %d tavua" |
1698 | 5303 |
5304 msgid "E751: Output file name must not have region name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5305 msgstr "E751: Tulostetiedostonimessä ei saa olla alueen nimeä" |
1698 | 5306 |
5307 msgid "E754: Only up to 8 regions supported" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5308 msgstr "E754: Enintään 8 aluetta tuetaan" |
1698 | 5309 |
5310 #, c-format | |
5311 msgid "E755: Invalid region in %s" | |
5312 msgstr "E755: Virheellinen alue kohteelle %s" | |
5313 | |
5314 msgid "Warning: both compounding and NOBREAK specified" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5315 msgstr "Varoitus: sekä yhdyssanamuodostus että NOBREAK käytössä" |
1698 | 5316 |
5317 #, c-format | |
14123 | 5318 msgid "Writing spell file %s..." |
1698 | 5319 msgstr "Kirjoitetaan oikaisulukutiedostoa %s..." |
5320 | |
5321 msgid "Done!" | |
5322 msgstr "Valmista." | |
5323 | |
5324 #, c-format | |
5325 msgid "E765: 'spellfile' does not have %ld entries" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5326 msgstr "E765: spellfile ei sisällä %ld kohtaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5327 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5328 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5329 msgid "Word '%.*s' removed from %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5330 msgstr "Sana %.*s poistettu kohteesta %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5331 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5332 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5333 msgid "Word '%.*s' added to %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5334 msgstr "Sana %.*s lisätty kohteeseen %s" |
1698 | 5335 |
5336 msgid "E763: Word characters differ between spell files" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5337 msgstr "E763: Sanan merkit muuttuvat oikaisulukutiedostojen välillä" |
1624 | 5338 |
1698 | 5339 msgid "E783: duplicate char in MAP entry" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5340 msgstr "E783: kaksoiskappale merkistä MAP-kohdassa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5341 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5342 msgid "No Syntax items defined for this buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5343 msgstr "Ei syntaksikohteita tälle puskurille" |
1624 | 5344 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5345 msgid "syntax conceal on" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5346 msgstr "syntaksin piilotus päällä" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5347 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5348 msgid "syntax conceal off" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5349 msgstr "syntaksin piilotus pois" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5350 |
1624 | 5351 #, c-format |
5352 msgid "E390: Illegal argument: %s" | |
5353 msgstr "E390: Virheellinen argumentti: %s" | |
5354 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5355 msgid "syntax case ignore" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5356 msgstr "syntaksin merkkitason ohitus " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5357 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5358 msgid "syntax case match" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5359 msgstr "syntaksin merkkitason täsmäys" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5360 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5361 msgid "syntax spell toplevel" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5362 msgstr "syntaksin oikaisuluku päätasolla" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5363 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5364 msgid "syntax spell notoplevel" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5365 msgstr "syntaksin oikaisuluku ei-päätasolla" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5366 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5367 msgid "syntax spell default" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5368 msgstr "syntaksin oikaisuluku oletusarvolla" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5369 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5370 msgid "syntax iskeyword " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5371 msgstr "syntax iskeyword " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5372 |
1624 | 5373 #, c-format |
5374 msgid "E391: No such syntax cluster: %s" | |
5375 msgstr "E391: Syntaksiklusteri puuttuu: %s" | |
5376 | |
5377 msgid "syncing on C-style comments" | |
5378 msgstr "synkkaa C-tyylin kommentteihin" | |
5379 | |
5380 msgid "no syncing" | |
5381 msgstr "ei synkkausta" | |
5382 | |
5383 msgid "syncing starts " | |
5384 msgstr "synkkaus aloitettu " | |
5385 | |
5386 msgid " lines before top line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5387 msgstr " riviä ennen alkua" |
1624 | 5388 |
5389 msgid "" | |
5390 "\n" | |
5391 "--- Syntax sync items ---" | |
5392 msgstr "" | |
5393 "\n" | |
5394 "--- Syntax sync -kohteet ---" | |
5395 | |
5396 msgid "" | |
5397 "\n" | |
5398 "syncing on items" | |
5399 msgstr "" | |
5400 "\n" | |
5401 "synkataan kohteisiin" | |
5402 | |
5403 msgid "" | |
5404 "\n" | |
5405 "--- Syntax items ---" | |
5406 msgstr "" | |
5407 "\n" | |
5408 "--- Syntax-kohteet ---" | |
5409 | |
5410 #, c-format | |
5411 msgid "E392: No such syntax cluster: %s" | |
5412 msgstr "E392: syntaksiklusteria ei ole: %s" | |
5413 | |
5414 msgid "minimal " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5415 msgstr "vähintään " |
1624 | 5416 |
5417 msgid "maximal " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5418 msgstr "enitntään " |
1624 | 5419 |
5420 msgid "; match " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5421 msgstr "; täsmää " |
1624 | 5422 |
5423 msgid " line breaks" | |
5424 msgstr " rivinvaihdot" | |
5425 | |
5426 msgid "E395: contains argument not accepted here" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5427 msgstr "E395: contains ei sovi tähän" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5428 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5429 msgid "E844: invalid cchar value" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5430 msgstr "E844: Virheellinen cchar-arvo" |
1624 | 5431 |
5432 msgid "E393: group[t]here not accepted here" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5433 msgstr "E393: group[t]here ei sovi tähän" |
1624 | 5434 |
5435 #, c-format | |
5436 msgid "E394: Didn't find region item for %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5437 msgstr "E394: Aluetta nimelle %s ei löydy" |
1624 | 5438 |
5439 msgid "E397: Filename required" | |
5440 msgstr "E397: Tiedostonimi puuttuu" | |
5441 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5442 msgid "E847: Too many syntax includes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5443 msgstr "E847: Liikaa syntax includeja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5444 |
1624 | 5445 #, c-format |
5446 msgid "E789: Missing ']': %s" | |
4339 | 5447 msgstr "E789: ] puuttuu: %s" |
1624 | 5448 |
5449 #, c-format | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5450 msgid "E890: trailing char after ']': %s]%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5451 msgstr "E890: Ylimääräisiä merkkejä merkin ] perässä: %s]%s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5452 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5453 #, c-format |
1624 | 5454 msgid "E398: Missing '=': %s" |
5455 msgstr "E398: = puuttuu: %s" | |
5456 | |
5457 #, c-format | |
5458 msgid "E399: Not enough arguments: syntax region %s" | |
5459 msgstr "E399: Argumentteja puuttuu: syntaksialue %s" | |
5460 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5461 msgid "E848: Too many syntax clusters" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5462 msgstr "E848: Liikaa syntaksiklustereita" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5463 |
1624 | 5464 msgid "E400: No cluster specified" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5465 msgstr "E400: klusteri määrittelemättä" |
1624 | 5466 |
5467 #, c-format | |
5468 msgid "E401: Pattern delimiter not found: %s" | |
5469 msgstr "E401: Kuvoin erotin puuttuu: %s" | |
5470 | |
5471 #, c-format | |
5472 msgid "E402: Garbage after pattern: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5473 msgstr "E402: Roskia kuvion jäljessä: %s" |
1624 | 5474 |
5475 msgid "E403: syntax sync: line continuations pattern specified twice" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5476 msgstr "E403: syntax sync: rivinjatkamiskuvio määritelty kahdesti" |
1624 | 5477 |
5478 #, c-format | |
5479 msgid "E404: Illegal arguments: %s" | |
5480 msgstr "E404: Virheelliset argumentit: %s" | |
5481 | |
5482 #, c-format | |
5483 msgid "E405: Missing equal sign: %s" | |
5484 msgstr "E405: = puuttuu: %s" | |
5485 | |
5486 #, c-format | |
5487 msgid "E406: Empty argument: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5488 msgstr "E406: Tyhjä argumentti: %s" |
1624 | 5489 |
5490 #, c-format | |
5491 msgid "E407: %s not allowed here" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5492 msgstr "E407: %s ei sovi tähän" |
1624 | 5493 |
5494 #, c-format | |
5495 msgid "E408: %s must be first in contains list" | |
5496 msgstr "E408: %s kuuluu contains-listan alkuun" | |
5497 | |
5498 #, c-format | |
5499 msgid "E409: Unknown group name: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5500 msgstr "E409: Tuntematon ryhmän nimi: %s" |
1624 | 5501 |
5502 #, c-format | |
5503 msgid "E410: Invalid :syntax subcommand: %s" | |
5504 msgstr "E410: Virheelluinen :syntax-osakomento: %s" | |
5505 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5506 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5507 " TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5508 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5509 " KAIKKI MÄÄRÄ TÄSMÄYS HITAIN KEKSIARVO NIMI ILMAUS" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5510 |
1624 | 5511 msgid "E679: recursive loop loading syncolor.vim" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5512 msgstr "E679: rekursiivinen silmukka syncolor.vimissä" |
1624 | 5513 |
5514 #, c-format | |
5515 msgid "E411: highlight group not found: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5516 msgstr "E411: korostusryhmää ei löytynyt: %s" |
1624 | 5517 |
5518 #, c-format | |
5519 msgid "E412: Not enough arguments: \":highlight link %s\"" | |
5520 msgstr "E412: Argumentteja puuttuu: :highlight link %s" | |
5521 | |
5522 #, c-format | |
5523 msgid "E413: Too many arguments: \":highlight link %s\"" | |
5524 msgstr "E413: Liikaa argumentteja: :highlight link %s" | |
5525 | |
5526 msgid "E414: group has settings, highlight link ignored" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5527 msgstr "E414: ryhmällä on asetuksia, highlight link -komento ohitetaan" |
1624 | 5528 |
5529 #, c-format | |
5530 msgid "E415: unexpected equal sign: %s" | |
5531 msgstr "E415: odotuksenvastainen =-merkki: %s" | |
5532 | |
5533 #, c-format | |
5534 msgid "E416: missing equal sign: %s" | |
5535 msgstr "E416: puuttuva =-merkki: %s" | |
5536 | |
5537 #, c-format | |
5538 msgid "E417: missing argument: %s" | |
5539 msgstr "E417: puuttuva argumentti: %s" | |
5540 | |
5541 #, c-format | |
5542 msgid "E418: Illegal value: %s" | |
5543 msgstr "E418: Viallinen arvo: %s" | |
5544 | |
5545 msgid "E419: FG color unknown" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5546 msgstr "E419: edustaväri tuntematon" |
1624 | 5547 |
5548 msgid "E420: BG color unknown" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5549 msgstr "E420: taustaväri tuntematon" |
1624 | 5550 |
5551 #, c-format | |
5552 msgid "E421: Color name or number not recognized: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5553 msgstr "E421: Värin nimi tai numero tuntematon: %s" |
1624 | 5554 |
5555 #, c-format | |
5556 msgid "E422: terminal code too long: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5557 msgstr "E422: terminaalikoodi liian pitkä: %s" |
1624 | 5558 |
5559 #, c-format | |
5560 msgid "E423: Illegal argument: %s" | |
5561 msgstr "E423: Virheellinen argumentti: %s" | |
5562 | |
5563 msgid "E424: Too many different highlighting attributes in use" | |
5564 msgstr "E424: Liikaa eri korostusattribuutteja" | |
5565 | |
5566 msgid "E669: Unprintable character in group name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5567 msgstr "E669: Tulostuskelvoton merkki ryhmän nimessä" |
1624 | 5568 |
5569 msgid "W18: Invalid character in group name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5570 msgstr "W18: Virheellinen merkki ryhmän nimessä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5571 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5572 msgid "E849: Too many highlight and syntax groups" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5573 msgstr "E849: Liikaa korostuksia ja syntaksiryhmiä" |
1624 | 5574 |
5575 msgid "E555: at bottom of tag stack" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5576 msgstr "E555: tägipinon pohja" |
1624 | 5577 |
5578 msgid "E556: at top of tag stack" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5579 msgstr "E556: tägipinon huippu" |
1624 | 5580 |
5581 msgid "E425: Cannot go before first matching tag" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5582 msgstr "E425: Ei voida mennä ensimmäistä täsmäävää tägiä alummaksi" |
1624 | 5583 |
5584 #, c-format | |
5585 msgid "E426: tag not found: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5586 msgstr "E426: tägi puuttuu: %s" |
1624 | 5587 |
1698 | 5588 msgid " # pri kind tag" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5589 msgstr " # arvo tyyppi tägi" |
1624 | 5590 |
5591 msgid "file\n" | |
5592 msgstr "tiedosto\n" | |
5593 | |
5594 msgid "E427: There is only one matching tag" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5595 msgstr "E427: Vain yksi tägi täsmää" |
1624 | 5596 |
5597 msgid "E428: Cannot go beyond last matching tag" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5598 msgstr "E428: Ei voida edetä viimeisen täsmäävän tägin ohi" |
1624 | 5599 |
5600 #, c-format | |
5601 msgid "File \"%s\" does not exist" | |
5602 msgstr "Tiedostoa %s ei ole" | |
5603 | |
5604 #, c-format | |
5605 msgid "tag %d of %d%s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5606 msgstr "tägi %d/%d%s" |
1624 | 5607 |
5608 msgid " or more" | |
5609 msgstr " tai useammasta" | |
5610 | |
1698 | 5611 msgid " Using tag with different case!" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5612 msgstr " Tägissä eri kirjaintaso" |
1624 | 5613 |
5614 #, c-format | |
5615 msgid "E429: File \"%s\" does not exist" | |
5616 msgstr "E429: Tiedostoa %s ei ole" | |
5617 | |
5618 msgid "" | |
5619 "\n" | |
5620 " # TO tag FROM line in file/text" | |
5621 msgstr "" | |
5622 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5623 " # TILL tagg FRÅN LINJE i fil/text" |
1624 | 5624 |
5625 #, c-format | |
5626 msgid "Searching tags file %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5627 msgstr "Etsitään tägitiedostoa %s" |
1624 | 5628 |
5629 #, c-format | |
1698 | 5630 msgid "E430: Tag file path truncated for %s\n" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5631 msgstr "E430: Tägitiedoston polku katkaistu kohdassa %s\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5632 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5633 msgid "Ignoring long line in tags file" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5634 msgstr "Ohitetaan pitkä rivi tägitiedostossa" |
1624 | 5635 |
5636 #, c-format | |
5637 msgid "E431: Format error in tags file \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5638 msgstr "E431: Muotovirh tägitiedostossa %s" |
1624 | 5639 |
5640 #, c-format | |
5641 msgid "Before byte %ld" | |
5642 msgstr "Ennen tavua %ld" | |
5643 | |
5644 #, c-format | |
5645 msgid "E432: Tags file not sorted: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5646 msgstr "E432: Tägitiedosto ei ole järjestetty: %s" |
1624 | 5647 |
5648 msgid "E433: No tags file" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5649 msgstr "E433: Ei tägitiedostoja" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5650 |
1624 | 5651 msgid "E434: Can't find tag pattern" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5652 msgstr "E434: Tägikuviota ei löydy" |
1624 | 5653 |
5654 msgid "E435: Couldn't find tag, just guessing!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5655 msgstr "E435: Tägiä ei löydy, arvataan." |
1624 | 5656 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5657 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5658 msgid "Duplicate field name: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5659 msgstr "Kaksoiskappale kentän nimestä: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5660 |
1624 | 5661 msgid "' not known. Available builtin terminals are:" |
5662 msgstr " ei tunnettu. Tuetut terminaalit:" | |
5663 | |
5664 msgid "defaulting to '" | |
5665 msgstr "oletusarvona " | |
5666 | |
5667 msgid "E557: Cannot open termcap file" | |
5668 msgstr "E557: Ei voi avata termcap-tiedostoa" | |
5669 | |
5670 msgid "E558: Terminal entry not found in terminfo" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5671 msgstr "E558: Terminaalia ei löytynyt terminfosta" |
1624 | 5672 |
5673 msgid "E559: Terminal entry not found in termcap" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5674 msgstr "E559: Terminaalia ei löytynyt termcapista" |
1624 | 5675 |
5676 #, c-format | |
5677 msgid "E436: No \"%s\" entry in termcap" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5678 msgstr "E436: %s ei löytynyt termcapista" |
1624 | 5679 |
5680 msgid "E437: terminal capability \"cm\" required" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5681 msgstr "E437: terminaalilla pitää olla cm kyvyissään" |
1624 | 5682 |
5683 msgid "" | |
5684 "\n" | |
5685 "--- Terminal keys ---" | |
5686 msgstr "" | |
5687 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5688 "--- Terminaalinäppäimet ---" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5689 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5690 msgid "Cannot open $VIMRUNTIME/rgb.txt" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5691 msgstr "Ei voida avata tiedostoa $VIMRUNTIME/rgb.txt" |
1624 | 5692 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5693 msgid "Terminal" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5694 msgstr "Terminaali" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5695 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5696 msgid "Terminal-finished" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5697 msgstr "Terminaali-lopetettu" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5698 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5699 msgid "active" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5700 msgstr "aktiivinen" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5701 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5702 msgid "running" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5703 msgstr "suoritetaan" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5704 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5705 msgid "finished" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5706 msgstr "lopetettu" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5707 |
1624 | 5708 msgid "new shell started\n" |
5709 msgstr "uusi kuori avattu\n" | |
5710 | |
5711 msgid "Vim: Error reading input, exiting...\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5712 msgstr "Vim: Virhe luettaessa syötettä, poistutaan...\n" |
1624 | 5713 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5714 msgid "Used CUT_BUFFER0 instead of empty selection" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5715 msgstr "Käytettiin CUT_BUFFER0:aa tyhjän valinnan sijaan" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5716 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5717 msgid "E881: Line count changed unexpectedly" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5718 msgstr "E881: Rivimäärä vaihtui odottamatta" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5719 |
1624 | 5720 msgid "No undo possible; continue anyway" |
5721 msgstr "Ei voi kumota, jatketaan silti" | |
5722 | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5723 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5724 msgid "E828: Cannot open undo file for writing: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5725 msgstr "E828: Kumoustiedoston avaus kirjoittamista varten ei onnistu: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5726 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5727 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5728 msgid "E825: Corrupted undo file (%s): %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5729 msgstr "E825: Pilaanntunut kumoustiedosto (%s): %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5730 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5731 msgid "Cannot write undo file in any directory in 'undodir'" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5732 msgstr "Ei voitu lukea kumoustiedostoa mistään undodir-muuttujan hakemistosta" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5733 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5734 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5735 msgid "Will not overwrite with undo file, cannot read: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5736 msgstr "Ei ylikirjoitetat kumoustiedostolla, koska ei voida lukea: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5737 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5738 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5739 msgid "Will not overwrite, this is not an undo file: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5740 msgstr "Ei ylikirjoiteta, koska tämä ei ole kumoustiedosto: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5741 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5742 msgid "Skipping undo file write, nothing to undo" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5743 msgstr "Ohitetaan kumoustiedoston kirjoitus, koska ei ole peruutettavia" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5744 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5745 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5746 msgid "Writing undo file: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5747 msgstr "Kirjoitetaan kumoustiedostoa: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5748 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5749 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5750 msgid "E829: write error in undo file: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5751 msgstr "E829: Kirjoitusvirhe kumoustiedostossa: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5752 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5753 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5754 msgid "Not reading undo file, owner differs: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5755 msgstr "Ei lueta kumoustiedosto jonka omistaja on eri: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5756 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5757 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5758 msgid "Reading undo file: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5759 msgstr "Luetaan kumoustiedostoa: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5760 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5761 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5762 msgid "E822: Cannot open undo file for reading: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5763 msgstr "E822: Kumoustiedostoa ei voi avata lukemista varten: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5764 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5765 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5766 msgid "E823: Not an undo file: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5767 msgstr "E823: Ei ole kumoustiedosto: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5768 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5769 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5770 msgid "E832: Non-encrypted file has encrypted undo file: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5771 msgstr "E832: Salaamattomalla tiedostolla on salattu kumoustiedosto: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5772 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5773 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5774 msgid "E826: Undo file decryption failed: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5775 msgstr "E826: Kumoustiedoston purku epäonnistui: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5776 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5777 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5778 msgid "E827: Undo file is encrypted: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5779 msgstr "E827: Kumoustiedosto on salattu: %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5780 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5781 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5782 msgid "E824: Incompatible undo file: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5783 msgstr "E824: Epäyhteensopiva kumoustiedosto: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5784 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5785 msgid "File contents changed, cannot use undo info" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5786 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5787 "Tiedoston sisältö on muuttunut, joen kumoustiedot ovat käyttökelvottomia" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5788 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5789 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5790 msgid "Finished reading undo file %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5791 msgstr "Ladattu kumoustiedoto %s" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5792 |
1624 | 5793 msgid "Already at oldest change" |
5794 msgstr "Vanhimmassa muutoksessa" | |
5795 | |
5796 msgid "Already at newest change" | |
5797 msgstr "Nuorimmassa muutoksessa" | |
5798 | |
5799 #, c-format | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
5800 msgid "E830: Undo number %ld not found" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5801 msgstr "E830: Kumouslukua %ld ei löydy" |
1624 | 5802 |
5803 msgid "E438: u_undo: line numbers wrong" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5804 msgstr "E438: u_undo: väärät rivinumerot" |
1624 | 5805 |
5806 msgid "more line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5807 msgstr "rivi lisää" |
1624 | 5808 |
5809 msgid "more lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5810 msgstr "riviä lisää" |
1624 | 5811 |
5812 msgid "line less" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5813 msgstr "rivi vähemmän" |
1624 | 5814 |
5815 msgid "fewer lines" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5816 msgstr "riviä vähemmän" |
1624 | 5817 |
5818 msgid "change" | |
5819 msgstr "muutos" | |
5820 | |
5821 msgid "changes" | |
5822 msgstr "muutosta" | |
5823 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5824 # eka %s yläpuolelta, toka %s alapuolelta, kolmas %s aika |
1624 | 5825 #, c-format |
5826 msgid "%ld %s; %s #%ld %s" | |
5827 msgstr "%ld %s, %s #%ld %s" | |
5828 | |
5829 msgid "before" | |
5830 msgstr "ennen muutosta" | |
5831 | |
5832 msgid "after" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5833 msgstr "jälkeen muutoksen" |
1624 | 5834 |
5835 msgid "Nothing to undo" | |
5836 msgstr "Ei kumottavaa" | |
5837 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5838 msgid "number changes when saved" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5839 msgstr "numero muutoksia aika tallennettu" |
1624 | 5840 |
5841 #, c-format | |
5842 msgid "%ld seconds ago" | |
5843 msgstr "%ld sekuntia sitten" | |
5844 | |
5845 msgid "E790: undojoin is not allowed after undo" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5846 msgstr "E790: undojoin ei toimi undon jälkeen" |
1624 | 5847 |
5848 msgid "E439: undo list corrupt" | |
5849 msgstr "E439: kumouslista rikki" | |
5850 | |
5851 msgid "E440: undo line missing" | |
5852 msgstr "E440: kumousrivi puuttuu" | |
5853 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5854 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5855 msgid "E122: Function %s already exists, add ! to replace it" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5856 msgstr "E122: Funktio %s on jo olemassa, lisää ! korvataksesi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5857 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5858 msgid "E717: Dictionary entry already exists" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5859 msgstr "E717: Sanakirja-alkio on jo olemassa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5860 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5861 msgid "E718: Funcref required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5862 msgstr "E718: Funcref tarvitaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5863 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5864 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5865 msgid "E130: Unknown function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5866 msgstr "E130: Tuntematon funktio: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5867 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5868 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5869 msgid "E125: Illegal argument: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5870 msgstr "E125: Virheellinen argumentti: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5871 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5872 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5873 msgid "E853: Duplicate argument name: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5874 msgstr "E853: Kaksoiskappale argumentin nimestä: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5875 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5876 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5877 msgid "E740: Too many arguments for function %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5878 msgstr "E740: Liikaa argumentteja funktiolle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5879 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5880 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5881 msgid "E116: Invalid arguments for function %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5882 msgstr "E116: Vääriä argumentteja funktiolle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5883 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5884 msgid "E132: Function call depth is higher than 'maxfuncdepth'" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5885 msgstr "E132: Funktiokutsujen syvyys on enemmän kuin maxfuncdepth" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5886 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5887 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5888 msgid "calling %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5889 msgstr "kutsutaan funktiota %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5890 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5891 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5892 msgid "%s aborted" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5893 msgstr "%s keskeytettiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5894 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5895 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5896 msgid "%s returning #%ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5897 msgstr "%s palaa kohdassa #%ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5898 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5899 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5900 msgid "%s returning %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5901 msgstr "%s palaa kohdassa %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5902 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5903 msgid "E699: Too many arguments" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5904 msgstr "E699: Liikaa argumentteja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5905 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5906 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5907 msgid "E117: Unknown function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5908 msgstr "E117: Tuntematon funktio: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5909 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5910 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5911 msgid "E933: Function was deleted: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5912 msgstr "E933: Funktion nimi poistettu: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5913 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5914 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5915 msgid "E119: Not enough arguments for function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5916 msgstr "E119: Liikaa argumentteja funktiolle %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5917 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5918 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5919 msgid "E120: Using <SID> not in a script context: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5920 msgstr "E120: <SID> skriptin ulkopuolella: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5921 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5922 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5923 msgid "E725: Calling dict function without Dictionary: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5924 msgstr "E725: dict-funktio ilman sanakirjaa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5925 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5926 msgid "E129: Function name required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5927 msgstr "E129: Funktion nimi puuttuu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5928 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5929 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5930 msgid "E128: Function name must start with a capital or \"s:\": %s" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5931 msgstr "E128: Funktion nimen pitää alkaa suuraakkosella tai merkeillä ’s:’: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5932 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5933 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5934 msgid "E884: Function name cannot contain a colon: %s" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5935 msgstr "E884: Funktion nimessä ei saa olla kaksoispistettä: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5936 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5937 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5938 msgid "E123: Undefined function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5939 msgstr "E123: Tuntematon funktio: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5940 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5941 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5942 msgid "E124: Missing '(': %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5943 msgstr "E124: ( puuttuu: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5944 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5945 msgid "E862: Cannot use g: here" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5946 msgstr "E862: g: ei toimi täällä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5947 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5948 #, c-format |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5949 msgid "E932: Closure function should not be at top level: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5950 msgstr "E932: Sulkeumafunktion ei pitäisi olla uloimmalla tasolla: %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5951 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5952 msgid "E126: Missing :endfunction" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5953 msgstr "E126: :endfunction puuttuu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5954 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5955 #, c-format |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5956 msgid "W22: Text found after :endfunction: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5957 msgstr "W22: Ylimääräistä tekstiä :endfunction jälkeen: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5958 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
5959 #, c-format |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5960 msgid "E707: Function name conflicts with variable: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5961 msgstr "E707: Funktion nimi on ristiriidassa muuttujan kanssa: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5962 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5963 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5964 msgid "E127: Cannot redefine function %s: It is in use" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5965 msgstr "E127: Funktiota %s ei voi määritellä uudestaan, koska se on käytössä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5966 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5967 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5968 msgid "E746: Function name does not match script file name: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5969 msgstr "E746: Funktion nimi ei ole sama kuin skriptin tiedostonnimi: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5970 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5971 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5972 msgid "E131: Cannot delete function %s: It is in use" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5973 msgstr "E131: Funktiota %s ei voi poistaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5974 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5975 msgid "E133: :return not inside a function" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5976 msgstr "E133: :return ei ole funktion sisällä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5977 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5978 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5979 msgid "E107: Missing parentheses: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5980 msgstr "E107: Sulkeita puuttuu: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
5981 |
1624 | 5982 msgid "" |
5983 "\n" | |
1668 | 5984 "MS-Windows 64-bit GUI version" |
1624 | 5985 msgstr "" |
5986 "\n" | |
5987 "MS-Windows 64-bittinen GUI-versio" | |
5988 | |
5989 msgid "" | |
5990 "\n" | |
1668 | 5991 "MS-Windows 32-bit GUI version" |
1624 | 5992 msgstr "" |
5993 "\n" | |
1698 | 5994 "MS-Windows 32-bittinen GUI-version" |
1624 | 5995 |
5996 msgid " with OLE support" | |
5997 msgstr " OLE-tuella" | |
5998 | |
5999 msgid "" | |
6000 "\n" | |
1698 | 6001 "MS-Windows 64-bit console version" |
6002 msgstr "" | |
6003 "\n" | |
6004 "MS-Windows 32-bittinen konsoliversio" | |
6005 | |
6006 msgid "" | |
6007 "\n" | |
1668 | 6008 "MS-Windows 32-bit console version" |
1624 | 6009 msgstr "" |
6010 "\n" | |
1698 | 6011 "MS-Windows 32-bittinen konsoliversio" |
1624 | 6012 |
6013 msgid "" | |
6014 "\n" | |
6015 "MacOS X (unix) version" | |
6016 msgstr "" | |
6017 "\n" | |
6018 "MacOS X-version (unix)" | |
6019 | |
6020 msgid "" | |
6021 "\n" | |
6022 "MacOS X version" | |
6023 msgstr "" | |
6024 "\n" | |
6025 "MacOS X-version" | |
6026 | |
6027 msgid "" | |
6028 "\n" | |
6029 "MacOS version" | |
6030 msgstr "" | |
6031 "\n" | |
6032 "MacOS-version" | |
6033 | |
6034 msgid "" | |
6035 "\n" | |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6036 "OpenVMS version" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6037 msgstr "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6038 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6039 "OpenVMS-version" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6040 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6041 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6042 "\n" |
1624 | 6043 "Included patches: " |
6044 msgstr "" | |
6045 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6046 "Pätsit: " |
1624 | 6047 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6048 msgid "" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6049 "\n" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6050 "Extra patches: " |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6051 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6052 "\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6053 "Muita pätsejä: " |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6054 |
1624 | 6055 msgid "Modified by " |
6056 msgstr "Muokannut " | |
6057 | |
6058 msgid "" | |
6059 "\n" | |
6060 "Compiled " | |
6061 msgstr "" | |
6062 "\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6063 "Kääntänyt " |
1624 | 6064 |
6065 msgid "by " | |
6066 msgstr ": " | |
6067 | |
6068 msgid "" | |
6069 "\n" | |
6070 "Huge version " | |
6071 msgstr "" | |
6072 "\n" | |
1698 | 6073 "Huge-versio " |
1624 | 6074 |
6075 msgid "" | |
6076 "\n" | |
6077 "Big version " | |
6078 msgstr "" | |
6079 "\n" | |
1698 | 6080 "Big-version " |
1624 | 6081 |
6082 msgid "" | |
6083 "\n" | |
6084 "Normal version " | |
6085 msgstr "" | |
6086 "\n" | |
1698 | 6087 "Normal-versio " |
1624 | 6088 |
6089 msgid "" | |
6090 "\n" | |
6091 "Small version " | |
6092 msgstr "" | |
6093 "\n" | |
1698 | 6094 "Small-versio " |
1624 | 6095 |
6096 msgid "" | |
6097 "\n" | |
6098 "Tiny version " | |
6099 msgstr "" | |
6100 "\n" | |
1698 | 6101 "Tiny-versio " |
1624 | 6102 |
6103 msgid "without GUI." | |
6104 msgstr "ilman GUIta." | |
6105 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6106 msgid "with GTK3 GUI." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6107 msgstr "GTK3-GUIlla." |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6108 |
1624 | 6109 msgid "with GTK2-GNOME GUI." |
6110 msgstr "GTK2-Gnome-GUIlla." | |
6111 | |
6112 msgid "with GTK2 GUI." | |
6113 msgstr "GTK2-GUIlla." | |
6114 | |
6115 msgid "with X11-Motif GUI." | |
6116 msgstr "X11-Motif-GUIlla." | |
6117 | |
6118 msgid "with X11-neXtaw GUI." | |
6119 msgstr "X11-neXtaw-GUIlla." | |
6120 | |
6121 msgid "with X11-Athena GUI." | |
6122 msgstr "X11-Athena-GUIlla." | |
6123 | |
6124 msgid "with Photon GUI." | |
6125 msgstr "Photon-GUIlla." | |
6126 | |
6127 msgid "with GUI." | |
6128 msgstr "GUIlla." | |
6129 | |
6130 msgid "with Carbon GUI." | |
6131 msgstr "Carbon-GUIlla." | |
6132 | |
6133 msgid "with Cocoa GUI." | |
6134 msgstr "Cocoa-GUIlla." | |
6135 | |
6136 msgid "with (classic) GUI." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6137 msgstr "perinteisellä GUIlla." |
1624 | 6138 |
6139 msgid " Features included (+) or not (-):\n" | |
6140 msgstr " Ominaisuudet mukana (+) ja poissa (-):\n" | |
6141 | |
6142 msgid " system vimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6143 msgstr " järjestelmän vimrc: \"" |
1624 | 6144 |
6145 msgid " user vimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6146 msgstr " käyttäjän vimrc: \"" |
1624 | 6147 |
6148 msgid " 2nd user vimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6149 msgstr " 2. käyttäjän vimrc: \"" |
1624 | 6150 |
6151 msgid " 3rd user vimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6152 msgstr " 3. käyttäjän vimrc: \"" |
1624 | 6153 |
6154 msgid " user exrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6155 msgstr " käyttäjän exrc: \"" |
1624 | 6156 |
6157 msgid " 2nd user exrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6158 msgstr " 2. käyttäjän exrc: \"" |
1624 | 6159 |
6160 msgid " system gvimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6161 msgstr " järjestelmän gvimrc: \"" |
1624 | 6162 |
6163 msgid " user gvimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6164 msgstr " käyttäjän gvimrc: \"" |
1624 | 6165 |
6166 msgid "2nd user gvimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6167 msgstr "2. käyttäjän gvimrc: \"" |
1624 | 6168 |
6169 msgid "3rd user gvimrc file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6170 msgstr "3. käyttäjän gvimrc: \"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6171 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6172 msgid " defaults file: \"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6173 msgstr " defaults-tiedosto: \"" |
1624 | 6174 |
6175 msgid " system menu file: \"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6176 msgstr " järjestelmävalikko: \"" |
1624 | 6177 |
6178 msgid " fall-back for $VIM: \"" | |
6179 msgstr " $VIMin fallback: \"" | |
6180 | |
6181 msgid " f-b for $VIMRUNTIME: \"" | |
6182 msgstr " $VIMRUNTIMEn f-b: \"" | |
6183 | |
6184 msgid "Compilation: " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6185 msgstr "Käännös: " |
1624 | 6186 |
6187 msgid "Compiler: " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6188 msgstr "Käännin: " |
1624 | 6189 |
6190 msgid "Linking: " | |
6191 msgstr "Linkitys: " | |
6192 | |
6193 msgid " DEBUG BUILD" | |
6194 msgstr " DEBUG-versio" | |
6195 | |
6196 msgid "VIM - Vi IMproved" | |
6197 msgstr "VIM - Vi IMproved" | |
6198 | |
6199 msgid "version " | |
6200 msgstr "versio " | |
6201 | |
6202 msgid "by Bram Moolenaar et al." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6203 msgstr "tekijät Bram Moolenaar et al." |
1624 | 6204 |
6205 msgid "Vim is open source and freely distributable" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6206 msgstr "Vim on avointa lähdekoodia ja vapaasti jaossa" |
1624 | 6207 |
6208 msgid "Help poor children in Uganda!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6209 msgstr "Auta Ugandan köyhiä lapsia" |
1624 | 6210 |
6211 msgid "type :help iccf<Enter> for information " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6212 msgstr "kirjoita :help iccf<Enter> lisätietoa varten " |
1624 | 6213 |
6214 msgid "type :q<Enter> to exit " | |
1698 | 6215 msgstr "kirjoita :q<Enter> lopettaaksesi " |
1624 | 6216 |
6217 msgid "type :help<Enter> or <F1> for on-line help" | |
1698 | 6218 msgstr "kirjoita :help<Enter> tai <F1> ohjetta varten " |
1624 | 6219 |
10204
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
10048
diff
changeset
|
6220 msgid "type :help version8<Enter> for version info" |
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
10048
diff
changeset
|
6221 msgstr "kirjoita :help version8<Enter> versiotietoja varten " |
1624 | 6222 |
6223 msgid "Running in Vi compatible mode" | |
6224 msgstr "Suoritetaan Vi-yhteensopivuustilaa" | |
6225 | |
6226 msgid "type :set nocp<Enter> for Vim defaults" | |
1698 | 6227 msgstr "kirjoita :set nocp<Enter> Vimin oletuksiin " |
1624 | 6228 |
6229 msgid "type :help cp-default<Enter> for info on this" | |
6230 msgstr "kirjoita :help cp-default<Enter> ohjetta oletuksista varten" | |
6231 | |
6232 msgid "menu Help->Orphans for information " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6233 msgstr "valikko Ohje->Orvot lisätietoja varten " |
1624 | 6234 |
6235 msgid "Running modeless, typed text is inserted" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6236 msgstr "Suoritetaan tilattomana, kirjoitettu teksti syötetään" |
1624 | 6237 |
6238 msgid "menu Edit->Global Settings->Toggle Insert Mode " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6239 msgstr "valikko Muokkaa->Yleiset asetukset->Vaihda syötetilaa" |
1624 | 6240 |
6241 msgid " for two modes " | |
6242 msgstr " kahta tilaa varten " | |
6243 | |
6244 msgid "menu Edit->Global Settings->Toggle Vi Compatible" | |
6245 msgstr "valikko Muokkaa->Yleiset asetukset->Vaihda Vi-yhteensopivuutta" | |
6246 | |
6247 msgid " for Vim defaults " | |
6248 msgstr " Vim-oletuksia varten" | |
6249 | |
6250 msgid "Sponsor Vim development!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6251 msgstr "Tue Vimin kehitystä" |
1624 | 6252 |
6253 msgid "Become a registered Vim user!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6254 msgstr "Rekisteröidy Vim-käyttäjäksi." |
1624 | 6255 |
6256 msgid "type :help sponsor<Enter> for information " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6257 msgstr "kirjoita :help sponsor<Enter> lisätietoja varten" |
1624 | 6258 |
6259 msgid "type :help register<Enter> for information " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6260 msgstr "kirjoita :help register<Enter> lisätietoja varten" |
1624 | 6261 |
6262 msgid "menu Help->Sponsor/Register for information " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6263 msgstr "valikko Ohje->Sponsoroi/Rekisteröi lisätietoja varten" |
1624 | 6264 |
6265 msgid "Already only one window" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6266 msgstr "Enää yksi ikkuna jäljellä" |
1624 | 6267 |
6268 msgid "E441: There is no preview window" | |
6269 msgstr "E441: Ei esikatseluikkunaa" | |
6270 | |
6271 msgid "E442: Can't split topleft and botright at the same time" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6272 msgstr "E442: Ei voi jakaa vasenta ylänurkkaa ja oikeaa alanurkkaa yhtäaikaa" |
1624 | 6273 |
6274 msgid "E443: Cannot rotate when another window is split" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6275 msgstr "E443: Ei voi kiertää kun toinen ikkuna on jaettu" |
1624 | 6276 |
6277 msgid "E444: Cannot close last window" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6278 msgstr "E444: Ei voi sulkea viimeistä ikkunaa" |
1624 | 6279 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6280 msgid "E813: Cannot close autocmd window" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6281 msgstr "E813: Ei voi sulkea autocmd-ikkunaa" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6282 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6283 msgid "E814: Cannot close window, only autocmd window would remain" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6284 msgstr "E814: Ei voi sulkea viimeistä ikkunaa, joka ei ole autocmd-ikkuna" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6285 |
1624 | 6286 msgid "E445: Other window contains changes" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6287 msgstr "E445: Toinen ikkuna sisältää muutoksia" |
1624 | 6288 |
6289 msgid "E446: No file name under cursor" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6290 msgstr "E446: Ei tiedostonimeä kursorin alla" |
1624 | 6291 |
6292 #, c-format | |
6293 msgid "E447: Can't find file \"%s\" in path" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6294 msgstr "E447: Tiedosto %s ei löydy polulta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6295 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6296 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6297 msgid "E799: Invalid ID: %ld (must be greater than or equal to 1)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6298 msgstr "E799: Käyttökelvoton ID: %ld (pitää olla vähintään 1)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6299 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6300 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6301 msgid "E801: ID already taken: %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6302 msgstr "E801: ID jo käytössä: %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6303 |
18972 | 6304 msgid "E290: List or number required" |
6305 msgstr "E290: Lista tai luku tarvitaan" | |
1624 | 6306 |
6307 #, c-format | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6308 msgid "E802: Invalid ID: %ld (must be greater than or equal to 1)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6309 msgstr "E802: Käyttöklvoton ID: %ld (pitää olla vähintään 1)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6310 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6311 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6312 msgid "E803: ID not found: %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6313 msgstr "E803: ID:tä ei löydy: %ld" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6314 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6315 #, c-format |
1624 | 6316 msgid "E370: Could not load library %s" |
6317 msgstr "E370: Kirjaston %s lataaminen ei onnistu" | |
6318 | |
6319 msgid "Sorry, this command is disabled: the Perl library could not be loaded." | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6320 msgstr "komento ei toimi, Perl kirjastoa ei voinut ladata." |
1624 | 6321 |
6322 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" | |
6323 msgstr "E299: Perl-suoritus kielletty hiekkalaatikossa ilman Safe-moduulia" | |
6324 | |
6325 msgid "Edit with &multiple Vims" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6326 msgstr "&Muokkaa usealla Vimillä" |
1624 | 6327 |
6328 msgid "Edit with single &Vim" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6329 msgstr "Muokkaa yhdellä &Vimillä" |
1624 | 6330 |
6331 msgid "Diff with Vim" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6332 msgstr "Diffi Vimillä" |
1624 | 6333 |
6334 msgid "Edit with &Vim" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6335 msgstr "Muokkaa &Vimillä" |
1624 | 6336 |
6337 msgid "Edit with existing Vim - " | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6338 msgstr "Muokkaa olemassaolevalla Vimillä - " |
1624 | 6339 |
6340 msgid "Edits the selected file(s) with Vim" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6341 msgstr "Muokkaa valittuja tiedostoja Vimillä" |
1624 | 6342 |
6343 msgid "Error creating process: Check if gvim is in your path!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6344 msgstr "Virhe prosessin käynnistämisessä, varmista että gvim on polulla" |
1624 | 6345 |
6346 msgid "gvimext.dll error" | |
6347 msgstr "gvimext.dll-virhe" | |
6348 | |
6349 msgid "Path length too long!" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6350 msgstr "Liian pitkä polku" |
1624 | 6351 |
6352 msgid "--No lines in buffer--" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6353 msgstr "--Ei rivejä puskurissa--" |
1624 | 6354 |
6355 msgid "E470: Command aborted" | |
6356 msgstr "E470: Komento peruttu" | |
6357 | |
6358 msgid "E471: Argument required" | |
6359 msgstr "E471: Argumentti puuttuu" | |
6360 | |
6361 msgid "E10: \\ should be followed by /, ? or &" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6362 msgstr "E10: \\:n jälkeen pitää tulla /, ? tai &" |
1624 | 6363 |
6364 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" | |
6365 msgstr "E11: Virheellinen komentorivi-ikkuna, <CR> suorittaa, Ctrl C lopettaa" | |
6366 | |
6367 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" | |
6368 msgstr "" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6369 "E12: Komentoa ei tueta exrc:ssä tai vimrc:ssä tässä hakemistossa tai " |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6370 "tägihaussa" |
1624 | 6371 |
6372 msgid "E171: Missing :endif" | |
6373 msgstr "E171: :endif puuttuu" | |
6374 | |
6375 msgid "E600: Missing :endtry" | |
6376 msgstr "E600: :endtry puuttuu" | |
6377 | |
6378 msgid "E170: Missing :endwhile" | |
6379 msgstr "E170: :endwhile puuttuu" | |
6380 | |
6381 msgid "E170: Missing :endfor" | |
6382 msgstr "E170: :endfor puuttuu" | |
6383 | |
6384 msgid "E588: :endwhile without :while" | |
6385 msgstr "E588: :endwhile ilman komentoa :while" | |
6386 | |
6387 msgid "E588: :endfor without :for" | |
6388 msgstr "E588: :endfor ilman komentoa :for" | |
6389 | |
6390 msgid "E13: File exists (add ! to override)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6391 msgstr "E13: Tiedosto on jo olemassa (lisää ! ohittaaksesi)" |
1624 | 6392 |
6393 msgid "E472: Command failed" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6394 msgstr "E472: Komento epäonnistui" |
1624 | 6395 |
6396 #, c-format | |
6397 msgid "E234: Unknown fontset: %s" | |
6398 msgstr "E234: Tuntematon fontset: %s" | |
6399 | |
6400 #, c-format | |
6401 msgid "E235: Unknown font: %s" | |
6402 msgstr "E235: Tuntematon fontti: %s" | |
6403 | |
6404 #, c-format | |
6405 msgid "E236: Font \"%s\" is not fixed-width" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6406 msgstr "E236: Fontti %s ei ole tasavälinen" |
1624 | 6407 |
6408 msgid "E473: Internal error" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6409 msgstr "E473: Sisäinen virhe" |
1624 | 6410 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6411 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6412 msgid "E685: Internal error: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6413 msgstr "E685: Sisäinen virhe: %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6414 |
1624 | 6415 msgid "Interrupted" |
6416 msgstr "Keskeytetty" | |
6417 | |
6418 msgid "E14: Invalid address" | |
6419 msgstr "E14: Virheellinen osoite" | |
6420 | |
6421 msgid "E474: Invalid argument" | |
6422 msgstr "E474: Virheellinen argumentti" | |
6423 | |
6424 #, c-format | |
6425 msgid "E475: Invalid argument: %s" | |
4339 | 6426 msgstr "E475: Virheellinen argumentti: %s" |
1624 | 6427 |
6428 #, c-format | |
6429 msgid "E15: Invalid expression: %s" | |
4339 | 6430 msgstr "E15: Virheellinen ilmaus: %s" |
1624 | 6431 |
6432 msgid "E16: Invalid range" | |
6433 msgstr "E16: Virheellinen arvoalue" | |
6434 | |
6435 msgid "E476: Invalid command" | |
6436 msgstr "E476: Virheellinen komento" | |
6437 | |
6438 #, c-format | |
6439 msgid "E17: \"%s\" is a directory" | |
6440 msgstr "E17: %s on hakemisto" | |
6441 | |
6442 #, c-format | |
6443 msgid "E364: Library call failed for \"%s()\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6444 msgstr "E364: Kirjastukutsu %s() epäonnistui" |
1624 | 6445 |
6446 #, c-format | |
6447 msgid "E448: Could not load library function %s" | |
6448 msgstr "E448: Ei voitu ladta kirjastofunktiota %s" | |
6449 | |
6450 msgid "E19: Mark has invalid line number" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6451 msgstr "E19: Merkillä on virheellinen rivinumero" |
1624 | 6452 |
6453 msgid "E20: Mark not set" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6454 msgstr "E20: Merkkiä ei asetettu" |
1624 | 6455 |
6456 msgid "E21: Cannot make changes, 'modifiable' is off" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6457 msgstr "E21: Ei voi tehdä muutoksia, modifiable on pois päältä" |
1624 | 6458 |
6459 msgid "E22: Scripts nested too deep" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6460 msgstr "E22: Liian monta tasoa skripteissä" |
1624 | 6461 |
6462 msgid "E23: No alternate file" | |
6463 msgstr "E23: Eo vaihtoehtoista tiedostoa" | |
6464 | |
6465 msgid "E24: No such abbreviation" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6466 msgstr "E24: Lyhennettä ei ole" |
1624 | 6467 |
6468 msgid "E477: No ! allowed" | |
6469 msgstr "E477: ! ei sallittu" | |
6470 | |
6471 msgid "E25: GUI cannot be used: Not enabled at compile time" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6472 msgstr "E25: GUIta ei voi käyttää, koska sitä ei käännetty mukaan" |
1624 | 6473 |
6474 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6475 msgstr "E26: Hepreaa ei voi käyttää, koska sitä ei käännetty mukaan\n" |
1624 | 6476 |
6477 msgid "E27: Farsi cannot be used: Not enabled at compile time\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6478 msgstr "E27: Farsia ei voi käyttää, koska sitä ei käännetty mukaan\n" |
1624 | 6479 |
6480 msgid "E800: Arabic cannot be used: Not enabled at compile time\n" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6481 msgstr "E800: Arabiaa ei voi käyttää, koska sitä ei käännetty mukaan\n" |
1624 | 6482 |
6483 #, c-format | |
6484 msgid "E28: No such highlight group name: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6485 msgstr "E28: Korostusryhmää ei ole nimellä: %s" |
1624 | 6486 |
6487 msgid "E29: No inserted text yet" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6488 msgstr "E29: Tekstiä ei ole syötetty vielä" |
1624 | 6489 |
6490 msgid "E30: No previous command line" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6491 msgstr "E30: Ei edellistä komentoriviä" |
1624 | 6492 |
6493 msgid "E31: No such mapping" | |
6494 msgstr "E31: Kuvausta ei ole" | |
6495 | |
6496 msgid "E479: No match" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6497 msgstr "E479: Ei täsmää" |
1624 | 6498 |
6499 #, c-format | |
6500 msgid "E480: No match: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6501 msgstr "E480: Ei tsämää: %s" |
1624 | 6502 |
6503 msgid "E32: No file name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6504 msgstr "E32: Ei tiedostonimeä" |
1624 | 6505 |
6506 msgid "E33: No previous substitute regular expression" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6507 msgstr "E33: Ei edellistä korvausta säännölliselle ilmaukselle" |
1624 | 6508 |
6509 msgid "E34: No previous command" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6510 msgstr "E34: Ei edellistä komentoa" |
1624 | 6511 |
6512 msgid "E35: No previous regular expression" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6513 msgstr "E35: Ei edellistä säännöllistä ilmausta" |
1624 | 6514 |
6515 msgid "E481: No range allowed" | |
6516 msgstr "E481: Arvoalue ei sallittu" | |
6517 | |
6518 msgid "E36: Not enough room" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6519 msgstr "E36: Tila ei riitä" |
1624 | 6520 |
6521 #, c-format | |
6522 msgid "E247: no registered server named \"%s\"" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6523 msgstr "E247: palvelinta %s ei ole rekisteröitynä" |
1624 | 6524 |
6525 #, c-format | |
6526 msgid "E482: Can't create file %s" | |
6527 msgstr "E482: Tiedostoa %s ei voi luoda" | |
6528 | |
6529 msgid "E483: Can't get temp file name" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6530 msgstr "E483: väliaikaistiedoston nimeä ei saada selville" |
1624 | 6531 |
6532 #, c-format | |
6533 msgid "E484: Can't open file %s" | |
6534 msgstr "E484: Ei voi avata tiedostoa %s" | |
6535 | |
6536 #, c-format | |
6537 msgid "E485: Can't read file %s" | |
6538 msgstr "E485: Ei voi lukea tiedostoa %s" | |
6539 | |
6540 msgid "E38: Null argument" | |
6541 msgstr "E38: Null-argumentti" | |
6542 | |
6543 msgid "E39: Number expected" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6544 msgstr "E39: Pitää olla numero" |
1624 | 6545 |
6546 #, c-format | |
6547 msgid "E40: Can't open errorfile %s" | |
6548 msgstr "E40: virhetiedostoa %s ei voi avata" | |
6549 | |
6550 msgid "E233: cannot open display" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6551 msgstr "E233: näyttöä ei voi avata" |
1624 | 6552 |
6553 msgid "E41: Out of memory!" | |
6554 msgstr "E41: Muisti loppui" | |
6555 | |
6556 msgid "Pattern not found" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6557 msgstr "Kuviota ei löydy" |
1624 | 6558 |
6559 #, c-format | |
6560 msgid "E486: Pattern not found: %s" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6561 msgstr "E486: Kuviota ei löydy: %s" |
1624 | 6562 |
6563 msgid "E487: Argument must be positive" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6564 msgstr "E487: Argumentin pitää olla positiivinen" |
1624 | 6565 |
6566 msgid "E459: Cannot go back to previous directory" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6567 msgstr "E459: Ei voi siirtyä edelliseen hakemistoon" |
1624 | 6568 |
6569 # ;-) | |
6570 msgid "E42: No Errors" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6571 msgstr "E42: Ei virheitä" |
1624 | 6572 |
6573 msgid "E776: No location list" | |
6574 msgstr "E776: Ei sijaintilistaa" | |
6575 | |
6576 msgid "E43: Damaged match string" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6577 msgstr "E43: Viallinen täsmäysmerkkijono" |
1624 | 6578 |
6579 msgid "E44: Corrupted regexp program" | |
6580 msgstr "E44: Viallinen regexp-ohjelma" | |
6581 | |
6582 msgid "E45: 'readonly' option is set (add ! to override)" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6583 msgstr "E45: readonly asetettu (lisää ! ohittaaksesi)" |
1624 | 6584 |
6585 #, c-format | |
6586 msgid "E46: Cannot change read-only variable \"%s\"" | |
6587 msgstr "E46: Kirjoitussuojattua muuttujaa %s ei voi muuttaa" | |
6588 | |
6589 #, c-format | |
6590 msgid "E794: Cannot set variable in the sandbox: \"%s\"" | |
6591 msgstr "E794: Muuttujaa ei voi asettaa hiekkalaatikossa: %s" | |
6592 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6593 msgid "E713: Cannot use empty key for Dictionary" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6594 msgstr "E713: Sanakirjassa ei voi olla tyhjiä avaimia" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6595 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6596 msgid "E715: Dictionary required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6597 msgstr "E715: Sanakirja tarvitaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6598 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6599 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6600 msgid "E684: list index out of range: %ld" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6601 msgstr "E684: Indeksi %ld luettelon rajojen ulkopuolella" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6602 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6603 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6604 msgid "E118: Too many arguments for function: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6605 msgstr "E118: Liikaa argumentteja funktiolle: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6606 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6607 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6608 msgid "E716: Key not present in Dictionary: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6609 msgstr "E716: Avainta %s ei ole sanakirjassa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6610 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6611 msgid "E714: List required" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6612 msgstr "E714: Lista tarvitaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6613 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6614 # datarakenteita |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6615 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6616 msgid "E712: Argument of %s must be a List or Dictionary" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6617 msgstr "E712: Argumentin %s pitää olla lista tai sanakirja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6618 |
1624 | 6619 msgid "E47: Error while reading errorfile" |
6620 msgstr "E47: Virhe virhetiedostoa luettaessa" | |
6621 | |
6622 msgid "E48: Not allowed in sandbox" | |
6623 msgstr "E48: Ei sallittu hiekkalaatikossa" | |
6624 | |
6625 msgid "E523: Not allowed here" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6626 msgstr "E523: Ei sallittu täällä" |
1624 | 6627 |
6628 msgid "E359: Screen mode setting not supported" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6629 msgstr "E359: Näyttötila-asetus ei tuettu" |
1624 | 6630 |
6631 msgid "E49: Invalid scroll size" | |
6632 msgstr "E49: Virheellinen vierityskoko" | |
6633 | |
6634 msgid "E91: 'shell' option is empty" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6635 msgstr "E91: shell-asetus on tyhjä" |
1624 | 6636 |
6637 msgid "E255: Couldn't read in sign data!" | |
6638 msgstr "E255: Merkkidatan luku ei onnistu" | |
6639 | |
6640 msgid "E72: Close error on swap file" | |
6641 msgstr "E72: Swap-tiedoston sulkemisvirhe" | |
6642 | |
6643 msgid "E73: tag stack empty" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6644 msgstr "E73: tägipino tyhjä" |
1624 | 6645 |
6646 msgid "E74: Command too complex" | |
6647 msgstr "E74: Liian monimutkainen komento" | |
6648 | |
6649 msgid "E75: Name too long" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6650 msgstr "E75: Liian pitkä nimi" |
1624 | 6651 |
6652 msgid "E76: Too many [" | |
6653 msgstr "E76: Liian monta [:a" | |
6654 | |
6655 msgid "E77: Too many file names" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6656 msgstr "E77: Liikaa tiedostonimiä" |
1624 | 6657 |
6658 msgid "E488: Trailing characters" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6659 msgstr "E488: Ylimääräisiä merkkejä perässä" |
1624 | 6660 |
6661 msgid "E78: Unknown mark" | |
6662 msgstr "E78: Tuntematon merkki" | |
6663 | |
6664 msgid "E79: Cannot expand wildcards" | |
6665 msgstr "E79: Jokerimerkkien avaus ei onnistu" | |
6666 | |
6667 msgid "E591: 'winheight' cannot be smaller than 'winminheight'" | |
6668 msgstr "E591: winheight ei voi olla pienempi kuin winminheight" | |
6669 | |
6670 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" | |
6671 msgstr "E592: winwidth ei voi olla pienempi kuin winminwidth" | |
6672 | |
6673 msgid "E80: Error while writing" | |
6674 msgstr "E80: Kirjoitusvirhe" | |
6675 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6676 msgid "E939: Positive count required" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6677 msgstr "E939: Positiivinen luku tarvitaan" |
1624 | 6678 |
6679 msgid "E81: Using <SID> not in a script context" | |
6680 msgstr "E81: <SID> skriptin ulkopuolella" | |
6681 | |
6682 msgid "E449: Invalid expression received" | |
6683 msgstr "E449: Virheellinen ilmaus saatu" | |
6684 | |
6685 msgid "E463: Region is guarded, cannot modify" | |
6686 msgstr "E463: Alue on suojattu, muuttaminen ei onnistu" | |
6687 | |
6688 msgid "E744: NetBeans does not allow changes in read-only files" | |
6689 msgstr "E744: NetBeans ei tue muutoksia kirjoitussuojattuihin tiedostoihin" | |
6690 | |
6691 msgid "E363: pattern uses more memory than 'maxmempattern'" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6692 msgstr "E363: kuvio käyttää enemmän muistia kuin maxmempattern on" |
1624 | 6693 |
6694 msgid "E749: empty buffer" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6695 msgstr "E749: tyhjä puskuri" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6696 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6697 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6698 msgid "E86: Buffer %ld does not exist" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6699 msgstr "E86: Puskuria %ld ei ole" |
1624 | 6700 |
6701 msgid "E682: Invalid search pattern or delimiter" | |
6702 msgstr "E682: Virheellinen hakulauseke tai erotin" | |
6703 | |
6704 msgid "E139: File is loaded in another buffer" | |
6705 msgstr "E139: Tiedosto on ladattu toiseen puskuriin" | |
6706 | |
6707 #, c-format | |
6708 msgid "E764: Option '%s' is not set" | |
6709 msgstr "E764: Asetus %s on asettamatta" | |
6710 | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6711 msgid "E850: Invalid register name" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6712 msgstr "E850: Virheellinen rekisterin nimi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6713 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6714 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6715 msgid "E919: Directory not found in '%s': \"%s\"" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6716 msgstr "E919: Hakemisto puuttuu kohteesta %s: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6717 |
1624 | 6718 msgid "search hit TOP, continuing at BOTTOM" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6719 msgstr "haku pääsi ALKUUN, jatketaan LOPUSTA" |
1624 | 6720 |
6721 msgid "search hit BOTTOM, continuing at TOP" | |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6722 msgstr "haku pääsi LOPPUUN, jatketaan ALUSTA" |
1624 | 6723 |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6724 #, c-format |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6725 msgid "Need encryption key for \"%s\"" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6726 msgstr "Tarvitaan salausavain kohteelle %s " |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6727 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6728 msgid "empty keys are not allowed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6729 msgstr "tyhjiä avaimia ei voi käyttää" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6730 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6731 msgid "dictionary is locked" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6732 msgstr "dictionary on lukittu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6733 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6734 msgid "list is locked" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6735 msgstr "luettelo on lukittu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6736 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6737 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6738 msgid "failed to add key '%s' to dictionary" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6739 msgstr "avaimen %s lisääminen sanakirjaan ei onnistu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6740 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6741 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6742 msgid "index must be int or slice, not %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6743 msgstr "indeksin pitää olla int tai slice, ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6744 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6745 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6746 msgid "expected str() or unicode() instance, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6747 msgstr "odottettiin insanssia tyypeistä str() tai unicode(), ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6748 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6749 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6750 msgid "expected bytes() or str() instance, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6751 msgstr "odotettiin instanssia tyypeistä bytes() tai str(), ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6752 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6753 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6754 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6755 "expected int(), long() or something supporting coercing to long(), but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6756 msgstr "" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6757 "odotettiin instanssia tyypeistä int(), long() tai mitä tahansa joka " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6758 "muuntuisi tyyppiin long(), ei %s" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6759 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6760 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6761 msgid "expected int() or something supporting coercing to int(), but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6762 msgstr "odotettiin tyyppiä int() tai jotain joka muuntuu tyyppiin int(), ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6763 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6764 msgid "value is too large to fit into C int type" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6765 msgstr "arvo on liian suuri mahtumaan C:n int-tyyppiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6766 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6767 msgid "value is too small to fit into C int type" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6768 msgstr "arvo on liian pieni mahtumaan C:n int-tyyppiin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6769 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6770 msgid "number must be greater than zero" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6771 msgstr "luvun on oltava nollaa suurempi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6772 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6773 msgid "number must be greater or equal to zero" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6774 msgstr "luvun on oltava yhtä suuri tai suurempi kuin nolla" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6775 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6776 msgid "can't delete OutputObject attributes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6777 msgstr "ei voi poistaa OutputObject-attribuutteja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6778 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6779 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6780 msgid "invalid attribute: %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6781 msgstr "virheellinen attribuutti: %s" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6782 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6783 msgid "E264: Python: Error initialising I/O objects" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6784 msgstr "E264: Python: Virhe IO-olioiden alustuksessa" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6785 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6786 msgid "failed to change directory" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6787 msgstr "hakemistoa ei voitu muuttaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6788 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6789 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6790 msgid "expected 3-tuple as imp.find_module() result, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6791 msgstr "odotettiin 3-tuplea tuloksena imp.find_module()-kutsulle, ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6792 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6793 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6794 msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6795 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6796 "odotettiin 3-tuple tuloksnea imp.find_module()-kutsulle, mutta tuplen koko " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6797 "onkin %d" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6798 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6799 msgid "internal error: imp.find_module returned tuple with NULL" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6800 msgstr "sisäinen virhe: imp.find_module palautti tuplen joka sisältää nullin" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6801 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6802 msgid "cannot delete vim.Dictionary attributes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6803 msgstr "ei voi poistaa vim.Dictionary-attribuutteja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6804 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6805 msgid "cannot modify fixed dictionary" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6806 msgstr "ei voida muuttaa kiinnitettyä sanakirjaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6807 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6808 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6809 msgid "cannot set attribute %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6810 msgstr "ei voi asettaa attribuuttia %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6811 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6812 msgid "hashtab changed during iteration" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6813 msgstr "hashtab muuttui kesken iteraation" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6814 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6815 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6816 msgid "expected sequence element of size 2, but got sequence of size %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6817 msgstr "sekvenssin elementin koon pitäisi olla 2, ei %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6818 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6819 msgid "list constructor does not accept keyword arguments" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6820 msgstr "listakonstruktori ei tue avainsanaparametrejä" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6821 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6822 msgid "list index out of range" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6823 msgstr "listaindeksi arvoalueen ulkopuolelta" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6824 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6825 #, c-format |
20379 | 6826 msgid "internal error: failed to get Vim list item %d" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6827 msgstr "sisäinen virhe: ei pystytty hakea vimin listan indeksiä %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6828 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6829 msgid "slice step cannot be zero" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6830 msgstr "slicen askel ei voi olla nolla" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6831 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6832 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6833 msgid "attempt to assign sequence of size greater than %d to extended slice" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6834 msgstr "yritettiin sijoittaa sekvenssiä jonka koko on enemmän kuin %d sliceen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6835 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6836 #, c-format |
20379 | 6837 msgid "internal error: no Vim list item %d" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6838 msgstr "sisäinen virhe: ei vim-listan indeksiä %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6839 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6840 msgid "internal error: not enough list items" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6841 msgstr "sisäinen virhe: ei tarpeeksi listan kohtia" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6842 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6843 msgid "internal error: failed to add item to list" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6844 msgstr "sisäinen virhe: ei voitu lisätä kohtaa listaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6845 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6846 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6847 msgid "attempt to assign sequence of size %d to extended slice of size %d" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6848 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
10204
diff
changeset
|
6849 "yritettiin asettaa sekvenssiä jonka koko on %d sliceen jonka koko on %d" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6850 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6851 msgid "failed to add item to list" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6852 msgstr "ei voitu lisätä kohtaa listaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6853 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6854 msgid "cannot delete vim.List attributes" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6855 msgstr "ei voi poistaa vim.List-attribuutteja" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6856 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6857 msgid "cannot modify fixed list" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6858 msgstr "ei voida muokata kiinitettyä listaa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6859 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6860 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6861 msgid "unnamed function %s does not exist" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6862 msgstr "nimetöntä funktiota %s ei ole" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6863 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6864 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6865 msgid "function %s does not exist" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6866 msgstr "funktiota %s ei ole" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6867 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6868 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6869 msgid "failed to run function %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6870 msgstr "ei voitu suorittaa funktiota %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6871 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6872 msgid "unable to get option value" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6873 msgstr "ei voitu hakea asetuksen arvoa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6874 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6875 msgid "internal error: unknown option type" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6876 msgstr "sisäinen virhe: tuntematon asetustyyppi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6877 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6878 msgid "problem while switching windows" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6879 msgstr "virhe ikkunaa vaihtaessa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6880 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6881 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6882 msgid "unable to unset global option %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6883 msgstr "ei voi tyhjentää yleistä asetusta %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6884 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6885 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6886 msgid "unable to unset option %s which does not have global value" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6887 msgstr "ei voi tyhjentää asetusta %s jolla ei ole yleistä arvoa" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6888 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6889 msgid "attempt to refer to deleted tab page" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6890 msgstr "yritettiin viitata poistettuun välilehteen" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6891 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6892 msgid "no such tab page" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6893 msgstr "välilehteä ei ole" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6894 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6895 msgid "attempt to refer to deleted window" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6896 msgstr "yritettiin viitata poistettuun ikkunaan" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6897 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6898 msgid "readonly attribute: buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6899 msgstr "kirjoitussuojausattribuutti: puskuri" |
2544
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6900 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6901 msgid "cursor position outside buffer" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6902 msgstr "kursorin sijainti puskurin ulkopuolella" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6903 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6904 msgid "no such window" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6905 msgstr "ikkunaa ei ole" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6906 |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6907 msgid "attempt to refer to deleted buffer" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6908 msgstr "yritettiin viitata poistettuun puskuriin" |
20e83abf88b1
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar <bram@vim.org>
parents:
2032
diff
changeset
|
6909 |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6910 msgid "failed to rename buffer" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6911 msgstr "ei voity uudelleennimetä puskuria" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6912 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6913 msgid "mark name must be a single character" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6914 msgstr "merkin nimen pitää olla yksi merkki" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6915 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6916 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6917 msgid "expected vim.Buffer object, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6918 msgstr "odotettiin vim.Buffer-oliota, ei %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6919 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6920 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6921 msgid "failed to switch to buffer %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6922 msgstr "ei voitu vaihtaa puskuriin %d" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6923 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6924 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6925 msgid "expected vim.Window object, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6926 msgstr "odotettiin vim.Window-oliota, saatiin %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6927 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6928 msgid "failed to find window in the current tab page" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6929 msgstr "ei voitu löytää ikkunaa nykyiselle välilehtisivulle" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6930 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6931 msgid "did not switch to the specified window" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6932 msgstr "ei vaihdettu annettuun ikkunaan" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6933 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6934 #, c-format |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6935 msgid "expected vim.TabPage object, but got %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6936 msgstr "odotettiin vim.TabPage-oliota, saatiin %s" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6937 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6938 msgid "did not switch to the specified tab page" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6939 msgstr "ei voitu vaihtaa annetulle välilehtisivulle" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6940 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6941 msgid "failed to run the code" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6942 msgstr "ei voitu suorittaa koodia" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6943 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6944 msgid "E858: Eval did not return a valid python object" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6945 msgstr "E858: Eval ei palauttanut python-oliota" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6946 |
20379 | 6947 msgid "E859: Failed to convert returned python object to a Vim value" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6948 msgstr "E859: Ei voitu konvertoida python-oliota vim-arvoksi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6949 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6950 #, c-format |
20379 | 6951 msgid "unable to convert %s to a Vim dictionary" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6952 msgstr "ei voitu konvertoida oliota %s vim-sanakirjaksi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6953 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6954 #, c-format |
20379 | 6955 msgid "unable to convert %s to a Vim list" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6956 msgstr "ei voitu konvertoida tyypistä %s vim-listaksi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6957 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6958 #, c-format |
20379 | 6959 msgid "unable to convert %s to a Vim structure" |
9975
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6960 msgstr "ei voi konvertoida oliota %s vim-tietorakenteeksi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6961 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6962 msgid "internal error: NULL reference passed" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6963 msgstr "sisäinen virhe: NULL-viite annettu" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6964 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6965 msgid "internal error: invalid value type" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6966 msgstr "sisäinen virhe: huono arvotyyppi" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6967 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6968 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6969 "Failed to set path hook: sys.path_hooks is not a list\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6970 "You should now do the following:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6971 "- append vim.path_hook to sys.path_hooks\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6972 "- append vim.VIM_SPECIAL_PATH to sys.path\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6973 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6974 "Ei voitu asettaa polkukoukkua: sys.path_hooks ei ole lista\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6975 "Koeta seuraavaa:\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6976 "- lisää vim.path_hook muuttujaan sys.path_hooks\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6977 "- lisää vim.VIM_SPECIAL_PATH muuttujaan sys.path\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6978 |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6979 msgid "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6980 "Failed to set path: sys.path is not a list\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6981 "You should now append vim.VIM_SPECIAL_PATH to sys.path" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6982 msgstr "" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6983 "Ei onnistuttu asettaman polkua: sys.path ei ole list\n" |
03fa8a51e9dc
commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6984 "Lisää vim.VIM_SPECIAL_PATH muuttujaan sys.path" |