diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-07 20:30:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-07 20:30:51 (EDT) |
commit | d7325b15a0949cef77707be5fd0bf864d6338c57 (patch) | |
tree | f10d1191c1a05056bef57b2569bd096fdd973d7d /locale | |
parent | d8c058f9e333ae7d99030c64f9c19c47b3a35085 (diff) | |
parent | 6ca3ac8f4d34f2f0348d64178dc0b3e8ccd7aa7f (diff) |
Merge branch 'feature/sessions'
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 06f3250..75cc1d1 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -43,6 +43,11 @@ msg_prokit_control_found_contination='found continuation line where expected '\ msg_prokit_list_item_separator=', ' msg_prokit_control_missing_fields='missing fields: %s' +# lib/session.sh +msg_prokit_cant_lock_sessions='Cannot acquire sessions state lock' +msg_prokit_install_running='Another instance of prokit is installing this '\ +'system' + # lib/rand.sh msg_prokit_rand_bad_x='Invalid random number generator seed value' |