diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-21 16:40:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-21 16:40:15 (EDT) |
commit | d42160e298f920b093ff490a045b42fe1410c598 (patch) | |
tree | 51a2acf238939cf33d826ce4fcb6b96f7873f6dd /locale | |
parent | 0d7b00a3d4ca81936fa2f998fe00a6718d2d5f23 (diff) |
Print informational messages in oh-strip.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/opkhelper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US/opkhelper.sh b/locale/en_US/opkhelper.sh index 8c3a71d..3f5e32a 100644 --- a/locale/en_US/opkhelper.sh +++ b/locale/en_US/opkhelper.sh @@ -19,3 +19,6 @@ msg_opkhelper_bad_opt='Invalid option' msg_opkhelper_installing_files='Installing files for package "%s"...' +msg_opkhelper_strip_so='Stripping shared library "%s"...' +msg_opkhelper_strip_exe='Stripping executable object "%s"...' +msg_opkhelper_strip_a='Stripping static library "%s"...' |