]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/tests/gettext/strerror.pot
Merge compiler-rt trunk r351319, and resolve conflicts.
[FreeBSD/FreeBSD.git] / contrib / libxo / tests / gettext / strerror.pot
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 # 3. 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 #
32 msgid ""
33 msgstr ""
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
45 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
46 msgstr ""
47
48 # 0 - ENOERROR
49 msgid "No error: 0"
50 msgstr ""
51
52 # 1 - EPERM
53 msgid "Operation not permitted"
54 msgstr ""
55
56 # 2 - ENOENT
57 msgid "No such file or directory"
58 msgstr ""
59
60 # 3 - ESRCH
61 msgid "No such process"
62 msgstr ""
63
64 # 4 - EINTR
65 msgid "Interrupted system call"
66 msgstr ""
67
68 # 5 - EIO
69 msgid "Input/output error"
70 msgstr ""
71
72 # 6 - ENXIO
73 msgid "Device not configured"
74 msgstr ""
75
76 # 7 - E2BIG
77 msgid "Argument list too long"
78 msgstr ""
79
80 # 8 - ENOEXEC
81 msgid "Exec format error"
82 msgstr ""
83
84 # 9 - EBADF
85 msgid "Bad file descriptor"
86 msgstr ""
87
88 # 10 - ECHILD
89 msgid "No child processes"
90 msgstr ""
91
92 # 11 - EDEADLK
93 msgid "Resource deadlock avoided"
94 msgstr ""
95
96 # 12 - ENOMEM
97 msgid "Cannot allocate memory"
98 msgstr ""
99
100 # 13 - EACCES
101 msgid "Permission denied"
102 msgstr ""
103
104 # 14 - EFAULT
105 msgid "Bad address"
106 msgstr ""
107
108 # 15 - ENOTBLK
109 msgid "Block device required"
110 msgstr ""
111
112 # 16 - EBUSY
113 msgid "Device busy"
114 msgstr ""
115
116 # 17 - EEXIST
117 msgid "File exists"
118 msgstr ""
119
120 # 18 - EXDEV
121 msgid "Cross-device link"
122 msgstr ""
123
124 # 19 - ENODEV
125 msgid "Operation not supported by device"
126 msgstr ""
127
128 # 20 - ENOTDIR
129 msgid "Not a directory"
130 msgstr ""
131
132 # 21 - EISDIR
133 msgid "Is a directory"
134 msgstr ""
135
136 # 22 - EINVAL
137 msgid "Invalid argument"
138 msgstr ""
139
140 # 23 - ENFILE
141 msgid "Too many open files in system"
142 msgstr ""
143
144 # 24 - EMFILE
145 msgid "Too many open files"
146 msgstr ""
147
148 # 25 - ENOTTY
149 msgid "Inappropriate ioctl for device"
150 msgstr ""
151
152 # 26 - ETXTBSY
153 msgid "Text file busy"
154 msgstr ""
155
156 # 27 - EFBIG
157 msgid "File too large"
158 msgstr ""
159
160 # 28 - ENOSPC
161 msgid "No space left on device"
162 msgstr ""
163
164 # 29 - ESPIPE
165 msgid "Illegal seek"
166 msgstr ""
167
168 # 30 - EROFS
169 msgid "Read-only file system"
170 msgstr ""
171
172 # 31 - EMLINK
173 msgid "Too many links"
174 msgstr ""
175
176 # 32 - EPIPE
177 msgid "Broken pipe"
178 msgstr ""
179
180 #
181 # math software
182 #
183
184 # 33 - EDOM
185 msgid "Numerical argument out of domain"
186 msgstr ""
187
188 # 34 - ERANGE
189 msgid "Result too large"
190 msgstr ""
191
192 #
193 # non-blocking and interrupt i/o
194 #
195
196 # 35 - EAGAIN
197 # 35 - EWOULDBLOCK
198 msgid "Resource temporarily unavailable"
199 msgstr ""
200
201 # 36 - EINPROGRESS
202 msgid "Operation now in progress"
203 msgstr ""
204
205 # 37 - EALREADY
206 msgid "Operation already in progress"
207 msgstr ""
208
209
210 #
211 # ipc/network software -- argument errors
212 #
213
214 # 38 - ENOTSOCK
215 msgid "Socket operation on non-socket"
216 msgstr ""
217
218 # 39 - EDESTADDRREQ
219 msgid "Destination address required"
220 msgstr ""
221
222 # 40 - EMSGSIZE
223 msgid "Message too long"
224 msgstr ""
225
226 # 41 - EPROTOTYPE
227 msgid "Protocol wrong type for socket"
228 msgstr ""
229
230 # 42 - ENOPROTOOPT
231 msgid "Protocol not available"
232 msgstr ""
233
234 # 43 - EPROTONOSUPPORT
235 msgid "Protocol not supported"
236 msgstr ""
237
238 # 44 - ESOCKTNOSUPPORT
239 msgid "Socket type not supported"
240 msgstr ""
241
242 # 45 - EOPNOTSUPP
243 msgid "Operation not supported"
244 msgstr ""
245
246 # 46 - EPFNOSUPPORT
247 msgid "Protocol family not supported"
248 msgstr ""
249
250 # 47 - EAFNOSUPPORT
251 msgid "Address family not supported by protocol family"
252 msgstr ""
253
254 # 48 - EADDRINUSE
255 msgid "Address already in use"
256 msgstr ""
257
258 # 49 - EADDRNOTAVAIL
259 msgid "Can't assign requested address"
260 msgstr ""
261
262 #
263 # ipc/network software -- operational errors
264 #
265
266 # 50 - ENETDOWN
267 msgid "Network is down"
268 msgstr ""
269
270 # 51 - ENETUNREACH
271 msgid "Network is unreachable"
272 msgstr ""
273
274 # 52 - ENETRESET
275 msgid "Network dropped connection on reset"
276 msgstr ""
277
278 # 53 - ECONNABORTED
279 msgid "Software caused connection abort"
280 msgstr ""
281
282 # 54 - ECONNRESET
283 msgid "Connection reset by peer"
284 msgstr ""
285
286 # 55 - ENOBUFS
287 msgid "No buffer space available"
288 msgstr ""
289
290 # 56 - EISCONN
291 msgid "Socket is already connected"
292 msgstr ""
293
294 # 57 - ENOTCONN
295 msgid "Socket is not connected"
296 msgstr ""
297
298 # 58 - ESHUTDOWN
299 msgid "Can't send after socket shutdown"
300 msgstr ""
301
302 # 59 - ETOOMANYREFS
303 msgid "Too many references: can't splice"
304 msgstr ""
305
306 # 60 - ETIMEDOUT
307 msgid "Operation timed out"
308 msgstr ""
309
310 # 61 - ECONNREFUSED
311 msgid "Connection refused"
312 msgstr ""
313
314 # 62 - ELOOP
315 msgid "Too many levels of symbolic links"
316 msgstr ""
317
318 # 63 - ENAMETOOLONG
319 msgid "File name too long"
320 msgstr ""
321
322 #
323 # should be rearranged
324 #
325
326 # 64 - EHOSTDOWN
327 msgid "Host is down"
328 msgstr ""
329
330 # 65 - EHOSTUNREACH
331 msgid "No route to host"
332 msgstr ""
333
334 # 66 - ENOTEMPTY
335 msgid "Directory not empty"
336 msgstr ""
337
338 #
339 # quotas & mush
340 #
341
342 # 67 - EPROCLIM
343 msgid "Too many processes"
344 msgstr ""
345
346 # 68 - EUSERS
347 msgid "Too many users"
348 msgstr ""
349
350 # 69 - EDQUOT
351 msgid "Disc quota exceeded"
352 msgstr ""
353
354 #
355 # Network File System
356 #
357
358 # 70 - ESTALE
359 msgid "Stale NFS file handle"
360 msgstr ""
361
362 # 71 - EREMOTE
363 msgid "Too many levels of remote in path"
364 msgstr ""
365
366 # 72 - EBADRPC
367 msgid "RPC struct is bad"
368 msgstr ""
369
370 # 73 - ERPCMISMATCH
371 msgid "RPC version wrong"
372 msgstr ""
373
374 # 74 - EPROGUNAVAIL
375 msgid "RPC prog. not avail"
376 msgstr ""
377
378 # 75 - EPROGMISMATCH
379 msgid "Program version wrong"
380 msgstr ""
381
382 # 76 - EPROCUNAVAIL
383 msgid "Bad procedure for program"
384 msgstr ""
385
386 # 77 - ENOLCK
387 msgid "No locks available"
388 msgstr ""
389
390 # 78 - ENOSYS
391 msgid "Function not implemented"
392 msgstr ""
393
394 # 79 - EFTYPE
395 msgid "Inappropriate file type or format"
396 msgstr ""
397
398 # 80 - EAUTH
399 msgid "Authentication error"
400 msgstr ""
401
402 # 81 - ENEEDAUTH
403 msgid "Need authenticator"
404 msgstr ""
405
406 # 82 - EIDRM
407 msgid "Identifier removed"
408 msgstr ""
409
410 # 83 - ENOMSG
411 msgid "No message of desired type"
412 msgstr ""
413
414 # 84 - EOVERFLOW
415 msgid "Value too large to be stored in data type"
416 msgstr ""
417
418 # 85 - ECANCELED
419 msgid "Operation canceled"
420 msgstr ""
421
422 # 86 - EILSEQ
423 msgid "Illegal byte sequence"
424 msgstr ""
425
426 # 87 - ENOATTR
427 msgid "Attribute not found"
428 msgstr ""
429
430 #
431 # General
432 #
433
434 # 88 - EDOOFUS
435 msgid "Programming error"
436 msgstr ""
437
438 # 89 - EBADMSG
439 msgid "Bad message"
440 msgstr ""
441
442 # 90 - EMULTIHOP
443 msgid "Multihop attempted"
444 msgstr ""
445
446 # 91 - ENOLINK
447 msgid "Link has been severed"
448 msgstr ""
449
450 # 92 - EPROTO
451 msgid "Protocol error"
452 msgstr ""
453
454 # 93 - ENOTCAPABLE
455 msgid "Capabilities insufficient"
456 msgstr ""
457
458 # 94 - ECAPMODE
459 msgid "Not permitted in capability mode"
460 msgstr ""
461
462 # 95 - ENOTRECOVERABLE
463 msgid "State not recoverable"
464 msgstr ""
465
466 # 96 - EOWNERDEAD
467 msgid "Previous owner died"
468 msgstr ""
469
470 # 97 - EINTEGRITY
471 msgid "Integrity check failed"
472 msgstr ""