diff options
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r-- | locale/en_US.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 103f6e2..02f82a9 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -21,6 +21,10 @@ msg_prokit_opt_h_summary='print this help message' msg_prokit_opt_V_summary='print version information' +# lib/fd.sh +msg_prokit_emfile='Too many open files' +msg_prokit_ebadf='Bad file descriptor' + # lib/cmd.sh msg_prokit_cmd_not_found='Command "%s" not found' msg_prokit_cmd_usage='Usage: %s [<option> ...] %s %s' |