summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 12:34:49 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 12:34:49 (EST)
commit33b93380c35e80fb1c24e037d5cce2006e41cf0f (patch)
treedfcf6760cddd817f9b1af92eb9cebbc129948fc9 /locale
parentccb7a8053356623c30cbd0978f8820da67a8aa18 (diff)
locale/en_US: Update paths in comments
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh34
1 files changed, 17 insertions, 17 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 8731c3d..a1c70f9 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -25,16 +25,16 @@ msg_prokit_opt_V_summary='print version information'
# src/prokit.sh
msg_prokit_uid_0_req='Must be run as the superuser'
-# lib/fd.sh
+# src/fd.sh
msg_prokit_emfile='Too many open files'
msg_prokit_cant_fopen='Cannot open file'
msg_prokit_ebadf='Bad file descriptor'
-# lib/substvars.sh
+# src/substvars.sh
msg_prokit_substvar_invalid='Invalid substitution variable name "%s"'
msg_prokit_substvar_deep_nesting='Possible recursion in substitutions'
-# lib/control.sh
+# src/control.sh
msg_prokit_control_empty_line='empty line'
msg_prokit_control_bad_nv='badly formatted control field'
msg_prokit_control_duplicate_field='duplicate field "%s"'
@@ -43,33 +43,33 @@ 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
+# src/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/block.sh
+# src/block.sh
msg_prokit_block_device_invalid='Not a block device: %s'
msg_prokit_block_mkdir_fail='Failed to create block device mount point "%s"'
msg_prokit_block_mount_fail='Failed to mount block device "%s"'
msg_prokit_block_umount_fail='Failed to unmount block device mounted at "%s"'
msg_prokit_block_rmdir_fail='Failed to remove block device mount point "%s"'
-# lib/rand.sh
+# src/rand.sh
msg_prokit_rand_bad_x='Invalid random number generator seed value'
-# lib/cmd.sh
+# src/cmd.sh
msg_prokit_cmd_not_found='Command "%s" not found'
msg_prokit_cmd_usage='Usage: %s %s %s'
-# lib/cmd/help.sh
+# src/cmd/help.sh
msg_prokit_cmd_help_head='Usage: %s [<option> ...] <command> [<arg> ...]'
msg_prokit_cmd_help_opts_head='Options:'
msg_prokit_cmd_help_summary_head='Commands:'
msg_prokit_cmd_help_summary='print this help message'
msg_prokit_cmd_help_usage='[<command>]'
-# lib/cmd/version.sh
+# src/cmd/version.sh
msg_prokit_cmd_version_summary='print version information'
msg_prokit_cmd_version_usage=''
msg_prokit_cmd_version_copyright='Copyright (C) %s %s
@@ -77,38 +77,38 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.'
-# lib/cmd/install.sh
+# src/cmd/install.sh
msg_prokit_cmd_install_summary='install a system into a directory'
msg_prokit_cmd_install_usage='[-a <arch>] [-p <plat>] [-m <mirror>] [-F] '\
'<suite> <root>'
-# lib/cmd/shell.sh
+# src/cmd/shell.sh
msg_prokit_cmd_shell_summary='run a shell in an isolated environment'
msg_prokit_cmd_shell_usage='<root> [<command> [<argument> ...]]'
msg_prokit_cmd_shell_exiting='Exiting...'
-# lib/cmd/opkg.sh
+# src/cmd/opkg.sh
msg_prokit_cmd_opkg_summary='manage packages with opkg'
msg_prokit_cmd_opkg_usage='<root> [<option> ...] <sub-command> '\
'[<argument> ...]'
-# lib/cmd/build.sh
+# src/cmd/build.sh
msg_prokit_cmd_build_summary='build a package'
msg_prokit_cmd_build_usage='<root> [<option> ...] <pkg-dir>'
msg_prokit_cmd_build_not_a_dir='Not a directory: %s'
-# lib/cmd/installer-pc.sh
+# src/cmd/installer-pc.sh
msg_prokit_cmd_installer_pc_summary='install a PC system onto a block device'
msg_prokit_cmd_installer_pc_usage='-a <arch> -p <plat> [-m <mirror>] '\
'<suite> <device>'
-# lib/profile.sh
+# src/profile.sh
msg_prokit_profile_not_found='Profile "%s" not found'
-# lib/package.sh
+# src/package.sh
msg_prokit_package_format_unknown='Unable to detect package format'
-# lib/install.sh
+# src/install.sh
msg_prokit_install_bad_archplat='Invalid combination of architecture "%s" '\
'and platform "%s"'
msg_prokit_install_selected_arch='Using architecture %s'