/[axel]/trunk/nl.po
ViewVC logotype

Contents of /trunk/nl.po

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations) (download)
Thu Apr 3 11:03:12 2008 UTC (5 years, 1 month ago) by appaji-guest
File size: 7430 byte(s)
update po files after custom header support
1 appaji-guest 2 msgid ""
2     msgstr ""
3     "Project-Id-Version: Axel\n"
4 appaji-guest 9 "Report-Msgid-Bugs-To: \n"
5 appaji-guest 28 "POT-Creation-Date: 2008-04-03 16:32+0530\n"
6 appaji-guest 2 "PO-Revision-Date: 2001-11-14 15:22+0200\n"
7 appaji-guest 20 "Last-Translator: Wilmer van der Gaast <wilmer@gaast.net>\n"
8 appaji-guest 2 "Language-Team: Dutch <nl@li.org>\n"
9     "MIME-Version: 1.0\n"
10     "Content-Type: text/plain; charset=iso-8859-1\n"
11     "Content-Transfer-Encoding: 8-bit\n"
12    
13     #: axel.c:55
14     msgid "Buffer resized for this speed."
15     msgstr "Buffer verkleind voor deze snelheid."
16    
17     #: axel.c:91
18     msgid "Could not parse URL.\n"
19     msgstr "Kan URL niet verwerken.\n"
20    
21     #: axel.c:126
22 appaji-guest 28 #, fuzzy, c-format
23     msgid "File size: %lld bytes"
24 appaji-guest 2 msgstr "Bestandsgrootte: %i bytes"
25    
26 appaji-guest 28 #: axel.c:143
27 appaji-guest 2 #, c-format
28     msgid "Opening output file %s"
29     msgstr "Openen uitvoerbestand %s"
30    
31 appaji-guest 28 #: axel.c:152
32 appaji-guest 2 msgid "Server unsupported, starting from scratch with one connection."
33     msgstr "Server niet ondersteund, opnieuw beginnen met 1 verbinding."
34    
35 appaji-guest 28 #: axel.c:171
36     #, fuzzy, c-format
37     msgid "State file found: %lld bytes downloaded, %lld to go."
38 appaji-guest 2 msgstr ".st bestand gevonden: %i bytes gedownload, %i te gaan."
39    
40 appaji-guest 28 #: axel.c:178 axel.c:190
41 appaji-guest 2 msgid "Error opening local file"
42     msgstr "Fout bij openen lokaal bestand"
43    
44 appaji-guest 28 #: axel.c:202
45 appaji-guest 2 msgid "Crappy filesystem/OS.. Working around. :-("
46     msgstr "Niet-fatale fout in OS/bestandssysteem, omheen werken.."
47    
48 appaji-guest 28 #: axel.c:235
49 appaji-guest 2 msgid "Starting download"
50     msgstr "Begin download"
51    
52 appaji-guest 28 #: axel.c:241 axel.c:395
53 appaji-guest 2 #, c-format
54     msgid "Connection %i downloading from %s:%i using interface %s"
55     msgstr "Verbinding %i gebruikt server %s:%i via interface %s"
56    
57 appaji-guest 28 #: axel.c:245 axel.c:404
58 appaji-guest 2 msgid "pthread error!!!"
59     msgstr "pthread fout!!!"
60    
61 appaji-guest 28 #: axel.c:314
62 appaji-guest 2 #, c-format
63     msgid "Error on connection %i! Connection closed"
64     msgstr "Fout op verbinding %i! Verbinding gesloten"
65    
66 appaji-guest 28 #: axel.c:328
67 appaji-guest 2 #, c-format
68     msgid "Connection %i unexpectedly closed"
69     msgstr "Verbinding %i onverwachts gesloten"
70    
71 appaji-guest 28 #: axel.c:332 axel.c:349
72 appaji-guest 2 #, c-format
73     msgid "Connection %i finished"
74     msgstr "Verbinding %i klaar"
75    
76 appaji-guest 28 #: axel.c:361
77 appaji-guest 2 msgid "Write error!"
78     msgstr "Schrijffout!"
79    
80 appaji-guest 28 #: axel.c:373
81 appaji-guest 2 #, c-format
82     msgid "Connection %i timed out"
83     msgstr "Time-out op verbinding %i"
84    
85     #: conf.c:107
86     #, c-format
87     msgid "Error in %s line %i.\n"
88     msgstr "Fout in %s regel %i.\n"
89    
90 appaji-guest 28 #: conn.c:348 ftp.c:124
91 appaji-guest 9 #, c-format
92 appaji-guest 2 msgid "Too many redirects.\n"
93     msgstr "Te veel redirects.\n"
94    
95 appaji-guest 28 #: conn.c:367
96 appaji-guest 9 #, c-format
97 appaji-guest 2 msgid "Unknown HTTP error.\n"
98     msgstr "Onbekende HTTP fout.\n"
99    
100 appaji-guest 9 #: ftp.c:35 http.c:60
101 appaji-guest 2 #, c-format
102     msgid "Unable to connect to server %s:%i\n"
103     msgstr "Kan niet verbinden met server %s:%i\n"
104    
105 appaji-guest 9 #: ftp.c:91
106     #, c-format
107     msgid "Can't change directory to %s\n"
108     msgstr ""
109    
110     #: ftp.c:117 ftp.c:177
111     #, c-format
112 appaji-guest 2 msgid "File not found.\n"
113     msgstr "Bestand niet gevonden.\n"
114    
115 appaji-guest 9 #: ftp.c:179
116     #, c-format
117 appaji-guest 2 msgid "Multiple matches for this URL.\n"
118     msgstr "Meerdere bestanden passen bij deze URL.\n"
119    
120 appaji-guest 9 #: ftp.c:250 ftp.c:256
121     #, c-format
122 appaji-guest 2 msgid "Error opening passive data connection.\n"
123     msgstr "Fout bij het openen van een data verbinding.\n"
124    
125 appaji-guest 9 #: ftp.c:286
126 appaji-guest 2 #, c-format
127     msgid "Error writing command %s\n"
128     msgstr "Fout bij het schrijven van commando %s\n"
129    
130 appaji-guest 9 #: ftp.c:311 http.c:151
131     #, c-format
132 appaji-guest 2 msgid "Connection gone.\n"
133     msgstr "Verbinding gesloten.\n"
134    
135 appaji-guest 9 #: http.c:45
136 appaji-guest 2 #, c-format
137     msgid "Invalid proxy string: %s\n"
138     msgstr "Ongeldige proxy string: %s\n"
139    
140 appaji-guest 28 #: text.c:150
141 appaji-guest 9 #, c-format
142 appaji-guest 2 msgid "Can't redirect stdout to /dev/null.\n"
143     msgstr "Fout bij het afsluiten van stdout.\n"
144    
145 appaji-guest 28 #: text.c:178
146 appaji-guest 2 #, c-format
147 appaji-guest 9 msgid "Can't handle URLs of length over %d\n"
148     msgstr ""
149    
150 appaji-guest 28 #: text.c:183
151 appaji-guest 9 #, c-format
152 appaji-guest 2 msgid "Initializing download: %s\n"
153     msgstr "Begin download: %s\n"
154    
155 appaji-guest 28 #: text.c:190
156 appaji-guest 9 #, c-format
157 appaji-guest 2 msgid "Doing search...\n"
158     msgstr "Zoeken...\n"
159    
160 appaji-guest 28 #: text.c:194
161 appaji-guest 9 #, c-format
162 appaji-guest 2 msgid "File not found\n"
163     msgstr "Bestand niet gevonden\n"
164    
165 appaji-guest 28 #: text.c:198
166 appaji-guest 9 #, c-format
167 appaji-guest 2 msgid "Testing speeds, this can take a while...\n"
168     msgstr "Snelheden testen, dit kan even duren...\n"
169    
170 appaji-guest 28 #: text.c:203
171 appaji-guest 2 #, c-format
172     msgid "%i usable servers found, will use these URLs:\n"
173     msgstr "%i bruikbare servers gevonden, de volgende worden gebruikt:\n"
174    
175 appaji-guest 28 #: text.c:265
176 appaji-guest 9 #, c-format
177 appaji-guest 2 msgid "No state file, cannot resume!\n"
178     msgstr "Geen .st bestand, kan niet resumen!\n"
179    
180 appaji-guest 28 #: text.c:270
181 appaji-guest 9 #, c-format
182 appaji-guest 2 msgid "State file found, but no downloaded data. Starting from scratch.\n"
183     msgstr ".st bestand gevonden maar geen uitvoerbestand. Opnieuw beginnen.\n"
184    
185 appaji-guest 28 #: text.c:401
186 appaji-guest 2 #, c-format
187     msgid ""
188     "\n"
189     "Downloaded %s in %s. (%.2f KB/s)\n"
190     msgstr ""
191     "\n"
192     "%s gedownload in %s. (%.2f KB/s)\n"
193    
194 appaji-guest 28 #: text.c:423
195     #, fuzzy, c-format
196     msgid "%lld byte"
197 appaji-guest 2 msgstr "%i byte"
198    
199 appaji-guest 28 #: text.c:425
200     #, fuzzy, c-format
201     msgid "%lld bytes"
202 appaji-guest 2 msgstr "%i bytes"
203    
204 appaji-guest 28 #: text.c:427
205 appaji-guest 2 #, c-format
206     msgid "%.1f kilobytes"
207     msgstr "%.1f kilobytes"
208    
209 appaji-guest 28 #: text.c:429
210 appaji-guest 2 #, c-format
211     msgid "%.1f megabytes"
212     msgstr "%.1f megabytes"
213    
214 appaji-guest 28 #: text.c:438
215 appaji-guest 2 #, c-format
216     msgid "%i second"
217     msgstr "%i seconde"
218    
219 appaji-guest 28 #: text.c:440
220 appaji-guest 2 #, c-format
221     msgid "%i seconds"
222     msgstr "%i seconden"
223    
224 appaji-guest 28 #: text.c:442
225 appaji-guest 2 #, c-format
226     msgid "%i:%02i seconds"
227     msgstr "%i:%02i seconden"
228    
229 appaji-guest 28 #: text.c:444
230 appaji-guest 2 #, c-format
231     msgid "%i:%02i:%02i seconds"
232     msgstr "%i:%02i:%02i seconden"
233    
234 appaji-guest 28 #: text.c:519
235 appaji-guest 21 #, fuzzy, c-format
236 appaji-guest 2 msgid ""
237     "Usage: axel [options] url1 [url2] [url...]\n"
238     "\n"
239     "-s x\tSpecify maximum speed (bytes per second)\n"
240     "-n x\tSpecify maximum number of connections\n"
241     "-o f\tSpecify local output file\n"
242     "-S [x]\tSearch for mirrors and download from x servers\n"
243 appaji-guest 28 "-H x\tAdd header string\n"
244 appaji-guest 2 "-N\tJust don't use any proxy server\n"
245     "-q\tLeave stdout alone\n"
246     "-v\tMore status information\n"
247     "-a\tAlternate progress indicator\n"
248     "-h\tThis information\n"
249     "-V\tVersion information\n"
250     "\n"
251 appaji-guest 21 "Visit http://axel.alioth.debian.org/ to report bugs\n"
252 appaji-guest 2 msgstr ""
253     "Gebruik: axel [opties] url1 [url2] [url...]\n"
254     "\n"
255     "-s x\tMaximale snelheid (bytes per seconde)\n"
256     "-n x\tMaximale aantal verbindingen\n"
257     "-o f\tLokaal uitvoerbestand\n"
258     "-S [x]\tMirrors opzoeken en x mirrors gebruiken\n"
259     "-N\tGeen proxy server gebruiken\n"
260     "-q\tGeen uitvoer naar stdout\n"
261     "-v\tMeer status informatie\n"
262     "-a\tAlternatieve voortgangs indicator\n"
263     "-h\tDeze informatie\n"
264     "-V\tVersie informatie\n"
265     "\n"
266     "Bugs melden aan lintux@lintux.cx\n"
267    
268 appaji-guest 28 #: text.c:535
269 appaji-guest 21 #, fuzzy, c-format
270 appaji-guest 2 msgid ""
271     "Usage: axel [options] url1 [url2] [url...]\n"
272     "\n"
273     "--max-speed=x\t\t-s x\tSpecify maximum speed (bytes per second)\n"
274     "--num-connections=x\t-n x\tSpecify maximum number of connections\n"
275     "--output=f\t\t-o f\tSpecify local output file\n"
276     "--search[=x]\t\t-S [x]\tSearch for mirrors and download from x servers\n"
277 appaji-guest 28 "--header=x\t\t-H x\tAdd header string\n"
278 appaji-guest 2 "--no-proxy\t\t-N\tJust don't use any proxy server\n"
279     "--quiet\t\t\t-q\tLeave stdout alone\n"
280     "--verbose\t\t-v\tMore status information\n"
281     "--alternate\t\t-a\tAlternate progress indicator\n"
282     "--help\t\t\t-h\tThis information\n"
283     "--version\t\t-V\tVersion information\n"
284     "\n"
285 appaji-guest 21 "Visit http://axel.alioth.debian.org/ to report bugs\n"
286 appaji-guest 2 msgstr ""
287     "Gebruik: axel [opties] url1 [url2] [url...]\n"
288     "\n"
289     "--max-speed=x\t\t-s x\tMaximale snelheid (bytes per seconde)\n"
290     "--num-connections=x\t-n x\tMaximale aantal verbindingen\n"
291     "--output=f\t\t-o f\tLokaal uitvoerbestand\n"
292     "--search[=x]\t\t-S [x]\tMirrors opzoeken en x mirrors gebruiken\n"
293     "--no-proxy\t\t-N\tGeen proxy server gebruiken\n"
294     "--quiet\t\t\t-q\tGeen uitvoer naar stdout\n"
295     "--verbose\t\t-v\tMeer status informatie\n"
296     "--alternate\t\t-a\tAlternatieve voortgangs indicator\n"
297     "--help\t\t\t-h\tDeze informatie\n"
298     "--version\t\t-V\tVersie informatie\n"
299     "\n"
300     "Bugs melden aan lintux@lintux.cx\n"
301    
302 appaji-guest 28 #: text.c:555
303 appaji-guest 2 #, c-format
304     msgid "Axel version %s (%s)\n"
305     msgstr "Axel versie %s (%s)\n"

  ViewVC Help
Powered by ViewVC 1.1.5