diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-27 22:03:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-27 22:03:05 (EDT) |
commit | bf734679a7643e4cf54e192cb8a624c92fc2da64 (patch) | |
tree | 93b5d9990e43992166d9ac150ae66173299ae7b3 /locale | |
parent | 6da6b199c38fd9295be7ac110f6d63991c721165 (diff) |
lib/rand.sh: New file
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 46fdba2..ba3d5b7 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -39,6 +39,9 @@ msg_prokit_control_found_contination='found continuation line where expected '\ msg_prokit_list_item_separator=', ' msg_prokit_control_missing_fields='missing fields: %s' +# lib/rand.sh +msg_prokit_rand_bad_x='Invalid random number generator seed value' + # lib/cmd.sh msg_prokit_cmd_not_found='Command "%s" not found' msg_prokit_cmd_usage='Usage: %s %s %s' |