summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-26 18:04:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-26 18:04:22 (EDT)
commitddc4138f41e892d7e665a04217d6c0c4108c132e (patch)
tree042709fe791ab94dfdcac6838b7f4f752c055cef /locale
parentf9a2aa0fa06299baaa7533869028523a1cb9e9d7 (diff)
lib/fd.sh: New file.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh4
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'