Add gettext markers
Showing
1 changed file
with
48 additions
and
48 deletions
... | @@ -15,63 +15,63 @@ | ... | @@ -15,63 +15,63 @@ |
15 | # License along with this library; if not, write to the Free Software | 15 | # License along with this library; if not, write to the Free Software |
16 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ | 16 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |
17 | 17 | ||
18 | MU_ERR_FAILURE Operation failed | 18 | MU_ERR_FAILURE _("Operation failed") |
19 | 19 | ||
20 | MU_ERR_NO_HANDLER No registered handler | 20 | MU_ERR_NO_HANDLER _("No registered handler") |
21 | MU_ERR_EMPTY_VFN Empty virtual function | 21 | MU_ERR_EMPTY_VFN _("Empty virtual function") |
22 | 22 | ||
23 | MU_ERR_OUT_NULL Pointer to output null | 23 | MU_ERR_OUT_NULL _("Pointer to output null") |
24 | MU_ERR_OUT_PTR_NULL Pointer to output pointer null | 24 | MU_ERR_OUT_PTR_NULL _("Pointer to output pointer null") |
25 | 25 | ||
26 | MU_ERR_MBX_NULL Mailbox null | 26 | MU_ERR_MBX_NULL _("Mailbox null") |
27 | 27 | ||
28 | MU_ERR_BAD_822_FORMAT Format of RFC822 object is bad | 28 | MU_ERR_BAD_822_FORMAT _("Format of RFC822 object is bad") |
29 | MU_ERR_EMPTY_ADDRESS Address contains no addr specs | 29 | MU_ERR_EMPTY_ADDRESS _("Address contains no addr specs") |
30 | 30 | ||
31 | MU_ERR_LOCKER_NULL Locker null | 31 | MU_ERR_LOCKER_NULL _("Locker null") |
32 | MU_ERR_LOCK_CONFLICT Conflict with previous locker | 32 | MU_ERR_LOCK_CONFLICT _("Conflict with previous locker") |
33 | MU_ERR_LOCK_BAD_LOCK Lock file check failed | 33 | MU_ERR_LOCK_BAD_LOCK _("Lock file check failed") |
34 | MU_ERR_LOCK_BAD_FILE File check failed | 34 | MU_ERR_LOCK_BAD_FILE _("File check failed") |
35 | MU_ERR_LOCK_NOT_HELD Lock not held on file | 35 | MU_ERR_LOCK_NOT_HELD _("Lock not held on file") |
36 | MU_ERR_LOCK_EXT_FAIL Failed to exec external locker | 36 | MU_ERR_LOCK_EXT_FAIL _("Failed to exec external locker") |
37 | MU_ERR_LOCK_EXT_ERR External locker failed | 37 | MU_ERR_LOCK_EXT_ERR _("External locker failed") |
38 | MU_ERR_LOCK_EXT_KILLED External locker killed | 38 | MU_ERR_LOCK_EXT_KILLED _("External locker killed") |
39 | 39 | ||
40 | MU_ERR_NO_SUCH_USER No such user name | 40 | MU_ERR_NO_SUCH_USER _("No such user name") |
41 | 41 | ||
42 | MU_ERR_GETHOSTBYNAME DNS name resolution failed | 42 | MU_ERR_GETHOSTBYNAME _("DNS name resolution failed") |
43 | MU_ERR_BAD_RESUMPTION State busy must resume operation | 43 | MU_ERR_BAD_RESUMPTION _("State busy must resume operation") |
44 | MU_ERR_MAILER_BAD_FROM Not a valid mailer from address | 44 | MU_ERR_MAILER_BAD_FROM _("Not a valid mailer from address") |
45 | MU_ERR_MAILER_BAD_TO Not a valid mailer to address | 45 | MU_ERR_MAILER_BAD_TO _("Not a valid mailer to address") |
46 | MU_ERR_MAILER_NO_RCPT_TO No receipt addresses found | 46 | MU_ERR_MAILER_NO_RCPT_TO _("No receipt addresses found") |
47 | MU_ERR_MAILER_BAD_URL Malformed or unsupported mailer URL | 47 | MU_ERR_MAILER_BAD_URL _("Malformed or unsupported mailer URL") |
48 | MU_ERR_SMTP_RCPT_FAILED SMTP rcpt to command failed | 48 | MU_ERR_SMTP_RCPT_FAILED _("SMTP rcpt to command failed") |
49 | MU_ERR_TCP_NO_HOST Tcp connections need a host | 49 | MU_ERR_TCP_NO_HOST _("Tcp connections need a host") |
50 | MU_ERR_TCP_NO_PORT Tcp connections need a postive port | 50 | MU_ERR_TCP_NO_PORT _("Tcp connections need a postive port") |
51 | 51 | ||
52 | MU_ERR_BAD_2047_INPUT Input string is not RFC 2047 encoded | 52 | MU_ERR_BAD_2047_INPUT _("Input string is not RFC 2047 encoded") |
53 | 53 | ||
54 | MU_ERR_NOUSERNAME User name is not supplied | 54 | MU_ERR_NOUSERNAME _("User name is not supplied") |
55 | MU_ERR_NOPASSWORD User password is not supplied | 55 | MU_ERR_NOPASSWORD _("User password is not supplied") |
56 | 56 | ||
57 | MU_ERR_UNSAFE_PERMS Unsafe file permissions. Set 0600. | 57 | MU_ERR_UNSAFE_PERMS _("Unsafe file permissions. Set 0600") |
58 | MU_ERR_BAD_AUTH_SCHEME Unsupported authentication scheme | 58 | MU_ERR_BAD_AUTH_SCHEME _("Unsupported authentication scheme") |
59 | MU_ERR_AUTH_FAILURE Authentication failed | 59 | MU_ERR_AUTH_FAILURE _("Authentication failed") |
60 | 60 | ||
61 | MU_ERR_PROCESS_NOEXEC Cannot execute | 61 | MU_ERR_PROCESS_NOEXEC _("Cannot execute") |
62 | MU_ERR_PROCESS_EXITED Process exited with a non-zero status | 62 | MU_ERR_PROCESS_EXITED _("Process exited with a non-zero status") |
63 | MU_ERR_PROCESS_SIGNALED Process exited on signal | 63 | MU_ERR_PROCESS_SIGNALED _("Process exited on signal") |
64 | MU_ERR_PROCESS_UNKNOWN_FAILURE Unknown failure while executing subprocess | 64 | MU_ERR_PROCESS_UNKNOWN_FAILURE _("Unknown failure while executing subprocess") |
65 | MU_ERR_CONN_CLOSED Connection closed by remote host | 65 | MU_ERR_CONN_CLOSED _("Connection closed by remote host") |
66 | MU_ERR_PARSE Parse error | 66 | MU_ERR_PARSE _("Parse error") |
67 | MU_ERR_NOENT Requested item not found | 67 | MU_ERR_NOENT _("Requested item not found") |
68 | MU_ERR_BUFSPACE Not enough buffer space | 68 | MU_ERR_BUFSPACE _("Not enough buffer space") |
69 | 69 | ||
70 | MU_ERR_SQL SQL error | 70 | MU_ERR_SQL _("SQL error") |
71 | MU_ERR_DB_ALREADY_CONNECTED Already connected to the database | 71 | MU_ERR_DB_ALREADY_CONNECTED _("Already connected to the database") |
72 | MU_ERR_DB_NOT_CONNECTED Not connected to the database | 72 | MU_ERR_DB_NOT_CONNECTED _("Not connected to the database") |
73 | MU_ERR_RESULT_NOT_RELEASED Result of the previous query is not released | 73 | MU_ERR_RESULT_NOT_RELEASED _("Result of the previous query is not released") |
74 | MU_ERR_NO_QUERY No query was executed | 74 | MU_ERR_NO_QUERY _("No query was executed") |
75 | MU_ERR_BAD_COLUMN Bad column address | 75 | MU_ERR_BAD_COLUMN _("Bad column address") |
76 | MU_ERR_NO_RESULT No result from the previous query available | 76 | MU_ERR_NO_RESULT _("No result from the previous query available") |
77 | MU_ERR_NO_INTERFACE No such interface | 77 | MU_ERR_NO_INTERFACE _("No such interface") | ... | ... |
-
Please register or sign in to post a comment