Deleted Added
sdiff udiff text old ( 252745 ) new ( 252775 )
full compact
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012-2013 Devin Teske
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 252745 2013-07-05 01:44:59Z dteske $
27
28field_password="Password:"
29field_username="Username:"
30hline_alnum_arrows_punc_tab_enter="Use alnum, arrows, punctuation, TAB or ENTER"
31hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_arrows_tab_punc_enter="Use arrows, TAB, punctuation, ENTER"
34hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"

--- 215 unchanged lines hidden (view full) ---

250msg_norway="Norway"
251msg_not_a_directory="%s: %s: Not a directory"
252msg_not_found="not found"
253msg_not_yet_set="not yet set"
254msg_ok="OK"
255msg_options="Options"
256msg_options_editor="Options Editor"
257msg_other="other"
258msg_package_read_successfully_waiting_for_pkg_add="Package %s read successfully - waiting for pkg_add(1)"
259msg_package_temp="Package Temp"
260msg_package_was_added_successfully="Package %s was added successfully"
261msg_packages="packages"
262msg_page_of_npages="(Page %s of %s)"
263msg_palm_desc="Software support for the Palm(tm) series."
264msg_parallel_desc="Applications dealing with parallelism in computing."
265msg_pear_desc="Software related to the Pear PHP framework."

--- 105 unchanged lines hidden (view full) ---

371msg_unable_to_fetch_package_from_selected_media="Unable to fetch package %s from selected media.\nNo package add will be done."
372msg_unable_to_get_file_from_selected_media="Unable to get %s file from selected media.\n\nThis may be because the packages collection is not available\non the distribution media you've chosen, most likely an FTP site\nwithout the packages collection mirrored. Please verify that\nyour media, or your path to the media, is correct and try again."
373msg_unable_to_get_proper_ftp_path="Unable to get proper FTP path. FTP media not initialized."
374msg_unable_to_initialize_media_type_for_package_extract="Unable to initialize media type for package extract."
375msg_unable_to_make_directory_mountpoint="Unable to make %s directory mountpoint for %s!"
376msg_unable_to_open="Unable to open %s"
377msg_uninstall="Uninstall"
378msg_uninstall_desc="Mark this package for deletion"
379msg_unknown="unknown"
380msg_unknown_user="Unknown user: %s"
381msg_url_was_not_found="%s was not found, maybe directory or release-version are wrong?"
382msg_usa="USA"
383msg_usage="Usage"
384msg_usb="USB"
385msg_use_defaults="Use Defaults"
386msg_use_nfs_version_3="Use NFS version 3"

--- 37 unchanged lines hidden ---