summaryrefslogtreecommitdiff
path: root/priv/gettext/en/LC_MESSAGES/posix_errors.po
blob: 4d8fbf1d38c11f6064c9ceab6e91ef3910bc6255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
## This file is a PO Template file.
msgid "eperm"
msgstr "Operation not permitted"

msgid "eacces"
msgstr "Permission denied"

msgid "eagain"
msgstr "Resource temporarily unavailable"
  
msgid "ebadf"
msgstr "Bad file descriptor"
  
msgid "ebadmsg"
msgstr "Bad message"
  
msgid "ebusy"
msgstr "Device or resource busy"
  
msgid "edeadlk"
msgstr "Resource deadlock avoided"
  
msgid "edeadlock"
msgstr "Resource deadlock avoided"
  
msgid "edquot"
msgstr "Disk quota exceeded"
  
msgid "eexist"
msgstr "File exists"
  
msgid "efault"
msgstr "Bad address"
  
msgid "efbig"
msgstr "File is too large"
  
msgid "eftype"
msgstr "Inappropriate file type or format"
  
msgid "eintr"
msgstr "Interrupted system call"
  
msgid "einval"
msgstr "Invalid argument"
  
msgid "eio"
msgstr "Input/output error"
  
msgid "eisdir"
msgstr "Illegal operation on a directory"
  
msgid "eloop"
msgstr "Too many levels of symbolic links"
  
msgid "emfile"
msgstr "Too many open files"
  
msgid "emlink"
msgstr "Too many links"
  
msgid "emultihop"
msgstr "Multihop attempted"
  
msgid "enametoolong"
msgstr "File name is too long"
  
msgid "enfile"
msgstr "Too many open files in system"
  
msgid "enobufs"
msgstr "No buffer space available"
  
msgid "enodev"
msgstr "No such device"
  
msgid "enolck"
msgstr "No locks available"
  
msgid "enolink"
msgstr "Link has been severed"
  
msgid "enoent"
msgstr "No such file or directory"
  
msgid "enomem"
msgstr "Cannot allocate memory"
  
msgid "enospc"
msgstr "No space left on device"
  
msgid "enosr"
msgstr "Out of streams resources"
  
msgid "enostr"
msgstr "Device is not a stream"
  
msgid "enosys"
msgstr "Function not implemented"
  
msgid "enotblk"
msgstr "Block device required"
  
msgid "enotdir"
msgstr "Not a directory"
  
msgid "enotsup"
msgstr "Operation not supported"
  
msgid "enxio"
msgstr "No such device or address"
  
msgid "eopnotsupp"
msgstr "Operation not supported"
  
msgid "eoverflow"
msgstr "Value too large for defined data type"
  
msgid "epipe"
msgstr "Broken pipe"
  
msgid "erange"
msgstr "Numerical result out of range"
  
msgid "erofs"
msgstr "Read-only file system"
  
msgid "espipe"
msgstr "Illegal seek"
  
msgid "esrch"
msgstr "No such process"
  
msgid "estale"
msgstr "Stale file handle"
  
msgid "etxtbsy"
msgstr "Text file busy"
  
msgid "exdev"
msgstr "Invalid cross-device link"