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# 32msgid "" 33msgstr "" 34"Project-Id-Version: libxo test\n" 35"Report-Msgid-Bugs-To: \n" 36"POT-Creation-Date: 2015-07-01 16:15-0400\n" 37"PO-Revision-Date: 2015-07-02 00:37-0500\n" 38"Language: teo\n" 39"MIME-Version: 1.0\n" 40"Content-Type: text/plain; charset=UTF-8\n" 41"Content-Transfer-Encoding: 8bit\n" 42"Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n" 43"Last-Translator: P.S. <ps@example.com>\n" 44"Language-Team: self inflicted <test@example.com>\n" 45"X-Generator: Poedit 1.8.1\n" 46"X-Poedit-SourceCharset: iso-8859-1\n" 47 48# 0 - ENOERROR 49msgid "No error: 0" 50msgstr "Onyay erroryay" 51 52# 1 - EPERM 53msgid "Operation not permitted" 54msgstr "Operationyay otnay ermittedpay" 55 56# 2 - ENOENT 57msgid "No such file or directory" 58msgstr "Onay uchsay ilefay oryay irectoryday" 59 60# 3 - ESRCH 61msgid "No such process" 62msgstr "Onay uchsay ocesspray" 63 64# 4 - EINTR 65msgid "Interrupted system call" 66msgstr "Interruptedyay ystemsay allcay" 67 68# 5 - EIO 69msgid "Input/output error" 70msgstr "Input/outputyay erroryay" 71 72# 6 - ENXIO 73msgid "Device not configured" 74msgstr "Eviceday otnay onfiguredcay" 75 76# 7 - E2BIG 77msgid "Argument list too long" 78msgstr "Argumentyay istlay ootay onglay" 79 80# 8 - ENOEXEC 81msgid "Exec format error" 82msgstr "Execway ormatfay errorway" 83 84# 9 - EBADF 85msgid "Bad file descriptor" 86msgstr "Adbay ilefay escriptorday" 87 88# 10 - ECHILD 89msgid "No child processes" 90msgstr "Onay ildchay ocessespray" 91 92# 11 - EDEADLK 93msgid "Resource deadlock avoided" 94msgstr "Esourceray eadlockday avoidedway" 95 96# 12 - ENOMEM 97msgid "Cannot allocate memory" 98msgstr "Annotcay allocateway emorymay" 99 100# 13 - EACCES 101msgid "Permission denied" 102msgstr "Ermissionpay eniedday" 103 104# 14 - EFAULT 105msgid "Bad address" 106msgstr "Adbay addressway" 107 108# 15 - ENOTBLK 109msgid "Block device required" 110msgstr "Ockblay eviceday equiredray" 111 112# 16 - EBUSY 113msgid "Device busy" 114msgstr "Eviceday usybay" 115 116# 17 - EEXIST 117msgid "File exists" 118msgstr "Ilefay existsway" 119 120# 18 - EXDEV 121msgid "Cross-device link" 122msgstr "Osscray-eviceday inklay" 123 124# 19 - ENODEV 125msgid "Operation not supported by device" 126msgstr "Operationway otnay upportedsay ybay eviceday" 127 128# 20 - ENOTDIR 129msgid "Not a directory" 130msgstr "Otnay away irectoryday" 131 132# 21 - EISDIR 133msgid "Is a directory" 134msgstr "Isway away irectoryday" 135 136# 22 - EINVAL 137msgid "Invalid argument" 138msgstr "Invalidway argumentway" 139 140# 23 - ENFILE 141msgid "Too many open files in system" 142msgstr "Ootay anymay openway ilesfay inway ystemsay" 143 144# 24 - EMFILE 145msgid "Too many open files" 146msgstr "Ootay anymay openway ilesfay" 147 148# 25 - ENOTTY 149msgid "Inappropriate ioctl for device" 150msgstr "Inappropriateway ioctlway orfay eviceday" 151 152# 26 - ETXTBSY 153msgid "Text file busy" 154msgstr "Exttay ilefay usybay" 155 156# 27 - EFBIG 157msgid "File too large" 158msgstr "Ilefay ootay argelay" 159 160# 28 - ENOSPC 161msgid "No space left on device" 162msgstr "Onay acespay eftlay onway eviceday" 163 164# 29 - ESPIPE 165msgid "Illegal seek" 166msgstr "Illegalway eeksay" 167 168# 30 - EROFS 169msgid "Read-only file system" 170msgstr "Eadray-onlyway ilefay ystemsay" 171 172# 31 - EMLINK 173msgid "Too many links" 174msgstr "Ootay anymay inkslay" 175 176# 32 - EPIPE 177msgid "Broken pipe" 178msgstr "Okenbray ipepay" 179 180# 181# math software 182# 183# 33 - EDOM 184msgid "Numerical argument out of domain" 185msgstr "Umericalnay argumentway outway ofway omainday" 186 187# 34 - ERANGE 188msgid "Result too large" 189msgstr "Esultray ootay argelay" 190 191# 192# non-blocking and interrupt i/o 193# 194# 35 - EAGAIN 195# 35 - EWOULDBLOCK 196msgid "Resource temporarily unavailable" 197msgstr "Esourceray emporarilytay unavailableway" 198 199# 36 - EINPROGRESS 200msgid "Operation now in progress" 201msgstr "Operationway ownay inway ogresspray" 202 203# 37 - EALREADY 204msgid "Operation already in progress" 205msgstr "Operationway alreadyway inway ogresspray" 206 207# 208# ipc/network software -- argument errors 209# 210# 38 - ENOTSOCK 211msgid "Socket operation on non-socket" 212msgstr "Ocketsay operationway onway onnay-ocketsay" 213 214# 39 - EDESTADDRREQ 215msgid "Destination address required" 216msgstr "Estinationday addressway equiredray" 217 218# 40 - EMSGSIZE 219msgid "Message too long" 220msgstr "Essagemay ootay onglay" 221 222# 41 - EPROTOTYPE 223msgid "Protocol wrong type for socket" 224msgstr "Otocolpray ongwray ypetay orfay ocketsay" 225 226# 42 - ENOPROTOOPT 227msgid "Protocol not available" 228msgstr "Otocolpray otnay availableway" 229 230# 43 - EPROTONOSUPPORT 231msgid "Protocol not supported" 232msgstr "Otocolpray otnay upportedsay" 233 234# 44 - ESOCKTNOSUPPORT 235msgid "Socket type not supported" 236msgstr "Ocketsay ypetay otnay upportedsay" 237 238# 45 - EOPNOTSUPP 239msgid "Operation not supported" 240msgstr "Operationway otnay upportedsay" 241 242# 46 - EPFNOSUPPORT 243msgid "Protocol family not supported" 244msgstr "Otocolpray amilyfay otnay upportedsay" 245 246# 47 - EAFNOSUPPORT 247msgid "Address family not supported by protocol family" 248msgstr "Addressway amilyfay otnay upportedsay ybay otocolpray amilyfay" 249 250# 48 - EADDRINUSE 251msgid "Address already in use" 252msgstr "Addressway alreadyway inway useway" 253 254# 49 - EADDRNOTAVAIL 255msgid "Can't assign requested address" 256msgstr "An'tcay assignway equestedray addressway" 257 258# 259# ipc/network software -- operational errors 260# 261# 50 - ENETDOWN 262msgid "Network is down" 263msgstr "Etworknay isway ownday" 264 265# 51 - ENETUNREACH 266msgid "Network is unreachable" 267msgstr "Etworknay isway unreachableway" 268 269# 52 - ENETRESET 270msgid "Network dropped connection on reset" 271msgstr "Etworknay oppeddray onnectioncay onway esetray" 272 273# 53 - ECONNABORTED 274msgid "Software caused connection abort" 275msgstr "Oftwaresay ausedcay onnectioncay abortway" 276 277# 54 - ECONNRESET 278msgid "Connection reset by peer" 279msgstr "Onnectioncay esetray ybay eerpay" 280 281# 55 - ENOBUFS 282msgid "No buffer space available" 283msgstr "Onay ufferbay acespay availableway" 284 285# 56 - EISCONN 286msgid "Socket is already connected" 287msgstr "Ocketsay isway alreadyway onnectedcay" 288 289# 57 - ENOTCONN 290msgid "Socket is not connected" 291msgstr "Ocketsay isway otnay onnectedcay" 292 293# 58 - ESHUTDOWN 294msgid "Can't send after socket shutdown" 295msgstr "An'tcay endsay afterway ocketsay utdownshay" 296 297# 59 - ETOOMANYREFS 298msgid "Too many references: can't splice" 299msgstr "Ootay anymay eferencesray: an'tcay icesplay" 300 301# 60 - ETIMEDOUT 302msgid "Operation timed out" 303msgstr "Operationway imedtay outway" 304 305# 61 - ECONNREFUSED 306msgid "Connection refused" 307msgstr "Onnectioncay efusedray" 308 309# 62 - ELOOP 310msgid "Too many levels of symbolic links" 311msgstr "Ootay anymay evelslay ofway ymbolicsay inkslay" 312 313# 63 - ENAMETOOLONG 314msgid "File name too long" 315msgstr "Ilefay amenay ootay onglay" 316 317# 318# should be rearranged 319# 320# 64 - EHOSTDOWN 321msgid "Host is down" 322msgstr "Osthay isway ownday" 323 324# 65 - EHOSTUNREACH 325msgid "No route to host" 326msgstr "Onay outeray otay osthay" 327 328# 66 - ENOTEMPTY 329msgid "Directory not empty" 330msgstr "Irectoryday otnay emptyway" 331 332# 333# quotas & mush 334# 335# 67 - EPROCLIM 336msgid "Too many processes" 337msgstr "Ootay anymay ocessespray" 338 339# 68 - EUSERS 340msgid "Too many users" 341msgstr "Ootay anymay usersway" 342 343# 69 - EDQUOT 344msgid "Disc quota exceeded" 345msgstr "Iscday otaquay exceededway" 346 347# 348# Network File System 349# 350# 70 - ESTALE 351msgid "Stale NFS file handle" 352msgstr "Alestay NFSAY ilefay andlehay" 353 354# 71 - EREMOTE 355msgid "Too many levels of remote in path" 356msgstr "Ootay anymay evelslay ofway emoteray inway athpay" 357 358# 72 - EBADRPC 359msgid "RPC struct is bad" 360msgstr "RPCAY uctstray isway adbay" 361 362# 73 - ERPCMISMATCH 363msgid "RPC version wrong" 364msgstr "RPCAY ersionvay ongwray" 365 366# 74 - EPROGUNAVAIL 367msgid "RPC prog. not avail" 368msgstr "RPCAY ogpray. otnay availway" 369 370# 75 - EPROGMISMATCH 371msgid "Program version wrong" 372msgstr "Ogrampray ersionvay ongwray" 373 374# 76 - EPROCUNAVAIL 375msgid "Bad procedure for program" 376msgstr "Adbay ocedurepray orfay ogrampray" 377 378# 77 - ENOLCK 379msgid "No locks available" 380msgstr "Onay ockslay availableway" 381 382# 78 - ENOSYS 383msgid "Function not implemented" 384msgstr "Unctionfay otnay implementedway" 385 386# 79 - EFTYPE 387msgid "Inappropriate file type or format" 388msgstr "Inappropriateway ilefay ypetay orway ormatfay" 389 390# 80 - EAUTH 391msgid "Authentication error" 392msgstr "Authenticationway errorway" 393 394# 81 - ENEEDAUTH 395msgid "Need authenticator" 396msgstr "Eednay authenticatorway" 397 398# 82 - EIDRM 399msgid "Identifier removed" 400msgstr "Identifierway emovedray" 401 402# 83 - ENOMSG 403msgid "No message of desired type" 404msgstr "Onay essagemay ofway esiredday ypetay" 405 406# 84 - EOVERFLOW 407msgid "Value too large to be stored in data type" 408msgstr "Aluevay ootay argelay otay ebay oredstay inway ataday ypetay" 409 410# 85 - ECANCELED 411msgid "Operation canceled" 412msgstr "Operationway anceledcay" 413 414# 86 - EILSEQ 415msgid "Illegal byte sequence" 416msgstr "Illegalway ytebay equencesay" 417 418# 87 - ENOATTR 419msgid "Attribute not found" 420msgstr "Attributeway otnay oundfay" 421 422# 423# General 424# 425# 88 - EDOOFUS 426msgid "Programming error" 427msgstr "Ogrammingpray errorway" 428 429# 89 - EBADMSG 430msgid "Bad message" 431msgstr "Adbay essagemay" 432 433# 90 - EMULTIHOP 434msgid "Multihop attempted" 435msgstr "Ultihopmay attemptedway" 436 437# 91 - ENOLINK 438msgid "Link has been severed" 439msgstr "Inklay ashay eenbay everedsay" 440 441# 92 - EPROTO 442msgid "Protocol error" 443msgstr "Otocolpray errorway" 444 445# 93 - ENOTCAPABLE 446msgid "Capabilities insufficient" 447msgstr "Apabilitiescay insufficientway" 448 449# 94 - ECAPMODE 450msgid "Not permitted in capability mode" 451msgstr "Otnay ermittedpay inway apabilitycay odemay" 452 453# 95 - ENOTRECOVERABLE 454msgid "State not recoverable" 455msgstr "Atestay otnay ecoverableray" 456 457# 96 - EOWNERDEAD 458msgid "Previous owner died" 459msgstr "Eviouspray ownerway iedday" 460 461# 97 - EINTEGRITY 462msgid "Integrity check failed" 463msgstr "Integrityway eckchey ailedfey" 464