From ace2eaadb789f4301ae6b6649e782d64d2b1e872 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 24 May 2015 15:37:56 -0400 Subject: locale/en_US: Rename lib/install.sh msg strings --- diff --git a/locale/en_US.sh b/locale/en_US.sh index cfeecac..da64443 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -81,21 +81,6 @@ There is NO WARRANTY, to the extent permitted by law.' msg_prokit_cmd_install_summary='install a system into a directory' msg_prokit_cmd_install_usage='[-a ] [-p ] [-m ] [-F] '\ ' ' -msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\ -'and platform "%s"' -msg_prokit_cmd_install_selected_arch='Using architecture %s' -msg_prokit_cmd_install_selected_plat='Using platform %s' -msg_prokit_cmd_install_selected_mirror='Using mirror %s' -msg_prokit_cmd_install_setting_up_chroot='Setting up root...' -msg_prokit_cmd_install_chroot_dir_exists='Directory "%s" exists' -msg_prokit_cmd_install_mkdir_chroot_fail='Failed to create directory "%s"' -msg_prokit_cmd_install_find_pkgs='Configuring opkg and retrieving Packages '\ -'files...' -msg_prokit_cmd_install_downloading_pkg='Downloading %s...' -msg_prokit_cmd_install_downloading_pkg_fail='Failed to download package' -msg_prokit_cmd_install_unpacking_pkg='Unpacking %s...' -msg_prokit_cmd_install_configuring='Configuring packages...' -msg_prokit_cmd_install_checksum_fail='Checksum of package file failed' # lib/cmd/shell.sh msg_prokit_cmd_shell_summary='run a shell in an isolated environment' @@ -117,3 +102,20 @@ msg_prokit_profile_not_found='Profile "%s" not found' # lib/package.sh msg_prokit_package_format_unknown='Unable to detect package format' + +# lib/install.sh +msg_prokit_install_bad_archplat='Invalid combination of architecture "%s" '\ +'and platform "%s"' +msg_prokit_install_selected_arch='Using architecture %s' +msg_prokit_install_selected_plat='Using platform %s' +msg_prokit_install_selected_mirror='Using mirror %s' +msg_prokit_install_setting_up_chroot='Setting up root...' +msg_prokit_install_chroot_dir_exists='Directory "%s" exists' +msg_prokit_install_mkdir_chroot_fail='Failed to create directory "%s"' +msg_prokit_install_find_pkgs='Configuring opkg and retrieving Packages '\ +'files...' +msg_prokit_install_downloading_pkg='Downloading %s...' +msg_prokit_install_downloading_pkg_fail='Failed to download package' +msg_prokit_install_unpacking_pkg='Unpacking %s...' +msg_prokit_install_configuring='Configuring packages...' +msg_prokit_install_checksum_fail='Checksum of package file failed' -- cgit v0.9.1