diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nis_error.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nis/nis_error.c b/nis/nis_error.c index 4d7d863379..f5fe0f631d 100644 --- a/nis/nis_error.c +++ b/nis/nis_error.c @@ -34,25 +34,25 @@ static const char *nis_errlist[] = N_("Unknown object"), N_("Server busy, try again"), N_("Generic system error"), - N_("First/Next chain broken"), + N_("First/next chain broken"), N_("Permission denied"), N_("Not owner"), N_("Name not served by this server"), N_("Server out of memory"), N_("Object with same name exists"), N_("Not master server for this domain"), - N_("Invalid Object for operation"), - N_("Malformed Name, or illegal name"), + N_("Invalid object for operation"), + N_("Malformed name, or illegal name"), N_("Unable to create callback"), N_("Results sent to callback proc"), - N_("Not Found, no such name"), + N_("Not found, no such name"), N_("Name/entry isn't unique"), N_("Modification failed"), N_("Database for table does not exist"), - N_("Entry/Table type mismatch"), - N_("Link Points to illegal name"), - N_("Partial Success"), - N_("Too many Attributes"), + N_("Entry/table type mismatch"), + N_("Link points to illegal name"), + N_("Partial success"), + N_("Too many attributes"), N_("Error in RPC subsystem"), N_("Missing or malformed attribute"), N_("Named object is not searchable"), |