summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-04 15:23:47 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-04 15:23:47 (EDT)
commitdf34a071ee38b519bdbdfdfb00bc9141720e4986 (patch)
tree4eee9501afeb6431f78cc062404a60a512fe176f /locale
parentdfc573030ede1f8d245049abc2766d2d2afdfdfa (diff)
Implement ob-installdocs.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US/opkbuild.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh
index 81c236f..01be733 100644
--- a/locale/en_US/opkbuild.sh
+++ b/locale/en_US/opkbuild.sh
@@ -89,3 +89,11 @@ msg_opkbuild_cant_make_config_dest_dir='Can'\''t make directory "%s" for platfor
msg_opkbuild_no_config_dir='No platform configuration files found'
msg_opkbuild_copying_config_file='Copying configuration file "%s" to "%s"...'
msg_opkbuild_cant_copy_config_file='Can'\''t copy configuration file'
+
+# ob-installdocs
+msg_opkbuild_cant_get_doc_pkg='Can'\''t find package to provide documentation files'
+msg_opkbuild_cant_make_doc_dir='Can'\''t make documentation directory'
+msg_opkbuild_installing_docs='Installing package documentation into package "%s"...'
+msg_opkbuild_cant_cp_doc_file='Can'\''t copy documentation file "%s"'
+msg_opkbuild_linking_docs='Making link to documentation in package "%s"...'
+msg_opkbuild_cant_ln_doc_dir='Can'\''t make link to documentation directory'