Changeset 170 for trunk/src/sh_cat.c
- Timestamp:
- Apr 30, 2008, 11:56:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_cat.c
r169 r170 8 8 /*@-nullassign@*/ 9 9 10 c har * class_cat[] = {10 const char * class_cat[] = { 11 11 N_("AUD"), /* 0 */ 12 12 N_("PANIC"), /* 1 */ … … 263 263 { MSG_E_READ, SH_ERR_ERR, ERR, N_("msg=\"Not accessible or not a regular file\" path=\"%s\"")}, 264 264 { MSG_E_TIMEOUT, SH_ERR_ERR, ERR, N_("msg=\"Timeout (%d sec) while checksumming file\" path=\"%s\"")}, 265 { MSG_NODEV, SH_ERR_ERR, ERR, N_("msg=\"Device not available \" userid=\"%ld\" path=\"%s\"")},265 { MSG_NODEV, SH_ERR_ERR, ERR, N_("msg=\"Device not available or timeout during read attempt\" userid=\"%ld\" path=\"%s\"")}, 266 266 { MSG_LOCKED, SH_ERR_ERR, ERR, N_("msg=\"File lock error\" userid=\"%ld\" path=\"%s\" obj=\"%s\"")}, 267 267 { MSG_PIDFILE, SH_ERR_ERR, ERR, N_("msg=\"Could not write PID file\" userid=\"%ld\" path=\"%s\"")}, … … 580 580 { MSG_E_READ, SH_ERR_ERR, ERR, N_("msg=<Not accessible or not a regular file>, path=<%s>")}, 581 581 { MSG_E_TIMEOUT, SH_ERR_ERR, ERR, N_("msg=<Timeout (%d sec) while checksumming file>, path=<%s>")}, 582 { MSG_NODEV, SH_ERR_ERR, ERR, N_("msg=<Device not available >, userid=<%ld>, path=<%s>")},582 { MSG_NODEV, SH_ERR_ERR, ERR, N_("msg=<Device not available or timeout during read attempt>, userid=<%ld>, path=<%s>")}, 583 583 { MSG_LOCKED, SH_ERR_ERR, ERR, N_("msg=<File lock error>, userid=<%ld>, path=<%s>, obj=<%s>")}, 584 584 { MSG_PIDFILE, SH_ERR_ERR, ERR, N_("msg=<Could not write PID file>, userid=<%ld>, path=<%s>")},
Note:
See TracChangeset
for help on using the changeset viewer.