1#
2# Copyright (c) 1982, 1985, 1993
3#	The Regents of the University of California.  All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright
9#    notice, this list of conditions and the following disclaimer.
10# 2. Redistributions in binary form must reproduce the above copyright
11#    notice, this list of conditions and the following disclaimer in the
12#    documentation and/or other materials provided with the distribution.
13# 4. Neither the name of the University nor the names of its contributors
14#    may be used to endorse or promote products derived from this software
15#    without specific prior written permission.
16#
17# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27# SUCH DAMAGE.
28#
29# List of system errors ala strerror() and sys_errlist
30# Phil Shafer <phil@juniper.net>, 2015.
31#
32msgid ""
33msgstr ""
34"Project-Id-Version: PACKAGE VERSION\n"
35"Report-Msgid-Bugs-To: \n"
36"POT-Creation-Date: 2015-07-01 16:15-0400\n"
37"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
38"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
39"Language-Team: LANGUAGE <LL@li.org>\n"
40"Language: \n"
41"MIME-Version: 1.0\n"
42"Content-Type: text/plain; charset=CHARSET\n"
43"Content-Transfer-Encoding: 8bit\n"
44
45msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
46msgstr ""
47
48# 0 - ENOERROR
49msgid "No error: 0"
50msgstr ""
51
52# 1 - EPERM
53msgid "Operation not permitted"
54msgstr ""
55
56# 2 - ENOENT
57msgid "No such file or directory"
58msgstr ""
59
60# 3 - ESRCH
61msgid "No such process"
62msgstr ""
63
64# 4 - EINTR
65msgid "Interrupted system call"
66msgstr ""
67
68# 5 - EIO
69msgid "Input/output error"
70msgstr ""
71
72# 6 - ENXIO
73msgid "Device not configured"
74msgstr ""
75
76# 7 - E2BIG
77msgid "Argument list too long"
78msgstr ""
79
80# 8 - ENOEXEC
81msgid "Exec format error"
82msgstr ""
83
84# 9 - EBADF
85msgid "Bad file descriptor"
86msgstr ""
87
88# 10 - ECHILD
89msgid "No child processes"
90msgstr ""
91
92# 11 - EDEADLK
93msgid "Resource deadlock avoided"
94msgstr ""
95
96# 12 - ENOMEM
97msgid "Cannot allocate memory"
98msgstr ""
99
100# 13 - EACCES
101msgid "Permission denied"
102msgstr ""
103
104# 14 - EFAULT
105msgid "Bad address"
106msgstr ""
107
108# 15 - ENOTBLK
109msgid "Block device required"
110msgstr ""
111
112# 16 - EBUSY
113msgid "Device busy"
114msgstr ""
115
116# 17 - EEXIST
117msgid "File exists"
118msgstr ""
119
120# 18 - EXDEV
121msgid "Cross-device link"
122msgstr ""
123
124# 19 - ENODEV
125msgid "Operation not supported by device"
126msgstr ""
127
128# 20 - ENOTDIR
129msgid "Not a directory"
130msgstr ""
131
132# 21 - EISDIR
133msgid "Is a directory"
134msgstr ""
135
136# 22 - EINVAL
137msgid "Invalid argument"
138msgstr ""
139
140# 23 - ENFILE
141msgid "Too many open files in system"
142msgstr ""
143
144# 24 - EMFILE
145msgid "Too many open files"
146msgstr ""
147
148# 25 - ENOTTY
149msgid "Inappropriate ioctl for device"
150msgstr ""
151
152# 26 - ETXTBSY
153msgid "Text file busy"
154msgstr ""
155
156# 27 - EFBIG
157msgid "File too large"
158msgstr ""
159
160# 28 - ENOSPC
161msgid "No space left on device"
162msgstr ""
163
164# 29 - ESPIPE
165msgid "Illegal seek"
166msgstr ""
167
168# 30 - EROFS
169msgid "Read-only file system"
170msgstr ""
171
172# 31 - EMLINK
173msgid "Too many links"
174msgstr ""
175
176# 32 - EPIPE
177msgid "Broken pipe"
178msgstr ""
179
180#
181# math software
182#
183
184# 33 - EDOM
185msgid "Numerical argument out of domain"
186msgstr ""
187
188# 34 - ERANGE
189msgid "Result too large"
190msgstr ""
191
192#
193# non-blocking and interrupt i/o
194#
195
196# 35 - EAGAIN
197# 35 - EWOULDBLOCK
198msgid "Resource temporarily unavailable"
199msgstr ""
200
201# 36 - EINPROGRESS
202msgid "Operation now in progress"
203msgstr ""
204
205# 37 - EALREADY
206msgid "Operation already in progress"
207msgstr ""
208
209
210#
211# ipc/network software -- argument errors
212#
213
214# 38 - ENOTSOCK
215msgid "Socket operation on non-socket"
216msgstr ""
217
218# 39 - EDESTADDRREQ
219msgid "Destination address required"
220msgstr ""
221
222# 40 - EMSGSIZE
223msgid "Message too long"
224msgstr ""
225
226# 41 - EPROTOTYPE
227msgid "Protocol wrong type for socket"
228msgstr ""
229
230# 42 - ENOPROTOOPT
231msgid "Protocol not available"
232msgstr ""
233
234# 43 - EPROTONOSUPPORT
235msgid "Protocol not supported"
236msgstr ""
237
238# 44 - ESOCKTNOSUPPORT
239msgid "Socket type not supported"
240msgstr ""
241
242# 45 - EOPNOTSUPP
243msgid "Operation not supported"
244msgstr ""
245
246# 46 - EPFNOSUPPORT
247msgid "Protocol family not supported"
248msgstr ""
249
250# 47 - EAFNOSUPPORT
251msgid "Address family not supported by protocol family"
252msgstr ""
253
254# 48 - EADDRINUSE
255msgid "Address already in use"
256msgstr ""
257
258# 49 - EADDRNOTAVAIL
259msgid "Can't assign requested address"
260msgstr ""
261
262#
263# ipc/network software -- operational errors
264#
265
266# 50 - ENETDOWN
267msgid "Network is down"
268msgstr ""
269
270# 51 - ENETUNREACH
271msgid "Network is unreachable"
272msgstr ""
273
274# 52 - ENETRESET
275msgid "Network dropped connection on reset"
276msgstr ""
277
278# 53 - ECONNABORTED
279msgid "Software caused connection abort"
280msgstr ""
281
282# 54 - ECONNRESET
283msgid "Connection reset by peer"
284msgstr ""
285
286# 55 - ENOBUFS
287msgid "No buffer space available"
288msgstr ""
289
290# 56 - EISCONN
291msgid "Socket is already connected"
292msgstr ""
293
294# 57 - ENOTCONN
295msgid "Socket is not connected"
296msgstr ""
297
298# 58 - ESHUTDOWN
299msgid "Can't send after socket shutdown"
300msgstr ""
301
302# 59 - ETOOMANYREFS
303msgid "Too many references: can't splice"
304msgstr ""
305
306# 60 - ETIMEDOUT
307msgid "Operation timed out"
308msgstr ""
309
310# 61 - ECONNREFUSED
311msgid "Connection refused"
312msgstr ""
313
314# 62 - ELOOP
315msgid "Too many levels of symbolic links"
316msgstr ""
317
318# 63 - ENAMETOOLONG
319msgid "File name too long"
320msgstr ""
321
322#
323# should be rearranged
324#
325
326# 64 - EHOSTDOWN
327msgid "Host is down"
328msgstr ""
329
330# 65 - EHOSTUNREACH
331msgid "No route to host"
332msgstr ""
333
334# 66 - ENOTEMPTY
335msgid "Directory not empty"
336msgstr ""
337
338#
339# quotas & mush
340#
341
342# 67 - EPROCLIM
343msgid "Too many processes"
344msgstr ""
345
346# 68 - EUSERS
347msgid "Too many users"
348msgstr ""
349
350# 69 - EDQUOT
351msgid "Disc quota exceeded"
352msgstr ""
353
354#
355# Network File System
356#
357
358# 70 - ESTALE
359msgid "Stale NFS file handle"
360msgstr ""
361
362# 71 - EREMOTE
363msgid "Too many levels of remote in path"
364msgstr ""
365
366# 72 - EBADRPC
367msgid "RPC struct is bad"
368msgstr ""
369
370# 73 - ERPCMISMATCH
371msgid "RPC version wrong"
372msgstr ""
373
374# 74 - EPROGUNAVAIL
375msgid "RPC prog. not avail"
376msgstr ""
377
378# 75 - EPROGMISMATCH
379msgid "Program version wrong"
380msgstr ""
381
382# 76 - EPROCUNAVAIL
383msgid "Bad procedure for program"
384msgstr ""
385
386# 77 - ENOLCK
387msgid "No locks available"
388msgstr ""
389
390# 78 - ENOSYS
391msgid "Function not implemented"
392msgstr ""
393
394# 79 - EFTYPE
395msgid "Inappropriate file type or format"
396msgstr ""
397
398# 80 - EAUTH
399msgid "Authentication error"
400msgstr ""
401
402# 81 - ENEEDAUTH
403msgid "Need authenticator"
404msgstr ""
405
406# 82 - EIDRM
407msgid "Identifier removed"
408msgstr ""
409
410# 83 - ENOMSG
411msgid "No message of desired type"
412msgstr ""
413
414# 84 - EOVERFLOW
415msgid "Value too large to be stored in data type"
416msgstr ""
417
418# 85 - ECANCELED
419msgid "Operation canceled"
420msgstr ""
421
422# 86 - EILSEQ
423msgid "Illegal byte sequence"
424msgstr ""
425
426# 87 - ENOATTR
427msgid "Attribute not found"
428msgstr ""
429
430#
431# General
432#
433
434# 88 - EDOOFUS
435msgid "Programming error"
436msgstr ""
437
438# 89 - EBADMSG
439msgid "Bad message"
440msgstr ""
441
442# 90 - EMULTIHOP
443msgid "Multihop attempted"
444msgstr ""
445
446# 91 - ENOLINK
447msgid "Link has been severed"
448msgstr ""
449
450# 92 - EPROTO
451msgid "Protocol error"
452msgstr ""
453
454# 93 - ENOTCAPABLE
455msgid "Capabilities insufficient"
456msgstr ""
457
458# 94 - ECAPMODE
459msgid "Not permitted in capability mode"
460msgstr ""
461
462# 95 - ENOTRECOVERABLE
463msgid "State not recoverable"
464msgstr ""
465
466# 96 - EOWNERDEAD
467msgid "Previous owner died"
468msgstr ""
469